Package com.google.protobuf
Class DescriptorProtos.UninterpretedOption
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite<DescriptorProtos.UninterpretedOption,DescriptorProtos.UninterpretedOption.Builder>
-
- com.google.protobuf.DescriptorProtos.UninterpretedOption
-
- All Implemented Interfaces:
DescriptorProtos.UninterpretedOptionOrBuilder
,MessageLite
,MessageLiteOrBuilder
- Enclosing class:
- DescriptorProtos
public static final class DescriptorProtos.UninterpretedOption extends GeneratedMessageLite<DescriptorProtos.UninterpretedOption,DescriptorProtos.UninterpretedOption.Builder> implements DescriptorProtos.UninterpretedOptionOrBuilder
A message representing a option the parser does not recognize. This only appears in options protos created by the compiler::Parser class. DescriptorPool resolves these when building Descriptor objects. Therefore, options protos in descriptor objects (e.g. returned by Descriptor::options(), or produced by Descriptor::CopyTo()) will never have UninterpretedOptions in them.
Protobuf typegoogle.protobuf.UninterpretedOption
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DescriptorProtos.UninterpretedOption.Builder
A message representing a option the parser does not recognize.static class
DescriptorProtos.UninterpretedOption.NamePart
The name of the uninterpreted option.static interface
DescriptorProtos.UninterpretedOption.NamePartOrBuilder
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
GeneratedMessageLite.DefaultInstanceBasedParser<T extends GeneratedMessageLite<T,?>>, GeneratedMessageLite.ExtendableBuilder<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageLite.ExtendableMessage<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageLite.ExtensionDescriptor, GeneratedMessageLite.GeneratedExtension<ContainingType extends MessageLite,Type>, GeneratedMessageLite.MethodToInvoke, GeneratedMessageLite.SerializedForm
-
Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
AbstractMessageLite.InternalOneOfEnum
-
-
Field Summary
Fields Modifier and Type Field Description static int
AGGREGATE_VALUE_FIELD_NUMBER
private java.lang.String
aggregateValue_
private int
bitField0_
private static DescriptorProtos.UninterpretedOption
DEFAULT_INSTANCE
static int
DOUBLE_VALUE_FIELD_NUMBER
private double
doubleValue_
static int
IDENTIFIER_VALUE_FIELD_NUMBER
private java.lang.String
identifierValue_
private byte
memoizedIsInitialized
private Internal.ProtobufList<DescriptorProtos.UninterpretedOption.NamePart>
name_
static int
NAME_FIELD_NUMBER
static int
NEGATIVE_INT_VALUE_FIELD_NUMBER
private long
negativeIntValue_
private static Parser<DescriptorProtos.UninterpretedOption>
PARSER
static int
POSITIVE_INT_VALUE_FIELD_NUMBER
private long
positiveIntValue_
static int
STRING_VALUE_FIELD_NUMBER
private ByteString
stringValue_
-
Fields inherited from class com.google.protobuf.GeneratedMessageLite
UNINITIALIZED_HASH_CODE, UNINITIALIZED_SERIALIZED_SIZE, unknownFields
-
Fields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode
-
-
Constructor Summary
Constructors Modifier Constructor Description private
UninterpretedOption()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
addAllName(java.lang.Iterable<? extends DescriptorProtos.UninterpretedOption.NamePart> values)
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
private void
addName(int index, DescriptorProtos.UninterpretedOption.NamePart value)
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
private void
addName(DescriptorProtos.UninterpretedOption.NamePart value)
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
private void
clearAggregateValue()
optional string aggregate_value = 8;
private void
clearDoubleValue()
optional double double_value = 6;
private void
clearIdentifierValue()
The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing.private void
clearName()
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
private void
clearNegativeIntValue()
optional int64 negative_int_value = 5;
private void
clearPositiveIntValue()
optional uint64 positive_int_value = 4;
private void
clearStringValue()
optional bytes string_value = 7;
protected java.lang.Object
dynamicMethod(GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)
A method that implements different types of operations described inGeneratedMessageLite.MethodToInvoke
.private void
ensureNameIsMutable()
java.lang.String
getAggregateValue()
optional string aggregate_value = 8;
ByteString
getAggregateValueBytes()
optional string aggregate_value = 8;
static DescriptorProtos.UninterpretedOption
getDefaultInstance()
double
getDoubleValue()
optional double double_value = 6;
java.lang.String
getIdentifierValue()
The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing.ByteString
getIdentifierValueBytes()
The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing.DescriptorProtos.UninterpretedOption.NamePart
getName(int index)
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
int
getNameCount()
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
java.util.List<DescriptorProtos.UninterpretedOption.NamePart>
getNameList()
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
DescriptorProtos.UninterpretedOption.NamePartOrBuilder
getNameOrBuilder(int index)
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
java.util.List<? extends DescriptorProtos.UninterpretedOption.NamePartOrBuilder>
getNameOrBuilderList()
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
long
getNegativeIntValue()
optional int64 negative_int_value = 5;
long
getPositiveIntValue()
optional uint64 positive_int_value = 4;
ByteString
getStringValue()
optional bytes string_value = 7;
boolean
hasAggregateValue()
optional string aggregate_value = 8;
boolean
hasDoubleValue()
optional double double_value = 6;
boolean
hasIdentifierValue()
The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing.boolean
hasNegativeIntValue()
optional int64 negative_int_value = 5;
boolean
hasPositiveIntValue()
optional uint64 positive_int_value = 4;
boolean
hasStringValue()
optional bytes string_value = 7;
static DescriptorProtos.UninterpretedOption.Builder
newBuilder()
static DescriptorProtos.UninterpretedOption.Builder
newBuilder(DescriptorProtos.UninterpretedOption prototype)
static DescriptorProtos.UninterpretedOption
parseDelimitedFrom(java.io.InputStream input)
static DescriptorProtos.UninterpretedOption
parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.UninterpretedOption
parseFrom(byte[] data)
static DescriptorProtos.UninterpretedOption
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.UninterpretedOption
parseFrom(ByteString data)
static DescriptorProtos.UninterpretedOption
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.UninterpretedOption
parseFrom(CodedInputStream input)
static DescriptorProtos.UninterpretedOption
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.UninterpretedOption
parseFrom(java.io.InputStream input)
static DescriptorProtos.UninterpretedOption
parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.UninterpretedOption
parseFrom(java.nio.ByteBuffer data)
static DescriptorProtos.UninterpretedOption
parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry)
static Parser<DescriptorProtos.UninterpretedOption>
parser()
private void
removeName(int index)
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
private void
setAggregateValue(java.lang.String value)
optional string aggregate_value = 8;
private void
setAggregateValueBytes(ByteString value)
optional string aggregate_value = 8;
private void
setDoubleValue(double value)
optional double double_value = 6;
private void
setIdentifierValue(java.lang.String value)
The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing.private void
setIdentifierValueBytes(ByteString value)
The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing.private void
setName(int index, DescriptorProtos.UninterpretedOption.NamePart value)
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
private void
setNegativeIntValue(long value)
optional int64 negative_int_value = 5;
private void
setPositiveIntValue(long value)
optional uint64 positive_int_value = 4;
private void
setStringValue(ByteString value)
optional bytes string_value = 7;
-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
buildMessageInfo, clearMemoizedHashCode, clearMemoizedSerializedSize, computeHashCode, createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstance, getDefaultInstanceForType, getMemoizedHashCode, getMemoizedSerializedSize, getMethodOrDie, getParserForType, getSerializedSize, getSerializedSize, hashCode, hashCodeIsNotMemoized, invokeOrDie, isInitialized, isInitialized, isMutable, makeImmutable, markImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newMutableInstance, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, setMemoizedHashCode, setMemoizedSerializedSize, toBuilder, toString, writeTo
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, newUninitializedMessageException, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
-
-
-
Field Detail
-
bitField0_
private int bitField0_
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
name_
private Internal.ProtobufList<DescriptorProtos.UninterpretedOption.NamePart> name_
-
IDENTIFIER_VALUE_FIELD_NUMBER
public static final int IDENTIFIER_VALUE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
identifierValue_
private java.lang.String identifierValue_
-
POSITIVE_INT_VALUE_FIELD_NUMBER
public static final int POSITIVE_INT_VALUE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
positiveIntValue_
private long positiveIntValue_
-
NEGATIVE_INT_VALUE_FIELD_NUMBER
public static final int NEGATIVE_INT_VALUE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
negativeIntValue_
private long negativeIntValue_
-
DOUBLE_VALUE_FIELD_NUMBER
public static final int DOUBLE_VALUE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
doubleValue_
private double doubleValue_
-
STRING_VALUE_FIELD_NUMBER
public static final int STRING_VALUE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
stringValue_
private ByteString stringValue_
-
AGGREGATE_VALUE_FIELD_NUMBER
public static final int AGGREGATE_VALUE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
aggregateValue_
private java.lang.String aggregateValue_
-
memoizedIsInitialized
private byte memoizedIsInitialized
-
DEFAULT_INSTANCE
private static final DescriptorProtos.UninterpretedOption DEFAULT_INSTANCE
-
PARSER
private static volatile Parser<DescriptorProtos.UninterpretedOption> PARSER
-
-
Method Detail
-
getNameList
public java.util.List<DescriptorProtos.UninterpretedOption.NamePart> getNameList()
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
- Specified by:
getNameList
in interfaceDescriptorProtos.UninterpretedOptionOrBuilder
-
getNameOrBuilderList
public java.util.List<? extends DescriptorProtos.UninterpretedOption.NamePartOrBuilder> getNameOrBuilderList()
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-
getNameCount
public int getNameCount()
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
- Specified by:
getNameCount
in interfaceDescriptorProtos.UninterpretedOptionOrBuilder
-
getName
public DescriptorProtos.UninterpretedOption.NamePart getName(int index)
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
- Specified by:
getName
in interfaceDescriptorProtos.UninterpretedOptionOrBuilder
-
getNameOrBuilder
public DescriptorProtos.UninterpretedOption.NamePartOrBuilder getNameOrBuilder(int index)
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-
ensureNameIsMutable
private void ensureNameIsMutable()
-
setName
private void setName(int index, DescriptorProtos.UninterpretedOption.NamePart value)
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-
addName
private void addName(DescriptorProtos.UninterpretedOption.NamePart value)
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-
addName
private void addName(int index, DescriptorProtos.UninterpretedOption.NamePart value)
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-
addAllName
private void addAllName(java.lang.Iterable<? extends DescriptorProtos.UninterpretedOption.NamePart> values)
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-
clearName
private void clearName()
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-
removeName
private void removeName(int index)
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
-
hasIdentifierValue
public 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;
- Specified by:
hasIdentifierValue
in interfaceDescriptorProtos.UninterpretedOptionOrBuilder
- Returns:
- Whether the identifierValue field is set.
-
getIdentifierValue
public java.lang.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;
- Specified by:
getIdentifierValue
in interfaceDescriptorProtos.UninterpretedOptionOrBuilder
- Returns:
- The identifierValue.
-
getIdentifierValueBytes
public 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;
- Specified by:
getIdentifierValueBytes
in interfaceDescriptorProtos.UninterpretedOptionOrBuilder
- Returns:
- The bytes for identifierValue.
-
setIdentifierValue
private void setIdentifierValue(java.lang.String value)
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;
- Parameters:
value
- The identifierValue to set.
-
clearIdentifierValue
private void clearIdentifierValue()
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;
-
setIdentifierValueBytes
private void setIdentifierValueBytes(ByteString value)
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;
- Parameters:
value
- The bytes for identifierValue to set.
-
hasPositiveIntValue
public boolean hasPositiveIntValue()
optional uint64 positive_int_value = 4;
- Specified by:
hasPositiveIntValue
in interfaceDescriptorProtos.UninterpretedOptionOrBuilder
- Returns:
- Whether the positiveIntValue field is set.
-
getPositiveIntValue
public long getPositiveIntValue()
optional uint64 positive_int_value = 4;
- Specified by:
getPositiveIntValue
in interfaceDescriptorProtos.UninterpretedOptionOrBuilder
- Returns:
- The positiveIntValue.
-
setPositiveIntValue
private void setPositiveIntValue(long value)
optional uint64 positive_int_value = 4;
- Parameters:
value
- The positiveIntValue to set.
-
clearPositiveIntValue
private void clearPositiveIntValue()
optional uint64 positive_int_value = 4;
-
hasNegativeIntValue
public boolean hasNegativeIntValue()
optional int64 negative_int_value = 5;
- Specified by:
hasNegativeIntValue
in interfaceDescriptorProtos.UninterpretedOptionOrBuilder
- Returns:
- Whether the negativeIntValue field is set.
-
getNegativeIntValue
public long getNegativeIntValue()
optional int64 negative_int_value = 5;
- Specified by:
getNegativeIntValue
in interfaceDescriptorProtos.UninterpretedOptionOrBuilder
- Returns:
- The negativeIntValue.
-
setNegativeIntValue
private void setNegativeIntValue(long value)
optional int64 negative_int_value = 5;
- Parameters:
value
- The negativeIntValue to set.
-
clearNegativeIntValue
private void clearNegativeIntValue()
optional int64 negative_int_value = 5;
-
hasDoubleValue
public boolean hasDoubleValue()
optional double double_value = 6;
- Specified by:
hasDoubleValue
in interfaceDescriptorProtos.UninterpretedOptionOrBuilder
- Returns:
- Whether the doubleValue field is set.
-
getDoubleValue
public double getDoubleValue()
optional double double_value = 6;
- Specified by:
getDoubleValue
in interfaceDescriptorProtos.UninterpretedOptionOrBuilder
- Returns:
- The doubleValue.
-
setDoubleValue
private void setDoubleValue(double value)
optional double double_value = 6;
- Parameters:
value
- The doubleValue to set.
-
clearDoubleValue
private void clearDoubleValue()
optional double double_value = 6;
-
hasStringValue
public boolean hasStringValue()
optional bytes string_value = 7;
- Specified by:
hasStringValue
in interfaceDescriptorProtos.UninterpretedOptionOrBuilder
- Returns:
- Whether the stringValue field is set.
-
getStringValue
public ByteString getStringValue()
optional bytes string_value = 7;
- Specified by:
getStringValue
in interfaceDescriptorProtos.UninterpretedOptionOrBuilder
- Returns:
- The stringValue.
-
setStringValue
private void setStringValue(ByteString value)
optional bytes string_value = 7;
- Parameters:
value
- The stringValue to set.
-
clearStringValue
private void clearStringValue()
optional bytes string_value = 7;
-
hasAggregateValue
public boolean hasAggregateValue()
optional string aggregate_value = 8;
- Specified by:
hasAggregateValue
in interfaceDescriptorProtos.UninterpretedOptionOrBuilder
- Returns:
- Whether the aggregateValue field is set.
-
getAggregateValue
public java.lang.String getAggregateValue()
optional string aggregate_value = 8;
- Specified by:
getAggregateValue
in interfaceDescriptorProtos.UninterpretedOptionOrBuilder
- Returns:
- The aggregateValue.
-
getAggregateValueBytes
public ByteString getAggregateValueBytes()
optional string aggregate_value = 8;
- Specified by:
getAggregateValueBytes
in interfaceDescriptorProtos.UninterpretedOptionOrBuilder
- Returns:
- The bytes for aggregateValue.
-
setAggregateValue
private void setAggregateValue(java.lang.String value)
optional string aggregate_value = 8;
- Parameters:
value
- The aggregateValue to set.
-
clearAggregateValue
private void clearAggregateValue()
optional string aggregate_value = 8;
-
setAggregateValueBytes
private void setAggregateValueBytes(ByteString value)
optional string aggregate_value = 8;
- Parameters:
value
- The bytes for aggregateValue to set.
-
parseFrom
public static DescriptorProtos.UninterpretedOption parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static DescriptorProtos.UninterpretedOption parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static DescriptorProtos.UninterpretedOption parseFrom(ByteString data) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static DescriptorProtos.UninterpretedOption parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static DescriptorProtos.UninterpretedOption parseFrom(byte[] data) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static DescriptorProtos.UninterpretedOption parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static DescriptorProtos.UninterpretedOption parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static DescriptorProtos.UninterpretedOption parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static DescriptorProtos.UninterpretedOption parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static DescriptorProtos.UninterpretedOption parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static DescriptorProtos.UninterpretedOption parseFrom(CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static DescriptorProtos.UninterpretedOption parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static DescriptorProtos.UninterpretedOption.Builder newBuilder()
-
newBuilder
public static DescriptorProtos.UninterpretedOption.Builder newBuilder(DescriptorProtos.UninterpretedOption prototype)
-
dynamicMethod
protected final java.lang.Object dynamicMethod(GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)
Description copied from class:GeneratedMessageLite
A method that implements different types of operations described inGeneratedMessageLite.MethodToInvoke
. These different kinds of operations are required to implement message-level operations for builders in the runtime. This method bundles those operations to reduce the generated methods count.NEW_INSTANCE
returns a new instance of the protocol buffer that has not yet been made immutable. SeeMAKE_IMMUTABLE
.IS_INITIALIZED
returnsnull
for false and the default instance for true. It doesn't use or modify any memoized value.GET_MEMOIZED_IS_INITIALIZED
returns the memoizedisInitialized
byte value.SET_MEMOIZED_IS_INITIALIZED
sets the memoizedisInitialized
byte value to 1 if the first parameter is not null, or to 0 if the first parameter is null.NEW_BUILDER
returns aBuilderType
instance.
For use by generated code only.
-
getDefaultInstance
public static DescriptorProtos.UninterpretedOption getDefaultInstance()
-
parser
public static Parser<DescriptorProtos.UninterpretedOption> parser()
-
-