|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.protobuf.AbstractMessageLite
com.google.protobuf.GeneratedMessageLite
org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value
public static final class ProtoBuf.Annotation.Argument.Value
Protobuf type org.jetbrains.kotlin.serialization.Annotation.Argument.Value
| Nested Class Summary | |
|---|---|
static class |
ProtoBuf.Annotation.Argument.Value.Builder
Protobuf type org.jetbrains.kotlin.serialization.Annotation.Argument.Value |
static class |
ProtoBuf.Annotation.Argument.Value.Type
Protobuf enum org.jetbrains.kotlin.serialization.Annotation.Argument.Value.Type |
| Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite |
|---|
com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type> |
| Field Summary | |
|---|---|
static int |
ANNOTATION_FIELD_NUMBER
|
static int |
ARRAY_ELEMENT_FIELD_NUMBER
|
static int |
CLASS_ID_FIELD_NUMBER
|
static int |
DOUBLE_VALUE_FIELD_NUMBER
|
static int |
ENUM_VALUE_ID_FIELD_NUMBER
|
static int |
FLOAT_VALUE_FIELD_NUMBER
|
static int |
INT_VALUE_FIELD_NUMBER
|
static com.google.protobuf.Parser<ProtoBuf.Annotation.Argument.Value> |
PARSER
|
static int |
STRING_VALUE_FIELD_NUMBER
|
static int |
TYPE_FIELD_NUMBER
|
| Method Summary | |
|---|---|
ProtoBuf.Annotation |
getAnnotation()
optional .org.jetbrains.kotlin.serialization.Annotation annotation = 8; |
ProtoBuf.Annotation.Argument.Value |
getArrayElement(int index)
repeated .org.jetbrains.kotlin.serialization.Annotation.Argument.Value array_element = 9; |
int |
getArrayElementCount()
repeated .org.jetbrains.kotlin.serialization.Annotation.Argument.Value array_element = 9; |
java.util.List<ProtoBuf.Annotation.Argument.Value> |
getArrayElementList()
repeated .org.jetbrains.kotlin.serialization.Annotation.Argument.Value array_element = 9; |
ProtoBuf.Annotation.Argument.ValueOrBuilder |
getArrayElementOrBuilder(int index)
repeated .org.jetbrains.kotlin.serialization.Annotation.Argument.Value array_element = 9; |
java.util.List<? extends ProtoBuf.Annotation.Argument.ValueOrBuilder> |
getArrayElementOrBuilderList()
repeated .org.jetbrains.kotlin.serialization.Annotation.Argument.Value array_element = 9; |
int |
getClassId()
optional int32 class_id = 6; |
static ProtoBuf.Annotation.Argument.Value |
getDefaultInstance()
|
ProtoBuf.Annotation.Argument.Value |
getDefaultInstanceForType()
|
double |
getDoubleValue()
optional double double_value = 4; |
int |
getEnumValueId()
optional int32 enum_value_id = 7; |
float |
getFloatValue()
optional float float_value = 3; |
long |
getIntValue()
optional sint64 int_value = 2; |
com.google.protobuf.Parser<ProtoBuf.Annotation.Argument.Value> |
getParserForType()
|
int |
getSerializedSize()
|
int |
getStringValue()
optional int32 string_value = 5; |
ProtoBuf.Annotation.Argument.Value.Type |
getType()
optional .org.jetbrains.kotlin.serialization.Annotation.Argument.Value.Type type = 1; |
boolean |
hasAnnotation()
optional .org.jetbrains.kotlin.serialization.Annotation annotation = 8; |
boolean |
hasClassId()
optional int32 class_id = 6; |
boolean |
hasDoubleValue()
optional double double_value = 4; |
boolean |
hasEnumValueId()
optional int32 enum_value_id = 7; |
boolean |
hasFloatValue()
optional float float_value = 3; |
boolean |
hasIntValue()
optional sint64 int_value = 2; |
boolean |
hasStringValue()
optional int32 string_value = 5; |
boolean |
hasType()
optional .org.jetbrains.kotlin.serialization.Annotation.Argument.Value.Type type = 1; |
boolean |
isInitialized()
|
static ProtoBuf.Annotation.Argument.Value.Builder |
newBuilder()
|
static ProtoBuf.Annotation.Argument.Value.Builder |
newBuilder(ProtoBuf.Annotation.Argument.Value prototype)
|
ProtoBuf.Annotation.Argument.Value.Builder |
newBuilderForType()
|
static ProtoBuf.Annotation.Argument.Value |
parseDelimitedFrom(java.io.InputStream input)
|
static ProtoBuf.Annotation.Argument.Value |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtoBuf.Annotation.Argument.Value |
parseFrom(byte[] data)
|
static ProtoBuf.Annotation.Argument.Value |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtoBuf.Annotation.Argument.Value |
parseFrom(com.google.protobuf.ByteString data)
|
static ProtoBuf.Annotation.Argument.Value |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtoBuf.Annotation.Argument.Value |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static ProtoBuf.Annotation.Argument.Value |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtoBuf.Annotation.Argument.Value |
parseFrom(java.io.InputStream input)
|
static ProtoBuf.Annotation.Argument.Value |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
ProtoBuf.Annotation.Argument.Value.Builder |
toBuilder()
|
protected java.lang.Object |
writeReplace()
|
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
| Methods inherited from class com.google.protobuf.GeneratedMessageLite |
|---|
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownField |
| Methods inherited from class com.google.protobuf.AbstractMessageLite |
|---|
toByteArray, toByteString, writeDelimitedTo, writeTo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static com.google.protobuf.Parser<ProtoBuf.Annotation.Argument.Value> PARSER
public static final int TYPE_FIELD_NUMBER
public static final int INT_VALUE_FIELD_NUMBER
public static final int FLOAT_VALUE_FIELD_NUMBER
public static final int DOUBLE_VALUE_FIELD_NUMBER
public static final int STRING_VALUE_FIELD_NUMBER
public static final int CLASS_ID_FIELD_NUMBER
public static final int ENUM_VALUE_ID_FIELD_NUMBER
public static final int ANNOTATION_FIELD_NUMBER
public static final int ARRAY_ELEMENT_FIELD_NUMBER
| Method Detail |
|---|
public static ProtoBuf.Annotation.Argument.Value getDefaultInstance()
public ProtoBuf.Annotation.Argument.Value getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilderpublic com.google.protobuf.Parser<ProtoBuf.Annotation.Argument.Value> getParserForType()
getParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageLitepublic boolean hasType()
optional .org.jetbrains.kotlin.serialization.Annotation.Argument.Value.Type type = 1;
Note: a *Value* has a Type, not an Argument! This is done for future language features which may involve using arrays of elements of different types. Such entries are allowed in the constant pool of JVM class files. However, to save space, this field is optional: in case of homogeneous arrays, only the type of the first element is required
hasType in interface ProtoBuf.Annotation.Argument.ValueOrBuilderpublic ProtoBuf.Annotation.Argument.Value.Type getType()
optional .org.jetbrains.kotlin.serialization.Annotation.Argument.Value.Type type = 1;
Note: a *Value* has a Type, not an Argument! This is done for future language features which may involve using arrays of elements of different types. Such entries are allowed in the constant pool of JVM class files. However, to save space, this field is optional: in case of homogeneous arrays, only the type of the first element is required
getType in interface ProtoBuf.Annotation.Argument.ValueOrBuilderpublic boolean hasIntValue()
optional sint64 int_value = 2;
hasIntValue in interface ProtoBuf.Annotation.Argument.ValueOrBuilderpublic long getIntValue()
optional sint64 int_value = 2;
getIntValue in interface ProtoBuf.Annotation.Argument.ValueOrBuilderpublic boolean hasFloatValue()
optional float float_value = 3;
hasFloatValue in interface ProtoBuf.Annotation.Argument.ValueOrBuilderpublic float getFloatValue()
optional float float_value = 3;
getFloatValue in interface ProtoBuf.Annotation.Argument.ValueOrBuilderpublic boolean hasDoubleValue()
optional double double_value = 4;
hasDoubleValue in interface ProtoBuf.Annotation.Argument.ValueOrBuilderpublic double getDoubleValue()
optional double double_value = 4;
getDoubleValue in interface ProtoBuf.Annotation.Argument.ValueOrBuilderpublic boolean hasStringValue()
optional int32 string_value = 5;
id in StringTable
hasStringValue in interface ProtoBuf.Annotation.Argument.ValueOrBuilderpublic int getStringValue()
optional int32 string_value = 5;
id in StringTable
getStringValue in interface ProtoBuf.Annotation.Argument.ValueOrBuilderpublic boolean hasClassId()
optional int32 class_id = 6;
If type = CLASS, FQ name id of the referenced class; if type = ENUM, FQ name id of the enum class
hasClassId in interface ProtoBuf.Annotation.Argument.ValueOrBuilderpublic int getClassId()
optional int32 class_id = 6;
If type = CLASS, FQ name id of the referenced class; if type = ENUM, FQ name id of the enum class
getClassId in interface ProtoBuf.Annotation.Argument.ValueOrBuilderpublic boolean hasEnumValueId()
optional int32 enum_value_id = 7;
id in StringTable
hasEnumValueId in interface ProtoBuf.Annotation.Argument.ValueOrBuilderpublic int getEnumValueId()
optional int32 enum_value_id = 7;
id in StringTable
getEnumValueId in interface ProtoBuf.Annotation.Argument.ValueOrBuilderpublic boolean hasAnnotation()
optional .org.jetbrains.kotlin.serialization.Annotation annotation = 8;
hasAnnotation in interface ProtoBuf.Annotation.Argument.ValueOrBuilderpublic ProtoBuf.Annotation getAnnotation()
optional .org.jetbrains.kotlin.serialization.Annotation annotation = 8;
getAnnotation in interface ProtoBuf.Annotation.Argument.ValueOrBuilderpublic java.util.List<ProtoBuf.Annotation.Argument.Value> getArrayElementList()
repeated .org.jetbrains.kotlin.serialization.Annotation.Argument.Value array_element = 9;
getArrayElementList in interface ProtoBuf.Annotation.Argument.ValueOrBuilderpublic java.util.List<? extends ProtoBuf.Annotation.Argument.ValueOrBuilder> getArrayElementOrBuilderList()
repeated .org.jetbrains.kotlin.serialization.Annotation.Argument.Value array_element = 9;
public int getArrayElementCount()
repeated .org.jetbrains.kotlin.serialization.Annotation.Argument.Value array_element = 9;
getArrayElementCount in interface ProtoBuf.Annotation.Argument.ValueOrBuilderpublic ProtoBuf.Annotation.Argument.Value getArrayElement(int index)
repeated .org.jetbrains.kotlin.serialization.Annotation.Argument.Value array_element = 9;
getArrayElement in interface ProtoBuf.Annotation.Argument.ValueOrBuilderpublic ProtoBuf.Annotation.Argument.ValueOrBuilder getArrayElementOrBuilder(int index)
repeated .org.jetbrains.kotlin.serialization.Annotation.Argument.Value array_element = 9;
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLite
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageLitejava.io.ObjectStreamException
public static ProtoBuf.Annotation.Argument.Value parseFrom(com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtoBuf.Annotation.Argument.Value parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtoBuf.Annotation.Argument.Value parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtoBuf.Annotation.Argument.Value parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtoBuf.Annotation.Argument.Value parseFrom(java.io.InputStream input)
throws java.io.IOException
java.io.IOException
public static ProtoBuf.Annotation.Argument.Value parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
java.io.IOException
public static ProtoBuf.Annotation.Argument.Value parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException
java.io.IOException
public static ProtoBuf.Annotation.Argument.Value parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
java.io.IOException
public static ProtoBuf.Annotation.Argument.Value parseFrom(com.google.protobuf.CodedInputStream input)
throws java.io.IOException
java.io.IOException
public static ProtoBuf.Annotation.Argument.Value parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
java.io.IOExceptionpublic static ProtoBuf.Annotation.Argument.Value.Builder newBuilder()
public ProtoBuf.Annotation.Argument.Value.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessageLitepublic static ProtoBuf.Annotation.Argument.Value.Builder newBuilder(ProtoBuf.Annotation.Argument.Value prototype)
public ProtoBuf.Annotation.Argument.Value.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessageLite
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||