|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ProtoBuf.ValueParameterOrBuilder
Method Summary | |
---|---|
int |
getFlags()
optional int32 flags = 1 [default = 0]; |
int |
getName()
required int32 name = 2; |
ProtoBuf.Type |
getType()
optional .org.jetbrains.kotlin.serialization.Type type = 3; |
int |
getTypeId()
optional int32 type_id = 5; |
ProtoBuf.Type |
getVarargElementType()
optional .org.jetbrains.kotlin.serialization.Type vararg_element_type = 4; |
int |
getVarargElementTypeId()
optional int32 vararg_element_type_id = 6; |
boolean |
hasFlags()
optional int32 flags = 1 [default = 0]; |
boolean |
hasName()
required int32 name = 2; |
boolean |
hasType()
optional .org.jetbrains.kotlin.serialization.Type type = 3; |
boolean |
hasTypeId()
optional int32 type_id = 5; |
boolean |
hasVarargElementType()
optional .org.jetbrains.kotlin.serialization.Type vararg_element_type = 4; |
boolean |
hasVarargElementTypeId()
optional int32 vararg_element_type_id = 6; |
Methods inherited from interface com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder |
---|
getExtension, getExtension, getExtensionCount, hasExtension |
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
---|
getDefaultInstanceForType, isInitialized |
Method Detail |
---|
boolean hasFlags()
optional int32 flags = 1 [default = 0];
declaresDefault hasAnnotations isCrossinline isNoinline
int getFlags()
optional int32 flags = 1 [default = 0];
declaresDefault hasAnnotations isCrossinline isNoinline
boolean hasName()
required int32 name = 2;
int getName()
required int32 name = 2;
boolean hasType()
optional .org.jetbrains.kotlin.serialization.Type type = 3;
ProtoBuf.Type getType()
optional .org.jetbrains.kotlin.serialization.Type type = 3;
boolean hasTypeId()
optional int32 type_id = 5;
int getTypeId()
optional int32 type_id = 5;
boolean hasVarargElementType()
optional .org.jetbrains.kotlin.serialization.Type vararg_element_type = 4;
ProtoBuf.Type getVarargElementType()
optional .org.jetbrains.kotlin.serialization.Type vararg_element_type = 4;
boolean hasVarargElementTypeId()
optional int32 vararg_element_type_id = 6;
int getVarargElementTypeId()
optional int32 vararg_element_type_id = 6;
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |