Package com.google.protobuf
Class GeneratedMessageV3
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessage
-
- com.google.protobuf.GeneratedMessage.ExtendableMessage<GeneratedMessageV3>
-
- com.google.protobuf.GeneratedMessageV3
-
- All Implemented Interfaces:
GeneratedMessage.ExtendableMessageOrBuilder<GeneratedMessageV3>,Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,MessageOrBuilder,java.io.Serializable
- Direct Known Subclasses:
GeneratedMessageV3.ExtendableMessage
@Deprecated public abstract class GeneratedMessageV3 extends GeneratedMessage.ExtendableMessage<GeneratedMessageV3>
Deprecated.This class is deprecated, and slated for removal in the next Java breaking change (5.x). Users should update gencode to >= 4.26.x which uses GeneratedMessage instead.Stub for GeneratedMessageV3 wrapping GeneratedMessage for compatibility with older gencode.Extends GeneratedMessage.ExtendableMessage instead of GeneratedMessage to allow "multiple inheritance" for GeneratedMessageV3.ExtendableMessage subclass.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeneratedMessageV3.Builder<BuilderT extends GeneratedMessageV3.Builder<BuilderT>>Deprecated.This class is deprecated, and slated for removal in the next Java breaking change (5.x).protected static interfaceGeneratedMessageV3.BuilderParentDeprecated.static classGeneratedMessageV3.ExtendableBuilder<MessageT extends GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>Deprecated.This class is deprecated, and slated for removal in the next Java breaking change (5.x).static classGeneratedMessageV3.ExtendableMessage<MessageT extends GeneratedMessageV3.ExtendableMessage<MessageT>>Deprecated.This class is deprecated, and slated for removal in the next Java breaking change (5.x).static interfaceGeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends GeneratedMessageV3.ExtendableMessage<MessageT>>Deprecated.This class is deprecated, and slated for removal in the next Java breaking change (5.x).static classGeneratedMessageV3.FieldAccessorTableDeprecated.This class is deprecated, and slated for removal in the next Java breaking change (5.x).protected static classGeneratedMessageV3.UnusedPrivateParameterDeprecated.This method is deprecated, and slated for removal in the next Java breaking change (5.x).-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage.ExtendableMessage
GeneratedMessage.ExtendableMessage.ExtensionSerializer, GeneratedMessage.ExtendableMessage.ExtensionWriter, GeneratedMessage.ExtendableMessage.FieldEntry
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
GeneratedMessage.GeneratedExtension<ContainingT extends Message,T>
-
-
Field Summary
-
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders, loggedPre22TypeNames, unknownFields
-
Fields inherited from class com.google.protobuf.AbstractMessage
memoizedSize
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedGeneratedMessageV3()Deprecated.protectedGeneratedMessageV3(GeneratedMessageV3.Builder<?> builder)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()Deprecated.protected static com.google.protobuf.Internal.BooleanListmutableCopy(com.google.protobuf.Internal.BooleanList list)Deprecated.protected static com.google.protobuf.Internal.DoubleListmutableCopy(com.google.protobuf.Internal.DoubleList list)Deprecated.protected static com.google.protobuf.Internal.FloatListmutableCopy(com.google.protobuf.Internal.FloatList list)Deprecated.protected static com.google.protobuf.Internal.IntListmutableCopy(com.google.protobuf.Internal.IntList list)Deprecated.protected static com.google.protobuf.Internal.LongListmutableCopy(com.google.protobuf.Internal.LongList list)Deprecated.protected static com.google.protobuf.Internal.BooleanListnewBooleanList()Deprecated.protected Message.BuildernewBuilderForType(AbstractMessage.BuilderParent parent)Deprecated.protected abstract Message.BuildernewBuilderForType(GeneratedMessageV3.BuilderParent parent)Deprecated.protected static com.google.protobuf.Internal.DoubleListnewDoubleList()Deprecated.protected static com.google.protobuf.Internal.FloatListnewFloatList()Deprecated.protected java.lang.ObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameter unused)Deprecated.protected static com.google.protobuf.Internal.IntListnewIntList()Deprecated.protected static com.google.protobuf.Internal.LongListnewLongList()Deprecated.-
Methods inherited from class com.google.protobuf.GeneratedMessage.ExtendableMessage
extensionsAreInitialized, extensionsIterator, extensionsSerializedSize, extensionsSerializedSizeAsMessageSet, getAllFields, getAllFieldsRaw, getExtension, getExtension, getExtensionCount, getExtensionFields, getField, getRepeatedField, getRepeatedFieldCount, hasExtension, hasField, isInitialized, makeExtensionsImmutable, newExtensionSerializer, newExtensionWriter, newMessageSetExtensionSerializer, newMessageSetExtensionWriter
-
Methods inherited from class com.google.protobuf.GeneratedMessage
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getDescriptorForType, getOneofFieldDescriptor, getParserForType, getSerializedSize, getUnknownFields, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag, writeTo
-
Methods inherited from class com.google.protobuf.AbstractMessage
equals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
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.GeneratedMessage.ExtendableMessageOrBuilder
getDefaultInstanceForType, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, hasExtension, hasExtension
-
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
findInitializationErrors, getDescriptorForType, getInitializationErrorString, getOneofFieldDescriptor, getUnknownFields, hasOneof
-
-
-
-
Constructor Detail
-
GeneratedMessageV3
@Deprecated protected GeneratedMessageV3()
Deprecated.
-
GeneratedMessageV3
@Deprecated protected GeneratedMessageV3(GeneratedMessageV3.Builder<?> builder)
Deprecated.
-
-
Method Detail
-
newIntList
protected static com.google.protobuf.Internal.IntList newIntList()
Deprecated.
-
newLongList
protected static com.google.protobuf.Internal.LongList newLongList()
Deprecated.
-
newFloatList
protected static com.google.protobuf.Internal.FloatList newFloatList()
Deprecated.
-
newDoubleList
protected static com.google.protobuf.Internal.DoubleList newDoubleList()
Deprecated.
-
newBooleanList
protected static com.google.protobuf.Internal.BooleanList newBooleanList()
Deprecated.
-
mutableCopy
@Deprecated protected static com.google.protobuf.Internal.IntList mutableCopy(com.google.protobuf.Internal.IntList list)
Deprecated.
-
mutableCopy
@Deprecated protected static com.google.protobuf.Internal.LongList mutableCopy(com.google.protobuf.Internal.LongList list)
Deprecated.
-
mutableCopy
@Deprecated protected static com.google.protobuf.Internal.FloatList mutableCopy(com.google.protobuf.Internal.FloatList list)
Deprecated.
-
mutableCopy
@Deprecated protected static com.google.protobuf.Internal.DoubleList mutableCopy(com.google.protobuf.Internal.DoubleList list)
Deprecated.
-
mutableCopy
@Deprecated protected static com.google.protobuf.Internal.BooleanList mutableCopy(com.google.protobuf.Internal.BooleanList list)
Deprecated.
-
internalGetFieldAccessorTable
@Deprecated protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Deprecated.Description copied from class:GeneratedMessageGet the FieldAccessorTable for this type. We can't have the message class pass this in to the constructor because of bootstrapping trouble with DescriptorProtos.- Specified by:
internalGetFieldAccessorTablein classGeneratedMessage
-
newInstance
@Deprecated protected java.lang.Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Deprecated.
-
newBuilderForType
@Deprecated protected abstract Message.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Deprecated.
-
newBuilderForType
@Deprecated protected Message.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Deprecated.Description copied from class:AbstractMessageCreate a nested builder.- Overrides:
newBuilderForTypein classAbstractMessage
-
-