Uses of Package
com.google.protobuf

Classes in com.google.protobuf used by com.google.protobuf
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.
ByteString
          Immutable array of bytes.
ByteString.Output
          Outputs to a ByteString instance.
CodedInputStream
          Reads and decodes protocol message fields.
CodedOutputStream
          Encodes and writes protocol message fields.
DescriptorProtos.DescriptorProto
           
DescriptorProtos.DescriptorProto.Builder
           
DescriptorProtos.DescriptorProto.ExtensionRange
           
DescriptorProtos.DescriptorProto.ExtensionRange.Builder
           
DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
           
DescriptorProtos.DescriptorProtoOrBuilder
           
DescriptorProtos.EnumDescriptorProto
           
DescriptorProtos.EnumDescriptorProto.Builder
           
DescriptorProtos.EnumDescriptorProtoOrBuilder
           
DescriptorProtos.EnumOptions
           
DescriptorProtos.EnumOptions.Builder
           
DescriptorProtos.EnumOptionsOrBuilder
           
DescriptorProtos.EnumValueDescriptorProto
           
DescriptorProtos.EnumValueDescriptorProto.Builder
           
DescriptorProtos.EnumValueDescriptorProtoOrBuilder
           
DescriptorProtos.EnumValueOptions
           
DescriptorProtos.EnumValueOptions.Builder
           
DescriptorProtos.EnumValueOptionsOrBuilder
           
DescriptorProtos.FieldDescriptorProto
           
DescriptorProtos.FieldDescriptorProto.Builder
           
DescriptorProtos.FieldDescriptorProto.Label
           
DescriptorProtos.FieldDescriptorProto.Type
           
DescriptorProtos.FieldDescriptorProtoOrBuilder
           
DescriptorProtos.FieldOptions
           
DescriptorProtos.FieldOptions.Builder
           
DescriptorProtos.FieldOptions.CType
           
DescriptorProtos.FieldOptionsOrBuilder
           
DescriptorProtos.FileDescriptorProto
           
DescriptorProtos.FileDescriptorProto.Builder
           
DescriptorProtos.FileDescriptorProtoOrBuilder
           
DescriptorProtos.FileDescriptorSet
           
DescriptorProtos.FileDescriptorSet.Builder
           
DescriptorProtos.FileDescriptorSetOrBuilder
           
DescriptorProtos.FileOptions
           
DescriptorProtos.FileOptions.Builder
           
DescriptorProtos.FileOptions.OptimizeMode
           
DescriptorProtos.FileOptionsOrBuilder
           
DescriptorProtos.MessageOptions
           
DescriptorProtos.MessageOptions.Builder
           
DescriptorProtos.MessageOptionsOrBuilder
           
DescriptorProtos.MethodDescriptorProto
           
DescriptorProtos.MethodDescriptorProto.Builder
           
DescriptorProtos.MethodDescriptorProtoOrBuilder
           
DescriptorProtos.MethodOptions
           
DescriptorProtos.MethodOptions.Builder
           
DescriptorProtos.MethodOptionsOrBuilder
           
DescriptorProtos.ServiceDescriptorProto
           
DescriptorProtos.ServiceDescriptorProto.Builder
           
DescriptorProtos.ServiceDescriptorProtoOrBuilder
           
DescriptorProtos.ServiceOptions
           
DescriptorProtos.ServiceOptions.Builder
           
DescriptorProtos.ServiceOptionsOrBuilder
           
DescriptorProtos.SourceCodeInfo
           
DescriptorProtos.SourceCodeInfo.Builder
           
DescriptorProtos.SourceCodeInfo.Location
           
DescriptorProtos.SourceCodeInfo.Location.Builder
           
DescriptorProtos.SourceCodeInfo.LocationOrBuilder
           
DescriptorProtos.SourceCodeInfoOrBuilder
           
DescriptorProtos.UninterpretedOption
           
DescriptorProtos.UninterpretedOption.Builder
           
DescriptorProtos.UninterpretedOption.NamePart
           
DescriptorProtos.UninterpretedOption.NamePart.Builder
           
DescriptorProtos.UninterpretedOption.NamePartOrBuilder
           
DescriptorProtos.UninterpretedOptionOrBuilder
           
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.MethodDescriptor
          Describes one method within a service 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.
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.
LazyStringList
          An interface extending List<String> that also provides access to the items of the list as UTF8-encoded ByteString 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.
ProtocolMessageEnum
          Interface of useful methods added to all enums generated by the protocol compiler.
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.
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.
WireFormat.FieldType
          Lite equivalent to Descriptors.FieldDescriptor.Type.
WireFormat.JavaType
          Lite equivalent to Descriptors.FieldDescriptor.JavaType.
 



Copyright © 2008-2011 Google. All Rights Reserved.