|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
Message interface which implements
as many methods of that interface as possible in terms of other methods.Message.Builder interface which
implements as many methods of that interface as possible in terms of
other methods.MessageLite interface which
implements as many methods of that interface as possible in terms of other
methods.Message.Builder interface which
implements as many methods of that interface as possible in terms of
other methods.values to the list.
UnknownFieldSet.
setRepeatedField, but appends the value as a new element.
InvalidProtocolBufferException.
Fields as an immutable Map.
java.nio.ByteBuffer with the
same backing byte array.
Service.UnknownFieldSet and return it.
FileDescriptor.
MessageLite.Builder.build(), but does not throw an exception if the message
is missing required fields.
ByteString instance.Service.callMethod(com.google.protobuf.Descriptors.MethodDescriptor, com.google.protobuf.RpcController, com.google.protobuf.Message, com.google.protobuf.RpcCallback) , except that
callBlockingMethod() returns the result of the RPC or throws a
ServiceException if there is a failure, rather than passing the
information to a callback.
CodedOutputStream.spaceLeft() returns zero.
FieldDescriptor.
bool field, including tag.
bool field.
bytes field, including tag.
bytes field.
double field, including tag.
double field, including tag.
fixed32 field, including tag.
fixed32 field.
fixed64 field, including tag.
fixed64 field.
float field, including tag.
float field, including tag.
group field, including tag.
group field.
int32 field, including tag.
int32 field, including tag.
int64 field, including tag.
int64 field, including tag.
sfixed32 field, including tag.
sfixed32 field.
sfixed64 field, including tag.
sfixed64 field.
sint32 field, including tag.
sint32 field.
sint64 field, including tag.
sint64 field.
string field, including tag.
string field.
uint32 field, including tag.
uint32 field.
uint64 field, including tag.
uint64 field, including tag.
CodedOutputStream.computeGroupSize(int, com.google.protobuf.MessageLite).
CodedOutputStream.computeUnknownGroupSizeNoTag(com.google.protobuf.MessageLite).
ByteString.
ByteString.
size bytes from a java.nio.ByteBuffer into
a ByteString.
java.nio.ByteBuffer into
a ByteString.
text into a sequence of bytes using the named charset
and returns the result as a ByteString.
text into a sequence of UTF-8 bytes and returns the
result as a ByteString.
CodedOutputStream.newInstance(OutputStream).
.proto file, including everything defined within.Message that can represent arbitrary types,
given a Descriptors.Descriptor.DynamicMessages.failed() is true, returns a human-readable description
of the error.
ExtensionRegistry but supports only "lite" types.RpcCallback accepting a specific message type and convert
it to an RpcCallback<Message>.
GeneratedMessage.GeneratedMessage.ExtendableBuilder.GeneratedMessage.ExtendableMessage.GeneratedMessage.ExtendableMessageOrBuilder.GeneratedMessage.GeneratedExtension.DynamicMessage representing the default instance of the
given type.
Field.
UnknownFieldSet.
Service.getDescriptorForType().
ServiceDescriptor describing this service and its methods.
Descriptors.FileDescriptor containing this descriptor.
Descriptors.FileDescriptor containing this descriptor.
Descriptors.FileDescriptor containing this descriptor.
FileDescriptor containing this descriptor.
Descriptors.FileDescriptor containing this descriptor.
Descriptors.FileDescriptor containing this descriptor.
MessageOptions, defined in descriptor.proto.
EnumOptions, defined in descriptor.proto.
EnumValueOptions, defined in descriptor.proto.
FieldOptions, defined in descriptor.proto.
FileOptions, defined in descriptor.proto.
MethodOptions, defined in descriptor.proto.
ServiceOptions, defined in descriptor.proto.
GeneratedMessage.BuilderParent for giving to our children.
Service.getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor).
callMethod() requires that the request passed in is of a
particular subclass of Message.
Service.getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor).
getRequestPrototype(), but gets a prototype of the response
message.
MessageSet wire format.
MessageSet wire format.
UnknownFieldSet for this message.
Message.hashCode().
Message.hashCode().
Message.hashCode().
Message.hashCode().
Internal.EnumLites.true, indicates that the client canceled the RPC, so the server
may as well give up on replying to it.
true if the size is 0, false otherwise.
[packed = true] option?
LazyStringList that wraps an ArrayList.input and merge the contents
into builder.
input and merge the contents
into builder.
input and merge the contents
into builder.
input and merge the contents
into builder.
MessageLite.Builder.mergeFrom(InputStream), but does not read until EOF.
MessageLite.Builder.mergeDelimitedFrom(InputStream) but supporting extensions.
UnknownFieldSet.
input and merge it into this set.
other into the message being built.
Builder#mergeFrom(MessageLite).
MessageLite.Builder.mergeFrom(CodedInputStream), but also
parses extensions.
data as a message of this type and merge it with the
message being built.
data as a message of this type and merge it with the
message being built.
data as a message of this type and merge it with the
message being built.
data as a message of this type and merge it with the
message being built.
data as a message of this type and merge it with the
message being built.
data as a message of this type and merge it with the
message being built.
input and merge it with the
message being built.
input and merge it with the
message being built.
other into this set.
input and merge its fields into
this set.
data as an UnknownFieldSet and merge it with the
set being built.
data as an UnknownFieldSet and merge it with the
set being built.
UnknownFieldSet from input and merge it with the
set being built.
other into this field.
UnknownFieldSet for this
message.
MessageLite
and MessageLite.Builder to provide type equivalency.Message and
Message.Builder to provide type equivalency.DynamicMessage.Builder for the given type.
DynamicMessage.Builder for a message of the same type as
prototype, and initialize it with prototype's contents.
UnknownFieldSet.Field.Builder.
UnknownFieldSet.Field.Builder and initialize it to a copy of
copyFrom.
UnknownFieldSet.Builder.
UnknownFieldSet.Builder and initialize it to be a copy
of copyFrom.
CodedInputStream which can be used to read the bytes.
InputStream which can be used to read the bytes.
CodedOutputStream wrapping the given
OutputStream.
CodedOutputStream wrapping the given
OutputStream with a given buffer size.
CodedOutputStream that writes directly to the given
byte array.
CodedOutputStream that writes directly to the given
byte array slice.
ByteString.Output with the given initial capacity.
ByteString.Output.
data as a message of the given type and return it.
data as a message of the given type and return it.
data as a message of the given type and return it.
data as a message of the given type and return it.
input and return it.
input and return it.
UnknownFieldSet from the given input stream.
data as an UnknownFieldSet and return it.
data as an UnknownFieldSet and return it.
UnknownFieldSet from input and return it.
fields to output.
print(), but writes directly to a String and
returns it.
print(), but writes directly to a String and
returns it.
currentLimit to (current position) + byteLimit.
bool field value from the stream.
bytes field value from the stream.
double field value from the stream.
fixed32 field value from the stream.
fixed64 field value from the stream.
float field value from the stream.
group field value from the stream.
int32 field value from the stream.
int64 field value from the stream.
CodedInputStream.readRawVarint32(InputStream), but expects that the caller
has already read one byte.
sfixed32 field value from the stream.
sfixed64 field value from the stream.
sint32 field value from the stream.
sint64 field value from the stream.
string field value from the stream.
uint32 field value from the stream.
uint64 field value from the stream.
CodedInputStream.readGroup(int, com.google.protobuf.MessageLite.Builder, com.google.protobuf.ExtensionRegistryLite).
RepeatedFieldBuilder implements a structure that a protocol
message uses to hold a repeated field of other protocol messages.CodedInputStream.setSizeLimit(int)).
RpcController mediates a single method call.failed() to return true on the client side.
UnknownFieldSet for this message.
SingleFieldBuilder implements a structure that a protocol
message uses to hold a single field of another protocol message.size bytes.
RpcCallback<Message> and convert it to an
RpcCallback accepting a specific message type.
byte[].
byte array and returns it.
byte array and returns it.
ByteString instance from this Output.
ByteString and returns it.
ByteString and returns it.
String by decoding the bytes using the
specified charset.
String by decoding the bytes as UTF-8.
UnknownFieldSet is used to keep track of fields which were seen when
parsing a protocol message but whose field numbers or types are unrecognized.UnknownFieldSets.UnknownFieldSet.UnknownFieldSet.Field within an UnknownFieldSet.LazyStringList that wraps another
LazyStringList such that it cannot be modified via the wrapper.Descriptors.FieldDescriptor.Type.Descriptors.FieldDescriptor.JavaType.output, using MessageSet wire format.
output using
MessageSet wire format.
bool field, including tag, to the stream.
bool field to the stream.
bytes field, including tag, to the stream.
bytes field to the stream.
MessageLite.writeTo(OutputStream), but writes the size of the message
as a varint before writing the data.
double field, including tag, to the stream.
double field to the stream.
fixed32 field, including tag, to the stream.
fixed32 field to the stream.
fixed64 field, including tag, to the stream.
fixed64 field to the stream.
float field, including tag, to the stream.
float field to the stream.
group field, including tag, to the stream.
group field to the stream.
int32 field, including tag, to the stream.
int32 field to the stream.
int64 field, including tag, to the stream.
int64 field to the stream.
sfixed32 field, including tag, to the stream.
sfixed32 field to the stream.
sfixed64 field, including tag, to the stream.
sfixed64 field to the stream.
sint32 field, including tag, to the stream.
sint32 field to the stream.
sint64 field, including tag, to the stream.
sint64 field to the stream.
string field, including tag, to the stream.
string field to the stream.
output.
output.
output.
output.
output.
uint32 field, including tag, to the stream.
uint32 field to the stream.
uint64 field, including tag, to the stream.
uint64 field to the stream.
CodedOutputStream.writeGroup(int, com.google.protobuf.MessageLite).
CodedOutputStream.writeGroupNoTag(com.google.protobuf.MessageLite).
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||