Uses of Class
com.google.protobuf.GeneratedMessageLite
-
-
Uses of GeneratedMessageLite in com.google.protobuf
Classes in com.google.protobuf with type parameters of type GeneratedMessageLite Modifier and Type Class Description classGeneratedMessageLite<MessageType extends GeneratedMessageLite<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.Builder<MessageType,BuilderType>>Lite version ofGeneratedMessage.static classGeneratedMessageLite.Builder<MessageType extends GeneratedMessageLite<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.Builder<MessageType,BuilderType>>protected static classGeneratedMessageLite.DefaultInstanceBasedParser<T extends GeneratedMessageLite<T,?>>AParserimplementation that delegates to the default instance.Subclasses of GeneratedMessageLite in com.google.protobuf Modifier and Type Class Description classAny`Any` contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message.classApiApi is a light-weight descriptor for an API Interface.classBoolValueWrapper message for `bool`.classBytesValueWrapper message for `bytes`.classDoubleValueWrapper message for `double`.classDurationA Duration represents a signed, fixed-length span of time represented as a count of seconds and fractions of seconds at nanosecond resolution.classEmptyA generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs.classEnumEnum type definition.classEnumValueEnum value definition.classFieldA single field of a message type.classFieldMask`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`.classFloatValueWrapper message for `float`.static classGeneratedMessageLite.ExtendableMessage<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>Lite equivalent ofGeneratedMessage.ExtendableMessage.classInt32ValueWrapper message for `int32`.classInt64ValueWrapper message for `int64`.classListValue`ListValue` is a wrapper around a repeated field of values.classMethodMethod represents a method of an API interface.classMixinDeclares an API Interface to be included in this interface.classOptionA protocol buffer option, which can be attached to a message, field, enumeration, etc.classSourceContext`SourceContext` represents information about the source of a protobuf element, like the file in which it is defined.classStringValueWrapper message for `string`.classStruct`Struct` represents a structured data value, consisting of fields which map to dynamically typed values.classTimestampA 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.classTypeA protocol buffer message type.classUInt32ValueWrapper message for `uint32`.classUInt64ValueWrapper message for `uint64`.classValue`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 GeneratedMessageLite Modifier and Type Field Description protected MessageTypeGeneratedMessageLite.Builder. instanceMethods in com.google.protobuf with type parameters of type GeneratedMessageLite Modifier and Type Method Description protected <MessageType extends GeneratedMessageLite<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.Builder<MessageType,BuilderType>>
BuilderTypeGeneratedMessageLite. createBuilder()protected <MessageType extends GeneratedMessageLite<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.Builder<MessageType,BuilderType>>
BuilderTypeGeneratedMessageLite. createBuilder(MessageType prototype)protected static <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)protected static <T extends GeneratedMessageLite<T,?>>
TGeneratedMessageLite. parsePartialFrom(T defaultInstance, CodedInputStream input)protected static <T extends GeneratedMessageLite<?,?>>
voidGeneratedMessageLite. registerDefaultInstance(Class<T> clazz, T defaultInstance)
-