| Class and Description |
|---|
| 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. |
| 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. |
| ByteString
Immutable sequence of bytes.
|
| ByteString.ByteIterator
This interface extends
Iterator<Byte>, so that we can return an
unboxed byte. |
| ByteString.Output
Outputs to a
ByteString instance. |
| CodedInputStream
Reads and decodes protocol message fields.
|
| CodedOutputStream
Encodes and writes protocol message fields.
|
| Descriptors.Descriptor
Describes a message type.
|
| 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.FileDescriptor.InternalDescriptorAssigner
This class should be used by generated code only.
|
| 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.OneofDescriptor
Describes an oneof of a message type.
|
| Descriptors.ServiceDescriptor
Describes a service type.
|
| DynamicMessage
An implementation of
Message that can represent arbitrary types,
given a Descriptors.Descriptor. |
| DynamicMessage.Builder
Builder for
DynamicMessages. |
| Extension
Interface that generated extensions implement.
|
| Extension.ExtensionType
The API type that the extension is used for.
|
| Extension.MessageType
Type of a message extension.
|
| ExtensionRegistry
A table of known extensions, searchable by name or field number.
|
| ExtensionRegistry.ExtensionInfo
A (Descriptor, Message) pair, returned by lookup methods.
|
| ExtensionRegistryLite
Equivalent to
ExtensionRegistry but supports only "lite" types. |
| GeneratedMessage
All generated protocol message classes extend this class.
|
| GeneratedMessage.Builder |
| GeneratedMessage.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.
|
| 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.ExtensionWriter
Used by subclasses to serialize extensions.
|
| GeneratedMessage.ExtendableMessageOrBuilder |
| GeneratedMessage.FieldAccessorTable
Users should ignore this class.
|
| GeneratedMessage.GeneratedExtension
Type used to represent generated extensions.
|
| GeneratedMessageLite
Lite version of
GeneratedMessage. |
| GeneratedMessageLite.Builder |
| GeneratedMessageLite.ExtendableBuilder
Lite equivalent of
GeneratedMessage.ExtendableBuilder. |
| GeneratedMessageLite.ExtendableMessage
Lite equivalent of
GeneratedMessage.ExtendableMessage. |
| GeneratedMessageLite.ExtendableMessage.ExtensionWriter
Used by subclasses to serialize extensions.
|
| GeneratedMessageLite.ExtendableMessageOrBuilder
Lite equivalent of
GeneratedMessage.ExtendableMessageOrBuilder. |
| GeneratedMessageLite.GeneratedExtension
Lite equivalent to
GeneratedMessage.GeneratedExtension. |
| Internal.EnumLite
Interface for an enum value or value descriptor, to be used in FieldSet.
|
| Internal.EnumLiteMap
Interface for an object which maps integers to
Internal.EnumLites. |
| InvalidProtocolBufferException
Thrown when a protocol message being parsed is invalid in some way,
e.g.
|
| LazyFieldLite
LazyFieldLite encapsulates the logic of lazily parsing message fields.
|
| LazyStringList
An interface extending
List<String> that also provides access to the
items of the list as UTF8-encoded ByteString or byte[] objects. |
| Message
Abstract interface implemented by Protocol Message objects.
|
| Message.Builder
Abstract interface implemented by Protocol Message builders.
|
| 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. |
| MessageOrBuilder
Base interface for methods common to
Message and
Message.Builder to provide type equivalency. |
| Parser
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. |
RepeatedFieldBuilder
RepeatedFieldBuilder implements a structure that a protocol
message uses to hold a repeated field of other protocol messages. |
| RpcCallback
Interface for an RPC callback, normally called when an RPC completes.
|
| RpcController
An
RpcController mediates a single method call. |
| 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. |
| TextFormat.ParseException
Thrown when parsing an invalid text format message.
|
| TextFormat.Parser
Parser for text-format proto2 instances.
|
| TextFormat.Parser.Builder
Builder that can be used to obtain new instances of
Parser. |
| TextFormat.Parser.SingularOverwritePolicy
Determines if repeated values for non-repeated fields and
oneofs are permitted.
|
| UninitializedMessageException
Thrown when attempting to build a protocol message that is missing required
fields.
|
UnknownFieldSet
UnknownFieldSet is used to keep track of fields which were seen when
parsing a protocol message but whose field numbers or types are unrecognized. |
| UnknownFieldSet.Builder
Builder for
UnknownFieldSets. |
| UnknownFieldSet.Field
Represents a single field in an
UnknownFieldSet. |
| UnknownFieldSet.Field.Builder
Used to build a
UnknownFieldSet.Field within an UnknownFieldSet. |
| UnknownFieldSet.Parser
Parser to implement MessageLite interface.
|
| WireFormat.FieldType
Lite equivalent to
Descriptors.FieldDescriptor.Type. |
| WireFormat.JavaType
Lite equivalent to
Descriptors.FieldDescriptor.JavaType. |
Copyright © 2008-2014 Google. All Rights Reserved.