Uses of Class
com.google.protobuf.GeneratedMessage.ExtendableMessage
-
Packages that use GeneratedMessage.ExtendableMessage Package Description com.google.protobuf -
-
Uses of GeneratedMessage.ExtendableMessage in com.google.protobuf
Classes in com.google.protobuf with type parameters of type GeneratedMessage.ExtendableMessage Modifier and Type Class Description static classGeneratedMessage.ExtendableBuilder<MessageT extends GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>>Generated message builders for message types that contain extension ranges subclass this.static classGeneratedMessage.ExtendableMessage<MessageT extends GeneratedMessage.ExtendableMessage<MessageT>>Generated message classes for message types that contain extension ranges subclass this.static interfaceGeneratedMessage.ExtendableMessageOrBuilder<MessageT extends GeneratedMessage.ExtendableMessage<MessageT>>ExtendsMessageOrBuilderwith extension-related functions.Subclasses of GeneratedMessage.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.FileDescriptorSetThe protocol compiler can output a FileDescriptorSet containing the .proto files it parses.static classDescriptorProtos.FileOptionsProtobuf typegoogle.protobuf.FileOptionsstatic classDescriptorProtos.MessageOptionsProtobuf typegoogle.protobuf.MessageOptionsstatic classDescriptorProtos.MethodOptionsProtobuf typegoogle.protobuf.MethodOptionsstatic classDescriptorProtos.OneofOptionsProtobuf typegoogle.protobuf.OneofOptionsstatic classDescriptorProtos.ServiceOptionsProtobuf typegoogle.protobuf.ServiceOptionsstatic classDescriptorProtos.SourceCodeInfoEncapsulates information about the original source file from which a FileDescriptorProto was generated.classGeneratedMessageV3Deprecated.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).Methods in com.google.protobuf with type parameters of type GeneratedMessage.ExtendableMessage Modifier and Type Method Description private static <MessageT extends GeneratedMessage.ExtendableMessage<MessageT>,T>
Extension<MessageT,T>GeneratedMessage. checkNotLite(ExtensionLite<? extends MessageT,T> extension)Checks that theExtensionis non-Lite and returns it as aGeneratedMessage.GeneratedExtension.Methods in com.google.protobuf with parameters of type GeneratedMessage.ExtendableMessage Modifier and Type Method Description protected voidGeneratedMessage.ExtendableBuilder. mergeExtensionFields(GeneratedMessage.ExtendableMessage<?> other)
-