|
||||||||
| 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.
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.GeneratedExtension.Message.getAllFields().
DynamicMessage representing the default instance of the
given type.
Field.
UnknownFieldSet.
Service.getDescriptorForType().
ServiceDescriptor describing this service and its methods.
Message.getField(Descriptors.FieldDescriptor)
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.
Message.getRepeatedField(Descriptors.FieldDescriptor,int)
Message.getRepeatedFieldCount(Descriptors.FieldDescriptor)
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.
UnknownFieldSet for this message.
Message.hasField(Descriptors.FieldDescriptor)
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?
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.
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.