Uses of Class
com.google.protobuf.GeneratedMessageLite
Packages that use GeneratedMessageLite
-
Uses of GeneratedMessageLite in com.google.protobuf
Classes in com.google.protobuf with type parameters of type GeneratedMessageLiteModifier and TypeClassDescriptionclass
GeneratedMessageLite<MessageType extends GeneratedMessageLite<MessageType,
BuilderType>, BuilderType extends GeneratedMessageLite.Builder<MessageType, BuilderType>> Lite version ofGeneratedMessage
.static class
GeneratedMessageLite.Builder<MessageType extends GeneratedMessageLite<MessageType,
BuilderType>, BuilderType extends GeneratedMessageLite.Builder<MessageType, BuilderType>> protected static class
GeneratedMessageLite.DefaultInstanceBasedParser<T extends GeneratedMessageLite<T,
?>> AParser
implementation that delegates to the default instance.Subclasses of GeneratedMessageLite in com.google.protobufModifier and TypeClassDescriptionfinal class
`Any` contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message.final class
Api is a light-weight descriptor for an API Interface.final class
Wrapper message for `bool`.final class
Wrapper message for `bytes`.final class
Wrapper message for `double`.final class
A Duration represents a signed, fixed-length span of time represented as a count of seconds and fractions of seconds at nanosecond resolution.final class
A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs.final class
Enum type definition.final class
Enum value definition.final class
A single field of a message type.final class
`FieldMask` represents a set of symbolic field paths, for example: paths: "f.a" paths: "f.b.d" Here `f` represents a field in some root message, `a` and `b` fields in the message found in `f`, and `d` a field found in the message in `f.b`.final class
Wrapper message for `float`.static class
GeneratedMessageLite.ExtendableMessage<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType,
BuilderType>, BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>> Lite equivalent ofGeneratedMessage.ExtendableMessage
.final class
Wrapper message for `int32`.final class
Wrapper message for `int64`.final class
`ListValue` is a wrapper around a repeated field of values.final class
Method represents a method of an API interface.final class
Declares an API Interface to be included in this interface.final class
A protocol buffer option, which can be attached to a message, field, enumeration, etc.final class
`SourceContext` represents information about the source of a protobuf element, like the file in which it is defined.final class
Wrapper message for `string`.final class
`Struct` represents a structured data value, consisting of fields which map to dynamically typed values.final class
A Timestamp represents a point in time independent of any time zone or local calendar, encoded as a count of seconds and fractions of seconds at nanosecond resolution.final class
A protocol buffer message type.final class
Wrapper message for `uint32`.final class
Wrapper message for `uint64`.final class
`Value` represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values.Fields in com.google.protobuf declared as GeneratedMessageLiteModifier and TypeFieldDescriptionprivate final MessageType
GeneratedMessageLite.Builder.defaultInstance
private final T
GeneratedMessageLite.DefaultInstanceBasedParser.defaultInstance
protected MessageType
GeneratedMessageLite.Builder.instance
Fields in com.google.protobuf with type parameters of type GeneratedMessageLiteModifier and TypeFieldDescriptionprivate static Map
<Object, GeneratedMessageLite<?, ?>> GeneratedMessageLite.defaultInstanceMap
Methods in com.google.protobuf with type parameters of type GeneratedMessageLiteModifier and TypeMethodDescriptionprivate static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.checkMessageInitialized
(T message) Helper method to check if message is initialized.protected final <MessageType extends GeneratedMessageLite<MessageType,
BuilderType>, BuilderType extends GeneratedMessageLite.Builder<MessageType, BuilderType>>
BuilderTypeGeneratedMessageLite.createBuilder()
protected final <MessageType extends GeneratedMessageLite<MessageType,
BuilderType>, BuilderType extends GeneratedMessageLite.Builder<MessageType, BuilderType>>
BuilderTypeGeneratedMessageLite.createBuilder
(MessageType prototype) (package private) static <T extends GeneratedMessageLite<?,
?>>
TGeneratedMessageLite.getDefaultInstance
(Class<T> clazz) protected static final <T extends GeneratedMessageLite<T,
?>>
booleanGeneratedMessageLite.isInitialized
(T message, boolean shouldMemoize) A static helper method for checking if a message is initialized, optionally memoizing.protected static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parseDelimitedFrom
(T defaultInstance, InputStream input) protected static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parseDelimitedFrom
(T defaultInstance, InputStream input, ExtensionRegistryLite extensionRegistry) protected static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parseFrom
(T defaultInstance, byte[] data) protected static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parseFrom
(T defaultInstance, byte[] data, ExtensionRegistryLite extensionRegistry) protected static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parseFrom
(T defaultInstance, ByteString data) protected static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parseFrom
(T defaultInstance, ByteString data, ExtensionRegistryLite extensionRegistry) protected static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parseFrom
(T defaultInstance, CodedInputStream input) protected static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parseFrom
(T defaultInstance, CodedInputStream input, ExtensionRegistryLite extensionRegistry) protected static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parseFrom
(T defaultInstance, InputStream input) protected static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parseFrom
(T defaultInstance, InputStream input, ExtensionRegistryLite extensionRegistry) protected static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parseFrom
(T defaultInstance, ByteBuffer data) protected static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parseFrom
(T defaultInstance, ByteBuffer data, ExtensionRegistryLite extensionRegistry) private static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parsePartialDelimitedFrom
(T defaultInstance, InputStream input, ExtensionRegistryLite extensionRegistry) private static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parsePartialFrom
(T instance, byte[] input, int offset, int length, ExtensionRegistryLite extensionRegistry) A static helper method for parsing a partial from byte array.private static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parsePartialFrom
(T defaultInstance, ByteString data, ExtensionRegistryLite extensionRegistry) protected static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parsePartialFrom
(T defaultInstance, CodedInputStream input) (package private) static <T extends GeneratedMessageLite<T,
?>>
TGeneratedMessageLite.parsePartialFrom
(T instance, CodedInputStream input, ExtensionRegistryLite extensionRegistry) A static helper method for parsing a partial from input using the extension registry and the instance.protected static <T extends GeneratedMessageLite<?,
?>>
voidGeneratedMessageLite.registerDefaultInstance
(Class<T> clazz, T defaultInstance)