public static interface ProtoAssemblyAllTypes.AttributeArgumentDefinitionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 2; |
ProtoAssemblyAllTypes.TypeDefinition |
getType()
.TypeDefinition type = 1; |
ProtoAssemblyAllTypes.TypeDefinitionOrBuilder |
getTypeOrBuilder()
.TypeDefinition type = 1; |
double |
getValueDouble(int index)
repeated double value_double = 6; |
int |
getValueDoubleCount()
repeated double value_double = 6; |
List<Double> |
getValueDoubleList()
repeated double value_double = 6; |
float |
getValueFloat(int index)
repeated float value_float = 7; |
int |
getValueFloatCount()
repeated float value_float = 7; |
List<Float> |
getValueFloatList()
repeated float value_float = 7; |
int |
getValueInt32(int index)
repeated int32 value_int32 = 4; |
int |
getValueInt32Count()
repeated int32 value_int32 = 4; |
List<Integer> |
getValueInt32List()
repeated int32 value_int32 = 4; |
long |
getValueInt64(int index)
repeated int64 value_int64 = 5; |
int |
getValueInt64Count()
repeated int64 value_int64 = 5; |
List<Long> |
getValueInt64List()
repeated int64 value_int64 = 5; |
String |
getValueString(int index)
repeated string value_string = 3; |
com.google.protobuf.ByteString |
getValueStringBytes(int index)
repeated string value_string = 3; |
int |
getValueStringCount()
repeated string value_string = 3; |
List<String> |
getValueStringList()
repeated string value_string = 3; |
boolean |
hasType()
.TypeDefinition type = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasType()
.TypeDefinition type = 1;ProtoAssemblyAllTypes.TypeDefinition getType()
.TypeDefinition type = 1;ProtoAssemblyAllTypes.TypeDefinitionOrBuilder getTypeOrBuilder()
.TypeDefinition type = 1;String getName()
string name = 2;com.google.protobuf.ByteString getNameBytes()
string name = 2;List<String> getValueStringList()
repeated string value_string = 3;int getValueStringCount()
repeated string value_string = 3;String getValueString(int index)
repeated string value_string = 3;index - The index of the element to return.com.google.protobuf.ByteString getValueStringBytes(int index)
repeated string value_string = 3;index - The index of the value to return.List<Integer> getValueInt32List()
repeated int32 value_int32 = 4;int getValueInt32Count()
repeated int32 value_int32 = 4;int getValueInt32(int index)
repeated int32 value_int32 = 4;index - The index of the element to return.List<Long> getValueInt64List()
repeated int64 value_int64 = 5;int getValueInt64Count()
repeated int64 value_int64 = 5;long getValueInt64(int index)
repeated int64 value_int64 = 5;index - The index of the element to return.List<Double> getValueDoubleList()
repeated double value_double = 6;int getValueDoubleCount()
repeated double value_double = 6;double getValueDouble(int index)
repeated double value_double = 6;index - The index of the element to return.List<Float> getValueFloatList()
repeated float value_float = 7;int getValueFloatCount()
repeated float value_float = 7;float getValueFloat(int index)
repeated float value_float = 7;index - The index of the element to return.Copyright © 2024 Soot OSS. All rights reserved.