Uses of Class
com.google.protobuf.GeneratedMessageV3.ExtendableMessage
-
Packages that use GeneratedMessageV3.ExtendableMessage Package Description com.google.protobuf -
-
Uses of GeneratedMessageV3.ExtendableMessage in com.google.protobuf
Classes in com.google.protobuf with type parameters of type GeneratedMessageV3.ExtendableMessage Modifier and Type Class Description 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.Subclasses of GeneratedMessageV3.ExtendableMessage in com.google.protobuf Modifier and Type Class Description static classDescriptorProtos.EnumOptionsProtobuf typegoogle.protobuf.EnumOptionsstatic classDescriptorProtos.EnumValueOptionsProtobuf typegoogle.protobuf.EnumValueOptionsstatic classDescriptorProtos.ExtensionRangeOptionsProtobuf typegoogle.protobuf.ExtensionRangeOptionsstatic classDescriptorProtos.FeatureSetTODO Enums in C++ gencode (and potentially other languages) are not well scoped.static classDescriptorProtos.FieldOptionsProtobuf typegoogle.protobuf.FieldOptionsstatic classDescriptorProtos.FileOptionsProtobuf typegoogle.protobuf.FileOptionsstatic classDescriptorProtos.MessageOptionsProtobuf typegoogle.protobuf.MessageOptionsstatic classDescriptorProtos.MethodOptionsProtobuf typegoogle.protobuf.MethodOptionsstatic classDescriptorProtos.OneofOptionsProtobuf typegoogle.protobuf.OneofOptionsstatic classDescriptorProtos.ServiceOptionsProtobuf typegoogle.protobuf.ServiceOptionsMethods in com.google.protobuf with type parameters of type GeneratedMessageV3.ExtendableMessage Modifier and Type Method Description private static <MessageT extends GeneratedMessageV3.ExtendableMessage<MessageT>,T>
Extension<MessageT,T>GeneratedMessageV3. checkNotLite(ExtensionLite<MessageT,T> extension)Checks that theExtensionis non-Lite and returns it as aGeneratedMessage.GeneratedExtension.Methods in com.google.protobuf with parameters of type GeneratedMessageV3.ExtendableMessage Modifier and Type Method Description protected voidGeneratedMessageV3.ExtendableBuilder. mergeExtensionFields(GeneratedMessageV3.ExtendableMessage<?> other)
-