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 classDescriptorProtos.UninterpretedOption.BuilderA message representing a option the parser does not recognize.static classDescriptorProtos.UninterpretedOption.NamePartThe name of the uninterpreted option.static interfaceDescriptorProtos.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 intAGGREGATE_VALUE_FIELD_NUMBERprivate java.lang.StringaggregateValue_private intbitField0_private static DescriptorProtos.UninterpretedOptionDEFAULT_INSTANCEstatic intDOUBLE_VALUE_FIELD_NUMBERprivate doubledoubleValue_static intIDENTIFIER_VALUE_FIELD_NUMBERprivate java.lang.StringidentifierValue_private bytememoizedIsInitializedprivate Internal.ProtobufList<DescriptorProtos.UninterpretedOption.NamePart>name_static intNAME_FIELD_NUMBERstatic intNEGATIVE_INT_VALUE_FIELD_NUMBERprivate longnegativeIntValue_private static Parser<DescriptorProtos.UninterpretedOption>PARSERstatic intPOSITIVE_INT_VALUE_FIELD_NUMBERprivate longpositiveIntValue_static intSTRING_VALUE_FIELD_NUMBERprivate ByteStringstringValue_-
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 privateUninterpretedOption()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidaddAllName(java.lang.Iterable<? extends DescriptorProtos.UninterpretedOption.NamePart> values)repeated .google.protobuf.UninterpretedOption.NamePart name = 2;private voidaddName(int index, DescriptorProtos.UninterpretedOption.NamePart value)repeated .google.protobuf.UninterpretedOption.NamePart name = 2;private voidaddName(DescriptorProtos.UninterpretedOption.NamePart value)repeated .google.protobuf.UninterpretedOption.NamePart name = 2;private voidclearAggregateValue()optional string aggregate_value = 8;private voidclearDoubleValue()optional double double_value = 6;private voidclearIdentifierValue()The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing.private voidclearName()repeated .google.protobuf.UninterpretedOption.NamePart name = 2;private voidclearNegativeIntValue()optional int64 negative_int_value = 5;private voidclearPositiveIntValue()optional uint64 positive_int_value = 4;private voidclearStringValue()optional bytes string_value = 7;protected java.lang.ObjectdynamicMethod(GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)A method that implements different types of operations described inGeneratedMessageLite.MethodToInvoke.private voidensureNameIsMutable()java.lang.StringgetAggregateValue()optional string aggregate_value = 8;ByteStringgetAggregateValueBytes()optional string aggregate_value = 8;static DescriptorProtos.UninterpretedOptiongetDefaultInstance()doublegetDoubleValue()optional double double_value = 6;java.lang.StringgetIdentifierValue()The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing.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;java.util.List<DescriptorProtos.UninterpretedOption.NamePart>getNameList()repeated .google.protobuf.UninterpretedOption.NamePart name = 2;DescriptorProtos.UninterpretedOption.NamePartOrBuildergetNameOrBuilder(int index)repeated .google.protobuf.UninterpretedOption.NamePart name = 2;java.util.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;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;static DescriptorProtos.UninterpretedOption.BuildernewBuilder()static DescriptorProtos.UninterpretedOption.BuildernewBuilder(DescriptorProtos.UninterpretedOption prototype)static DescriptorProtos.UninterpretedOptionparseDelimitedFrom(java.io.InputStream input)static DescriptorProtos.UninterpretedOptionparseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.UninterpretedOptionparseFrom(byte[] data)static DescriptorProtos.UninterpretedOptionparseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.UninterpretedOptionparseFrom(ByteString data)static DescriptorProtos.UninterpretedOptionparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.UninterpretedOptionparseFrom(CodedInputStream input)static DescriptorProtos.UninterpretedOptionparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.UninterpretedOptionparseFrom(java.io.InputStream input)static DescriptorProtos.UninterpretedOptionparseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.UninterpretedOptionparseFrom(java.nio.ByteBuffer data)static DescriptorProtos.UninterpretedOptionparseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry)static Parser<DescriptorProtos.UninterpretedOption>parser()private voidremoveName(int index)repeated .google.protobuf.UninterpretedOption.NamePart name = 2;private voidsetAggregateValue(java.lang.String value)optional string aggregate_value = 8;private voidsetAggregateValueBytes(ByteString value)optional string aggregate_value = 8;private voidsetDoubleValue(double value)optional double double_value = 6;private voidsetIdentifierValue(java.lang.String value)The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing.private voidsetIdentifierValueBytes(ByteString value)The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing.private voidsetName(int index, DescriptorProtos.UninterpretedOption.NamePart value)repeated .google.protobuf.UninterpretedOption.NamePart name = 2;private voidsetNegativeIntValue(long value)optional int64 negative_int_value = 5;private voidsetPositiveIntValue(long value)optional uint64 positive_int_value = 4;private voidsetStringValue(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:
getNameListin 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:
getNameCountin interfaceDescriptorProtos.UninterpretedOptionOrBuilder
-
getName
public DescriptorProtos.UninterpretedOption.NamePart getName(int index)
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;- Specified by:
getNamein 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:
hasIdentifierValuein 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:
getIdentifierValuein 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:
getIdentifierValueBytesin 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:
hasPositiveIntValuein interfaceDescriptorProtos.UninterpretedOptionOrBuilder- Returns:
- Whether the positiveIntValue field is set.
-
getPositiveIntValue
public long getPositiveIntValue()
optional uint64 positive_int_value = 4;- Specified by:
getPositiveIntValuein 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:
hasNegativeIntValuein interfaceDescriptorProtos.UninterpretedOptionOrBuilder- Returns:
- Whether the negativeIntValue field is set.
-
getNegativeIntValue
public long getNegativeIntValue()
optional int64 negative_int_value = 5;- Specified by:
getNegativeIntValuein 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:
hasDoubleValuein interfaceDescriptorProtos.UninterpretedOptionOrBuilder- Returns:
- Whether the doubleValue field is set.
-
getDoubleValue
public double getDoubleValue()
optional double double_value = 6;- Specified by:
getDoubleValuein 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:
hasStringValuein interfaceDescriptorProtos.UninterpretedOptionOrBuilder- Returns:
- Whether the stringValue field is set.
-
getStringValue
public ByteString getStringValue()
optional bytes string_value = 7;- Specified by:
getStringValuein 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:
hasAggregateValuein interfaceDescriptorProtos.UninterpretedOptionOrBuilder- Returns:
- Whether the aggregateValue field is set.
-
getAggregateValue
public java.lang.String getAggregateValue()
optional string aggregate_value = 8;- Specified by:
getAggregateValuein interfaceDescriptorProtos.UninterpretedOptionOrBuilder- Returns:
- The aggregateValue.
-
getAggregateValueBytes
public ByteString getAggregateValueBytes()
optional string aggregate_value = 8;- Specified by:
getAggregateValueBytesin 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:GeneratedMessageLiteA 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_INSTANCEreturns a new instance of the protocol buffer that has not yet been made immutable. SeeMAKE_IMMUTABLE.IS_INITIALIZEDreturnsnullfor false and the default instance for true. It doesn't use or modify any memoized value.GET_MEMOIZED_IS_INITIALIZEDreturns the memoizedisInitializedbyte value.SET_MEMOIZED_IS_INITIALIZEDsets the memoizedisInitializedbyte value to 1 if the first parameter is not null, or to 0 if the first parameter is null.NEW_BUILDERreturns aBuilderTypeinstance.
For use by generated code only.
-
getDefaultInstance
public static DescriptorProtos.UninterpretedOption getDefaultInstance()
-
parser
public static Parser<DescriptorProtos.UninterpretedOption> parser()
-
-