Interface DescriptorProtos.UninterpretedOptionOrBuilder (3.19.4)

public static interface DescriptorProtos.UninterpretedOptionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAggregateValue()

public abstract String getAggregateValue()

optional string aggregate_value = 8;

Returns
TypeDescription
String

The aggregateValue.

getAggregateValueBytes()

public abstract ByteString getAggregateValueBytes()

optional string aggregate_value = 8;

Returns
TypeDescription
ByteString

The bytes for aggregateValue.

getDoubleValue()

public abstract double getDoubleValue()

optional double double_value = 6;

Returns
TypeDescription
double

The doubleValue.

getIdentifierValue()

public abstract 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
TypeDescription
String

The identifierValue.

getIdentifierValueBytes()

public abstract 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
TypeDescription
ByteString

The bytes for identifierValue.

getName(int index)

public abstract DescriptorProtos.UninterpretedOption.NamePart getName(int index)

repeated .google.protobuf.UninterpretedOption.NamePart name = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
DescriptorProtos.UninterpretedOption.NamePart

getNameCount()

public abstract int getNameCount()

repeated .google.protobuf.UninterpretedOption.NamePart name = 2;

Returns
TypeDescription
int

getNameList()

public abstract List<DescriptorProtos.UninterpretedOption.NamePart> getNameList()

repeated .google.protobuf.UninterpretedOption.NamePart name = 2;

Returns
TypeDescription
List<NamePart>

getNameOrBuilder(int index)

public abstract DescriptorProtos.UninterpretedOption.NamePartOrBuilder getNameOrBuilder(int index)

repeated .google.protobuf.UninterpretedOption.NamePart name = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
DescriptorProtos.UninterpretedOption.NamePartOrBuilder

getNameOrBuilderList()

public abstract List<? extends DescriptorProtos.UninterpretedOption.NamePartOrBuilder> getNameOrBuilderList()

repeated .google.protobuf.UninterpretedOption.NamePart name = 2;

Returns
TypeDescription
List<? extends com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder>

getNegativeIntValue()

public abstract long getNegativeIntValue()

optional int64 negative_int_value = 5;

Returns
TypeDescription
long

The negativeIntValue.

getPositiveIntValue()

public abstract long getPositiveIntValue()

optional uint64 positive_int_value = 4;

Returns
TypeDescription
long

The positiveIntValue.

getStringValue()

public abstract ByteString getStringValue()

optional bytes string_value = 7;

Returns
TypeDescription
ByteString

The stringValue.

hasAggregateValue()

public abstract boolean hasAggregateValue()

optional string aggregate_value = 8;

Returns
TypeDescription
boolean

Whether the aggregateValue field is set.

hasDoubleValue()

public abstract boolean hasDoubleValue()

optional double double_value = 6;

Returns
TypeDescription
boolean

Whether the doubleValue field is set.

hasIdentifierValue()

public abstract 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
TypeDescription
boolean

Whether the identifierValue field is set.

hasNegativeIntValue()

public abstract boolean hasNegativeIntValue()

optional int64 negative_int_value = 5;

Returns
TypeDescription
boolean

Whether the negativeIntValue field is set.

hasPositiveIntValue()

public abstract boolean hasPositiveIntValue()

optional uint64 positive_int_value = 4;

Returns
TypeDescription
boolean

Whether the positiveIntValue field is set.

hasStringValue()

public abstract boolean hasStringValue()

optional bytes string_value = 7;

Returns
TypeDescription
boolean

Whether the stringValue field is set.