AbstractMessage |
A partial implementation of the Message interface which implements as many methods of
that interface as possible in terms of other methods.
|
AbstractMessage.Builder |
A partial implementation of the Message.Builder interface which implements as many
methods of that interface as possible in terms of other methods.
|
AbstractMessage.BuilderParent |
Interface for the parent of a Builder that allows the builder to communicate invalidations back
to the parent for use when using nested builders.
|
AbstractMessageLite |
A partial implementation of the MessageLite interface which implements as many methods of
that interface as possible in terms of other methods.
|
AbstractMessageLite.Builder |
A partial implementation of the Message.Builder interface which implements as many
methods of that interface as possible in terms of other methods.
|
AbstractParser |
A partial implementation of the Parser interface which implements as many methods of that
interface as possible in terms of other methods.
|
AbstractProtobufList |
|
AllocatedBuffer |
|
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.
|
AnyOrBuilder |
|
Api |
Api is a light-weight descriptor for an API Interface.
|
Api.Builder |
Api is a light-weight descriptor for an API Interface.
|
ApiOrBuilder |
|
ArrayDecoders.Registers |
A helper used to return multiple values in a Java function.
|
BinaryReader |
A Reader that reads from a buffer containing a message serialized with the binary
protocol.
|
BinaryWriter |
A protobuf writer that serializes messages in their binary form.
|
BooleanArrayList |
|
BoolValue |
Wrapper message for `bool`.
|
BoolValue.Builder |
Wrapper message for `bool`.
|
BoolValueOrBuilder |
|
BufferAllocator |
An object responsible for allocation of buffers.
|
ByteOutput |
An output target for raw bytes.
|
ByteString |
Immutable sequence of bytes.
|
ByteString.ByteArrayCopier |
An interface to efficiently copy byte[] .
|
ByteString.ByteIterator |
This interface extends Iterator<Byte> , so that we can return an unboxed byte .
|
ByteString.CodedBuilder |
|
ByteString.LeafByteString |
|
ByteString.LiteralByteString |
This class implements a ByteString backed by a single array of
bytes, contiguous in memory.
|
ByteString.Output |
Outputs to a ByteString instance.
|
BytesValue |
Wrapper message for `bytes`.
|
BytesValue.Builder |
Wrapper message for `bytes`.
|
BytesValueOrBuilder |
|
CanIgnoreReturnValue |
Indicates that the return value of the annotated method can be safely ignored.
|
CheckReturnValue |
Indicates that the return value of the annotated method must be used.
|
CodedInputStream |
Reads and decodes protocol message fields.
|
CodedInputStream.StreamDecoder.RefillCallback |
|
CodedInputStreamReader |
|
CodedOutputStream |
Encodes and writes protocol message fields.
|
CodedOutputStream.AbstractBufferedEncoder |
Abstract base class for buffered encoders.
|
CodedOutputStream.ArrayEncoder |
|
CodedOutputStreamWriter |
|
CompileTimeConstant |
Annotation for method parameter and class field declarations, which denotes that corresponding
actual values must be compile-time constant expressions.
|
DebugFormat |
Provides an explicit API for unstable, redacting debug output suitable for debug logging.
|
DescriptorMessageInfoFactory |
A factory for message info based on protobuf descriptors for a GeneratedMessage .
|
DescriptorMessageInfoFactory.IsInitializedCheckAnalyzer |
A helper class to determine whether a message type needs to implement isInitialized() .
|
DescriptorMessageInfoFactory.IsInitializedCheckAnalyzer.Node |
|
DescriptorMessageInfoFactory.IsInitializedCheckAnalyzer.StronglyConnectedComponent |
|
DescriptorMessageInfoFactory.OneofState |
|
DescriptorProtos.DescriptorProto |
Describes a message type.
|
DescriptorProtos.DescriptorProto.Builder |
Describes a message type.
|
DescriptorProtos.DescriptorProto.ExtensionRange |
Protobuf type google.protobuf.DescriptorProto.ExtensionRange
|
DescriptorProtos.DescriptorProto.ExtensionRange.Builder |
Protobuf type google.protobuf.DescriptorProto.ExtensionRange
|
DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder |
|
DescriptorProtos.DescriptorProto.ReservedRange |
Range of reserved tag numbers.
|
DescriptorProtos.DescriptorProto.ReservedRange.Builder |
Range of reserved tag numbers.
|
DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder |
|
DescriptorProtos.DescriptorProtoOrBuilder |
|
DescriptorProtos.Edition |
The full set of known editions.
|
DescriptorProtos.EnumDescriptorProto |
Describes an enum type.
|
DescriptorProtos.EnumDescriptorProto.Builder |
Describes an enum type.
|
DescriptorProtos.EnumDescriptorProto.EnumReservedRange |
Range of reserved numeric values.
|
DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder |
Range of reserved numeric values.
|
DescriptorProtos.EnumDescriptorProto.EnumReservedRangeOrBuilder |
|
DescriptorProtos.EnumDescriptorProtoOrBuilder |
|
DescriptorProtos.EnumOptions |
Protobuf type google.protobuf.EnumOptions
|
DescriptorProtos.EnumOptions.Builder |
Protobuf type google.protobuf.EnumOptions
|
DescriptorProtos.EnumOptionsOrBuilder |
|
DescriptorProtos.EnumValueDescriptorProto |
Describes a value within an enum.
|
DescriptorProtos.EnumValueDescriptorProto.Builder |
Describes a value within an enum.
|
DescriptorProtos.EnumValueDescriptorProtoOrBuilder |
|
DescriptorProtos.EnumValueOptions |
Protobuf type google.protobuf.EnumValueOptions
|
DescriptorProtos.EnumValueOptions.Builder |
Protobuf type google.protobuf.EnumValueOptions
|
DescriptorProtos.EnumValueOptionsOrBuilder |
|
DescriptorProtos.ExtensionRangeOptions |
Protobuf type google.protobuf.ExtensionRangeOptions
|
DescriptorProtos.ExtensionRangeOptions.Builder |
Protobuf type google.protobuf.ExtensionRangeOptions
|
DescriptorProtos.ExtensionRangeOptions.Declaration |
Protobuf type google.protobuf.ExtensionRangeOptions.Declaration
|
DescriptorProtos.ExtensionRangeOptions.Declaration.Builder |
Protobuf type google.protobuf.ExtensionRangeOptions.Declaration
|
DescriptorProtos.ExtensionRangeOptions.DeclarationOrBuilder |
|
DescriptorProtos.ExtensionRangeOptions.VerificationState |
The verification state of the extension range.
|
DescriptorProtos.ExtensionRangeOptionsOrBuilder |
|
DescriptorProtos.FeatureSet |
TODO Enums in C++ gencode (and potentially other languages) are
not well scoped.
|
DescriptorProtos.FeatureSet.Builder |
TODO Enums in C++ gencode (and potentially other languages) are
not well scoped.
|
DescriptorProtos.FeatureSet.EnumType |
Protobuf enum google.protobuf.FeatureSet.EnumType
|
DescriptorProtos.FeatureSet.FieldPresence |
Protobuf enum google.protobuf.FeatureSet.FieldPresence
|
DescriptorProtos.FeatureSet.JsonFormat |
Protobuf enum google.protobuf.FeatureSet.JsonFormat
|
DescriptorProtos.FeatureSet.MessageEncoding |
Protobuf enum google.protobuf.FeatureSet.MessageEncoding
|
DescriptorProtos.FeatureSet.RepeatedFieldEncoding |
Protobuf enum google.protobuf.FeatureSet.RepeatedFieldEncoding
|
DescriptorProtos.FeatureSet.Utf8Validation |
Protobuf enum google.protobuf.FeatureSet.Utf8Validation
|
DescriptorProtos.FeatureSetDefaults |
A compiled specification for the defaults of a set of features.
|
DescriptorProtos.FeatureSetDefaults.Builder |
A compiled specification for the defaults of a set of features.
|
DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault |
A map from every known edition with a unique set of defaults to its
defaults.
|
DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault.Builder |
A map from every known edition with a unique set of defaults to its
defaults.
|
DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefaultOrBuilder |
|
DescriptorProtos.FeatureSetDefaultsOrBuilder |
|
DescriptorProtos.FeatureSetOrBuilder |
|
DescriptorProtos.FieldDescriptorProto |
Describes a field within a message.
|
DescriptorProtos.FieldDescriptorProto.Builder |
Describes a field within a message.
|
DescriptorProtos.FieldDescriptorProto.Label |
Protobuf enum google.protobuf.FieldDescriptorProto.Label
|
DescriptorProtos.FieldDescriptorProto.Type |
Protobuf enum google.protobuf.FieldDescriptorProto.Type
|
DescriptorProtos.FieldDescriptorProtoOrBuilder |
|
DescriptorProtos.FieldOptions |
Protobuf type google.protobuf.FieldOptions
|
DescriptorProtos.FieldOptions.Builder |
Protobuf type google.protobuf.FieldOptions
|
DescriptorProtos.FieldOptions.CType |
Protobuf enum google.protobuf.FieldOptions.CType
|
DescriptorProtos.FieldOptions.EditionDefault |
Protobuf type google.protobuf.FieldOptions.EditionDefault
|
DescriptorProtos.FieldOptions.EditionDefault.Builder |
Protobuf type google.protobuf.FieldOptions.EditionDefault
|
DescriptorProtos.FieldOptions.EditionDefaultOrBuilder |
|
DescriptorProtos.FieldOptions.FeatureSupport |
Information about the support window of a feature.
|
DescriptorProtos.FieldOptions.FeatureSupport.Builder |
Information about the support window of a feature.
|
DescriptorProtos.FieldOptions.FeatureSupportOrBuilder |
|
DescriptorProtos.FieldOptions.JSType |
Protobuf enum google.protobuf.FieldOptions.JSType
|
DescriptorProtos.FieldOptions.OptionRetention |
If set to RETENTION_SOURCE, the option will be omitted from the binary.
|
DescriptorProtos.FieldOptions.OptionTargetType |
This indicates the types of entities that the field may apply to when used
as an option.
|
DescriptorProtos.FieldOptionsOrBuilder |
|
DescriptorProtos.FileDescriptorProto |
Describes a complete .proto file.
|
DescriptorProtos.FileDescriptorProto.Builder |
Describes a complete .proto file.
|
DescriptorProtos.FileDescriptorProtoOrBuilder |
|
DescriptorProtos.FileDescriptorSet |
The protocol compiler can output a FileDescriptorSet containing the .proto
files it parses.
|
DescriptorProtos.FileDescriptorSet.Builder |
The protocol compiler can output a FileDescriptorSet containing the .proto
files it parses.
|
DescriptorProtos.FileDescriptorSetOrBuilder |
|
DescriptorProtos.FileOptions |
Protobuf type google.protobuf.FileOptions
|
DescriptorProtos.FileOptions.Builder |
Protobuf type google.protobuf.FileOptions
|
DescriptorProtos.FileOptions.OptimizeMode |
Generated classes can be optimized for speed or code size.
|
DescriptorProtos.FileOptionsOrBuilder |
|
DescriptorProtos.GeneratedCodeInfo |
Describes the relationship between generated code and its original source
file.
|
DescriptorProtos.GeneratedCodeInfo.Annotation |
Protobuf type google.protobuf.GeneratedCodeInfo.Annotation
|
DescriptorProtos.GeneratedCodeInfo.Annotation.Builder |
Protobuf type google.protobuf.GeneratedCodeInfo.Annotation
|
DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic |
Represents the identified object's effect on the element in the original
.proto file.
|
DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder |
|
DescriptorProtos.GeneratedCodeInfo.Builder |
Describes the relationship between generated code and its original source
file.
|
DescriptorProtos.GeneratedCodeInfoOrBuilder |
|
DescriptorProtos.MessageOptions |
Protobuf type google.protobuf.MessageOptions
|
DescriptorProtos.MessageOptions.Builder |
Protobuf type google.protobuf.MessageOptions
|
DescriptorProtos.MessageOptionsOrBuilder |
|
DescriptorProtos.MethodDescriptorProto |
Describes a method of a service.
|
DescriptorProtos.MethodDescriptorProto.Builder |
Describes a method of a service.
|
DescriptorProtos.MethodDescriptorProtoOrBuilder |
|
DescriptorProtos.MethodOptions |
Protobuf type google.protobuf.MethodOptions
|
DescriptorProtos.MethodOptions.Builder |
Protobuf type google.protobuf.MethodOptions
|
DescriptorProtos.MethodOptions.IdempotencyLevel |
Is this method side-effect-free (or safe in HTTP parlance), or idempotent,
or neither? HTTP based RPC implementation may choose GET verb for safe
methods, and PUT verb for idempotent methods instead of the default POST.
|
DescriptorProtos.MethodOptionsOrBuilder |
|
DescriptorProtos.OneofDescriptorProto |
Describes a oneof.
|
DescriptorProtos.OneofDescriptorProto.Builder |
Describes a oneof.
|
DescriptorProtos.OneofDescriptorProtoOrBuilder |
|
DescriptorProtos.OneofOptions |
Protobuf type google.protobuf.OneofOptions
|
DescriptorProtos.OneofOptions.Builder |
Protobuf type google.protobuf.OneofOptions
|
DescriptorProtos.OneofOptionsOrBuilder |
|
DescriptorProtos.ServiceDescriptorProto |
Describes a service.
|
DescriptorProtos.ServiceDescriptorProto.Builder |
Describes a service.
|
DescriptorProtos.ServiceDescriptorProtoOrBuilder |
|
DescriptorProtos.ServiceOptions |
Protobuf type google.protobuf.ServiceOptions
|
DescriptorProtos.ServiceOptions.Builder |
Protobuf type google.protobuf.ServiceOptions
|
DescriptorProtos.ServiceOptionsOrBuilder |
|
DescriptorProtos.SourceCodeInfo |
Encapsulates information about the original source file from which a
FileDescriptorProto was generated.
|
DescriptorProtos.SourceCodeInfo.Builder |
Encapsulates information about the original source file from which a
FileDescriptorProto was generated.
|
DescriptorProtos.SourceCodeInfo.Location |
Protobuf type google.protobuf.SourceCodeInfo.Location
|
DescriptorProtos.SourceCodeInfo.Location.Builder |
Protobuf type google.protobuf.SourceCodeInfo.Location
|
DescriptorProtos.SourceCodeInfo.LocationOrBuilder |
|
DescriptorProtos.SourceCodeInfoOrBuilder |
|
DescriptorProtos.UninterpretedOption |
A message representing a option the parser does not recognize.
|
DescriptorProtos.UninterpretedOption.Builder |
A message representing a option the parser does not recognize.
|
DescriptorProtos.UninterpretedOption.NamePart |
The name of the uninterpreted option.
|
DescriptorProtos.UninterpretedOption.NamePart.Builder |
The name of the uninterpreted option.
|
DescriptorProtos.UninterpretedOption.NamePartOrBuilder |
|
DescriptorProtos.UninterpretedOptionOrBuilder |
|
Descriptors.Descriptor |
Describes a message type.
|
Descriptors.DescriptorPool |
A private helper class which contains lookup tables containing all the descriptors defined in a
particular file.
|
Descriptors.DescriptorPool.SearchFilter |
Defines what subclass of descriptors to search in the descriptor pool.
|
Descriptors.DescriptorValidationException |
Thrown when building descriptors fails because the source DescriptorProtos are not valid.
|
Descriptors.EnumDescriptor |
Describes an enum type.
|
Descriptors.EnumValueDescriptor |
Describes one value within an enum type.
|
Descriptors.FieldDescriptor |
Describes a field of a message type.
|
Descriptors.FieldDescriptor.JavaType |
|
Descriptors.FieldDescriptor.Type |
|
Descriptors.FileDescriptor |
Describes a .proto file, including everything defined within.
|
Descriptors.GenericDescriptor |
All descriptors implement this to make it easier to implement tools like
DescriptorPool .
|
Descriptors.MethodDescriptor |
Describes one method within a service type.
|
Descriptors.NumberGetter |
|
Descriptors.OneofDescriptor |
Describes a oneof of a message type.
|
Descriptors.ServiceDescriptor |
Describes a service type.
|
DoubleArrayList |
|
DoubleValue |
Wrapper message for `double`.
|
DoubleValue.Builder |
Wrapper message for `double`.
|
DoubleValueOrBuilder |
|
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.
|
DurationOrBuilder |
|
DynamicMessage |
|
DynamicMessage.Builder |
|
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.
|
EmptyOrBuilder |
|
Enum |
Enum type definition.
|
Enum.Builder |
Enum type definition.
|
EnumOrBuilder |
|
EnumValue |
Enum value definition.
|
EnumValue.Builder |
Enum value definition.
|
EnumValueOrBuilder |
|
ExperimentalApi |
Indicates a public API that can change at any time, and has no guarantee of API stability and
backward-compatibility.
|
Extension |
Interface that generated extensions implement.
|
Extension.ExtensionType |
The API type that the extension is used for.
|
Extension.MessageType |
Type of a message extension.
|
ExtensionLite |
Lite interface that generated extensions implement.
|
ExtensionRegistry |
A table of known extensions, searchable by name or field number.
|
ExtensionRegistry.DescriptorIntPair |
A (GenericDescriptor, int) pair, used as a map key.
|
ExtensionRegistry.ExtensionInfo |
A (Descriptor, Message) pair, returned by lookup methods.
|
ExtensionRegistryLite |
|
ExtensionRegistryLite.ObjectIntPair |
A (Object, int) pair, used as a map key.
|
ExtensionSchema |
|
Field |
A single field of a message type.
|
Field.Builder |
A single field of a message type.
|
Field.Cardinality |
Whether a field is optional, required, or repeated.
|
Field.Kind |
Basic field types.
|
FieldInfo |
Information for a single field in a protobuf message class.
|
FieldInfo.Builder |
|
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`.
|
FieldMaskOrBuilder |
|
FieldOrBuilder |
|
FieldSet |
A class which represents an arbitrary set of fields of some message type.
|
FieldSet.Builder |
|
FieldSet.FieldDescriptorLite |
Interface for a FieldDescriptor or lite extension descriptor.
|
FieldType |
Enumeration identifying all relevant type information for a protobuf field.
|
FieldType.Collection |
|
FloatArrayList |
|
FloatValue |
Wrapper message for `float`.
|
FloatValue.Builder |
Wrapper message for `float`.
|
FloatValueOrBuilder |
|
GeneratedMessage |
All generated protocol message classes extend this class.
|
GeneratedMessage.Builder |
|
GeneratedMessage.Builder.BuilderParentImpl |
|
GeneratedMessage.ExtendableBuilder |
Generated message builders for message types that contain extension ranges subclass this.
|
GeneratedMessage.ExtendableMessage |
Generated message classes for message types that contain extension ranges subclass this.
|
GeneratedMessage.ExtendableMessage.ExtensionSerializer |
Used by subclasses to serialize extensions.
|
GeneratedMessage.ExtendableMessage.ExtensionWriter |
ExtensionSerializer that writes extensions from the FieldSet, for messages with extensions.
|
GeneratedMessage.ExtendableMessage.NoOpExtensionSerializer |
No-op implementation that writes nothing, for messages with no extensions.
|
GeneratedMessage.ExtendableMessageOrBuilder |
|
GeneratedMessage.ExtensionDescriptorRetriever |
Gets the descriptor for an extension.
|
GeneratedMessage.FieldAccessorTable |
Users should ignore this class.
|
GeneratedMessage.FieldAccessorTable.FieldAccessor |
Abstract interface that provides access to a single field.
|
GeneratedMessage.FieldAccessorTable.OneofAccessor |
OneofAccessor provides access to a single oneof.
|
GeneratedMessage.FieldAccessorTable.RepeatedFieldAccessor |
|
GeneratedMessage.FieldAccessorTable.RepeatedFieldAccessor.MethodInvoker |
|
GeneratedMessage.FieldAccessorTable.RepeatedFieldAccessor.ReflectionInvoker |
|
GeneratedMessage.FieldAccessorTable.SingularFieldAccessor |
|
GeneratedMessage.FieldAccessorTable.SingularFieldAccessor.MethodInvoker |
|
GeneratedMessage.FieldAccessorTable.SingularFieldAccessor.ReflectionInvoker |
|
GeneratedMessage.GeneratedExtension |
Type used to represent generated extensions.
|
GeneratedMessage.UnusedPrivateParameter |
|
GeneratedMessageInfoFactory |
A factory for message info that is generated into the message itself.
|
GeneratedMessageLite |
|
GeneratedMessageLite.Builder |
|
GeneratedMessageLite.ExtendableBuilder |
|
GeneratedMessageLite.ExtendableMessage |
|
GeneratedMessageLite.ExtendableMessage.ExtensionWriter |
Used by subclasses to serialize extensions.
|
GeneratedMessageLite.ExtendableMessageOrBuilder |
|
GeneratedMessageLite.ExtensionDescriptor |
|
GeneratedMessageLite.GeneratedExtension |
|
GeneratedMessageLite.MethodToInvoke |
|
GeneratedMessageLite.SerializedForm |
A serialized (serializable) form of the generated message.
|
GeneratedMessageV3 |
Deprecated.
|
GeneratedMessageV3.Builder |
Deprecated.
|
GeneratedMessageV3.Builder.BuilderParentImpl |
Deprecated.
|
GeneratedMessageV3.BuilderParent |
Deprecated.
|
GeneratedMessageV3.ExtendableBuilder |
Deprecated.
|
GeneratedMessageV3.ExtendableMessage |
Deprecated.
|
GeneratedMessageV3.ExtendableMessage.ExtensionWriter |
Deprecated.
|
GeneratedMessageV3.ExtendableMessageOrBuilder |
Deprecated.
|
GeneratedMessageV3.FieldAccessorTable |
Deprecated.
|
GeneratedMessageV3.UnusedPrivateParameter |
Deprecated.
|
InlineMe |
Indicates that callers of this API should be inlined.
|
Int32Value |
Wrapper message for `int32`.
|
Int32Value.Builder |
Wrapper message for `int32`.
|
Int32ValueOrBuilder |
|
Int64Value |
Wrapper message for `int64`.
|
Int64Value.Builder |
Wrapper message for `int64`.
|
Int64ValueOrBuilder |
|
IntArrayList |
|
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 |
|
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.IntListAdapter.IntConverter |
Convert individual elements of the List from int to T.
|
Internal.ListAdapter.Converter |
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 |
An interface used to convert between two types.
|
Internal.ProtobufList |
Extends List to add the capability to make the list immutable and inspect if it is
modifiable.
|
InvalidProtocolBufferException |
Thrown when a protocol message being parsed is invalid in some way.
|
InvalidProtocolBufferException.InvalidWireTypeException |
Exception indicating that an unexpected wire type was encountered for a field.
|
JavaFeaturesProto.JavaFeatures |
Protobuf type pb.JavaFeatures
|
JavaFeaturesProto.JavaFeatures.Builder |
Protobuf type pb.JavaFeatures
|
JavaFeaturesProto.JavaFeatures.Utf8Validation |
The UTF8 validation strategy to use.
|
JavaFeaturesProto.JavaFeaturesOrBuilder |
|
JavaType |
Enum that identifies the Java types required to store protobuf fields.
|
LazyField |
LazyField encapsulates the logic of lazily parsing message fields.
|
LazyFieldLite |
LazyFieldLite encapsulates the logic of lazily parsing message fields.
|
LazyStringArrayList |
|
LazyStringList |
An interface extending List<String> that also provides access to the items of the list as
UTF8-encoded ByteString or byte[] objects.
|
ListFieldSchema |
Utility class that aids in properly manipulating list fields for either the lite or full runtime.
|
ListValue |
`ListValue` is a wrapper around a repeated field of values.
|
ListValue.Builder |
`ListValue` is a wrapper around a repeated field of values.
|
ListValueOrBuilder |
|
LongArrayList |
|
MapEntry |
Implements MapEntry messages.
|
MapEntry.Builder |
|
MapEntry.Metadata |
|
MapEntryLite |
Implements the lite version of map entry messages.
|
MapEntryLite.Metadata |
|
MapField |
Internal representation of map fields in generated messages.
|
MapField.Converter |
|
MapField.MutabilityAwareMap |
An internal map that checks for mutability before delegating.
|
MapField.StorageMode |
Indicates where the data of this map field is currently stored.
|
MapFieldBuilder |
Internal representation of map fields in generated builders.
|
MapFieldBuilder.Converter |
Convert a MessageOrBuilder to a Message regardless of which it holds.
|
MapFieldLite |
Internal representation of map fields in generated lite-runtime messages.
|
MapFieldReflectionAccessor |
A base class for package private shared methods between MapField and MapFieldBuilder to allow
reflection to access both.
|
MapFieldSchema |
|
Message |
Abstract interface implemented by Protocol Message objects.
|
Message.Builder |
Abstract interface implemented by Protocol Message builders.
|
MessageInfo |
A MessageInfo object describes a proto message type.
|
MessageInfoFactory |
A factory that creates MessageInfo instances for message types.
|
MessageLite |
Abstract interface implemented by Protocol Message objects.
|
MessageLite.Builder |
Abstract interface implemented by Protocol Message builders.
|
MessageLiteOrBuilder |
|
MessageOrBuilder |
|
MessageReflection.MergeTarget |
|
MessageReflection.MergeTarget.ContainerType |
|
MessageSchema |
Schema used for standard messages.
|
MessageSetSchema |
Schema used for proto2 messages using message_set_wireformat.
|
Method |
Method represents a method of an API interface.
|
Method.Builder |
Method represents a method of an API interface.
|
MethodOrBuilder |
|
Mixin |
Declares an API Interface to be included in this interface.
|
Mixin.Builder |
Declares an API Interface to be included in this interface.
|
MixinOrBuilder |
|
MutabilityOracle |
Verifies that an object is mutable, throwing if not.
|
NewInstanceSchema |
|
NullValue |
`NullValue` is a singleton enumeration to represent the null value for the
`Value` type union.
|
OneofInfo |
Information for a oneof within a protobuf message.
|
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.
|
OptionOrBuilder |
|
Parser |
Abstract interface for parsing Protocol Messages.
|
PrimitiveNonBoxingCollection |
A marker interface indicating that the collection supports primitives and is non-boxing.
|
Protobuf |
Main runtime interface for protobuf.
|
ProtobufArrayList |
|
ProtocolMessageEnum |
Interface of useful methods added to all enums generated by the protocol compiler.
|
ProtocolStringList |
An interface extending List<String> used for repeated string fields to provide optional
access to the data as a list of ByteStrings.
|
ProtoSyntax |
Represents the syntax version of the message.
|
RawMessageInfo |
RawMessageInfo stores the same amount of information as MessageInfo but in a more compact
format.
|
Reader |
A reader of fields from a serialized protobuf message.
|
RepeatedFieldBuilder |
RepeatedFieldBuilder implements a structure that a protocol message uses to hold a
repeated field of other protocol messages.
|
RepeatedFieldBuilder.BuilderExternalList |
Provides a live view of the builder as a list of builders.
|
RepeatedFieldBuilder.MessageExternalList |
Provides a live view of the builder as a list of messages.
|
RepeatedFieldBuilder.MessageOrBuilderExternalList |
Provides a live view of the builder as a list of builders.
|
RepeatedFieldBuilderV3 |
Deprecated.
|
RepeatedFieldBuilderV3.BuilderExternalList |
Deprecated.
|
RepeatedFieldBuilderV3.MessageExternalList |
Deprecated.
|
RepeatedFieldBuilderV3.MessageOrBuilderExternalList |
Deprecated.
|
RopeByteString |
Class to represent ByteStrings formed by concatenation of other ByteStrings, without
copying the data in the pieces.
|
RopeByteString.PieceIterator |
This class is a continuable tree traversal, which keeps the state information which would exist
on the stack in a recursive traversal instead on a stack of "Bread Crumbs".
|
RpcCallback |
Interface for an RPC callback, normally called when an RPC completes.
|
RpcController |
An RpcController mediates a single method call.
|
RuntimeVersion.RuntimeDomain |
Indicates the domain of the Protobuf artifact.
|
Schema |
A runtime schema for a single protobuf message.
|
SchemaFactory |
A factory that manufactures Schema instances for protobuf messages.
|
ServiceException |
Thrown by blocking RPC methods when a failure occurs.
|
SingleFieldBuilder |
SingleFieldBuilder implements a structure that a protocol message uses to hold a single
field of another protocol message.
|
SingleFieldBuilderV3 |
Deprecated.
|
SmallSortedMap |
A custom map implementation from FieldDescriptor to Object optimized to minimize the number of
memory allocations for instances with a small number of mappings.
|
SmallSortedMap.DescendingEntrySet |
|
SmallSortedMap.Entry |
Entry implementation that implements Comparable in order to support binary search within the
entry array.
|
SmallSortedMap.EntrySet |
Stateless view of the entries in the field map.
|
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.
|
SourceContextOrBuilder |
|
StringValue |
Wrapper message for `string`.
|
StringValue.Builder |
Wrapper message for `string`.
|
StringValueOrBuilder |
|
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.
|
StructOrBuilder |
|
StructuralMessageInfo |
Information for the layout of a protobuf message class.
|
StructuralMessageInfo.Builder |
|
Syntax |
The syntax in which a protocol buffer element is defined.
|
TextFormat.InvalidEscapeSequenceException |
|
TextFormat.ParseException |
Thrown when parsing an invalid text format message.
|
TextFormat.Parser |
Parser for text-format proto2 instances.
|
TextFormat.Parser.Builder |
|
TextFormat.Parser.SingularOverwritePolicy |
Determines if repeated values for non-repeated fields and oneofs are permitted.
|
TextFormat.Parser.UnknownField |
|
TextFormat.Parser.UnknownField.Type |
|
TextFormat.Printer |
Helper class for converting protobufs to text.
|
TextFormat.Printer.MapEntryAdapter |
An adapter class that can take a MapEntry and returns its key and entry.
|
TextFormat.TextGenerator |
An inner class for writing text to the output stream.
|
TextFormat.Tokenizer |
Represents a stream of tokens parsed from a String .
|
TextFormatEscaper.ByteSequence |
|
TextFormatParseInfoTree |
Data structure which is populated with the locations of each field value parsed from the text.
|
TextFormatParseInfoTree.Builder |
|
TextFormatParseLocation |
A location in the source code.
|
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.
|
TimestampOrBuilder |
|
Type |
A protocol buffer message type.
|
Type.Builder |
A protocol buffer message type.
|
TypeOrBuilder |
|
TypeRegistry |
A TypeRegistry is used to resolve Any messages.
|
TypeRegistry.Builder |
|
UInt32Value |
Wrapper message for `uint32`.
|
UInt32Value.Builder |
Wrapper message for `uint32`.
|
UInt32ValueOrBuilder |
|
UInt64Value |
Wrapper message for `uint64`.
|
UInt64Value.Builder |
Wrapper message for `uint64`.
|
UInt64ValueOrBuilder |
|
UninitializedMessageException |
Thrown when attempting to build a protocol message that is missing required fields.
|
UnknownFieldSchema |
|
UnknownFieldSet |
UnknownFieldSet keeps track of fields which were seen when parsing a protocol
message but whose field numbers or types are unrecognized.
|
UnknownFieldSet.Builder |
|
UnknownFieldSet.Field |
Represents a single field in an UnknownFieldSet .
|
UnknownFieldSet.Field.Builder |
|
UnknownFieldSet.Parser |
Parser to implement MessageLite interface.
|
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.
|
UnsafeUtil.MemoryAccessor |
|
Utf8.Processor |
A processor of UTF-8 strings, providing methods for checking validity and encoding.
|
Utf8.UnpairedSurrogateException |
|
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.
|
Value.KindCase |
|
ValueOrBuilder |
|
WireFormat.FieldType |
|
WireFormat.JavaType |
|
WireFormat.Utf8Validation |
Validation level for handling incoming string field data which potentially contain non-UTF8
bytes.
|
Writer |
A writer that performs serialization of protobuf message fields.
|
Writer.FieldOrder |
The order in which the fields are written by a Writer .
|