Uses of Class
com.google.protobuf.GeneratedMessageLite.ExtendableMessage
-
Packages that use GeneratedMessageLite.ExtendableMessage Package Description com.google.protobuf -
-
Uses of GeneratedMessageLite.ExtendableMessage in com.google.protobuf
Classes in com.google.protobuf with type parameters of type GeneratedMessageLite.ExtendableMessage Modifier and Type Class Description static classGeneratedMessageLite.ExtendableBuilder<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>Lite equivalent ofGeneratedMessage.ExtendableBuilder.static classGeneratedMessageLite.ExtendableMessage<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>Lite equivalent ofGeneratedMessage.ExtendableMessage.static interfaceGeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>Lite equivalent ofGeneratedMessage.ExtendableMessageOrBuilder.Subclasses of GeneratedMessageLite.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.Methods in com.google.protobuf with type parameters of type GeneratedMessageLite.ExtendableMessage Modifier and Type Method Description private static <MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>,T>
GeneratedMessageLite.GeneratedExtension<MessageType,T>GeneratedMessageLite. checkIsLite(ExtensionLite<MessageType,T> extension)Checks that theExtensionis Lite and returns it as aGeneratedMessageLite.GeneratedExtension.Methods in com.google.protobuf with parameters of type GeneratedMessageLite.ExtendableMessage Modifier and Type Method Description (package private) static intArrayDecoders. decodeExtension(int tag, byte[] data, int position, int limit, GeneratedMessageLite.ExtendableMessage<?,?> message, GeneratedMessageLite.GeneratedExtension<?,?> extension, UnknownFieldSchema<UnknownFieldSetLite,UnknownFieldSetLite> unknownFieldSchema, ArrayDecoders.Registers registers)
-