Package com.google.protobuf
Interface GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>
- All Superinterfaces:
MessageLiteOrBuilder
,MessageOrBuilder
- All Known Subinterfaces:
DescriptorProtos.EnumOptionsOrBuilder
,DescriptorProtos.EnumValueOptionsOrBuilder
,DescriptorProtos.ExtensionRangeOptionsOrBuilder
,DescriptorProtos.FieldOptionsOrBuilder
,DescriptorProtos.FileOptionsOrBuilder
,DescriptorProtos.MessageOptionsOrBuilder
,DescriptorProtos.MethodOptionsOrBuilder
,DescriptorProtos.OneofOptionsOrBuilder
,DescriptorProtos.ServiceOptionsOrBuilder
- All Known Implementing Classes:
DescriptorProtos.EnumOptions
,DescriptorProtos.EnumOptions.Builder
,DescriptorProtos.EnumValueOptions
,DescriptorProtos.EnumValueOptions.Builder
,DescriptorProtos.ExtensionRangeOptions
,DescriptorProtos.ExtensionRangeOptions.Builder
,DescriptorProtos.FieldOptions
,DescriptorProtos.FieldOptions.Builder
,DescriptorProtos.FileOptions
,DescriptorProtos.FileOptions.Builder
,DescriptorProtos.MessageOptions
,DescriptorProtos.MessageOptions.Builder
,DescriptorProtos.MethodOptions
,DescriptorProtos.MethodOptions.Builder
,DescriptorProtos.OneofOptions
,DescriptorProtos.OneofOptions.Builder
,DescriptorProtos.ServiceOptions
,DescriptorProtos.ServiceOptions.Builder
,GeneratedMessageV3.ExtendableBuilder
,GeneratedMessageV3.ExtendableMessage
- Enclosing class:
GeneratedMessageV3
public static interface GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>
extends MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionGet an instance of the type with no fields set.<Type> Type
getExtension
(Extension<MessageType, List<Type>> extension, int index) Get one element of a repeated extension.<Type> Type
getExtension
(Extension<MessageType, Type> extension) Get the value of an extension.<Type> Type
getExtension
(ExtensionLite<MessageType, List<Type>> extension, int index) Get one element of a repeated extension.<Type> Type
getExtension
(ExtensionLite<MessageType, Type> extension) Get the value of an extension.<Type> Type
getExtension
(GeneratedMessage.GeneratedExtension<MessageType, List<Type>> extension, int index) Get one element of a repeated extension.<Type> Type
getExtension
(GeneratedMessage.GeneratedExtension<MessageType, Type> extension) Get the value of an extension.<Type> int
getExtensionCount
(Extension<MessageType, List<Type>> extension) Get the number of elements in a repeated extension.<Type> int
getExtensionCount
(ExtensionLite<MessageType, List<Type>> extension) Get the number of elements in a repeated extension.<Type> int
getExtensionCount
(GeneratedMessage.GeneratedExtension<MessageType, List<Type>> extension) Get the number of elements in a repeated extension.<Type> boolean
hasExtension
(Extension<MessageType, Type> extension) Check if a singular extension is present.<Type> boolean
hasExtension
(ExtensionLite<MessageType, Type> extension) Check if a singular extension is present.<Type> boolean
hasExtension
(GeneratedMessage.GeneratedExtension<MessageType, Type> extension) Check if a singular extension is present.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDefaultInstanceForType
Message getDefaultInstanceForType()Description copied from interface:MessageLiteOrBuilder
Get an instance of the type with no fields set. Because no fields are set, all getters for singular fields will return default values and repeated fields will appear empty. This may or may not be a singleton. This differs from thegetDefaultInstance()
method of generated message classes in that this method is an abstract method of theMessageLite
interface whereasgetDefaultInstance()
is a static method of a specific class. They return the same thing.- Specified by:
getDefaultInstanceForType
in interfaceMessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfaceMessageOrBuilder
-
hasExtension
Check if a singular extension is present. -
getExtensionCount
Get the number of elements in a repeated extension. -
getExtension
Get the value of an extension. -
getExtension
Get one element of a repeated extension. -
hasExtension
Check if a singular extension is present. -
hasExtension
Check if a singular extension is present. -
getExtensionCount
Get the number of elements in a repeated extension. -
getExtensionCount
Get the number of elements in a repeated extension. -
getExtension
Get the value of an extension. -
getExtension
Get the value of an extension. -
getExtension
Get one element of a repeated extension. -
getExtension
<Type> Type getExtension(GeneratedMessage.GeneratedExtension<MessageType, List<Type>> extension, int index) Get one element of a repeated extension.
-