| Interface | Description |
|---|---|
| AbstractMessageLite.InternalOneOfEnum |
Interface for an enum which signifies which field in a
oneof was specified. |
| AnyOrBuilder | |
| ApiOrBuilder | |
| BoolValueOrBuilder | |
| ByteString.ByteIterator |
This interface extends
Iterator<Byte>, so that we can return an unboxed byte. |
| BytesValueOrBuilder | |
| DoubleValueOrBuilder | |
| DurationOrBuilder | |
| EmptyOrBuilder | |
| EnumOrBuilder | |
| EnumValueOrBuilder | |
| FieldMaskOrBuilder | |
| FieldOrBuilder | |
| FloatValueOrBuilder | |
| GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>> |
Lite equivalent of
com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder. |
| Int32ValueOrBuilder | |
| Int64ValueOrBuilder | |
| Internal.BooleanList |
A
List implementation that avoids boxing the elements into Booleans if
possible. |
| Internal.DoubleList |
A
List implementation that avoids boxing the elements into Doubles if
possible. |
| Internal.EnumLite |
Interface for an enum value or value descriptor, to be used in FieldSet.
|
| Internal.EnumLiteMap<T extends Internal.EnumLite> |
Interface for an object which maps integers to
Internal.EnumLites. |
| Internal.EnumVerifier |
Interface for an object which verifies integers are in range.
|
| Internal.FloatList |
A
List implementation that avoids boxing the elements into Floats if
possible. |
| Internal.IntList |
A
List implementation that avoids boxing the elements into Integers if
possible. |
| Internal.ListAdapter.Converter<F,T> |
Convert individual elements of the List from F to T.
|
| Internal.LongList |
A
List implementation that avoids boxing the elements into Longs if possible. |
| Internal.MapAdapter.Converter<A,B> |
An interface used to convert between two types.
|
| Internal.ProtobufList<E> |
Extends
List to add the capability to make the list immutable and inspect if it is
modifiable. |
| LazyStringList |
An interface extending
List<String> that also provides access to the items of the list as
UTF8-encoded ByteString or byte[] objects. |
| ListValueOrBuilder | |
| MessageLite |
Abstract interface implemented by Protocol Message objects.
|
| MessageLite.Builder |
Abstract interface implemented by Protocol Message builders.
|
| MessageLiteOrBuilder |
Base interface for methods common to
MessageLite and MessageLite.Builder to
provide type equivalency. |
| MethodOrBuilder | |
| MixinOrBuilder | |
| OptionOrBuilder | |
| Parser<MessageType> |
Abstract interface for parsing Protocol Messages.
|
| ProtocolStringList |
An interface extending
List<String> used for repeated string fields to provide optional
access to the data as a list of ByteStrings. |
| SourceContextOrBuilder | |
| StringValueOrBuilder | |
| StructOrBuilder | |
| TimestampOrBuilder | |
| TypeOrBuilder | |
| UInt32ValueOrBuilder | |
| UInt64ValueOrBuilder | |
| ValueOrBuilder |
| Class | Description |
|---|---|
| AbstractMessageLite<MessageType extends AbstractMessageLite<MessageType,BuilderType>,BuilderType extends AbstractMessageLite.Builder<MessageType,BuilderType>> |
A partial implementation of the
MessageLite interface which implements as many methods of
that interface as possible in terms of other methods. |
| AbstractMessageLite.Builder<MessageType extends AbstractMessageLite<MessageType,BuilderType>,BuilderType extends AbstractMessageLite.Builder<MessageType,BuilderType>> |
A partial implementation of the
Message.Builder interface which implements as many
methods of that interface as possible in terms of other methods. |
| AbstractParser<MessageType extends MessageLite> |
A partial implementation of the
Parser interface which implements as many methods of that
interface as possible in terms of other methods. |
| Any |
`Any` contains an arbitrary serialized protocol buffer message along with a
URL that describes the type of the serialized message.
|
| Any.Builder |
`Any` contains an arbitrary serialized protocol buffer message along with a
URL that describes the type of the serialized message.
|
| AnyProto | |
| Api |
Api is a light-weight descriptor for an API Interface.
|
| Api.Builder |
Api is a light-weight descriptor for an API Interface.
|
| ApiProto | |
| BoolValue |
Wrapper message for `bool`.
|
| BoolValue.Builder |
Wrapper message for `bool`.
|
| ByteOutput |
An output target for raw bytes.
|
| ByteString |
Immutable sequence of bytes.
|
| ByteString.Output |
Outputs to a
ByteString instance. |
| BytesValue |
Wrapper message for `bytes`.
|
| BytesValue.Builder |
Wrapper message for `bytes`.
|
| CodedInputStream |
Reads and decodes protocol message fields.
|
| CodedOutputStream |
Encodes and writes protocol message fields.
|
| DoubleValue |
Wrapper message for `double`.
|
| DoubleValue.Builder |
Wrapper message for `double`.
|
| Duration |
A Duration represents a signed, fixed-length span of time represented
as a count of seconds and fractions of seconds at nanosecond
resolution.
|
| Duration.Builder |
A Duration represents a signed, fixed-length span of time represented
as a count of seconds and fractions of seconds at nanosecond
resolution.
|
| DurationProto | |
| Empty |
A generic empty message that you can re-use to avoid defining duplicated
empty messages in your APIs.
|
| Empty.Builder |
A generic empty message that you can re-use to avoid defining duplicated
empty messages in your APIs.
|
| EmptyProto | |
| Enum |
Enum type definition.
|
| Enum.Builder |
Enum type definition.
|
| EnumValue |
Enum value definition.
|
| EnumValue.Builder |
Enum value definition.
|
| ExtensionLite<ContainingType extends MessageLite,Type> |
Lite interface that generated extensions implement.
|
| ExtensionRegistryLite |
Equivalent to
ExtensionRegistry but supports only "lite" types. |
| Field |
A single field of a message type.
|
| Field.Builder |
A single field of a message type.
|
| FieldMask |
`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`.
|
| FieldMask.Builder |
`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`.
|
| FieldMaskProto | |
| FloatValue |
Wrapper message for `float`.
|
| FloatValue.Builder |
Wrapper message for `float`.
|
| GeneratedMessageLite<MessageType extends GeneratedMessageLite<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.Builder<MessageType,BuilderType>> |
Lite version of
GeneratedMessage. |
| GeneratedMessageLite.Builder<MessageType extends GeneratedMessageLite<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.Builder<MessageType,BuilderType>> | |
| GeneratedMessageLite.DefaultInstanceBasedParser<T extends GeneratedMessageLite<T,?>> |
A
Parser implementation that delegates to the default instance. |
| GeneratedMessageLite.ExtendableBuilder<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>> |
Lite equivalent of
GeneratedMessage.ExtendableBuilder. |
| GeneratedMessageLite.ExtendableMessage<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>> |
Lite equivalent of
GeneratedMessage.ExtendableMessage. |
| GeneratedMessageLite.GeneratedExtension<ContainingType extends MessageLite,Type> |
Lite equivalent to
GeneratedMessage.GeneratedExtension. |
| GeneratedMessageLite.SerializedForm |
A serialized (serializable) form of the generated message.
|
| Int32Value |
Wrapper message for `int32`.
|
| Int32Value.Builder |
Wrapper message for `int32`.
|
| Int64Value |
Wrapper message for `int64`.
|
| Int64Value.Builder |
Wrapper message for `int64`.
|
| Internal |
The classes contained within are used internally by the Protocol Buffer library and generated
message implementations.
|
| Internal.ListAdapter<F,T> |
Provides an immutable view of
List<T> around a List<F>. |
| Internal.MapAdapter<K,V,RealValue> |
Wrap around a
Map<K, RealValue> and provide a Map<K, V> interface. |
| LazyField |
LazyField encapsulates the logic of lazily parsing message fields.
|
| LazyFieldLite |
LazyFieldLite encapsulates the logic of lazily parsing message fields.
|
| LazyStringArrayList |
An implementation of
LazyStringList that wraps an ArrayList. |
| ListValue |
`ListValue` is a wrapper around a repeated field of values.
|
| ListValue.Builder |
`ListValue` is a wrapper around a repeated field of values.
|
| MapEntryLite<K,V> |
Implements the lite version of map entry messages.
|
| MapFieldLite<K,V> |
Internal representation of map fields in generated lite-runtime messages.
|
| Method |
Method represents a method of an API interface.
|
| Method.Builder |
Method represents a method of an API interface.
|
| Mixin |
Declares an API Interface to be included in this interface.
|
| Mixin.Builder |
Declares an API Interface to be included in this interface.
|
| Option |
A protocol buffer option, which can be attached to a message, field,
enumeration, etc.
|
| Option.Builder |
A protocol buffer option, which can be attached to a message, field,
enumeration, etc.
|
| SourceContext |
`SourceContext` represents information about the source of a
protobuf element, like the file in which it is defined.
|
| SourceContext.Builder |
`SourceContext` represents information about the source of a
protobuf element, like the file in which it is defined.
|
| SourceContextProto | |
| StringValue |
Wrapper message for `string`.
|
| StringValue.Builder |
Wrapper message for `string`.
|
| Struct |
`Struct` represents a structured data value, consisting of fields
which map to dynamically typed values.
|
| Struct.Builder |
`Struct` represents a structured data value, consisting of fields
which map to dynamically typed values.
|
| StructProto | |
| Timestamp |
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.
|
| Timestamp.Builder |
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.
|
| TimestampProto | |
| Type |
A protocol buffer message type.
|
| Type.Builder |
A protocol buffer message type.
|
| TypeProto | |
| UInt32Value |
Wrapper message for `uint32`.
|
| UInt32Value.Builder |
Wrapper message for `uint32`.
|
| UInt64Value |
Wrapper message for `uint64`.
|
| UInt64Value.Builder |
Wrapper message for `uint64`.
|
| UnknownFieldSetLite |
UnknownFieldSetLite is used to keep track of fields which were seen when parsing a
protocol message but whose field numbers or types are unrecognized. |
| UnmodifiableLazyStringList |
An implementation of
LazyStringList that wraps another LazyStringList such that
it cannot be modified via the wrapper. |
| UnsafeByteOperations |
Provides a number of unsafe byte operations to be used by advanced applications with high
performance requirements.
|
| Value |
`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.
|
| Value.Builder |
`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.
|
| WireFormat |
This class is used internally by the Protocol Buffer library and generated message
implementations.
|
| WrappersProto |
| Enum | Description |
|---|---|
| Field.Cardinality |
Whether a field is optional, required, or repeated.
|
| Field.Kind |
Basic field types.
|
| FieldType |
Enumeration identifying all relevant type information for a protobuf field.
|
| GeneratedMessageLite.MethodToInvoke |
Defines which method path to invoke in
#dynamicMethod(MethodToInvoke, Object...). |
| JavaType |
Enum that identifies the Java types required to store protobuf fields.
|
| NullValue |
`NullValue` is a singleton enumeration to represent the null value for the
`Value` type union.
|
| ProtoSyntax |
Represents the syntax version of the message.
|
| Syntax |
The syntax in which a protocol buffer element is defined.
|
| Value.KindCase | |
| WireFormat.FieldType |
Lite equivalent to
Descriptors.FieldDescriptor.Type. |
| WireFormat.JavaType |
Lite equivalent to
Descriptors.FieldDescriptor.JavaType. |
| Exception | Description |
|---|---|
| CodedOutputStream.OutOfSpaceException |
If you create a CodedOutputStream around a simple flat array, you must not attempt to write
more bytes than the array has space.
|
| InvalidProtocolBufferException |
Thrown when a protocol message being parsed is invalid in some way, e.g.
|
| InvalidProtocolBufferException.InvalidWireTypeException |
Exception indicating that and unexpected wire type was encountered for a field.
|
| UninitializedMessageException |
Thrown when attempting to build a protocol message that is missing required fields.
|
| Annotation Type | Description |
|---|---|
| ExperimentalApi |
Indicates a public API that can change at any time, and has no guarantee of API stability and
backward-compatibility.
|
Copyright © 2008–2022. All rights reserved.