Package com.google.protobuf
Class GeneratedMessageV3
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- All Implemented Interfaces:
Message,MessageLite,MessageLiteOrBuilder,MessageOrBuilder,java.io.Serializable
- Direct Known Subclasses:
Any,Api,BoolValue,BytesValue,DescriptorProtos.DescriptorProto,DescriptorProtos.DescriptorProto.ExtensionRange,DescriptorProtos.DescriptorProto.ReservedRange,DescriptorProtos.EnumDescriptorProto,DescriptorProtos.EnumDescriptorProto.EnumReservedRange,DescriptorProtos.EnumValueDescriptorProto,DescriptorProtos.ExtensionRangeOptions.Declaration,DescriptorProtos.FeatureSetDefaults,DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault,DescriptorProtos.FieldDescriptorProto,DescriptorProtos.FieldOptions.EditionDefault,DescriptorProtos.FileDescriptorProto,DescriptorProtos.FileDescriptorSet,DescriptorProtos.GeneratedCodeInfo,DescriptorProtos.GeneratedCodeInfo.Annotation,DescriptorProtos.MethodDescriptorProto,DescriptorProtos.OneofDescriptorProto,DescriptorProtos.ServiceDescriptorProto,DescriptorProtos.SourceCodeInfo,DescriptorProtos.SourceCodeInfo.Location,DescriptorProtos.UninterpretedOption,DescriptorProtos.UninterpretedOption.NamePart,DoubleValue,Duration,Empty,Enum,EnumValue,Field,FieldMask,FloatValue,GeneratedMessageV3.ExtendableMessage,Int32Value,Int64Value,ListValue,Method,Mixin,Option,PluginProtos.CodeGeneratorRequest,PluginProtos.CodeGeneratorResponse,PluginProtos.CodeGeneratorResponse.File,PluginProtos.Version,SourceContext,StringValue,Struct,Timestamp,Type,UInt32Value,UInt64Value,Value
public abstract class GeneratedMessageV3 extends AbstractMessage implements java.io.Serializable
All generated protocol message classes extend this class. This class implements most of the Message and Builder interfaces using Java reflection. Users can ignore this class and pretend that generated messages implement the Message interface directly.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeneratedMessageV3.Builder<BuilderT extends GeneratedMessageV3.Builder<BuilderT>>Builder class forGeneratedMessageV3.protected static interfaceGeneratedMessageV3.BuilderParentTODO: remove this after b/29368482 is fixed.static classGeneratedMessageV3.ExtendableBuilder<MessageT extends GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>Generated message builders for message types that contain extension ranges subclass this.static classGeneratedMessageV3.ExtendableMessage<MessageT extends GeneratedMessageV3.ExtendableMessage<MessageT>>Generated message classes for message types that contain extension ranges subclass this.static interfaceGeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends GeneratedMessageV3.ExtendableMessage<MessageT>>ExtendsMessageOrBuilderwith extension-related functions.static classGeneratedMessageV3.FieldAccessorTableUsers should ignore this class.protected static classGeneratedMessageV3.UnusedPrivateParameterThis class is used to make a generated protected method inaccessible from user's code (e.g., thenewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)method below).-
Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
AbstractMessageLite.InternalOneOfEnum
-
-
Field Summary
Fields Modifier and Type Field Description protected static booleanalwaysUseFieldBuildersFor testing.protected UnknownFieldSetunknownFieldsFor use by generated code only.-
Fields inherited from class com.google.protobuf.AbstractMessage
memoizedSize
-
Fields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedGeneratedMessageV3()protectedGeneratedMessageV3(GeneratedMessageV3.Builder<?> builder)
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected static booleancanUseUnsafe()protected static intcomputeStringSize(int fieldNumber, java.lang.Object value)protected static intcomputeStringSizeNoTag(java.lang.Object value)protected static Internal.BooleanListemptyBooleanList()protected static Internal.DoubleListemptyDoubleList()protected static Internal.FloatListemptyFloatList()protected static Internal.IntListemptyIntList()protected static <T> Internal.ProtobufList<T>emptyList(java.lang.Class<T> elementType)protected static Internal.LongListemptyLongList()java.util.Map<Descriptors.FieldDescriptor,java.lang.Object>getAllFields()Returns a collection of all the fields in this message which are set and their corresponding values.Descriptors.DescriptorgetDescriptorForType()Get the message's type's descriptor.java.lang.ObjectgetField(Descriptors.FieldDescriptor field)Obtains the value of the given field, or the default value if it is not set.Descriptors.FieldDescriptorgetOneofFieldDescriptor(Descriptors.OneofDescriptor oneof)Obtains the FieldDescriptor if the given oneof is set.Parser<? extends GeneratedMessageV3>getParserForType()TODO: Remove this unnecessary intermediate implementation of this method.java.lang.ObjectgetRepeatedField(Descriptors.FieldDescriptor field, int index)Gets an element of a repeated field.intgetRepeatedFieldCount(Descriptors.FieldDescriptor field)Gets the number of elements of a repeated field.intgetSerializedSize()Get the number of bytes required to encode this message.UnknownFieldSetgetUnknownFields()Get theUnknownFieldSetfor this message.booleanhasField(Descriptors.FieldDescriptor field)Returns true if the given field is set.booleanhasOneof(Descriptors.OneofDescriptor oneof)Returns true if the given oneof is set.protected abstract GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()Get the FieldAccessorTable for this type.protected MapFieldinternalGetMapField(int fieldNumber)Deprecated.protected MapFieldReflectionAccessorinternalGetMapFieldReflection(int fieldNumber)Gets the map field with the given field number.booleanisInitialized()Returns true if all required fields in the message and all embedded messages are set, false otherwise.protected static booleanisStringEmpty(java.lang.Object value)protected voidmakeExtensionsImmutable()Used by parsing constructors in generated classes.protected static <ListT extends Internal.ProtobufList<?>>
ListTmakeMutableCopy(ListT list)protected static <ListT extends Internal.ProtobufList<?>>
ListTmakeMutableCopy(ListT list, int minCapacity)protected voidmergeFromAndMakeImmutableInternal(CodedInputStream input, ExtensionRegistryLite extensionRegistry)Deprecated.use newBuilder().mergeFrom() insteadprotected static Internal.BooleanListmutableCopy(Internal.BooleanList list)protected static Internal.DoubleListmutableCopy(Internal.DoubleList list)protected static Internal.FloatListmutableCopy(Internal.FloatList list)protected static Internal.IntListmutableCopy(Internal.IntList list)protected static Internal.LongListmutableCopy(Internal.LongList list)protected static Internal.BooleanListnewBooleanList()protected Message.BuildernewBuilderForType(AbstractMessage.BuilderParent parent)TODO: generated class should implement this directlyprotected abstract Message.BuildernewBuilderForType(GeneratedMessageV3.BuilderParent parent)TODO: remove this together with GeneratedMessageV3.BuilderParent.protected static Internal.DoubleListnewDoubleList()protected static Internal.FloatListnewFloatList()protected java.lang.ObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameter unused)Creates a new instance of this message type.protected static Internal.IntListnewIntList()protected static Internal.LongListnewLongList()protected static <M extends Message>
MparseDelimitedWithIOException(Parser<M> parser, java.io.InputStream input)Used by generated code.protected static <M extends Message>
MparseDelimitedWithIOException(Parser<M> parser, java.io.InputStream input, ExtensionRegistryLite extensions)Used by generated code.protected booleanparseUnknownField(CodedInputStream input, UnknownFieldSet.Builder unknownFields, ExtensionRegistryLite extensionRegistry, int tag)Called by subclasses to parse an unknown field.protected booleanparseUnknownFieldProto3(CodedInputStream input, UnknownFieldSet.Builder unknownFields, ExtensionRegistryLite extensionRegistry, int tag)Delegates to parseUnknownField.protected static <M extends Message>
MparseWithIOException(Parser<M> parser, CodedInputStream input)Used by generated code.protected static <M extends Message>
MparseWithIOException(Parser<M> parser, CodedInputStream input, ExtensionRegistryLite extensions)Used by generated code.protected static <M extends Message>
MparseWithIOException(Parser<M> parser, java.io.InputStream input)Used by generated code.protected static <M extends Message>
MparseWithIOException(Parser<M> parser, java.io.InputStream input, ExtensionRegistryLite extensions)Used by generated code.protected static <V> voidserializeBooleanMapTo(CodedOutputStream out, MapField<java.lang.Boolean,V> field, MapEntry<java.lang.Boolean,V> defaultEntry, int fieldNumber)protected static <V> voidserializeIntegerMapTo(CodedOutputStream out, MapField<java.lang.Integer,V> field, MapEntry<java.lang.Integer,V> defaultEntry, int fieldNumber)protected static <V> voidserializeLongMapTo(CodedOutputStream out, MapField<java.lang.Long,V> field, MapEntry<java.lang.Long,V> defaultEntry, int fieldNumber)protected static <V> voidserializeStringMapTo(CodedOutputStream out, MapField<java.lang.String,V> field, MapEntry<java.lang.String,V> defaultEntry, int fieldNumber)protected java.lang.ObjectwriteReplace()Replaces this object in the output stream with a serialized form.protected static voidwriteString(CodedOutputStream output, int fieldNumber, java.lang.Object value)protected static voidwriteStringNoTag(CodedOutputStream output, java.lang.Object value)voidwriteTo(CodedOutputStream output)Serializes the message and writes it tooutput.-
Methods inherited from class com.google.protobuf.AbstractMessage
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, 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.Message
newBuilderForType, toBuilder
-
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getDefaultInstanceForType
-
-
-
-
Field Detail
-
alwaysUseFieldBuilders
protected static boolean alwaysUseFieldBuilders
For testing. Allows a test to disable the optimization that avoids using field builders for nested messages until they are requested. By disabling this optimization, existing tests can be reused to test the field builders.
-
unknownFields
protected UnknownFieldSet unknownFields
For use by generated code only.TODO: mark this private and final (breaking change)
-
-
Constructor Detail
-
GeneratedMessageV3
protected GeneratedMessageV3()
-
GeneratedMessageV3
protected GeneratedMessageV3(GeneratedMessageV3.Builder<?> builder)
-
-
Method Detail
-
getParserForType
public Parser<? extends GeneratedMessageV3> getParserForType()
TODO: Remove this unnecessary intermediate implementation of this method.- Specified by:
getParserForTypein interfaceMessage- Specified by:
getParserForTypein interfaceMessageLite
-
internalGetFieldAccessorTable
protected abstract GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Get the FieldAccessorTable for this type. We can't have the message class pass this in to the constructor because of bootstrapping trouble with DescriptorProtos.
-
getDescriptorForType
public Descriptors.Descriptor getDescriptorForType()
Description copied from interface:MessageOrBuilderGet the message's type's descriptor. This differs from thegetDescriptor()method of generated message classes in that this method is an abstract method of theMessageinterface whereasgetDescriptor()is a static method of a specific class. They return the same thing.- Specified by:
getDescriptorForTypein interfaceMessageOrBuilder
-
mergeFromAndMakeImmutableInternal
@Deprecated protected void mergeFromAndMakeImmutableInternal(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
Deprecated.use newBuilder().mergeFrom() insteadTODO: This method should be removed. It enables parsing directly into an "immutable" message. Have to leave it for now to support old gencode.- Throws:
InvalidProtocolBufferException
-
isInitialized
public boolean isInitialized()
Description copied from interface:MessageLiteOrBuilderReturns true if all required fields in the message and all embedded messages are set, false otherwise.- Specified by:
isInitializedin interfaceMessageLiteOrBuilder- Overrides:
isInitializedin classAbstractMessage
-
getAllFields
public java.util.Map<Descriptors.FieldDescriptor,java.lang.Object> getAllFields()
Description copied from interface:MessageOrBuilderReturns a collection of all the fields in this message which are set and their corresponding values. A singular ("required" or "optional") field is set iff hasField() returns true for that field. A "repeated" field is set iff getRepeatedFieldCount() is greater than zero. The values are exactly what would be returned by callingMessageOrBuilder.getField(Descriptors.FieldDescriptor)for each field. The map is guaranteed to be a sorted map, so iterating over it will return fields in order by field number.
If this is for a builder, the returned map may or may not reflect future changes to the builder. Either way, the returned map is itself unmodifiable.- Specified by:
getAllFieldsin interfaceMessageOrBuilder
-
hasOneof
public boolean hasOneof(Descriptors.OneofDescriptor oneof)
Description copied from interface:MessageOrBuilderReturns true if the given oneof is set.- Specified by:
hasOneofin interfaceMessageOrBuilder- Overrides:
hasOneofin classAbstractMessage
-
getOneofFieldDescriptor
public Descriptors.FieldDescriptor getOneofFieldDescriptor(Descriptors.OneofDescriptor oneof)
Description copied from interface:MessageOrBuilderObtains the FieldDescriptor if the given oneof is set. Returns null if no field is set.- Specified by:
getOneofFieldDescriptorin interfaceMessageOrBuilder- Overrides:
getOneofFieldDescriptorin classAbstractMessage
-
hasField
public boolean hasField(Descriptors.FieldDescriptor field)
Description copied from interface:MessageOrBuilderReturns true if the given field is set. This is exactly equivalent to calling the generated "has" accessor method corresponding to the field. The return value of hasField() is semantically meaningful only for fields where field.hasPresence() == true.- Specified by:
hasFieldin interfaceMessageOrBuilder
-
getField
public java.lang.Object getField(Descriptors.FieldDescriptor field)
Description copied from interface:MessageOrBuilderObtains the value of the given field, or the default value if it is not set. For primitive fields, the boxed primitive value is returned. For enum fields, the EnumValueDescriptor for the value is returned. For embedded message fields, the sub-message is returned. For repeated fields, a java.util.List is returned.- Specified by:
getFieldin interfaceMessageOrBuilder
-
getRepeatedFieldCount
public int getRepeatedFieldCount(Descriptors.FieldDescriptor field)
Description copied from interface:MessageOrBuilderGets the number of elements of a repeated field. This is exactly equivalent to calling the generated "Count" accessor method corresponding to the field.- Specified by:
getRepeatedFieldCountin interfaceMessageOrBuilder
-
getRepeatedField
public java.lang.Object getRepeatedField(Descriptors.FieldDescriptor field, int index)
Description copied from interface:MessageOrBuilderGets an element of a repeated field. For primitive fields, the boxed primitive value is returned. For enum fields, the EnumValueDescriptor for the value is returned. For embedded message fields, the sub-message is returned.- Specified by:
getRepeatedFieldin interfaceMessageOrBuilder
-
getUnknownFields
public UnknownFieldSet getUnknownFields()
Description copied from interface:MessageOrBuilderGet theUnknownFieldSetfor this message.- Specified by:
getUnknownFieldsin interfaceMessageOrBuilder
-
parseUnknownField
protected boolean parseUnknownField(CodedInputStream input, UnknownFieldSet.Builder unknownFields, ExtensionRegistryLite extensionRegistry, int tag) throws java.io.IOException
Called by subclasses to parse an unknown field.TODO remove this method
- Returns:
trueunless the tag is an end-group tag.- Throws:
java.io.IOException
-
parseUnknownFieldProto3
protected boolean parseUnknownFieldProto3(CodedInputStream input, UnknownFieldSet.Builder unknownFields, ExtensionRegistryLite extensionRegistry, int tag) throws java.io.IOException
Delegates to parseUnknownField. This method is obsolete, but we must retain it for compatibility with older generated code.TODO remove this method
- Throws:
java.io.IOException
-
parseWithIOException
protected static <M extends Message> M parseWithIOException(Parser<M> parser, java.io.InputStream input) throws java.io.IOException
Used by generated code.- Throws:
java.io.IOException
-
parseWithIOException
protected static <M extends Message> M parseWithIOException(Parser<M> parser, java.io.InputStream input, ExtensionRegistryLite extensions) throws java.io.IOException
Used by generated code.- Throws:
java.io.IOException
-
parseWithIOException
protected static <M extends Message> M parseWithIOException(Parser<M> parser, CodedInputStream input) throws java.io.IOException
Used by generated code.- Throws:
java.io.IOException
-
parseWithIOException
protected static <M extends Message> M parseWithIOException(Parser<M> parser, CodedInputStream input, ExtensionRegistryLite extensions) throws java.io.IOException
Used by generated code.- Throws:
java.io.IOException
-
parseDelimitedWithIOException
protected static <M extends Message> M parseDelimitedWithIOException(Parser<M> parser, java.io.InputStream input) throws java.io.IOException
Used by generated code.- Throws:
java.io.IOException
-
parseDelimitedWithIOException
protected static <M extends Message> M parseDelimitedWithIOException(Parser<M> parser, java.io.InputStream input, ExtensionRegistryLite extensions) throws java.io.IOException
Used by generated code.- Throws:
java.io.IOException
-
canUseUnsafe
protected static boolean canUseUnsafe()
-
emptyIntList
protected static Internal.IntList emptyIntList()
-
newIntList
protected static Internal.IntList newIntList()
-
mutableCopy
protected static Internal.IntList mutableCopy(Internal.IntList list)
-
mutableCopy
protected static Internal.LongList mutableCopy(Internal.LongList list)
-
mutableCopy
protected static Internal.FloatList mutableCopy(Internal.FloatList list)
-
mutableCopy
protected static Internal.DoubleList mutableCopy(Internal.DoubleList list)
-
mutableCopy
protected static Internal.BooleanList mutableCopy(Internal.BooleanList list)
-
emptyLongList
protected static Internal.LongList emptyLongList()
-
newLongList
protected static Internal.LongList newLongList()
-
emptyFloatList
protected static Internal.FloatList emptyFloatList()
-
newFloatList
protected static Internal.FloatList newFloatList()
-
emptyDoubleList
protected static Internal.DoubleList emptyDoubleList()
-
newDoubleList
protected static Internal.DoubleList newDoubleList()
-
emptyBooleanList
protected static Internal.BooleanList emptyBooleanList()
-
newBooleanList
protected static Internal.BooleanList newBooleanList()
-
makeMutableCopy
protected static <ListT extends Internal.ProtobufList<?>> ListT makeMutableCopy(ListT list)
-
makeMutableCopy
protected static <ListT extends Internal.ProtobufList<?>> ListT makeMutableCopy(ListT list, int minCapacity)
-
emptyList
protected static <T> Internal.ProtobufList<T> emptyList(java.lang.Class<T> elementType)
-
writeTo
public void writeTo(CodedOutputStream output) throws java.io.IOException
Description copied from interface:MessageLiteSerializes the message and writes it tooutput. This does not flush or close the stream.- Specified by:
writeToin interfaceMessageLite- Overrides:
writeToin classAbstractMessage- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
Description copied from interface:MessageLiteGet the number of bytes required to encode this message. The result is only computed on the first call and memoized after that. If this message requires more than Integer.MAX_VALUE bytes to encode, the return value will be smaller than the actual number of bytes required and might be negative.- Specified by:
getSerializedSizein interfaceMessageLite- Overrides:
getSerializedSizein classAbstractMessage
-
newInstance
protected java.lang.Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Creates a new instance of this message type. Overridden in the generated code.
-
makeExtensionsImmutable
protected void makeExtensionsImmutable()
Used by parsing constructors in generated classes.TODO: remove unused method (extensions should be immutable after build)
-
newBuilderForType
protected abstract Message.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
TODO: remove this together with GeneratedMessageV3.BuilderParent.
-
newBuilderForType
protected Message.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
TODO: generated class should implement this directly- Overrides:
newBuilderForTypein classAbstractMessage
-
internalGetMapFieldReflection
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int fieldNumber)
Gets the map field with the given field number. This method should be overridden in the generated message class if the message contains map fields.Unlike other field types, reflection support for map fields can't be implemented based on generated public API because we need to access a map field as a list in reflection API but the generated API only allows us to access it as a map. This method returns the underlying map field directly and thus enables us to access the map field as a list.
-
internalGetMapField
@Deprecated protected MapField internalGetMapField(int fieldNumber)
Deprecated.TODO: Remove, exists for compatibility with generated code.
-
writeReplace
protected java.lang.Object writeReplace() throws java.io.ObjectStreamExceptionReplaces this object in the output stream with a serialized form. Part of Java's serialization magic. Generated sub-classes must override this method by callingreturn super.writeReplace();- Returns:
- a SerializedForm of this message
- Throws:
java.io.ObjectStreamException
-
isStringEmpty
protected static boolean isStringEmpty(java.lang.Object value)
-
computeStringSize
protected static int computeStringSize(int fieldNumber, java.lang.Object value)
-
computeStringSizeNoTag
protected static int computeStringSizeNoTag(java.lang.Object value)
-
writeString
protected static void writeString(CodedOutputStream output, int fieldNumber, java.lang.Object value) throws java.io.IOException
- Throws:
java.io.IOException
-
writeStringNoTag
protected static void writeStringNoTag(CodedOutputStream output, java.lang.Object value) throws java.io.IOException
- Throws:
java.io.IOException
-
serializeIntegerMapTo
protected static <V> void serializeIntegerMapTo(CodedOutputStream out, MapField<java.lang.Integer,V> field, MapEntry<java.lang.Integer,V> defaultEntry, int fieldNumber) throws java.io.IOException
- Throws:
java.io.IOException
-
serializeLongMapTo
protected static <V> void serializeLongMapTo(CodedOutputStream out, MapField<java.lang.Long,V> field, MapEntry<java.lang.Long,V> defaultEntry, int fieldNumber) throws java.io.IOException
- Throws:
java.io.IOException
-
serializeStringMapTo
protected static <V> void serializeStringMapTo(CodedOutputStream out, MapField<java.lang.String,V> field, MapEntry<java.lang.String,V> defaultEntry, int fieldNumber) throws java.io.IOException
- Throws:
java.io.IOException
-
serializeBooleanMapTo
protected static <V> void serializeBooleanMapTo(CodedOutputStream out, MapField<java.lang.Boolean,V> field, MapEntry<java.lang.Boolean,V> defaultEntry, int fieldNumber) throws java.io.IOException
- Throws:
java.io.IOException
-
-