.DollarNames.Message    Completion support for protocol buffer messages
                        and descriptors
ArrayInputStream-class
                        Class "ArrayInputStream"
ArrayInputStream-methods
                        Creates an ArrayInputStream
ArrayOutputStream-class
                        Class "ArrayOutputStream"
ArrayOutputStream-methods
                        Creates an ArrayOutputStream
BackUp-methods          Backs up a number of bytes from a stream
ByteCount-methods       The number of bytes read/written since the
                        object was created
ConnectionInputStream-class
                        Class "ConnectionInputStream"
ConnectionInputStream-methods
                        Creates an ConnectionInputStream
ConnectionOutputStream-class
                        Class "ConnectionOutputStream"
ConnectionOutputStream-methods
                        Creates an ConnectionOutputStream
Descriptor-class        Class "Descriptor"
EnumDescriptor-class    Class "EnumDescriptor"
EnumValueDescriptor-class
                        Class "EnumValueDescriptor"
FieldDescriptor-class   Class "FieldDescriptor"
FileDescriptor-class    Class "FileDescriptor"
FileInputStream-class   Class "FileInputStream"
FileInputStream-methods
                        Creates an FileInputStream
FileOutputStream-class
                        Class "FileOutputStream"
FileOutputStream-methods
                        Creates an FileOutputStream
GetErrno-methods        Get the error number for an I/O error
Message-class           Class "Message"
MethodDescriptor-class
                        Class "MethodDescriptor"
Next-methods            Obtains a chunk of data from the stream
P                       Protocol Buffer descriptor importer
RProtoBuf-package       R Interface to the Protocol Buffers API
ServiceDescriptor-class
                        Class "ServiceDescriptor"
SetCloseOnDelete-methods
                        set the close on delete behavior
Skip-methods            Skips a number of bytes
ZeroCopyInputStream-class
                        Virtual Class "ZeroCopyInputStream"
ZeroCopyOutputStream-class
                        Virtual Class "ZeroCopyOutputStream"
add-methods             add elements of a repeated field of a message
as.list.Message         Grab the protocol buffer message as an R list
asMessage               coerce an object to a protobuf message
bytesize-methods        The number of bytes taken by a message
clear-methods           Clear a field or all fields of the message and
                        set them to their default values
clone-methods           Clone protocol buffer messages
containing_type-methods
                        Gets the message type descriptor that contains
                        a descriptor
descriptor-methods      Get the descriptor of a message
enum_type-methods       Extract an enum type descriptor for a nested
                        type
enum_type_count-methods
                        The number of enum types
fetch-methods           Fetch content of a repeated field
field-methods           Extract a field descriptor
field_count-methods     The number of fields
fileDescriptor-methods
                        gets the file descriptor of an object
has-methods             Indicates if an object has the given field set
isInitialized-methods   Indicates if a protocol buffer message is
                        initialized
is_extension-methods    Indicates if a field descriptor is an extension
label-methods           Gets the label of a field
merge,Message,Message-method
                        Merge two messages of the same type
name                    Name or full name of a descriptor
nested_type-methods     Extract a message type descriptor for a nested
                        type
nested_type_count-methods
                        The number of fields
number-methods          Gets the declared tag number of a field
read-methods            Read a protocol buffer message from a
                        connection
readASCII-methods       read a message in ASCII format
readJSON-methods        read a message in JSON format
readProtoFiles          protocol buffer descriptor importer
serialize_pb            Serialize R object to Protocol Buffer Message.
set-methods             set a subset of values of a repeated field of a
                        message
size-methods            Size of a message field
size<-                  Set the size of a field
swap-methods            swap elements of a repeated field of a message
type-methods            Gets the type or the C++ type of a field
with.Message            with and within methods for protocol buffer
                        messages
