Package com.google.protobuf
Interface DescriptorProtos.UninterpretedOptionOrBuilder
-
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
DescriptorProtos.UninterpretedOption,DescriptorProtos.UninterpretedOption.Builder
- Enclosing class:
- DescriptorProtos
public static interface DescriptorProtos.UninterpretedOptionOrBuilder extends MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAggregateValue()optional string aggregate_value = 8 [json_name = "aggregateValue"];ByteStringgetAggregateValueBytes()optional string aggregate_value = 8 [json_name = "aggregateValue"];doublegetDoubleValue()optional double double_value = 6 [json_name = "doubleValue"];java.lang.StringgetIdentifierValue()optional string identifier_value = 3 [json_name = "identifierValue"];ByteStringgetIdentifierValueBytes()optional string identifier_value = 3 [json_name = "identifierValue"];DescriptorProtos.UninterpretedOption.NamePartgetName(int index)repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];intgetNameCount()repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];java.util.List<DescriptorProtos.UninterpretedOption.NamePart>getNameList()repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];DescriptorProtos.UninterpretedOption.NamePartOrBuildergetNameOrBuilder(int index)repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];java.util.List<? extends DescriptorProtos.UninterpretedOption.NamePartOrBuilder>getNameOrBuilderList()repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];longgetNegativeIntValue()optional int64 negative_int_value = 5 [json_name = "negativeIntValue"];longgetPositiveIntValue()optional uint64 positive_int_value = 4 [json_name = "positiveIntValue"];ByteStringgetStringValue()optional bytes string_value = 7 [json_name = "stringValue"];booleanhasAggregateValue()optional string aggregate_value = 8 [json_name = "aggregateValue"];booleanhasDoubleValue()optional double double_value = 6 [json_name = "doubleValue"];booleanhasIdentifierValue()optional string identifier_value = 3 [json_name = "identifierValue"];booleanhasNegativeIntValue()optional int64 negative_int_value = 5 [json_name = "negativeIntValue"];booleanhasPositiveIntValue()optional uint64 positive_int_value = 4 [json_name = "positiveIntValue"];booleanhasStringValue()optional bytes string_value = 7 [json_name = "stringValue"];-
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNameList
java.util.List<DescriptorProtos.UninterpretedOption.NamePart> getNameList()
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
-
getName
DescriptorProtos.UninterpretedOption.NamePart getName(int index)
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
-
getNameCount
int getNameCount()
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
-
getNameOrBuilderList
java.util.List<? extends DescriptorProtos.UninterpretedOption.NamePartOrBuilder> getNameOrBuilderList()
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
-
getNameOrBuilder
DescriptorProtos.UninterpretedOption.NamePartOrBuilder getNameOrBuilder(int index)
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
-
hasIdentifierValue
boolean hasIdentifierValue()
optional string identifier_value = 3 [json_name = "identifierValue"];- Returns:
- Whether the identifierValue field is set.
-
getIdentifierValue
java.lang.String getIdentifierValue()
optional string identifier_value = 3 [json_name = "identifierValue"];- Returns:
- The identifierValue.
-
getIdentifierValueBytes
ByteString getIdentifierValueBytes()
optional string identifier_value = 3 [json_name = "identifierValue"];- Returns:
- The bytes for identifierValue.
-
hasPositiveIntValue
boolean hasPositiveIntValue()
optional uint64 positive_int_value = 4 [json_name = "positiveIntValue"];- Returns:
- Whether the positiveIntValue field is set.
-
getPositiveIntValue
long getPositiveIntValue()
optional uint64 positive_int_value = 4 [json_name = "positiveIntValue"];- Returns:
- The positiveIntValue.
-
hasNegativeIntValue
boolean hasNegativeIntValue()
optional int64 negative_int_value = 5 [json_name = "negativeIntValue"];- Returns:
- Whether the negativeIntValue field is set.
-
getNegativeIntValue
long getNegativeIntValue()
optional int64 negative_int_value = 5 [json_name = "negativeIntValue"];- Returns:
- The negativeIntValue.
-
hasDoubleValue
boolean hasDoubleValue()
optional double double_value = 6 [json_name = "doubleValue"];- Returns:
- Whether the doubleValue field is set.
-
getDoubleValue
double getDoubleValue()
optional double double_value = 6 [json_name = "doubleValue"];- Returns:
- The doubleValue.
-
hasStringValue
boolean hasStringValue()
optional bytes string_value = 7 [json_name = "stringValue"];- Returns:
- Whether the stringValue field is set.
-
getStringValue
ByteString getStringValue()
optional bytes string_value = 7 [json_name = "stringValue"];- Returns:
- The stringValue.
-
hasAggregateValue
boolean hasAggregateValue()
optional string aggregate_value = 8 [json_name = "aggregateValue"];- Returns:
- Whether the aggregateValue field is set.
-
getAggregateValue
java.lang.String getAggregateValue()
optional string aggregate_value = 8 [json_name = "aggregateValue"];- Returns:
- The aggregateValue.
-
getAggregateValueBytes
ByteString getAggregateValueBytes()
optional string aggregate_value = 8 [json_name = "aggregateValue"];- Returns:
- The bytes for aggregateValue.
-
-