Package com.google.protobuf.gen
Interface DescriptorProtos.UninterpretedOptionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DescriptorProtos.UninterpretedOption,DescriptorProtos.UninterpretedOption.Builder
- Enclosing class:
- DescriptorProtos
public static interface DescriptorProtos.UninterpretedOptionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAggregateValue()optional string aggregate_value = 8;com.google.protobuf.ByteStringgetAggregateValueBytes()optional string aggregate_value = 8;doublegetDoubleValue()optional double double_value = 6;StringgetIdentifierValue()The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing.com.google.protobuf.ByteStringgetIdentifierValueBytes()The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing.DescriptorProtos.UninterpretedOption.NamePartgetName(int index)repeated .google.protobuf.UninterpretedOption.NamePart name = 2;intgetNameCount()repeated .google.protobuf.UninterpretedOption.NamePart name = 2;List<DescriptorProtos.UninterpretedOption.NamePart>getNameList()repeated .google.protobuf.UninterpretedOption.NamePart name = 2;DescriptorProtos.UninterpretedOption.NamePartOrBuildergetNameOrBuilder(int index)repeated .google.protobuf.UninterpretedOption.NamePart name = 2;List<? extends DescriptorProtos.UninterpretedOption.NamePartOrBuilder>getNameOrBuilderList()repeated .google.protobuf.UninterpretedOption.NamePart name = 2;longgetNegativeIntValue()optional int64 negative_int_value = 5;longgetPositiveIntValue()optional uint64 positive_int_value = 4;com.google.protobuf.ByteStringgetStringValue()optional bytes string_value = 7;booleanhasAggregateValue()optional string aggregate_value = 8;booleanhasDoubleValue()optional double double_value = 6;booleanhasIdentifierValue()The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing.booleanhasNegativeIntValue()optional int64 negative_int_value = 5;booleanhasPositiveIntValue()optional uint64 positive_int_value = 4;booleanhasStringValue()optional bytes string_value = 7;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNameList
List<DescriptorProtos.UninterpretedOption.NamePart> getNameList()
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-
getName
DescriptorProtos.UninterpretedOption.NamePart getName(int index)
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
DescriptorProtos.UninterpretedOption.NamePartOrBuilder getNameOrBuilder(int index)
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;
-
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;
-
getIdentifierValueBytes
com.google.protobuf.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;
-
hasPositiveIntValue
boolean hasPositiveIntValue()
optional uint64 positive_int_value = 4;
-
getPositiveIntValue
long getPositiveIntValue()
optional uint64 positive_int_value = 4;
-
hasNegativeIntValue
boolean hasNegativeIntValue()
optional int64 negative_int_value = 5;
-
getNegativeIntValue
long getNegativeIntValue()
optional int64 negative_int_value = 5;
-
hasDoubleValue
boolean hasDoubleValue()
optional double double_value = 6;
-
getDoubleValue
double getDoubleValue()
optional double double_value = 6;
-
hasStringValue
boolean hasStringValue()
optional bytes string_value = 7;
-
getStringValue
com.google.protobuf.ByteString getStringValue()
optional bytes string_value = 7;
-
hasAggregateValue
boolean hasAggregateValue()
optional string aggregate_value = 8;
-
getAggregateValue
String getAggregateValue()
optional string aggregate_value = 8;
-
getAggregateValueBytes
com.google.protobuf.ByteString getAggregateValueBytes()
optional string aggregate_value = 8;
-
-