Package com.google.protobuf
Class GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType>
-
- All Implemented Interfaces:
GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType>,Message,MessageLite,MessageLiteOrBuilder,MessageOrBuilder,java.io.Serializable
- Direct Known Subclasses:
DescriptorProtos.EnumOptions,DescriptorProtos.EnumValueOptions,DescriptorProtos.ExtensionRangeOptions,DescriptorProtos.FieldOptions,DescriptorProtos.FileOptions,DescriptorProtos.MessageOptions,DescriptorProtos.MethodOptions,DescriptorProtos.OneofOptions,DescriptorProtos.ServiceOptions
- Enclosing class:
- GeneratedMessageV3
public abstract static class GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage> extends GeneratedMessageV3 implements GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType>
Generated message classes for message types that contain extension ranges subclass this.This class implements type-safe accessors for extensions. They implement all the same operations that you can do with normal fields -- e.g. "has", "get", and "getCount" -- but for extensions. The extensions are identified using instances of the class
GeneratedMessage.GeneratedExtension; the protocol compiler generates a static instance of this class for every extension in its input. Through the magic of generics, all is made type-safe.For example, imagine you have the
.protofile:option java_class = "MyProto"; message Foo { extensions 1000 to max; } extend Foo { optional int32 bar; }Then you might write code like:
MyProto.Foo foo = getFoo(); int i = foo.getExtension(MyProto.bar);
See also
GeneratedMessageV3.ExtendableBuilder.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classGeneratedMessageV3.ExtendableMessage.ExtensionWriterUsed by subclasses to serialize extensions.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
GeneratedMessageV3.Builder<BuilderType extends GeneratedMessageV3.Builder<BuilderType>>, GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable, GeneratedMessageV3.UnusedPrivateParameter
-
Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
AbstractMessageLite.InternalOneOfEnum
-
-
Field Summary
-
Fields inherited from class com.google.protobuf.GeneratedMessageV3
alwaysUseFieldBuilders, unknownFields
-
Fields inherited from class com.google.protobuf.AbstractMessage
memoizedSize
-
Fields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedExtendableMessage()protectedExtendableMessage(GeneratedMessageV3.ExtendableBuilder<MessageType,?> builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanextensionsAreInitialized()Called by subclasses to check if all extensions are initialized.protected intextensionsSerializedSize()Called by subclasses to compute the size of extensions.protected intextensionsSerializedSizeAsMessageSet()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.java.util.Map<Descriptors.FieldDescriptor,java.lang.Object>getAllFieldsRaw()<Type> TypegetExtension(Extension<MessageType,java.util.List<Type>> extension, int index)Get one element of a repeated extension.<Type> TypegetExtension(Extension<MessageType,Type> extension)Get the value of an extension.<Type> TypegetExtension(ExtensionLite<MessageType,java.util.List<Type>> extensionLite, int index)Get one element of a repeated extension.<Type> TypegetExtension(ExtensionLite<MessageType,Type> extensionLite)Get the value of an extension.<Type> TypegetExtension(GeneratedMessage.GeneratedExtension<MessageType,java.util.List<Type>> extension, int index)Get one element of a repeated extension.<Type> TypegetExtension(GeneratedMessage.GeneratedExtension<MessageType,Type> extension)Get the value of an extension.<Type> intgetExtensionCount(Extension<MessageType,java.util.List<Type>> extension)Get the number of elements in a repeated extension.<Type> intgetExtensionCount(ExtensionLite<MessageType,java.util.List<Type>> extensionLite)Get the number of elements in a repeated extension.<Type> intgetExtensionCount(GeneratedMessage.GeneratedExtension<MessageType,java.util.List<Type>> extension)Get the number of elements in a repeated extension.protected java.util.Map<Descriptors.FieldDescriptor,java.lang.Object>getExtensionFields()java.lang.ObjectgetField(Descriptors.FieldDescriptor field)Obtains the value of the given field, or the default value if it is not set.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.<Type> booleanhasExtension(Extension<MessageType,Type> extension)Check if a singular extension is present.<Type> booleanhasExtension(ExtensionLite<MessageType,Type> extensionLite)Check if a singular extension is present.<Type> booleanhasExtension(GeneratedMessage.GeneratedExtension<MessageType,Type> extension)Check if a singular extension is present.booleanhasField(Descriptors.FieldDescriptor field)Returns true if the given field is set.booleanisInitialized()Returns true if all required fields in the message and all embedded messages are set, false otherwise.protected voidmakeExtensionsImmutable()Used by parsing constructors in generated classes.protected GeneratedMessageV3.ExtendableMessage.ExtensionWriternewExtensionWriter()protected GeneratedMessageV3.ExtendableMessage.ExtensionWriternewMessageSetExtensionWriter()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.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getDescriptorForType, getOneofFieldDescriptor, getParserForType, getSerializedSize, getUnknownFields, hasOneof, internalGetFieldAccessorTable, internalGetMapField, isStringEmpty, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag, writeTo
-
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.GeneratedMessageV3.ExtendableMessageOrBuilder
getDefaultInstanceForType
-
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
-
ExtendableMessage
protected ExtendableMessage()
-
ExtendableMessage
protected ExtendableMessage(GeneratedMessageV3.ExtendableBuilder<MessageType,?> builder)
-
-
Method Detail
-
hasExtension
public final <Type> boolean hasExtension(ExtensionLite<MessageType,Type> extensionLite)
Check if a singular extension is present.- Specified by:
hasExtensionin interfaceGeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>
-
getExtensionCount
public final <Type> int getExtensionCount(ExtensionLite<MessageType,java.util.List<Type>> extensionLite)
Get the number of elements in a repeated extension.- Specified by:
getExtensionCountin interfaceGeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>
-
getExtension
public final <Type> Type getExtension(ExtensionLite<MessageType,Type> extensionLite)
Get the value of an extension.- Specified by:
getExtensionin interfaceGeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>
-
getExtension
public final <Type> Type getExtension(ExtensionLite<MessageType,java.util.List<Type>> extensionLite, int index)
Get one element of a repeated extension.- Specified by:
getExtensionin interfaceGeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>
-
hasExtension
public final <Type> boolean hasExtension(Extension<MessageType,Type> extension)
Check if a singular extension is present.- Specified by:
hasExtensionin interfaceGeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>
-
hasExtension
public final <Type> boolean hasExtension(GeneratedMessage.GeneratedExtension<MessageType,Type> extension)
Check if a singular extension is present.- Specified by:
hasExtensionin interfaceGeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>
-
getExtensionCount
public final <Type> int getExtensionCount(Extension<MessageType,java.util.List<Type>> extension)
Get the number of elements in a repeated extension.- Specified by:
getExtensionCountin interfaceGeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>
-
getExtensionCount
public final <Type> int getExtensionCount(GeneratedMessage.GeneratedExtension<MessageType,java.util.List<Type>> extension)
Get the number of elements in a repeated extension.- Specified by:
getExtensionCountin interfaceGeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>
-
getExtension
public final <Type> Type getExtension(Extension<MessageType,Type> extension)
Get the value of an extension.- Specified by:
getExtensionin interfaceGeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>
-
getExtension
public final <Type> Type getExtension(GeneratedMessage.GeneratedExtension<MessageType,Type> extension)
Get the value of an extension.- Specified by:
getExtensionin interfaceGeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>
-
getExtension
public final <Type> Type getExtension(Extension<MessageType,java.util.List<Type>> extension, int index)
Get one element of a repeated extension.- Specified by:
getExtensionin interfaceGeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>
-
getExtension
public final <Type> Type getExtension(GeneratedMessage.GeneratedExtension<MessageType,java.util.List<Type>> extension, int index)
Get one element of a repeated extension.- Specified by:
getExtensionin interfaceGeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>
-
extensionsAreInitialized
protected boolean extensionsAreInitialized()
Called by subclasses to check if all extensions are initialized.
-
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 classGeneratedMessageV3
-
parseUnknownField
protected boolean parseUnknownField(CodedInputStream input, UnknownFieldSet.Builder unknownFields, ExtensionRegistryLite extensionRegistry, int tag) throws java.io.IOException
Description copied from class:GeneratedMessageV3Called by subclasses to parse an unknown field.TODO(b/248153893) remove this method
- Overrides:
parseUnknownFieldin classGeneratedMessageV3- 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.- Overrides:
parseUnknownFieldProto3in classGeneratedMessageV3- Throws:
java.io.IOException
-
makeExtensionsImmutable
protected void makeExtensionsImmutable()
Used by parsing constructors in generated classes.- Overrides:
makeExtensionsImmutablein classGeneratedMessageV3
-
newExtensionWriter
protected GeneratedMessageV3.ExtendableMessage.ExtensionWriter newExtensionWriter()
-
newMessageSetExtensionWriter
protected GeneratedMessageV3.ExtendableMessage.ExtensionWriter newMessageSetExtensionWriter()
-
extensionsSerializedSize
protected int extensionsSerializedSize()
Called by subclasses to compute the size of extensions.
-
extensionsSerializedSizeAsMessageSet
protected int extensionsSerializedSizeAsMessageSet()
-
getExtensionFields
protected java.util.Map<Descriptors.FieldDescriptor,java.lang.Object> getExtensionFields()
-
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- Overrides:
getAllFieldsin classGeneratedMessageV3
-
getAllFieldsRaw
public java.util.Map<Descriptors.FieldDescriptor,java.lang.Object> getAllFieldsRaw()
-
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.- Specified by:
hasFieldin interfaceMessageOrBuilder- Overrides:
hasFieldin classGeneratedMessageV3
-
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- Overrides:
getFieldin classGeneratedMessageV3
-
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- Overrides:
getRepeatedFieldCountin classGeneratedMessageV3
-
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- Overrides:
getRepeatedFieldin classGeneratedMessageV3
-
-