Class GeneratedMessageV3
- All Implemented Interfaces:
GeneratedMessage.ExtendableMessageOrBuilder<GeneratedMessageV3>, Message, MessageLite, MessageLiteOrBuilder, MessageOrBuilder, 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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated.This class is deprecated, and slated for removal in the next Java breaking change (5.x).protected static interfaceDeprecated.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 final classDeprecated.This class is deprecated, and slated for removal in the next Java breaking change (5.x).protected static final classDeprecated.This method is deprecated, and slated for removal in the next Java breaking change (5.x).Nested classes/interfaces inherited from class GeneratedMessage.ExtendableMessage
GeneratedMessage.ExtendableMessage.ExtensionSerializer, GeneratedMessage.ExtendableMessage.ExtensionWriter, GeneratedMessage.ExtendableMessage.FieldEntryNested classes/interfaces inherited from class GeneratedMessage
GeneratedMessage.ExtensionDescriptorRetriever, GeneratedMessage.GeneratedExtension<ContainingT, T>Nested classes/interfaces inherited from class AbstractMessageLite
AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsFields inherited from class GeneratedMessage
alwaysUseFieldBuilders, loggedPre22TypeNames, PRE22_GENCODE_ERROR_PROPERTY, PRE22_GENCODE_SILENCE_PROPERTY, PRE22_GENCODE_VULNERABILITY_MESSAGE, unknownFieldsFields inherited from class AbstractMessage
memoizedSizeFields inherited from class AbstractMessageLite
memoizedHashCode -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeprecated.protectedGeneratedMessageV3(GeneratedMessageV3.Builder<?> builder) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected GeneratedMessageV3.FieldAccessorTableDeprecated.protected static Internal.BooleanListDeprecated.protected static Internal.DoubleListDeprecated.protected static Internal.FloatListDeprecated.protected static Internal.IntListmutableCopy(Internal.IntList list) Deprecated.protected static Internal.LongListmutableCopy(Internal.LongList list) Deprecated.protected static Internal.BooleanListDeprecated.protected Message.BuilderDeprecated.protected abstract Message.BuilderDeprecated.protected static Internal.DoubleListDeprecated.protected static Internal.FloatListDeprecated.protected ObjectDeprecated.protected static Internal.IntListDeprecated.protected static Internal.LongListDeprecated.Methods inherited from class GeneratedMessage.ExtendableMessage
extensionsAreInitialized, extensionsIterator, extensionsSerializedSize, extensionsSerializedSizeAsMessageSet, getAllFields, getAllFieldsRaw, getExtension, getExtension, getExtensionCount, getExtensionFields, getField, getRepeatedField, getRepeatedFieldCount, hasExtension, hasField, isInitialized, makeExtensionsImmutable, newExtensionSerializer, newExtensionWriter, newMessageSetExtensionSerializer, newMessageSetExtensionWriterMethods inherited from class GeneratedMessage
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, enableAlwaysUseFieldBuildersForTesting, getDescriptorForType, getFieldRaw, 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, setAlwaysUseFieldBuildersForTesting, setUnknownFields, warnPre22Gencode, writeReplace, writeString, writeStringNoTag, writeToMethods inherited from class AbstractMessage
compareFields, equals, findInitializationErrors, getInitializationErrorString, getMemoizedSerializedSize, hashCode, hashFields, newUninitializedMessageException, setMemoizedSerializedSize, toStringMethods inherited from class AbstractMessageLite
addAll, checkByteStringIsUtf8, getSerializedSize, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface GeneratedMessage.ExtendableMessageOrBuilder
getDefaultInstanceForType, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, hasExtension, hasExtensionMethods inherited from interface Message
newBuilderForType, toBuilderMethods inherited from interface MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface MessageOrBuilder
findInitializationErrors, getDescriptorForType, getInitializationErrorString, getOneofFieldDescriptor, getUnknownFields, hasOneof
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDDeprecated.- See Also:
-
-
Constructor Details
-
GeneratedMessageV3
Deprecated. -
GeneratedMessageV3
Deprecated.
-
-
Method Details
-
newIntList
Deprecated. -
newLongList
Deprecated. -
newFloatList
Deprecated. -
newDoubleList
Deprecated. -
newBooleanList
Deprecated. -
mutableCopy
Deprecated. -
mutableCopy
Deprecated. -
mutableCopy
Deprecated. -
mutableCopy
Deprecated. -
mutableCopy
Deprecated. -
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. -
newBuilderForType
@Deprecated protected abstract Message.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent) Deprecated. -
newBuilderForType
Deprecated.Description copied from class:AbstractMessageCreate a nested builder.- Overrides:
newBuilderForTypein classAbstractMessage
-