Package com.google.protobuf
Interface DescriptorProtos.UninterpretedOptionOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
DescriptorProtos.UninterpretedOption,DescriptorProtos.UninterpretedOption.Builder
- Enclosing class:
- DescriptorProtos
-
Method Summary
Modifier and TypeMethodDescriptionoptional string aggregate_value = 8;optional string aggregate_value = 8;doubleoptional double double_value = 6;The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing.The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing.getName(int index) repeated .google.protobuf.UninterpretedOption.NamePart name = 2;intrepeated .google.protobuf.UninterpretedOption.NamePart name = 2;repeated .google.protobuf.UninterpretedOption.NamePart name = 2;getNameOrBuilder(int index) repeated .google.protobuf.UninterpretedOption.NamePart name = 2;repeated .google.protobuf.UninterpretedOption.NamePart name = 2;longoptional int64 negative_int_value = 5;longoptional uint64 positive_int_value = 4;optional bytes string_value = 7;booleanoptional string aggregate_value = 8;booleanoptional double double_value = 6;booleanThe value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing.booleanoptional int64 negative_int_value = 5;booleanoptional uint64 positive_int_value = 4;booleanoptional bytes string_value = 7;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNameList
List<DescriptorProtos.UninterpretedOption.NamePart> getNameList()repeated .google.protobuf.UninterpretedOption.NamePart name = 2; -
getName
repeated .google.protobuf.UninterpretedOption.NamePart name = 2; -
getNameCount
int getNameCount()repeated .google.protobuf.UninterpretedOption.NamePart name = 2; -
getNameOrBuilderList
List<? extends DescriptorProtos.UninterpretedOption.NamePartOrBuilder> getNameOrBuilderList()repeated .google.protobuf.UninterpretedOption.NamePart name = 2; -
getNameOrBuilder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2; -
hasIdentifierValue
boolean hasIdentifierValue()The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing. Exactly one of these should be set.
optional string identifier_value = 3;- Returns:
- Whether the identifierValue field is set.
-
getIdentifierValue
String getIdentifierValue()The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing. Exactly one of these should be set.
optional string identifier_value = 3;- Returns:
- The identifierValue.
-
getIdentifierValueBytes
ByteString getIdentifierValueBytes()The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing. Exactly one of these should be set.
optional string identifier_value = 3;- Returns:
- The bytes for identifierValue.
-
hasPositiveIntValue
boolean hasPositiveIntValue()optional uint64 positive_int_value = 4;- Returns:
- Whether the positiveIntValue field is set.
-
getPositiveIntValue
long getPositiveIntValue()optional uint64 positive_int_value = 4;- Returns:
- The positiveIntValue.
-
hasNegativeIntValue
boolean hasNegativeIntValue()optional int64 negative_int_value = 5;- Returns:
- Whether the negativeIntValue field is set.
-
getNegativeIntValue
long getNegativeIntValue()optional int64 negative_int_value = 5;- Returns:
- The negativeIntValue.
-
hasDoubleValue
boolean hasDoubleValue()optional double double_value = 6;- Returns:
- Whether the doubleValue field is set.
-
getDoubleValue
double getDoubleValue()optional double double_value = 6;- Returns:
- The doubleValue.
-
hasStringValue
boolean hasStringValue()optional bytes string_value = 7;- Returns:
- Whether the stringValue field is set.
-
getStringValue
ByteString getStringValue()optional bytes string_value = 7;- Returns:
- The stringValue.
-
hasAggregateValue
boolean hasAggregateValue()optional string aggregate_value = 8;- Returns:
- Whether the aggregateValue field is set.
-
getAggregateValue
String getAggregateValue()optional string aggregate_value = 8;- Returns:
- The aggregateValue.
-
getAggregateValueBytes
ByteString getAggregateValueBytes()optional string aggregate_value = 8;- Returns:
- The bytes for aggregateValue.
-