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;
double
optional double double_value = 6;
optional string identifier_value = 3;
optional string identifier_value = 3;
getName
(int index) repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
int
repeated .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;
long
optional int64 negative_int_value = 5;
long
optional uint64 positive_int_value = 4;
optional bytes string_value = 7;
boolean
optional string aggregate_value = 8;
boolean
optional double double_value = 6;
boolean
optional string identifier_value = 3;
boolean
optional int64 negative_int_value = 5;
boolean
optional uint64 positive_int_value = 4;
boolean
optional bytes string_value = 7;
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 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()optional string identifier_value = 3;
The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing. Exactly one of these should be set.
-
getIdentifierValue
String getIdentifierValue()optional string identifier_value = 3;
The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing. Exactly one of these should be set.
-
getIdentifierValueBytes
ByteString getIdentifierValueBytes()optional string identifier_value = 3;
The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing. Exactly one of these should be set.
-
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
ByteString getStringValue()optional bytes string_value = 7;
-
hasAggregateValue
boolean hasAggregateValue()optional string aggregate_value = 8;
-
getAggregateValue
String getAggregateValue()optional string aggregate_value = 8;
-
getAggregateValueBytes
ByteString getAggregateValueBytes()optional string aggregate_value = 8;
-