A B C D E F G H I L M N O P R S T U V W 

A

AbstractMessage - Class in com.google.protobuf
A partial implementation of the Message interface which implements as many methods of that interface as possible in terms of other methods.
AbstractMessage() - Constructor for class com.google.protobuf.AbstractMessage
 
AbstractMessage.Builder<BuilderType extends AbstractMessage.Builder> - Class in com.google.protobuf
A partial implementation of the Message.Builder interface which implements as many methods of that interface as possible in terms of other methods.
AbstractMessage.Builder() - Constructor for class com.google.protobuf.AbstractMessage.Builder
 
AbstractMessageLite - Class in com.google.protobuf
A partial implementation of the MessageLite interface which implements as many methods of that interface as possible in terms of other methods.
AbstractMessageLite() - Constructor for class com.google.protobuf.AbstractMessageLite
 
AbstractMessageLite.Builder<BuilderType extends AbstractMessageLite.Builder> - Class in com.google.protobuf
A partial implementation of the Message.Builder interface which implements as many methods of that interface as possible in terms of other methods.
AbstractMessageLite.Builder() - Constructor for class com.google.protobuf.AbstractMessageLite.Builder
 
AbstractParser<MessageType extends MessageLite> - Class in com.google.protobuf
A partial implementation of the Parser interface which implements as many methods of that interface as possible in terms of other methods.
AbstractParser() - Constructor for class com.google.protobuf.AbstractParser
 
add(Extension<?, ?>) - Method in class com.google.protobuf.ExtensionRegistry
Add an extension from a generated file to the registry.
add(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.ExtensionRegistry
Add a non-message-type extension to the registry by descriptor.
add(Descriptors.FieldDescriptor, Message) - Method in class com.google.protobuf.ExtensionRegistry
Add a message-type extension to the registry by descriptor.
add(GeneratedMessageLite.GeneratedExtension<?, ?>) - Method in class com.google.protobuf.ExtensionRegistryLite
Add an extension from a lite generated file to the registry.
add(int, String) - Method in class com.google.protobuf.LazyStringArrayList
 
add(ByteString) - Method in class com.google.protobuf.LazyStringArrayList
 
add(byte[]) - Method in class com.google.protobuf.LazyStringArrayList
 
add(ByteString) - Method in interface com.google.protobuf.LazyStringList
Appends the specified element to the end of this list (optional operation).
add(byte[]) - Method in interface com.google.protobuf.LazyStringList
Appends the specified element to the end of this list (optional operation).
add(ByteString) - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
add(byte[]) - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
addAll(Iterable<T>, Collection<? super T>) - Static method in class com.google.protobuf.AbstractMessageLite.Builder
Adds the values to the list.
addAll(Collection<? extends String>) - Method in class com.google.protobuf.LazyStringArrayList
 
addAll(int, Collection<? extends String>) - Method in class com.google.protobuf.LazyStringArrayList
 
addAllByteArray(Collection<byte[]>) - Method in class com.google.protobuf.LazyStringArrayList
 
addAllByteArray(Collection<byte[]>) - Method in interface com.google.protobuf.LazyStringList
Appends all elements in the specified byte[] collection to the end of this list.
addAllByteArray(Collection<byte[]>) - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
addAllByteString(Collection<? extends ByteString>) - Method in class com.google.protobuf.LazyStringArrayList
 
addAllByteString(Collection<? extends ByteString>) - Method in interface com.google.protobuf.LazyStringList
Appends all elements in the specified ByteString collection to the end of this list.
addAllByteString(Collection<? extends ByteString>) - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
addAllMessages(Iterable<? extends MType>) - Method in class com.google.protobuf.RepeatedFieldBuilder
Appends all of the messages in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addBuilder(MType) - Method in class com.google.protobuf.RepeatedFieldBuilder
Appends a new builder to the end of this list and returns the builder.
addBuilder(int, MType) - Method in class com.google.protobuf.RepeatedFieldBuilder
Inserts a new builder at the specified position in this list.
addExtension(Extension<MessageType, List<Type>>, Type) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Append a value to a repeated extension.
addExtension(GeneratedMessageLite.GeneratedExtension<MessageType, List<Type>>, Type) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Append a value to a repeated extension.
addField(int, UnknownFieldSet.Field) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Add a field to the UnknownFieldSet.
addFixed32(int) - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
Add a fixed32 value.
addFixed64(long) - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
Add a fixed64 value.
addGroup(UnknownFieldSet) - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
Add an embedded group.
addLengthDelimited(ByteString) - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
Add a length-delimited value.
addMessage(MType) - Method in class com.google.protobuf.RepeatedFieldBuilder
Appends the specified element to the end of this list.
addMessage(int, MType) - Method in class com.google.protobuf.RepeatedFieldBuilder
Inserts the specified message at the specified position in this list.
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DynamicMessage.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in interface com.google.protobuf.Message.Builder
Like setRepeatedField, but appends the value as a new element.
addVarint(long) - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
Add a varint value.
alwaysUseFieldBuilders - Static variable in class com.google.protobuf.GeneratedMessage
For testing.
asByteArrayList() - Method in class com.google.protobuf.LazyStringArrayList
 
asByteArrayList() - Method in interface com.google.protobuf.LazyStringList
Returns a mutable view of this list.
asByteArrayList() - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
asByteStringList() - Method in class com.google.protobuf.LazyStringArrayList
 
asByteStringList() - Method in interface com.google.protobuf.ProtocolStringList
Returns a view of the data as a list of ByteStrings.
asByteStringList() - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
asInvalidProtocolBufferException() - Method in exception com.google.protobuf.UninitializedMessageException
Converts this exception to an InvalidProtocolBufferException.
asMap() - Method in class com.google.protobuf.UnknownFieldSet
Get a map of fields in the set by number.
asMap() - Method in class com.google.protobuf.UnknownFieldSet.Builder
Get all present Fields as an immutable Map.
asReadOnlyByteBuffer() - Method in class com.google.protobuf.ByteString
Constructs a read-only java.nio.ByteBuffer whose content is equal to the contents of this byte string.
asReadOnlyByteBufferList() - Method in class com.google.protobuf.ByteString
Constructs a list of read-only java.nio.ByteBuffer objects such that the concatenation of their contents is equal to the contents of this byte string.
assignDescriptors(Descriptors.FileDescriptor) - Method in interface com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner
 

B

BlockingRpcChannel - Interface in com.google.protobuf
Abstract interface for a blocking RPC channel.
BlockingService - Interface in com.google.protobuf
Blocking equivalent to Service.
build() - Method in class com.google.protobuf.DynamicMessage.Builder
 
build() - Method in interface com.google.protobuf.Message.Builder
 
build() - Method in interface com.google.protobuf.MessageLite.Builder
Constructs the message based on the state of the Builder.
build() - Method in class com.google.protobuf.RepeatedFieldBuilder
Builds the list of messages from the builder and returns them.
build() - Method in class com.google.protobuf.SingleFieldBuilder
Builds the message and returns it.
build() - Method in class com.google.protobuf.TextFormat.Parser.Builder
 
build() - Method in class com.google.protobuf.UnknownFieldSet.Builder
Build the UnknownFieldSet and return it.
build() - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
Build the field.
buildFrom(DescriptorProtos.FileDescriptorProto, Descriptors.FileDescriptor[]) - Static method in class com.google.protobuf.Descriptors.FileDescriptor
Construct a FileDescriptor.
buildPartial() - Method in class com.google.protobuf.DynamicMessage.Builder
 
buildPartial() - Method in interface com.google.protobuf.Message.Builder
 
buildPartial() - Method in interface com.google.protobuf.MessageLite.Builder
Like MessageLite.Builder.build(), but does not throw an exception if the message is missing required fields.
buildPartial() - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
byteArrayDefaultValue(String) - Static method in class com.google.protobuf.Internal
Helper called by generated code to construct default values for bytes fields.
byteAt(int) - Method in class com.google.protobuf.ByteString
Gets the byte at the given index.
byteBufferDefaultValue(String) - Static method in class com.google.protobuf.Internal
Helper called by generated code to construct default values for bytes fields.
bytesDefaultValue(String) - Static method in class com.google.protobuf.Internal
Helper called by generated code to construct default values for bytes fields.
ByteString - Class in com.google.protobuf
Immutable sequence of bytes.
ByteString.ByteIterator - Interface in com.google.protobuf
This interface extends Iterator<Byte>, so that we can return an unboxed byte.
ByteString.Output - Class in com.google.protobuf
Outputs to a ByteString instance.

C

callBlockingMethod(Descriptors.MethodDescriptor, RpcController, Message, Message) - Method in interface com.google.protobuf.BlockingRpcChannel
Call the given method of the remote service and blocks until it returns.
callBlockingMethod(Descriptors.MethodDescriptor, RpcController, Message) - Method in interface com.google.protobuf.BlockingService
Equivalent to Service.callMethod(com.google.protobuf.Descriptors.MethodDescriptor, com.google.protobuf.RpcController, com.google.protobuf.Message, com.google.protobuf.RpcCallback<com.google.protobuf.Message>), 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.
callMethod(Descriptors.MethodDescriptor, RpcController, Message, Message, RpcCallback<Message>) - Method in interface com.google.protobuf.RpcChannel
Call the given method of the remote service.
callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in interface com.google.protobuf.Service
Call a method of the service specified by MethodDescriptor.
checkByteStringIsUtf8(ByteString) - Static method in class com.google.protobuf.AbstractMessageLite
 
checkLastTagWas(int) - Method in class com.google.protobuf.CodedInputStream
Verifies that the last call to readTag() returned the given tag value.
checkNoSpaceLeft() - Method in class com.google.protobuf.CodedOutputStream
Verifies that CodedOutputStream.spaceLeft() returns zero.
clear() - Method in class com.google.protobuf.AbstractMessage.Builder
 
clear() - Method in class com.google.protobuf.DynamicMessage.Builder
 
clear() - Method in class com.google.protobuf.GeneratedMessage.Builder
Called by the initialization and clear code paths to allow subclasses to reset any of their builtin fields back to the initial values.
clear() - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
clear() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
clear() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
 
clear() - Method in class com.google.protobuf.LazyFieldLite
 
clear() - Method in class com.google.protobuf.LazyStringArrayList
 
clear() - Method in interface com.google.protobuf.Message.Builder
 
clear() - Method in interface com.google.protobuf.MessageLite.Builder
Resets all fields to their default values.
clear() - Method in class com.google.protobuf.RepeatedFieldBuilder
Removes all of the elements from this list.
clear() - Method in class com.google.protobuf.SingleFieldBuilder
Clears the value of the field.
clear() - Method in class com.google.protobuf.UnknownFieldSet.Builder
Reset the builder to an empty set.
clear() - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
Discard the field's contents.
clearExtension(Extension<MessageType, ?>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Clear an extension.
clearExtension(GeneratedMessageLite.GeneratedExtension<MessageType, ?>) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Clear an extension.
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DynamicMessage.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
clearField(Descriptors.FieldDescriptor) - Method in interface com.google.protobuf.Message.Builder
Clears the field.
clearField(int) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Clear fields from the set with a given field number.
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.AbstractMessage.Builder
TODO(jieluo): Clear it when all subclasses have implemented this method.
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DynamicMessage.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in interface com.google.protobuf.Message.Builder
Clears the oneof.
clone() - Method in class com.google.protobuf.AbstractMessage.Builder
 
clone() - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
clone() - Method in class com.google.protobuf.DynamicMessage.Builder
 
clone() - Method in class com.google.protobuf.GeneratedMessage.Builder
 
clone() - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
clone() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
clone() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
 
clone() - Method in interface com.google.protobuf.Message.Builder
 
clone() - Method in interface com.google.protobuf.MessageLite.Builder
Clones the Builder.
clone() - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
CodedInputStream - Class in com.google.protobuf
Reads and decodes protocol message fields.
CodedOutputStream - Class in com.google.protobuf
Encodes and writes protocol message fields.
CodedOutputStream.OutOfSpaceException - Exception in com.google.protobuf
If you create a CodedOutputStream around a simple flat array, you must not attempt to write more bytes than the array has space.
com.google.protobuf - package com.google.protobuf
 
compareTo(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Compare with another FieldDescriptor.
computeBoolSize(int, boolean) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bool field, including tag.
computeBoolSizeNoTag(boolean) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bool field.
computeByteArraySize(int, byte[]) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bytes field, including tag.
computeByteArraySizeNoTag(byte[]) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bytes field.
computeByteBufferSize(int, ByteBuffer) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bytes field, including tag.
computeByteBufferSizeNoTag(ByteBuffer) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bytes field.
computeBytesSize(int, ByteString) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bytes field, including tag.
computeBytesSizeNoTag(ByteString) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bytes field.
computeDoubleSize(int, double) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a double field, including tag.
computeDoubleSizeNoTag(double) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a double field, including tag.
computeEnumSize(int, int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an enum field, including tag.
computeEnumSizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an enum field.
computeFixed32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a fixed32 field, including tag.
computeFixed32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a fixed32 field.
computeFixed64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a fixed64 field, including tag.
computeFixed64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a fixed64 field.
computeFloatSize(int, float) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a float field, including tag.
computeFloatSizeNoTag(float) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a float field, including tag.
computeGroupSize(int, MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a group field, including tag.
computeGroupSizeNoTag(MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a group field.
computeInt32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an int32 field, including tag.
computeInt32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an int32 field, including tag.
computeInt64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an int64 field, including tag.
computeInt64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an int64 field, including tag.
computeLazyFieldMessageSetExtensionSize(int, LazyFieldLite) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an lazily parsed MessageSet extension field to the stream.
computeLazyFieldSize(int, LazyFieldLite) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an embedded message in lazy field, including tag.
computeLazyFieldSizeNoTag(LazyFieldLite) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an embedded message stored in lazy field.
computeMessageSetExtensionSize(int, MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a MessageSet extension to the stream.
computeMessageSize(int, MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an embedded message field, including tag.
computeMessageSizeNoTag(MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an embedded message field.
computeRawMessageSetExtensionSize(int, ByteString) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an unparsed MessageSet extension field to the stream.
computeRawVarint32Size(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a varint.
computeRawVarint64Size(long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a varint.
computeSFixed32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sfixed32 field, including tag.
computeSFixed32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sfixed32 field.
computeSFixed64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sfixed64 field, including tag.
computeSFixed64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sfixed64 field.
computeSInt32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sint32 field, including tag.
computeSInt32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sint32 field.
computeSInt64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sint64 field, including tag.
computeSInt64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sint64 field.
computeStringSize(int, String) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a string field, including tag.
computeStringSizeNoTag(String) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a string field.
computeTagSize(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a tag.
computeUInt32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a uint32 field, including tag.
computeUInt32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a uint32 field.
computeUInt64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a uint64 field, including tag.
computeUInt64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a uint64 field, including tag.
computeUnknownGroupSize(int, MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
Deprecated.
UnknownFieldSet now implements MessageLite, so you can just call CodedOutputStream.computeGroupSize(int, com.google.protobuf.MessageLite).
computeUnknownGroupSizeNoTag(MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
Deprecated.
UnknownFieldSet now implements MessageLite, so you can just call CodedOutputStream.computeUnknownGroupSizeNoTag(com.google.protobuf.MessageLite).
concat(ByteString) - Method in class com.google.protobuf.ByteString
Concatenate the given ByteString to this one.
containsDefaultInstance() - Method in class com.google.protobuf.LazyField
 
containsDefaultInstance() - Method in class com.google.protobuf.LazyFieldLite
 
copyByteBuffer(ByteBuffer) - Static method in class com.google.protobuf.Internal
Create a new ByteBuffer and copy all the content of source ByteBuffer to the new ByteBuffer.
copyFrom(byte[], int, int) - Static method in class com.google.protobuf.ByteString
Copies the given bytes into a ByteString.
copyFrom(byte[]) - Static method in class com.google.protobuf.ByteString
Copies the given bytes into a ByteString.
copyFrom(ByteBuffer, int) - Static method in class com.google.protobuf.ByteString
Copies the next size bytes from a java.nio.ByteBuffer into a ByteString.
copyFrom(ByteBuffer) - Static method in class com.google.protobuf.ByteString
Copies the remaining bytes from a java.nio.ByteBuffer into a ByteString.
copyFrom(String, String) - Static method in class com.google.protobuf.ByteString
Encodes text into a sequence of bytes using the named charset and returns the result as a ByteString.
copyFrom(Iterable<ByteString>) - Static method in class com.google.protobuf.ByteString
Concatenates all byte strings in the iterable and returns the result.
copyFromUtf8(String) - Static method in class com.google.protobuf.ByteString
Encodes text into a sequence of UTF-8 bytes and returns the result as a ByteString.
copyTo(byte[], int) - Method in class com.google.protobuf.ByteString
Copies bytes into a buffer at the given offset.
copyTo(byte[], int, int, int) - Method in class com.google.protobuf.ByteString
Copies bytes into a buffer.
copyTo(ByteBuffer) - Method in class com.google.protobuf.ByteString
Copies bytes into a ByteBuffer.
copyToInternal(byte[], int, int, int) - Method in class com.google.protobuf.ByteString
Internal (package private) implementation of

D

decodeZigZag32(int) - Static method in class com.google.protobuf.CodedInputStream
Decode a ZigZag-encoded 32-bit value.
decodeZigZag64(long) - Static method in class com.google.protobuf.CodedInputStream
Decode a ZigZag-encoded 64-bit value.
DEFAULT_BUFFER_SIZE - Static variable in class com.google.protobuf.CodedOutputStream
defaultInstance - Variable in class com.google.protobuf.ExtensionRegistry.ExtensionInfo
A default instance of the extension's type, if it has a message type.
descriptor - Variable in class com.google.protobuf.ExtensionRegistry.ExtensionInfo
The extension's descriptor.
Descriptors - Class in com.google.protobuf
Contains a collection of classes which describe protocol message types.
Descriptors() - Constructor for class com.google.protobuf.Descriptors
 
Descriptors.Descriptor - Class in com.google.protobuf
Describes a message type.
Descriptors.DescriptorValidationException - Exception in com.google.protobuf
Thrown when building descriptors fails because the source DescriptorProtos are not valid.
Descriptors.EnumDescriptor - Class in com.google.protobuf
Describes an enum type.
Descriptors.EnumValueDescriptor - Class in com.google.protobuf
Describes one value within an enum type.
Descriptors.FieldDescriptor - Class in com.google.protobuf
Describes a field of a message type.
Descriptors.FieldDescriptor.JavaType - Enum in com.google.protobuf
 
Descriptors.FieldDescriptor.Type - Enum in com.google.protobuf
 
Descriptors.FileDescriptor - Class in com.google.protobuf
Describes a .proto file, including everything defined within.
Descriptors.FileDescriptor.InternalDescriptorAssigner - Interface in com.google.protobuf
This class should be used by generated code only.
Descriptors.GenericDescriptor - Class in com.google.protobuf
All descriptors implement this to make it easier to implement tools like DescriptorPool.
Descriptors.GenericDescriptor() - Constructor for class com.google.protobuf.Descriptors.GenericDescriptor
 
Descriptors.MethodDescriptor - Class in com.google.protobuf
Describes one method within a service type.
Descriptors.OneofDescriptor - Class in com.google.protobuf
Describes an oneof of a message type.
Descriptors.ServiceDescriptor - Class in com.google.protobuf
Describes a service type.
dispose() - Method in class com.google.protobuf.RepeatedFieldBuilder
 
dispose() - Method in class com.google.protobuf.SingleFieldBuilder
 
DynamicMessage - Class in com.google.protobuf
An implementation of Message that can represent arbitrary types, given a Descriptors.Descriptor.
DynamicMessage.Builder - Class in com.google.protobuf
Builder for DynamicMessages.

E

EMPTY - Static variable in class com.google.protobuf.ByteString
Empty ByteString.
EMPTY - Static variable in class com.google.protobuf.LazyStringArrayList
 
EMPTY_BYTE_ARRAY - Static variable in class com.google.protobuf.Internal
An empty byte array constant used in generated code.
EMPTY_BYTE_BUFFER - Static variable in class com.google.protobuf.Internal
An empty byte array constant used in generated code.
enableAliasing(boolean) - Method in class com.google.protobuf.CodedInputStream
 
encodeZigZag32(int) - Static method in class com.google.protobuf.CodedOutputStream
Encode a ZigZag-encoded 32-bit value.
encodeZigZag64(long) - Static method in class com.google.protobuf.CodedOutputStream
Encode a ZigZag-encoded 64-bit value.
endsWith(ByteString) - Method in class com.google.protobuf.ByteString
Tests if this bytestring ends with the specified suffix.
ensureFieldAccessorsInitialized(Class<? extends GeneratedMessage>, Class<? extends GeneratedMessage.Builder>) - Method in class com.google.protobuf.GeneratedMessage.FieldAccessorTable
Ensures the field accessors are initialized.
ensureInitialized(MessageLite) - Method in class com.google.protobuf.LazyFieldLite
 
equals(Object) - Method in class com.google.protobuf.AbstractMessage
 
equals(Object) - Method in class com.google.protobuf.ByteString
 
equals(List<byte[]>, List<byte[]>) - Static method in class com.google.protobuf.Internal
Helper method for implementing MessageLite#equals() for bytes field.
equals(Object) - Method in class com.google.protobuf.LazyField
 
equals(Object) - Method in interface com.google.protobuf.Message
Compares the specified object with this message for equality.
equals(Object) - Method in class com.google.protobuf.UnknownFieldSet
 
equals(Object) - Method in class com.google.protobuf.UnknownFieldSet.Field
 
equalsByteBuffer(ByteBuffer, ByteBuffer) - Static method in class com.google.protobuf.Internal
Helper method for implementing MessageLite#equals() for bytes field.
equalsByteBuffer(List<ByteBuffer>, List<ByteBuffer>) - Static method in class com.google.protobuf.Internal
Helper method for implementing MessageLite#equals() for bytes field.
errorText() - Method in interface com.google.protobuf.RpcController
If failed() is true, returns a human-readable description of the error.
escapeDoubleQuotesAndBackslashes(String) - Static method in class com.google.protobuf.TextFormat
Escape double quotes and backslashes in a String for unicode output of a message.
Extension<ContainingType extends MessageLite,Type> - Class in com.google.protobuf
Interface that generated extensions implement.
Extension() - Constructor for class com.google.protobuf.Extension
 
Extension.ExtensionType - Enum in com.google.protobuf
The API type that the extension is used for.
Extension.MessageType - Enum in com.google.protobuf
Type of a message extension.
ExtensionRegistry - Class in com.google.protobuf
A table of known extensions, searchable by name or field number.
ExtensionRegistry.ExtensionInfo - Class in com.google.protobuf
A (Descriptor, Message) pair, returned by lookup methods.
ExtensionRegistryLite - Class in com.google.protobuf
Equivalent to ExtensionRegistry but supports only "lite" types.
extensionsAreInitialized() - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Called by subclasses to check if all extensions are initialized.
extensionsAreInitialized() - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
Called by subclasses to check if all extensions are initialized.
extensionsAreInitialized() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Called by subclasses to check if all extensions are initialized.
extensionsAreInitialized() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Called by subclasses to check if all extensions are initialized.
extensionsSerializedSize() - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
Called by subclasses to compute the size of extensions.
extensionsSerializedSize() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Called by subclasses to compute the size of extensions.
extensionsSerializedSizeAsMessageSet() - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
extensionsSerializedSizeAsMessageSet() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
 

F

failed() - Method in interface com.google.protobuf.RpcController
After a call has finished, returns true if the call failed.
findEnumTypeByName(String) - Method in class com.google.protobuf.Descriptors.Descriptor
Finds a nested enum type by name.
findEnumTypeByName(String) - Method in class com.google.protobuf.Descriptors.FileDescriptor
Find an enum type in the file by name.
findExtensionByName(String) - Method in class com.google.protobuf.Descriptors.FileDescriptor
Find an extension in the file by name.
findExtensionByName(String) - Method in class com.google.protobuf.ExtensionRegistry
Deprecated.
findExtensionByNumber(Descriptors.Descriptor, int) - Method in class com.google.protobuf.ExtensionRegistry
Deprecated.
findFieldByName(String) - Method in class com.google.protobuf.Descriptors.Descriptor
Finds a field by name.
findFieldByNumber(int) - Method in class com.google.protobuf.Descriptors.Descriptor
Finds a field by field number.
findImmutableExtensionByName(String) - Method in class com.google.protobuf.ExtensionRegistry
Find an extension for immutable APIs by fully-qualified field name, in the proto namespace.
findImmutableExtensionByNumber(Descriptors.Descriptor, int) - Method in class com.google.protobuf.ExtensionRegistry
Find an extension by containing type and field number for immutable APIs.
findInitializationErrors() - Method in class com.google.protobuf.AbstractMessage.Builder
 
findInitializationErrors() - Method in class com.google.protobuf.AbstractMessage
 
findInitializationErrors() - Method in interface com.google.protobuf.MessageOrBuilder
Returns a list of field paths (e.g.
findLiteExtensionByNumber(ContainingType, int) - Method in class com.google.protobuf.ExtensionRegistryLite
Find an extension by containing type and field number.
findMessageTypeByName(String) - Method in class com.google.protobuf.Descriptors.FileDescriptor
Find a message type in the file by name.
findMethodByName(String) - Method in class com.google.protobuf.Descriptors.ServiceDescriptor
Find a method by name.
findMutableExtensionByName(String) - Method in class com.google.protobuf.ExtensionRegistry
Find an extension for mutable APIs by fully-qualified field name, in the proto namespace.
findMutableExtensionByNumber(Descriptors.Descriptor, int) - Method in class com.google.protobuf.ExtensionRegistry
Find an extension by containing type and field number for mutable APIs.
findNestedTypeByName(String) - Method in class com.google.protobuf.Descriptors.Descriptor
Finds a nested message type by name.
findServiceByName(String) - Method in class com.google.protobuf.Descriptors.FileDescriptor
Find a service type in the file by name.
findValueByName(String) - Method in class com.google.protobuf.Descriptors.EnumDescriptor
Find an enum value by name.
findValueByNumber(int) - Method in class com.google.protobuf.Descriptors.EnumDescriptor
Find an enum value by number.
findValueByNumber(int) - Method in interface com.google.protobuf.Internal.EnumLiteMap
 
flush() - Method in class com.google.protobuf.CodedOutputStream
Flushes the stream and forces any buffered bytes to be written.
fromReflectionType(Object) - Method in class com.google.protobuf.Extension
 
fromReflectionType(Object) - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
Convert from the type used by the reflection accessors to the type used by native accessors.
fromValue(MessageLite) - Static method in class com.google.protobuf.LazyFieldLite
 

G

generalizeCallback(RpcCallback<Type>, Class<Type>, Type) - Static method in class com.google.protobuf.RpcUtil
Take an RpcCallback accepting a specific message type and convert it to an RpcCallback<Message>.
GeneratedMessage - Class in com.google.protobuf
All generated protocol message classes extend this class.
GeneratedMessage() - Constructor for class com.google.protobuf.GeneratedMessage
 
GeneratedMessage(GeneratedMessage.Builder<?>) - Constructor for class com.google.protobuf.GeneratedMessage
 
GeneratedMessage.Builder<BuilderType extends GeneratedMessage.Builder> - Class in com.google.protobuf
 
GeneratedMessage.Builder() - Constructor for class com.google.protobuf.GeneratedMessage.Builder
 
GeneratedMessage.Builder(GeneratedMessage.BuilderParent) - Constructor for class com.google.protobuf.GeneratedMessage.Builder
 
GeneratedMessage.BuilderParent - Interface in com.google.protobuf
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<MessageType extends GeneratedMessage.ExtendableMessage,BuilderType extends GeneratedMessage.ExtendableBuilder> - Class in com.google.protobuf
Generated message builders for message types that contain extension ranges subclass this.
GeneratedMessage.ExtendableBuilder() - Constructor for class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
GeneratedMessage.ExtendableBuilder(GeneratedMessage.BuilderParent) - Constructor for class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
GeneratedMessage.ExtendableMessage<MessageType extends GeneratedMessage.ExtendableMessage> - Class in com.google.protobuf
Generated message classes for message types that contain extension ranges subclass this.
GeneratedMessage.ExtendableMessage() - Constructor for class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
GeneratedMessage.ExtendableMessage(GeneratedMessage.ExtendableBuilder<MessageType, ?>) - Constructor for class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
GeneratedMessage.ExtendableMessage.ExtensionWriter - Class in com.google.protobuf
Used by subclasses to serialize extensions.
GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends GeneratedMessage.ExtendableMessage> - Interface in com.google.protobuf
 
GeneratedMessage.FieldAccessorTable - Class in com.google.protobuf
Users should ignore this class.
GeneratedMessage.FieldAccessorTable(Descriptors.Descriptor, String[], Class<? extends GeneratedMessage>, Class<? extends GeneratedMessage.Builder>) - Constructor for class com.google.protobuf.GeneratedMessage.FieldAccessorTable
Construct a FieldAccessorTable for a particular message class.
GeneratedMessage.FieldAccessorTable(Descriptors.Descriptor, String[]) - Constructor for class com.google.protobuf.GeneratedMessage.FieldAccessorTable
Construct a FieldAccessorTable for a particular message class without initializing FieldAccessors.
GeneratedMessage.GeneratedExtension<ContainingType extends Message,Type> - Class in com.google.protobuf
Type used to represent generated extensions.
GeneratedMessageLite - Class in com.google.protobuf
Lite version of GeneratedMessage.
GeneratedMessageLite() - Constructor for class com.google.protobuf.GeneratedMessageLite
 
GeneratedMessageLite(GeneratedMessageLite.Builder) - Constructor for class com.google.protobuf.GeneratedMessageLite
 
GeneratedMessageLite.Builder<MessageType extends GeneratedMessageLite,BuilderType extends GeneratedMessageLite.Builder> - Class in com.google.protobuf
 
GeneratedMessageLite.Builder() - Constructor for class com.google.protobuf.GeneratedMessageLite.Builder
 
GeneratedMessageLite.ExtendableBuilder<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>> - Class in com.google.protobuf
GeneratedMessageLite.ExtendableBuilder() - Constructor for class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
 
GeneratedMessageLite.ExtendableMessage<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType>> - Class in com.google.protobuf
GeneratedMessageLite.ExtendableMessage() - Constructor for class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
 
GeneratedMessageLite.ExtendableMessage(GeneratedMessageLite.ExtendableBuilder<MessageType, ?>) - Constructor for class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
 
GeneratedMessageLite.ExtendableMessage.ExtensionWriter - Class in com.google.protobuf
Used by subclasses to serialize extensions.
GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageLite.ExtendableMessage> - Interface in com.google.protobuf
GeneratedMessageLite.GeneratedExtension<ContainingType extends MessageLite,Type> - Class in com.google.protobuf
get(int) - Method in class com.google.protobuf.LazyStringArrayList
 
get(int) - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
getAllFields() - Method in class com.google.protobuf.DynamicMessage.Builder
 
getAllFields() - Method in class com.google.protobuf.DynamicMessage
 
getAllFields() - Method in class com.google.protobuf.GeneratedMessage.Builder
 
getAllFields() - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
getAllFields() - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
getAllFields() - Method in class com.google.protobuf.GeneratedMessage
 
getAllFields() - Method in interface com.google.protobuf.MessageOrBuilder
Returns a collection of all the fields in this message which are set and their corresponding values.
getAllImmutableExtensionsByExtendedType(String) - Method in class com.google.protobuf.ExtensionRegistry
Find all extensions for immutable APIs by fully-qualified name of extended class.
getAllMutableExtensionsByExtendedType(String) - Method in class com.google.protobuf.ExtensionRegistry
Find all extensions for mutable APIs by fully-qualified name of extended class.
getBuilder(int) - Method in class com.google.protobuf.RepeatedFieldBuilder
Gets a builder for the specified index.
getBuilder() - Method in class com.google.protobuf.SingleFieldBuilder
Gets a builder for the field.
getBuilderList() - Method in class com.google.protobuf.RepeatedFieldBuilder
Gets a view of the builder as a list of builders.
getByteArray(int) - Method in class com.google.protobuf.LazyStringArrayList
 
getByteArray(int) - Method in interface com.google.protobuf.LazyStringList
Returns the element at the specified position in this list as byte[].
getByteArray(int) - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
getByteString(int) - Method in class com.google.protobuf.LazyStringArrayList
 
getByteString(int) - Method in interface com.google.protobuf.LazyStringList
Returns the element at the specified position in this list as a ByteString.
getByteString(int) - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
getBytesUntilLimit() - Method in class com.google.protobuf.CodedInputStream
Returns the number of bytes to be read before the current limit.
getColumn() - Method in exception com.google.protobuf.TextFormat.ParseException
Return the column where the parse exception occurred, or -1 when none is provided.
getContainingOneof() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Get the field's containing oneof.
getContainingType() - Method in class com.google.protobuf.Descriptors.Descriptor
If this is a nested type, get the outer descriptor, otherwise null.
getContainingType() - Method in class com.google.protobuf.Descriptors.EnumDescriptor
If this is a nested type, get the outer descriptor, otherwise null.
getContainingType() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Get the field's containing type.
getContainingType() - Method in class com.google.protobuf.Descriptors.OneofDescriptor
 
getContainingTypeDefaultInstance() - Method in class com.google.protobuf.GeneratedMessageLite.GeneratedExtension
Default instance of the type being extended, used to identify that type.
getCount() - Method in class com.google.protobuf.RepeatedFieldBuilder
Gets the count of items in the list.
getDefaultInstance(Descriptors.Descriptor) - Static method in class com.google.protobuf.DynamicMessage
Get a DynamicMessage representing the default instance of the given type.
getDefaultInstance() - Static method in class com.google.protobuf.UnknownFieldSet.Field
Get an empty Field.
getDefaultInstance() - Static method in class com.google.protobuf.UnknownFieldSet
Get an empty UnknownFieldSet.
getDefaultInstanceForType() - Method in class com.google.protobuf.DynamicMessage.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DynamicMessage
 
getDefaultInstanceForType() - Method in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
getDefaultInstanceForType() - Method in interface com.google.protobuf.MessageLiteOrBuilder
Get an instance of the type with no fields set.
getDefaultInstanceForType() - Method in interface com.google.protobuf.MessageOrBuilder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.UnknownFieldSet
 
getDefaultValue() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Returns the field's default value.
getDefaultValue() - Method in class com.google.protobuf.Extension
Returns the default value of the extension field.
getDefaultValue() - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
 
getDependencies() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Get a list of this file's dependencies (imports).
getDescription() - Method in exception com.google.protobuf.Descriptors.DescriptorValidationException
Gets a human-readable description of the error.
getDescriptor() - Method in class com.google.protobuf.Extension
Returns the descriptor of the extension.
getDescriptor() - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
 
getDescriptorForType() - Method in interface com.google.protobuf.BlockingService
getDescriptorForType() - Method in class com.google.protobuf.DynamicMessage.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DynamicMessage
 
getDescriptorForType() - Method in class com.google.protobuf.GeneratedMessage.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.GeneratedMessage
 
getDescriptorForType() - Method in interface com.google.protobuf.Message.Builder
Get the message's type's descriptor.
getDescriptorForType() - Method in interface com.google.protobuf.MessageOrBuilder
Get the message's type's descriptor.
getDescriptorForType() - Method in interface com.google.protobuf.ProtocolMessageEnum
Return the enum type's descriptor, which contains information about each defined value, etc.
getDescriptorForType() - Method in interface com.google.protobuf.Service
Get the ServiceDescriptor describing this service and its methods.
getEmptyRegistry() - Static method in class com.google.protobuf.ExtensionRegistry
Get the unmodifiable singleton empty instance.
getEmptyRegistry() - Static method in class com.google.protobuf.ExtensionRegistryLite
Get the unmodifiable singleton empty instance.
getEnumType() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
For enum fields, gets the field's type.
getEnumTypes() - Method in class com.google.protobuf.Descriptors.Descriptor
Get a list of enum types nested within this one.
getEnumTypes() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Get a list of top-level enum types declared in this file.
getExtension(Extension<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Get the value of an extension.
getExtension(Extension<MessageType, List<Type>>, int) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Get one element of a repeated extension.
getExtension(Extension<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
Get the value of an extension.
getExtension(Extension<MessageType, List<Type>>, int) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
Get one element of a repeated extension.
getExtension(Extension<MessageType, Type>) - Method in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
Get the value of an extension.
getExtension(Extension<MessageType, List<Type>>, int) - Method in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
Get one element of a repeated extension.
getExtension(GeneratedMessageLite.GeneratedExtension<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Get the value of an extension.
getExtension(GeneratedMessageLite.GeneratedExtension<MessageType, List<Type>>, int) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Get one element of a repeated extension.
getExtension(GeneratedMessageLite.GeneratedExtension<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Get the value of an extension.
getExtension(GeneratedMessageLite.GeneratedExtension<MessageType, List<Type>>, int) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Get one element of a repeated extension.
getExtension(GeneratedMessageLite.GeneratedExtension<MessageType, Type>) - Method in interface com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder
Get the value of an extension.
getExtension(GeneratedMessageLite.GeneratedExtension<MessageType, List<Type>>, int) - Method in interface com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder
Get one element of a repeated extension.
getExtensionCount(Extension<MessageType, List<Type>>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Get the number of elements in a repeated extension.
getExtensionCount(Extension<MessageType, List<Type>>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
Get the number of elements in a repeated extension.
getExtensionCount(Extension<MessageType, List<Type>>) - Method in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
Get the number of elements in a repeated extension.
getExtensionCount(GeneratedMessageLite.GeneratedExtension<MessageType, List<Type>>) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Get the number of elements in a repeated extension.
getExtensionCount(GeneratedMessageLite.GeneratedExtension<MessageType, List<Type>>) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Get the number of elements in a repeated extension.
getExtensionCount(GeneratedMessageLite.GeneratedExtension<MessageType, List<Type>>) - Method in interface com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder
Get the number of elements in a repeated extension.
getExtensionFields() - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
getExtensionRegistry() - Method in class com.google.protobuf.LazyFieldLite
 
getExtensions() - Method in class com.google.protobuf.Descriptors.Descriptor
Get a list of this message type's extensions.
getExtensions() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Get a list of top-level extensions declared in this file.
getExtensionScope() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
For extensions defined nested within message types, gets the outer type.
getExtensionType() - Method in class com.google.protobuf.Extension
 
getExtensionType() - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
 
getField(int) - Method in class com.google.protobuf.Descriptors.OneofDescriptor
 
getField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DynamicMessage.Builder
 
getField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DynamicMessage
 
getField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
getField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
getField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
getField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage
 
getField(Descriptors.FieldDescriptor) - Method in interface com.google.protobuf.MessageOrBuilder
Obtains the value of the given field, or the default value if it is not set.
getField(int) - Method in class com.google.protobuf.UnknownFieldSet
Get a field by number.
getFieldBuilder(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.AbstractMessage.Builder
 
getFieldBuilder(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DynamicMessage.Builder
 
getFieldBuilder(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
getFieldBuilder(Descriptors.FieldDescriptor) - Method in interface com.google.protobuf.Message.Builder
Get a nested builder instance for the given field.
getFieldCount() - Method in class com.google.protobuf.Descriptors.OneofDescriptor
 
getFields() - Method in class com.google.protobuf.Descriptors.Descriptor
Get a list of this message type's fields.
getFile() - Method in class com.google.protobuf.Descriptors.Descriptor
Get the Descriptors.FileDescriptor containing this descriptor.
getFile() - Method in class com.google.protobuf.Descriptors.EnumDescriptor
Get the Descriptors.FileDescriptor containing this descriptor.
getFile() - Method in class com.google.protobuf.Descriptors.EnumValueDescriptor
Get the Descriptors.FileDescriptor containing this descriptor.
getFile() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Get the FileDescriptor containing this descriptor.
getFile() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Returns this object.
getFile() - Method in class com.google.protobuf.Descriptors.GenericDescriptor
 
getFile() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
Get the Descriptors.FileDescriptor containing this descriptor.
getFile() - Method in class com.google.protobuf.Descriptors.OneofDescriptor
 
getFile() - Method in class com.google.protobuf.Descriptors.ServiceDescriptor
Get the Descriptors.FileDescriptor containing this descriptor.
getFixed32List() - Method in class com.google.protobuf.UnknownFieldSet.Field
Get the list of fixed32 values for this field.
getFixed64List() - Method in class com.google.protobuf.UnknownFieldSet.Field
Get the list of fixed64 values for this field.
getFullName() - Method in class com.google.protobuf.Descriptors.Descriptor
Get the type's fully-qualified name, within the proto language's namespace.
getFullName() - Method in class com.google.protobuf.Descriptors.EnumDescriptor
Get the type's fully-qualified name.
getFullName() - Method in class com.google.protobuf.Descriptors.EnumValueDescriptor
Get the value's fully-qualified name.
getFullName() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Get the field's fully-qualified name.
getFullName() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Returns the same as getName().
getFullName() - Method in class com.google.protobuf.Descriptors.GenericDescriptor
 
getFullName() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
Get the method's fully-qualified name.
getFullName() - Method in class com.google.protobuf.Descriptors.OneofDescriptor
 
getFullName() - Method in class com.google.protobuf.Descriptors.ServiceDescriptor
Get the type's fully-qualified name.
getGroupList() - Method in class com.google.protobuf.UnknownFieldSet.Field
Get the list of embedded group values for this field.
getIndex() - Method in class com.google.protobuf.Descriptors.Descriptor
Get the index of this descriptor within its parent.
getIndex() - Method in class com.google.protobuf.Descriptors.EnumDescriptor
Get the index of this descriptor within its parent.
getIndex() - Method in class com.google.protobuf.Descriptors.EnumValueDescriptor
Get the index of this descriptor within its parent.
getIndex() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Get the index of this descriptor within its parent.
getIndex() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
Get the index of this descriptor within its parent.
getIndex() - Method in class com.google.protobuf.Descriptors.OneofDescriptor
Get the index of this descriptor within its parent.
getIndex() - Method in class com.google.protobuf.Descriptors.ServiceDescriptor
Get the index of this descriptor within its parent.
getInitializationErrorString() - Method in class com.google.protobuf.AbstractMessage.Builder
 
getInitializationErrorString() - Method in class com.google.protobuf.AbstractMessage
 
getInitializationErrorString() - Method in interface com.google.protobuf.MessageOrBuilder
Returns a comma-delimited list of required fields which are not set in this message object.
getInputType() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
Get the method's input type.
getJavaType() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Get the field's java type.
getJavaType() - Method in enum com.google.protobuf.Descriptors.FieldDescriptor.Type
 
getJavaType() - Method in enum com.google.protobuf.WireFormat.FieldType
 
getLastTag() - Method in class com.google.protobuf.CodedInputStream
 
getLengthDelimitedList() - Method in class com.google.protobuf.UnknownFieldSet.Field
Get the list of length-delimited values for this field.
getLine() - Method in exception com.google.protobuf.TextFormat.ParseException
Return the line where the parse exception occurred, or -1 when none is provided.
getLiteJavaType() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
For internal use only.
getLiteType() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
For internal use only.
getLiteType() - Method in class com.google.protobuf.Extension
Returns the type of the field.
getLiteType() - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
 
getMessage(int) - Method in class com.google.protobuf.RepeatedFieldBuilder
Get the message at the specified index.
getMessage() - Method in class com.google.protobuf.SingleFieldBuilder
Get the message for the field.
getMessageDefaultInstance() - Method in class com.google.protobuf.Extension
Returns the default instance of the extension field, if it's a message extension.
getMessageDefaultInstance() - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
If the extension is an embedded message or group, returns the default instance of the message.
getMessageDefaultInstance() - Method in class com.google.protobuf.GeneratedMessageLite.GeneratedExtension
If the extension is an embedded message or group, returns the default instance of the message.
getMessageList() - Method in class com.google.protobuf.RepeatedFieldBuilder
Gets a view of the builder as a list of messages.
getMessageOrBuilder(int) - Method in class com.google.protobuf.RepeatedFieldBuilder
Gets the base class interface for the specified index.
getMessageOrBuilder() - Method in class com.google.protobuf.SingleFieldBuilder
Gets the base class interface for the field.
getMessageOrBuilderList() - Method in class com.google.protobuf.RepeatedFieldBuilder
Gets a view of the builder as a list of MessageOrBuilders.
getMessageType() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
For embedded message and group fields, gets the field's type.
getMessageType() - Method in class com.google.protobuf.Extension
If the extension is a message extension (i.e., getLiteType() == MESSAGE), returns the type of the message, otherwise undefined.
getMessageTypes() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Get a list of top-level message types declared in this file.
getMethods() - Method in class com.google.protobuf.Descriptors.ServiceDescriptor
Get a list of methods for this service.
getMissingFields() - Method in exception com.google.protobuf.UninitializedMessageException
Get a list of human-readable names of required fields missing from this message.
getName() - Method in class com.google.protobuf.Descriptors.Descriptor
Get the type's unqualified name.
getName() - Method in class com.google.protobuf.Descriptors.EnumDescriptor
Get the type's unqualified name.
getName() - Method in class com.google.protobuf.Descriptors.EnumValueDescriptor
Get the value's unqualified name.
getName() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Get the field's unqualified name.
getName() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Get the file name.
getName() - Method in class com.google.protobuf.Descriptors.GenericDescriptor
 
getName() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
Get the method's unqualified name.
getName() - Method in class com.google.protobuf.Descriptors.OneofDescriptor
 
getName() - Method in class com.google.protobuf.Descriptors.ServiceDescriptor
Get the type's unqualified name.
getNestedTypes() - Method in class com.google.protobuf.Descriptors.Descriptor
Get a list of message types nested within this one.
getNumber() - Method in class com.google.protobuf.Descriptors.EnumValueDescriptor
Get the value's number.
getNumber() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Get the field's number.
getNumber() - Method in class com.google.protobuf.Extension
Returns the field number of the extension.
getNumber() - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
 
getNumber() - Method in class com.google.protobuf.GeneratedMessageLite.GeneratedExtension
Get the field number.
getNumber() - Method in interface com.google.protobuf.Internal.EnumLite
 
getNumber() - Method in interface com.google.protobuf.ProtocolMessageEnum
Return the value's numeric value as defined in the .proto file.
getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.AbstractMessage.Builder
TODO(jieluo): Clear it when all subclasses have implemented this method.
getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.AbstractMessage
TODO(jieluo): Clear it when all subclasses have implemented this method.
getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DynamicMessage.Builder
 
getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DynamicMessage
 
getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.GeneratedMessage
 
getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in interface com.google.protobuf.MessageOrBuilder
Obtains the FieldDescriptor if the given oneof is set.
getOneofs() - Method in class com.google.protobuf.Descriptors.Descriptor
Get a list of this message type's oneofs.
getOptions() - Method in class com.google.protobuf.Descriptors.Descriptor
Get the MessageOptions, defined in descriptor.proto.
getOptions() - Method in class com.google.protobuf.Descriptors.EnumDescriptor
Get the EnumOptions, defined in descriptor.proto.
getOptions() - Method in class com.google.protobuf.Descriptors.EnumValueDescriptor
Get the EnumValueOptions, defined in descriptor.proto.
getOptions() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Get the FieldOptions, defined in descriptor.proto.
getOptions() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Get the FileOptions, defined in descriptor.proto.
getOptions() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
Get the MethodOptions, defined in descriptor.proto.
getOptions() - Method in class com.google.protobuf.Descriptors.ServiceDescriptor
Get the ServiceOptions, defined in descriptor.proto.
getOutputType() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
Get the method's output type.
getPackage() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Get the proto package name.
getParentForChildren() - Method in class com.google.protobuf.GeneratedMessage.Builder
Gets the GeneratedMessage.BuilderParent for giving to our children.
getParser() - Static method in class com.google.protobuf.TextFormat
Return a Parser instance which can parse text-format messages.
getParserForType() - Method in class com.google.protobuf.DynamicMessage
 
getParserForType() - Method in class com.google.protobuf.GeneratedMessage
 
getParserForType() - Method in class com.google.protobuf.GeneratedMessageLite
 
getParserForType() - Method in interface com.google.protobuf.Message
 
getParserForType() - Method in interface com.google.protobuf.MessageLite
Gets the parser for a message of the same type as this message.
getParserForType() - Method in class com.google.protobuf.UnknownFieldSet
 
getProblemProto() - Method in exception com.google.protobuf.Descriptors.DescriptorValidationException
Gets the protocol message representation of the invalid descriptor.
getProblemSymbolName() - Method in exception com.google.protobuf.Descriptors.DescriptorValidationException
Gets the full name of the descriptor where the error occurred.
getPublicDependencies() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Get a list of this file's public dependencies (public imports).
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.DynamicMessage.Builder
 
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.DynamicMessage
 
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.GeneratedMessage
 
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in interface com.google.protobuf.MessageOrBuilder
Gets an element of a repeated field.
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DynamicMessage.Builder
 
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DynamicMessage
 
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage
 
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in interface com.google.protobuf.MessageOrBuilder
Gets the number of elements of a repeated field.
getRequestPrototype(Descriptors.MethodDescriptor) - Method in interface com.google.protobuf.BlockingService
getRequestPrototype(Descriptors.MethodDescriptor) - Method in interface com.google.protobuf.Service
callMethod() requires that the request passed in is of a particular subclass of Message.
getResponsePrototype(Descriptors.MethodDescriptor) - Method in interface com.google.protobuf.BlockingService
getResponsePrototype(Descriptors.MethodDescriptor) - Method in interface com.google.protobuf.Service
Like getRequestPrototype(), but gets a prototype of the response message.
getSerializedSize() - Method in class com.google.protobuf.AbstractMessage
 
getSerializedSize() - Method in class com.google.protobuf.DynamicMessage
 
getSerializedSize() - Method in class com.google.protobuf.LazyFieldLite
Due to the optional field can be duplicated at the end of serialized bytes, which will make the serialized size changed after LazyField parsed.
getSerializedSize() - Method in interface com.google.protobuf.MessageLite
Get the number of bytes required to encode this message.
getSerializedSize(int) - Method in class com.google.protobuf.UnknownFieldSet.Field
Get the number of bytes required to encode this field, including field number.
getSerializedSize() - Method in class com.google.protobuf.UnknownFieldSet
Get the number of bytes required to encode this set.
getSerializedSizeAsMessageSet() - Method in class com.google.protobuf.UnknownFieldSet
Get the number of bytes required to encode this set using MessageSet wire format.
getSerializedSizeAsMessageSetExtension(int) - Method in class com.google.protobuf.UnknownFieldSet.Field
Get the number of bytes required to encode this field, including field number, using MessageSet wire format.
getService() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
Get the method's service type.
getServices() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Get a list of top-level services declared in this file.
getTagFieldNumber(int) - Static method in class com.google.protobuf.WireFormat
Given a tag value, determines the field number (the upper 29 bits).
getTotalBytesRead() - Method in class com.google.protobuf.CodedInputStream
The total bytes read up to the current position.
getTotalBytesWritten() - Method in class com.google.protobuf.CodedOutputStream
Get the total number of bytes successfully written to this stream.
getTreeDepth() - Method in class com.google.protobuf.ByteString
Return the depth of the tree representing this ByteString, if any, whose root is this node.
getType() - Method in class com.google.protobuf.Descriptors.EnumValueDescriptor
Get the value's enum type.
getType() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Get the field's declared type.
getUnderlyingElements() - Method in class com.google.protobuf.LazyStringArrayList
 
getUnderlyingElements() - Method in interface com.google.protobuf.LazyStringList
Returns an unmodifiable List of the underlying elements, each of which is either a String or its equivalent UTF-8 encoded ByteString or byte[].
getUnderlyingElements() - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
getUnfinishedMessage() - Method in exception com.google.protobuf.InvalidProtocolBufferException
Returns the unfinished message attached to the exception, or null if no message is attached.
getUnknownFields() - Method in class com.google.protobuf.DynamicMessage.Builder
 
getUnknownFields() - Method in class com.google.protobuf.DynamicMessage
 
getUnknownFields() - Method in class com.google.protobuf.GeneratedMessage.Builder
 
getUnknownFields() - Method in class com.google.protobuf.GeneratedMessage
 
getUnknownFields() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
getUnknownFields() - Method in interface com.google.protobuf.MessageOrBuilder
Get the UnknownFieldSet for this message.
getUnmodifiable() - Method in class com.google.protobuf.ExtensionRegistry
Returns an unmodifiable view of the registry.
getUnmodifiable() - Method in class com.google.protobuf.ExtensionRegistryLite
Returns an unmodifiable view of the registry.
getUnmodifiableView() - Method in class com.google.protobuf.LazyStringArrayList
 
getUnmodifiableView() - Method in interface com.google.protobuf.LazyStringList
Returns an unmodifiable view of the list.
getUnmodifiableView() - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
getValue() - Method in class com.google.protobuf.LazyField
 
getValue(MessageLite) - Method in class com.google.protobuf.LazyFieldLite
Returns message instance.
getValueDescriptor() - Method in interface com.google.protobuf.ProtocolMessageEnum
Return the value's descriptor, which contains information such as value name, number, and type.
getValues() - Method in class com.google.protobuf.Descriptors.EnumDescriptor
Get a list of defined values for this enum.
getVarintList() - Method in class com.google.protobuf.UnknownFieldSet.Field
Get the list of varint values for this field.
getWireType() - Method in enum com.google.protobuf.WireFormat.FieldType
 

H

hasDefaultValue() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Returns true if the field had an explicitly-defined default value.
hasExtension(Extension<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Check if a singular extension is present.
hasExtension(Extension<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
Check if a singular extension is present.
hasExtension(Extension<MessageType, Type>) - Method in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
Check if a singular extension is present.
hasExtension(GeneratedMessageLite.GeneratedExtension<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Check if a singular extension is present.
hasExtension(GeneratedMessageLite.GeneratedExtension<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Check if a singular extension is present.
hasExtension(GeneratedMessageLite.GeneratedExtension<MessageType, Type>) - Method in interface com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder
Check if a singular extension is present.
hasField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DynamicMessage.Builder
 
hasField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DynamicMessage
 
hasField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
hasField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
hasField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
hasField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage
 
hasField(Descriptors.FieldDescriptor) - Method in interface com.google.protobuf.MessageOrBuilder
Returns true if the given field is set.
hasField(int) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Check if the given field number is present in the set.
hasField(int) - Method in class com.google.protobuf.UnknownFieldSet
Check if the given field number is present in the set.
hashBoolean(boolean) - Static method in class com.google.protobuf.Internal
Helper method for implementing MessageLite#hashCode() for booleans.
hashCode() - Method in class com.google.protobuf.AbstractMessage
 
hashCode() - Method in class com.google.protobuf.ByteString
Return a non-zero hashCode depending only on the sequence of bytes in this ByteString.
hashCode(List<byte[]>) - Static method in class com.google.protobuf.Internal
Helper method for implementing MessageLite#hashCode() for bytes field.
hashCode(byte[]) - Static method in class com.google.protobuf.Internal
Helper method for implementing MessageLite#hashCode() for bytes field.
hashCode() - Method in class com.google.protobuf.LazyField
 
hashCode() - Method in interface com.google.protobuf.Message
Returns the hash code value for this message.
hashCode() - Method in class com.google.protobuf.UnknownFieldSet.Field
 
hashCode() - Method in class com.google.protobuf.UnknownFieldSet
 
hashCodeByteBuffer(List<ByteBuffer>) - Static method in class com.google.protobuf.Internal
Helper method for implementing MessageLite#hashCode() for bytes field.
hashCodeByteBuffer(ByteBuffer) - Static method in class com.google.protobuf.Internal
Helper method for implementing MessageLite#hashCode() for bytes field.
hashEnum(Internal.EnumLite) - Static method in class com.google.protobuf.Internal
Helper method for implementing MessageLite#hashCode() for enums.
hashEnumList(List<? extends Internal.EnumLite>) - Static method in class com.google.protobuf.Internal
Helper method for implementing MessageLite#hashCode() for enum lists.
hashFields(int, Map<Descriptors.FieldDescriptor, Object>) - Static method in class com.google.protobuf.AbstractMessage
Get a hash code for given fields and values, using the given seed.
hashLong(long) - Static method in class com.google.protobuf.Internal
Helper method for implementing MessageLite#hashCode() for longs.
hasOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.AbstractMessage.Builder
TODO(jieluo): Clear it when all subclasses have implemented this method.
hasOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.AbstractMessage
TODO(jieluo): Clear it when all subclasses have implemented this method.
hasOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DynamicMessage.Builder
 
hasOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DynamicMessage
 
hasOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
hasOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.GeneratedMessage
 
hasOneof(Descriptors.OneofDescriptor) - Method in interface com.google.protobuf.MessageOrBuilder
Returns true if the given oneof is set.

I

Internal - Class in com.google.protobuf
The classes contained within are used internally by the Protocol Buffer library and generated message implementations.
Internal() - Constructor for class com.google.protobuf.Internal
 
Internal.EnumLite - Interface in com.google.protobuf
Interface for an enum value or value descriptor, to be used in FieldSet.
Internal.EnumLiteMap<T extends Internal.EnumLite> - Interface in com.google.protobuf
Interface for an object which maps integers to Internal.EnumLites.
internalBuildGeneratedFileFrom(String[], Descriptors.FileDescriptor[], Descriptors.FileDescriptor.InternalDescriptorAssigner) - Static method in class com.google.protobuf.Descriptors.FileDescriptor
This method is to be called by generated code only.
internalBuildGeneratedFileFrom(String[], Class<?>, String[], String[], Descriptors.FileDescriptor.InternalDescriptorAssigner) - Static method in class com.google.protobuf.Descriptors.FileDescriptor
This method is to be called by generated code only.
internalGetFieldAccessorTable() - Method in class com.google.protobuf.GeneratedMessage.Builder
Get the FieldAccessorTable for this type.
internalGetFieldAccessorTable() - Method in class com.google.protobuf.GeneratedMessage
Get the FieldAccessorTable for this type.
internalInit(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
For use by generated code only.
internalMergeFrom(MessageLite.Builder, MessageLite) - Method in class com.google.protobuf.Descriptors.FieldDescriptor
For internal use only.
internalUpdateFileDescriptor(Descriptors.FileDescriptor, ExtensionRegistry) - Static method in class com.google.protobuf.Descriptors.FileDescriptor
This method is to be called by generated code only.
InvalidProtocolBufferException - Exception in com.google.protobuf
Thrown when a protocol message being parsed is invalid in some way, e.g.
InvalidProtocolBufferException(String) - Constructor for exception com.google.protobuf.InvalidProtocolBufferException
 
isAtEnd() - Method in class com.google.protobuf.CodedInputStream
Returns true if the stream has reached the end of the input.
isBalanced() - Method in class com.google.protobuf.ByteString
Return true if this ByteString is literal (a leaf node) or a flat-enough tree in the sense of RopeByteString.
isCanceled() - Method in interface com.google.protobuf.RpcController
If true, indicates that the client canceled the RPC, so the server may as well give up on replying to it.
isClean() - Method in class com.google.protobuf.GeneratedMessage.Builder
Gets whether invalidations are needed
isEagerlyParseMessageSets() - Static method in class com.google.protobuf.ExtensionRegistryLite
 
isEmpty() - Method in class com.google.protobuf.ByteString
Returns true if the size is 0, false otherwise.
isEmpty() - Method in class com.google.protobuf.RepeatedFieldBuilder
Gets whether the list is empty.
isExtendable() - Method in class com.google.protobuf.Descriptors.Descriptor
Indicates whether the message can be extended.
isExtension() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Is this field an extension?
isExtensionNumber(int) - Method in class com.google.protobuf.Descriptors.Descriptor
Determines if the given field number is an extension.
isInitialized() - Method in class com.google.protobuf.AbstractMessage
 
isInitialized() - Method in class com.google.protobuf.DynamicMessage.Builder
 
isInitialized() - Method in class com.google.protobuf.DynamicMessage
 
isInitialized() - Method in class com.google.protobuf.GeneratedMessage.Builder
 
isInitialized() - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
isInitialized() - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
isInitialized() - Method in class com.google.protobuf.GeneratedMessage
 
isInitialized() - Method in interface com.google.protobuf.MessageLiteOrBuilder
Returns true if all required fields in the message and all embedded messages are set, false otherwise.
isInitialized() - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
isInitialized() - Method in class com.google.protobuf.UnknownFieldSet
 
isOptional() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Is this field declared optional?
isPackable() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Can this field be packed? i.e.
isPackable() - Method in enum com.google.protobuf.WireFormat.FieldType
 
isPacked() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Does this field have the [packed = true] option?
isRepeated() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Is this field declared repeated?
isRepeated() - Method in class com.google.protobuf.Extension
Returns whether it is a repeated field.
isRepeated() - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
 
isRequired() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Is this field declared required?
isValidUtf8() - Method in class com.google.protobuf.ByteString
Tells whether this ByteString represents a well-formed UTF-8 byte sequence, such that the original bytes can be converted to a String object and then round tripped back to bytes without loss.
isValidUtf8(ByteString) - Static method in class com.google.protobuf.Internal
Helper called by generated code to determine if a byte array is a valid UTF-8 encoded string such that the original bytes can be converted to a String object and then back to a byte array round tripping the bytes without loss.
isValidUtf8(byte[]) - Static method in class com.google.protobuf.Internal
Like Internal.isValidUtf8(ByteString) but for byte arrays.
iterator() - Method in class com.google.protobuf.ByteString
Return a ByteString.ByteIterator over the bytes in the ByteString.
iterator() - Method in class com.google.protobuf.UnmodifiableLazyStringList
 

L

LazyField - Class in com.google.protobuf
LazyField encapsulates the logic of lazily parsing message fields.
LazyField(MessageLite, ExtensionRegistryLite, ByteString) - Constructor for class com.google.protobuf.LazyField
 
LazyFieldLite - Class in com.google.protobuf
LazyFieldLite encapsulates the logic of lazily parsing message fields.
LazyFieldLite(ExtensionRegistryLite, ByteString) - Constructor for class com.google.protobuf.LazyFieldLite
 
LazyFieldLite() - Constructor for class com.google.protobuf.LazyFieldLite
 
LazyStringArrayList - Class in com.google.protobuf
An implementation of LazyStringList that wraps an ArrayList.
LazyStringArrayList() - Constructor for class com.google.protobuf.LazyStringArrayList
 
LazyStringArrayList(LazyStringList) - Constructor for class com.google.protobuf.LazyStringArrayList
 
LazyStringArrayList(List<String>) - Constructor for class com.google.protobuf.LazyStringArrayList
 
LazyStringList - Interface in com.google.protobuf
An interface extending List<String> that also provides access to the items of the list as UTF8-encoded ByteString or byte[] objects.
listIterator(int) - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
LITTLE_ENDIAN_32_SIZE - Static variable in class com.google.protobuf.CodedOutputStream
 
LITTLE_ENDIAN_64_SIZE - Static variable in class com.google.protobuf.CodedOutputStream
 

M

makeExtensionsImmutable() - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
Used by parsing constructors in generated classes.
makeExtensionsImmutable() - Method in class com.google.protobuf.GeneratedMessage
Used by parsing constructors in generated classes.
makeExtensionsImmutable() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Used by parsing constructors in generated classes.
makeExtensionsImmutable() - Method in class com.google.protobuf.GeneratedMessageLite
Used by parsing constructors in generated classes.
markClean() - Method in class com.google.protobuf.GeneratedMessage.Builder
Called by the subclass or a builder to notify us that a message was built and may be cached and therefore invalidations are needed.
markDirty() - Method in interface com.google.protobuf.GeneratedMessage.BuilderParent
A builder becomes dirty whenever a field is modified -- including fields in nested builders -- and becomes clean when build() is called.
markDirty() - Method in class com.google.protobuf.RepeatedFieldBuilder
 
markDirty() - Method in class com.google.protobuf.SingleFieldBuilder
 
memoizedHashCode - Variable in class com.google.protobuf.AbstractMessageLite
 
merge(LazyFieldLite) - Method in class com.google.protobuf.LazyFieldLite
 
merge(Readable, Message.Builder) - Static method in class com.google.protobuf.TextFormat
Parse a text-format message from input and merge the contents into builder.
merge(CharSequence, Message.Builder) - Static method in class com.google.protobuf.TextFormat
Parse a text-format message from input and merge the contents into builder.
merge(Readable, ExtensionRegistry, Message.Builder) - Static method in class com.google.protobuf.TextFormat
Parse a text-format message from input and merge the contents into builder.
merge(CharSequence, ExtensionRegistry, Message.Builder) - Static method in class com.google.protobuf.TextFormat
Parse a text-format message from input and merge the contents into builder.
merge(Readable, Message.Builder) - Method in class com.google.protobuf.TextFormat.Parser
Parse a text-format message from input and merge the contents into builder.
merge(CharSequence, Message.Builder) - Method in class com.google.protobuf.TextFormat.Parser
Parse a text-format message from input and merge the contents into builder.
merge(Readable, ExtensionRegistry, Message.Builder) - Method in class com.google.protobuf.TextFormat.Parser
Parse a text-format message from input and merge the contents into builder.
merge(CharSequence, ExtensionRegistry, Message.Builder) - Method in class com.google.protobuf.TextFormat.Parser
Parse a text-format message from input and merge the contents into builder.
mergeDelimitedFrom(InputStream) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeDelimitedFrom(InputStream) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeDelimitedFrom(InputStream) - Method in interface com.google.protobuf.Message.Builder
 
mergeDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Message.Builder
 
mergeDelimitedFrom(InputStream) - Method in interface com.google.protobuf.MessageLite.Builder
Like MessageLite.Builder.mergeFrom(InputStream), but does not read until EOF.
mergeDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
mergeDelimitedFrom(InputStream) - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
mergeDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
mergeExtensionFields(GeneratedMessage.ExtendableMessage) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
mergeExtensionFields(MessageType) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
 
mergeField(int, UnknownFieldSet.Field) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Add a field to the UnknownFieldSet.
mergeFieldFrom(int, CodedInputStream) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Parse a single field from input and merge it into this set.
mergeFrom(Message) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(CodedInputStream) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(ByteString) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(byte[]) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(byte[], int, int) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(byte[], ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(byte[], int, int, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(InputStream) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(CodedInputStream) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(ByteString) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(byte[]) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(byte[], int, int) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(byte[], ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(byte[], int, int, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(InputStream) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DynamicMessage.Builder
 
mergeFrom(MessageType) - Method in class com.google.protobuf.GeneratedMessageLite.Builder
All subclasses implement this.
mergeFrom(LazyStringList) - Method in class com.google.protobuf.LazyStringArrayList
 
mergeFrom(LazyStringList) - Method in interface com.google.protobuf.LazyStringList
Merges all elements from another LazyStringList into this one.
mergeFrom(Message) - Method in interface com.google.protobuf.Message.Builder
Merge other into the message being built.
mergeFrom(CodedInputStream) - Method in interface com.google.protobuf.Message.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Message.Builder
 
mergeFrom(ByteString) - Method in interface com.google.protobuf.Message.Builder
 
mergeFrom(ByteString, ExtensionRegistryLite) - Method in interface com.google.protobuf.Message.Builder
 
mergeFrom(byte[]) - Method in interface com.google.protobuf.Message.Builder
 
mergeFrom(byte[], int, int) - Method in interface com.google.protobuf.Message.Builder
 
mergeFrom(byte[], ExtensionRegistryLite) - Method in interface com.google.protobuf.Message.Builder
 
mergeFrom(byte[], int, int, ExtensionRegistryLite) - Method in interface com.google.protobuf.Message.Builder
 
mergeFrom(InputStream) - Method in interface com.google.protobuf.Message.Builder
 
mergeFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Message.Builder
 
mergeFrom(CodedInputStream) - Method in interface com.google.protobuf.MessageLite.Builder
Parses a message of this type from the input and merges it with this message.
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
Like MessageLite.Builder.mergeFrom(CodedInputStream), but also parses extensions.
mergeFrom(ByteString) - Method in interface com.google.protobuf.MessageLite.Builder
Parse data as a message of this type and merge it with the message being built.
mergeFrom(ByteString, ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
Parse data as a message of this type and merge it with the message being built.
mergeFrom(byte[]) - Method in interface com.google.protobuf.MessageLite.Builder
Parse data as a message of this type and merge it with the message being built.
mergeFrom(byte[], int, int) - Method in interface com.google.protobuf.MessageLite.Builder
Parse data as a message of this type and merge it with the message being built.
mergeFrom(byte[], ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
Parse data as a message of this type and merge it with the message being built.
mergeFrom(byte[], int, int, ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
Parse data as a message of this type and merge it with the message being built.
mergeFrom(InputStream) - Method in interface com.google.protobuf.MessageLite.Builder
Parse a message of this type from input and merge it with the message being built.
mergeFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
Parse a message of this type from input and merge it with the message being built.
mergeFrom(MType) - Method in class com.google.protobuf.SingleFieldBuilder
Merges the field from another field.
mergeFrom(UnknownFieldSet) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Merge the fields from other into this set.
mergeFrom(CodedInputStream) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Parse an entire message from input and merge its fields into this set.
mergeFrom(ByteString) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Parse data as an UnknownFieldSet and merge it with the set being built.
mergeFrom(byte[]) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Parse data as an UnknownFieldSet and merge it with the set being built.
mergeFrom(InputStream) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Parse an UnknownFieldSet from input and merge it with the set being built.
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
mergeFrom(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
mergeFrom(byte[], int, int) - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
mergeFrom(byte[], ExtensionRegistryLite) - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
mergeFrom(byte[], int, int, ExtensionRegistryLite) - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
mergeFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
mergeFrom(UnknownFieldSet.Field) - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
Merge the values in other into this field.
mergeFrom(LazyStringList) - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DynamicMessage.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in interface com.google.protobuf.Message.Builder
Merge some unknown fields into the UnknownFieldSet for this message.
mergeVarintField(int, int) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Convenience method for merging a new field containing a single varint value.
Message - Interface in com.google.protobuf
Abstract interface implemented by Protocol Message objects.
Message.Builder - Interface in com.google.protobuf
Abstract interface implemented by Protocol Message builders.
MessageLite - Interface in com.google.protobuf
Abstract interface implemented by Protocol Message objects.
MessageLite.Builder - Interface in com.google.protobuf
Abstract interface implemented by Protocol Message builders.
MessageLiteOrBuilder - Interface in com.google.protobuf
Base interface for methods common to MessageLite and MessageLite.Builder to provide type equivalency.
MessageOrBuilder - Interface in com.google.protobuf
Base interface for methods common to Message and Message.Builder to provide type equivalency.

N

needsUtf8Check() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
For internal use only.
newBuilder(Descriptors.Descriptor) - Static method in class com.google.protobuf.DynamicMessage
Construct a Message.Builder for the given type.
newBuilder(Message) - Static method in class com.google.protobuf.DynamicMessage
Construct a Message.Builder for a message of the same type as prototype, and initialize it with prototype's contents.
newBuilder() - Static method in class com.google.protobuf.TextFormat.Parser
Returns a new instance of TextFormat.Parser.Builder.
newBuilder() - Static method in class com.google.protobuf.UnknownFieldSet.Field
newBuilder(UnknownFieldSet.Field) - Static method in class com.google.protobuf.UnknownFieldSet.Field
Construct a new UnknownFieldSet.Field.Builder and initialize it to a copy of copyFrom.
newBuilder() - Static method in class com.google.protobuf.UnknownFieldSet
newBuilder(UnknownFieldSet) - Static method in class com.google.protobuf.UnknownFieldSet
Create a new UnknownFieldSet.Builder and initialize it to be a copy of copyFrom.
newBuilderForField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DynamicMessage.Builder
 
newBuilderForField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
newBuilderForField(Descriptors.FieldDescriptor) - Method in interface com.google.protobuf.Message.Builder
Create a Builder for messages of the appropriate type for the given field.
newBuilderForType() - Method in class com.google.protobuf.DynamicMessage
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.GeneratedMessage
 
newBuilderForType() - Method in interface com.google.protobuf.Message
 
newBuilderForType() - Method in interface com.google.protobuf.MessageLite
Constructs a new builder for a message of the same type as this message.
newBuilderForType() - Method in class com.google.protobuf.UnknownFieldSet
 
newCodedInput() - Method in class com.google.protobuf.ByteString
Creates a CodedInputStream which can be used to read the bytes.
newExtensionWriter() - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
newExtensionWriter() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
 
newFileScopedGeneratedExtension(Class, Message) - Static method in class com.google.protobuf.GeneratedMessage
For use by generated code only.
newFileScopedGeneratedExtension(Class, Message, String, String) - Static method in class com.google.protobuf.GeneratedMessage
Used in proto1 generated code only.
newInput() - Method in class com.google.protobuf.ByteString
Creates an InputStream which can be used to read the bytes.
newInstance(InputStream) - Static method in class com.google.protobuf.CodedInputStream
Create a new CodedInputStream wrapping the given InputStream.
newInstance(byte[]) - Static method in class com.google.protobuf.CodedInputStream
Create a new CodedInputStream wrapping the given byte array.
newInstance(byte[], int, int) - Static method in class com.google.protobuf.CodedInputStream
Create a new CodedInputStream wrapping the given byte array slice.
newInstance(ByteBuffer) - Static method in class com.google.protobuf.CodedInputStream
Create a new CodedInputStream wrapping the given ByteBuffer.
newInstance(OutputStream) - Static method in class com.google.protobuf.CodedOutputStream
Create a new CodedOutputStream wrapping the given OutputStream.
newInstance(OutputStream, int) - Static method in class com.google.protobuf.CodedOutputStream
Create a new CodedOutputStream wrapping the given OutputStream with a given buffer size.
newInstance(byte[]) - Static method in class com.google.protobuf.CodedOutputStream
Create a new CodedOutputStream that writes directly to the given byte array.
newInstance(byte[], int, int) - Static method in class com.google.protobuf.CodedOutputStream
Create a new CodedOutputStream that writes directly to the given byte array slice.
newInstance(ByteBuffer) - Static method in class com.google.protobuf.CodedOutputStream
Create a new CodedOutputStream that writes to the given ByteBuffer.
newInstance(ByteBuffer, int) - Static method in class com.google.protobuf.CodedOutputStream
Create a new CodedOutputStream that writes to the given ByteBuffer.
newInstance() - Static method in class com.google.protobuf.ExtensionRegistry
Construct a new, empty instance.
newInstance() - Static method in class com.google.protobuf.ExtensionRegistryLite
Construct a new, empty instance.
newMessageScopedGeneratedExtension(Message, int, Class, Message) - Static method in class com.google.protobuf.GeneratedMessage
For use by generated code only.
newMessageScopedGeneratedExtension(Message, String, Class, Message) - Static method in class com.google.protobuf.GeneratedMessage
Used in proto1 generated code only.
newMessageSetExtensionWriter() - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
newMessageSetExtensionWriter() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
 
newOneTimeCallback(RpcCallback<ParameterType>) - Static method in class com.google.protobuf.RpcUtil
Creates a callback which can only be called once.
newOutput(int) - Static method in class com.google.protobuf.ByteString
Creates a new ByteString.Output with the given initial capacity.
newOutput() - Static method in class com.google.protobuf.ByteString
Creates a new ByteString.Output.
newRepeatedGeneratedExtension(ContainingType, MessageLite, Internal.EnumLiteMap<?>, int, WireFormat.FieldType, boolean, Class) - Static method in class com.google.protobuf.GeneratedMessageLite
For use by generated code only.
newSingularGeneratedExtension(ContainingType, Type, MessageLite, Internal.EnumLiteMap<?>, int, WireFormat.FieldType, Class) - Static method in class com.google.protobuf.GeneratedMessageLite
For use by generated code only.
newUninitializedMessageException(Message) - Static method in class com.google.protobuf.AbstractMessage.Builder
Construct an UninitializedMessageException reporting missing fields in the given message.
newUninitializedMessageException(MessageLite) - Static method in class com.google.protobuf.AbstractMessageLite.Builder
Construct an UninitializedMessageException reporting missing fields in the given message.
nextByte() - Method in interface com.google.protobuf.ByteString.ByteIterator
An alternative to Iterator.next() that returns an unboxed primitive byte.
notifyOnCancel(RpcCallback<Object>) - Method in interface com.google.protobuf.RpcController
Asks that the given callback be called when the RPC is canceled.

O

onBuilt() - Method in class com.google.protobuf.GeneratedMessage.Builder
Called by the subclass when a message is built.
onChanged() - Method in class com.google.protobuf.GeneratedMessage.Builder
Called when a the builder or one of its nested children has changed and any parent should be notified of its invalidation.

P

parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseDelimitedFrom(InputStream) - Method in class com.google.protobuf.AbstractParser
 
parseDelimitedFrom(InputStream) - Method in interface com.google.protobuf.Parser
Like parseFrom(InputStream), but does not read util EOF.
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like parseDelimitedFrom(InputStream) but supporting extensions.
parseFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(CodedInputStream) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(ByteString) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(byte[], int, int, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(byte[], int, int) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(byte[], ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(byte[]) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(InputStream) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(Descriptors.Descriptor, CodedInputStream) - Static method in class com.google.protobuf.DynamicMessage
Parse a message of the given type from the given input stream.
parseFrom(Descriptors.Descriptor, CodedInputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DynamicMessage
Parse a message of the given type from the given input stream.
parseFrom(Descriptors.Descriptor, ByteString) - Static method in class com.google.protobuf.DynamicMessage
Parse data as a message of the given type and return it.
parseFrom(Descriptors.Descriptor, ByteString, ExtensionRegistry) - Static method in class com.google.protobuf.DynamicMessage
Parse data as a message of the given type and return it.
parseFrom(Descriptors.Descriptor, byte[]) - Static method in class com.google.protobuf.DynamicMessage
Parse data as a message of the given type and return it.
parseFrom(Descriptors.Descriptor, byte[], ExtensionRegistry) - Static method in class com.google.protobuf.DynamicMessage
Parse data as a message of the given type and return it.
parseFrom(Descriptors.Descriptor, InputStream) - Static method in class com.google.protobuf.DynamicMessage
Parse a message of the given type from input and return it.
parseFrom(Descriptors.Descriptor, InputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DynamicMessage
Parse a message of the given type from input and return it.
parseFrom(CodedInputStream) - Method in interface com.google.protobuf.Parser
Parses a message of MessageType from the input.
parseFrom(CodedInputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like parseFrom(CodedInputStream), but also parses extensions.
parseFrom(ByteString) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(ByteString, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(byte[], int, int) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(byte[], int, int, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(byte[]) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(byte[], ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(InputStream) - Method in interface com.google.protobuf.Parser
Parse a message of MessageType from input.
parseFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Parses a message of MessageType from input.
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.UnknownFieldSet
Parse an UnknownFieldSet from the given input stream.
parseFrom(ByteString) - Static method in class com.google.protobuf.UnknownFieldSet
Parse data as an UnknownFieldSet and return it.
parseFrom(byte[]) - Static method in class com.google.protobuf.UnknownFieldSet
Parse data as an UnknownFieldSet and return it.
parseFrom(InputStream) - Static method in class com.google.protobuf.UnknownFieldSet
Parse an UnknownFieldSet from input and return it.
parsePartialDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parsePartialDelimitedFrom(InputStream) - Method in class com.google.protobuf.AbstractParser
 
parsePartialDelimitedFrom(InputStream) - Method in interface com.google.protobuf.Parser
Like parseDelimitedFrom(InputStream), but does not throw an exception if the message is missing required fields.
parsePartialDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like parseDelimitedFrom(InputStream, ExtensionRegistryLite), but does not throw an exception if the message is missing required fields.
parsePartialFrom(CodedInputStream) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(ByteString) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(byte[], int, int, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(byte[], int, int) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(byte[], ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(byte[]) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(InputStream) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(CodedInputStream) - Method in interface com.google.protobuf.Parser
Like parseFrom(CodedInputStream), but does not throw an exception if the message is missing required fields.
parsePartialFrom(CodedInputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like parseFrom(CodedInputStream input, ExtensionRegistryLite), but does not throw an exception if the message is missing required fields.
parsePartialFrom(ByteString) - Method in interface com.google.protobuf.Parser
Like parseFrom(ByteString), but does not throw an exception if the message is missing required fields.
parsePartialFrom(ByteString, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like parseFrom(ByteString, ExtensionRegistryLite), but does not throw an exception if the message is missing required fields.
parsePartialFrom(byte[], int, int) - Method in interface com.google.protobuf.Parser
Like parseFrom(byte[], int, int), but does not throw an exception if the message is missing required fields.
parsePartialFrom(byte[], int, int, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like parseFrom(ByteString, ExtensionRegistryLite), but does not throw an exception if the message is missing required fields.
parsePartialFrom(byte[]) - Method in interface com.google.protobuf.Parser
Like parseFrom(byte[]), but does not throw an exception if the message is missing required fields.
parsePartialFrom(byte[], ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like parseFrom(byte[], ExtensionRegistryLite), but does not throw an exception if the message is missing required fields.
parsePartialFrom(InputStream) - Method in interface com.google.protobuf.Parser
Like parseFrom(InputStream), but does not throw an exception if the message is missing required fields.
parsePartialFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like parseFrom(InputStream, ExtensionRegistryLite), but does not throw an exception if the message is missing required fields.
parsePartialFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.UnknownFieldSet.Parser
 
Parser<MessageType> - Interface in com.google.protobuf
Abstract interface for parsing Protocol Messages.
parseUnknownField(CodedInputStream, UnknownFieldSet.Builder, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessage.Builder
Called by subclasses to parse an unknown field.
parseUnknownField(CodedInputStream, UnknownFieldSet.Builder, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Called by subclasses to parse an unknown field or an extension.
parseUnknownField(CodedInputStream, UnknownFieldSet.Builder, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
parseUnknownField(CodedInputStream, UnknownFieldSet.Builder, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessage
Called by subclasses to parse an unknown field.
parseUnknownField(CodedInputStream, CodedOutputStream, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessageLite.Builder
Called by subclasses to parse an unknown field.
parseUnknownField(CodedInputStream, CodedOutputStream, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Called by subclasses to parse an unknown field or an extension.
parseUnknownField(CodedInputStream, CodedOutputStream, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Called by subclasses to parse an unknown field or an extension.
parseUnknownField(CodedInputStream, CodedOutputStream, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessageLite
Called by subclasses to parse an unknown field.
partialHash(int, int, int) - Method in class com.google.protobuf.ByteString
Compute the hash across the value bytes starting with the given hash, and return the result.
partialIsValidUtf8(int, int, int) - Method in class com.google.protobuf.ByteString
Tells whether the given byte sequence is a well-formed, malformed, or incomplete UTF-8 byte sequence.
peekCachedHashCode() - Method in class com.google.protobuf.ByteString
Return the cached hash code if available.
popLimit(int) - Method in class com.google.protobuf.CodedInputStream
Discards the current limit, returning to the previous limit.
print(MessageOrBuilder, Appendable) - Static method in class com.google.protobuf.TextFormat
Outputs a textual representation of the Protocol Message supplied into the parameter output.
print(UnknownFieldSet, Appendable) - Static method in class com.google.protobuf.TextFormat
Outputs a textual representation of fields to output.
printField(Descriptors.FieldDescriptor, Object, Appendable) - Static method in class com.google.protobuf.TextFormat
 
printFieldToString(Descriptors.FieldDescriptor, Object) - Static method in class com.google.protobuf.TextFormat
 
printFieldValue(Descriptors.FieldDescriptor, Object, Appendable) - Static method in class com.google.protobuf.TextFormat
Outputs a textual representation of the value of given field value.
printToString(MessageOrBuilder) - Static method in class com.google.protobuf.TextFormat
Like print(), but writes directly to a String and returns it.
printToString(UnknownFieldSet) - Static method in class com.google.protobuf.TextFormat
Like print(), but writes directly to a String and returns it.
printToUnicodeString(MessageOrBuilder) - Static method in class com.google.protobuf.TextFormat
Same as printToString(), except that non-ASCII characters in string type fields are not escaped in backslash+octals.
printToUnicodeString(UnknownFieldSet) - Static method in class com.google.protobuf.TextFormat
Same as printToString(), except that non-ASCII characters in string type fields are not escaped in backslash+octals.
printUnicode(MessageOrBuilder, Appendable) - Static method in class com.google.protobuf.TextFormat
Same as print(), except that non-ASCII characters are not escaped.
printUnicode(UnknownFieldSet, Appendable) - Static method in class com.google.protobuf.TextFormat
Same as print(), except that non-ASCII characters are not escaped.
printUnknownFieldValue(int, Object, Appendable) - Static method in class com.google.protobuf.TextFormat
Outputs a textual representation of the value of an unknown field.
ProtocolMessageEnum - Interface in com.google.protobuf
Interface of useful methods added to all enums generated by the protocol compiler.
ProtocolStringList - Interface in com.google.protobuf
An interface extending List<String> used for repeated string fields to provide optional access to the data as a list of ByteStrings.
pushLimit(int) - Method in class com.google.protobuf.CodedInputStream
Sets currentLimit to (current position) + byteLimit.

R

readBool() - Method in class com.google.protobuf.CodedInputStream
Read a bool field value from the stream.
readByteArray() - Method in class com.google.protobuf.CodedInputStream
Read a bytes field value from the stream.
readByteBuffer() - Method in class com.google.protobuf.CodedInputStream
Read a bytes field value from the stream.
readBytes() - Method in class com.google.protobuf.CodedInputStream
Read a bytes field value from the stream.
readDouble() - Method in class com.google.protobuf.CodedInputStream
Read a double field value from the stream.
readEnum() - Method in class com.google.protobuf.CodedInputStream
Read an enum field value from the stream.
readFixed32() - Method in class com.google.protobuf.CodedInputStream
Read a fixed32 field value from the stream.
readFixed64() - Method in class com.google.protobuf.CodedInputStream
Read a fixed64 field value from the stream.
readFloat() - Method in class com.google.protobuf.CodedInputStream
Read a float field value from the stream.
readFrom(InputStream) - Static method in class com.google.protobuf.ByteString
Completely reads the given stream's bytes into a ByteString, blocking if necessary until all bytes are read through to the end of the stream.
readFrom(InputStream, int) - Static method in class com.google.protobuf.ByteString
Completely reads the given stream's bytes into a ByteString, blocking if necessary until all bytes are read through to the end of the stream.
readFrom(InputStream, int, int) - Static method in class com.google.protobuf.ByteString
 
readGroup(int, MessageLite.Builder, ExtensionRegistryLite) - Method in class com.google.protobuf.CodedInputStream
Read a group field value from the stream.
readGroup(int, Parser<T>, ExtensionRegistryLite) - Method in class com.google.protobuf.CodedInputStream
Read a group field value from the stream.
readInt32() - Method in class com.google.protobuf.CodedInputStream
Read an int32 field value from the stream.
readInt64() - Method in class com.google.protobuf.CodedInputStream
Read an int64 field value from the stream.
readMessage(MessageLite.Builder, ExtensionRegistryLite) - Method in class com.google.protobuf.CodedInputStream
Read an embedded message field value from the stream.
readMessage(Parser<T>, ExtensionRegistryLite) - Method in class com.google.protobuf.CodedInputStream
Read an embedded message field value from the stream.
readRawByte() - Method in class com.google.protobuf.CodedInputStream
Read one byte from the input.
readRawBytes(int) - Method in class com.google.protobuf.CodedInputStream
Read a fixed size of bytes from the input.
readRawLittleEndian32() - Method in class com.google.protobuf.CodedInputStream
Read a 32-bit little-endian integer from the stream.
readRawLittleEndian64() - Method in class com.google.protobuf.CodedInputStream
Read a 64-bit little-endian integer from the stream.
readRawVarint32() - Method in class com.google.protobuf.CodedInputStream
Read a raw Varint from the stream.
readRawVarint32(int, InputStream) - Static method in class com.google.protobuf.CodedInputStream
Like CodedInputStream.readRawVarint32(InputStream), but expects that the caller has already read one byte.
readRawVarint64() - Method in class com.google.protobuf.CodedInputStream
Read a raw Varint from the stream.
readSFixed32() - Method in class com.google.protobuf.CodedInputStream
Read an sfixed32 field value from the stream.
readSFixed64() - Method in class com.google.protobuf.CodedInputStream
Read an sfixed64 field value from the stream.
readSInt32() - Method in class com.google.protobuf.CodedInputStream
Read an sint32 field value from the stream.
readSInt64() - Method in class com.google.protobuf.CodedInputStream
Read an sint64 field value from the stream.
readString() - Method in class com.google.protobuf.CodedInputStream
Read a string field value from the stream.
readStringRequireUtf8() - Method in class com.google.protobuf.CodedInputStream
Read a string field value from the stream.
readTag() - Method in class com.google.protobuf.CodedInputStream
Attempt to read a field tag, returning zero if we have reached EOF.
readUInt32() - Method in class com.google.protobuf.CodedInputStream
Read a uint32 field value from the stream.
readUInt64() - Method in class com.google.protobuf.CodedInputStream
Read a uint64 field value from the stream.
readUnknownGroup(int, MessageLite.Builder) - Method in class com.google.protobuf.CodedInputStream
Deprecated.
UnknownFieldSet.Builder now implements MessageLite.Builder, so you can just call CodedInputStream.readGroup(int, com.google.protobuf.MessageLite.Builder, com.google.protobuf.ExtensionRegistryLite).
remove(int) - Method in class com.google.protobuf.LazyStringArrayList
 
remove(int) - Method in class com.google.protobuf.RepeatedFieldBuilder
Removes the element at the specified position in this list.
RepeatedFieldBuilder<MType extends GeneratedMessage,BType extends GeneratedMessage.Builder,IType extends MessageOrBuilder> - Class in com.google.protobuf
RepeatedFieldBuilder implements a structure that a protocol message uses to hold a repeated field of other protocol messages.
RepeatedFieldBuilder(List<MType>, boolean, GeneratedMessage.BuilderParent, boolean) - Constructor for class com.google.protobuf.RepeatedFieldBuilder
Constructs a new builder with an empty list of messages.
reset() - Method in class com.google.protobuf.ByteString.Output
Resets this stream, so that all currently accumulated output in the output stream is discarded.
reset() - Method in interface com.google.protobuf.RpcController
Resets the RpcController to its initial state so that it may be reused in a new call.
resetSizeCounter() - Method in class com.google.protobuf.CodedInputStream
Resets the current size counter to zero (see CodedInputStream.setSizeLimit(int)).
RpcCallback<ParameterType> - Interface in com.google.protobuf
Interface for an RPC callback, normally called when an RPC completes.
RpcChannel - Interface in com.google.protobuf
Abstract interface for an RPC channel.
RpcController - Interface in com.google.protobuf
An RpcController mediates a single method call.
RpcUtil - Class in com.google.protobuf
Grab-bag of utility functions useful when dealing with RPCs.
RpcUtil.AlreadyCalledException - Exception in com.google.protobuf
Exception thrown when a one-time callback is called more than once.
RpcUtil.AlreadyCalledException() - Constructor for exception com.google.protobuf.RpcUtil.AlreadyCalledException
 
run(ParameterType) - Method in interface com.google.protobuf.RpcCallback
 

S

Service - Interface in com.google.protobuf
Abstract base interface for protocol-buffer-based RPC services.
ServiceException - Exception in com.google.protobuf
Thrown by blocking RPC methods when a failure occurs.
ServiceException(String) - Constructor for exception com.google.protobuf.ServiceException
 
ServiceException(Throwable) - Constructor for exception com.google.protobuf.ServiceException
 
ServiceException(String, Throwable) - Constructor for exception com.google.protobuf.ServiceException
 
set(int, String) - Method in class com.google.protobuf.LazyStringArrayList
 
set(int, ByteString) - Method in class com.google.protobuf.LazyStringArrayList
 
set(int, byte[]) - Method in class com.google.protobuf.LazyStringArrayList
 
set(int, ByteString) - Method in interface com.google.protobuf.LazyStringList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, byte[]) - Method in interface com.google.protobuf.LazyStringList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, ByteString) - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
set(int, byte[]) - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
setByteString(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.LazyFieldLite
 
setEagerlyParseMessageSets(boolean) - Static method in class com.google.protobuf.ExtensionRegistryLite
 
setExtension(Extension<MessageType, Type>, Type) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Set the value of an extension.
setExtension(Extension<MessageType, List<Type>>, int, Type) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Set the value of one element of a repeated extension.
setExtension(GeneratedMessageLite.GeneratedExtension<MessageType, Type>, Type) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Set the value of an extension.
setExtension(GeneratedMessageLite.GeneratedExtension<MessageType, List<Type>>, int, Type) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Set the value of one element of a repeated extension.
setFailed(String) - Method in interface com.google.protobuf.RpcController
Causes failed() to return true on the client side.
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DynamicMessage.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
setField(Descriptors.FieldDescriptor, Object) - Method in interface com.google.protobuf.Message.Builder
Sets a field to the given value.
setMessage(int, MType) - Method in class com.google.protobuf.RepeatedFieldBuilder
Sets a message at the specified index replacing the existing item at that index.
setMessage(MType) - Method in class com.google.protobuf.SingleFieldBuilder
Sets a message for the field replacing any existing value.
setRecursionLimit(int) - Method in class com.google.protobuf.CodedInputStream
Set the maximum message recursion depth.
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DynamicMessage.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in interface com.google.protobuf.Message.Builder
Sets an element of a repeated field to the given value.
setSingularOverwritePolicy(TextFormat.Parser.SingularOverwritePolicy) - Method in class com.google.protobuf.TextFormat.Parser.Builder
Sets parser behavior when a non-repeated field appears more than once.
setSizeLimit(int) - Method in class com.google.protobuf.CodedInputStream
Set the maximum message size.
setUnfinishedMessage(MessageLite) - Method in exception com.google.protobuf.InvalidProtocolBufferException
Attaches an unfinished message to the exception to support best-effort parsing in Parser interface.
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DynamicMessage.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
setUnknownFields(ByteString) - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
setUnknownFields(UnknownFieldSet) - Method in interface com.google.protobuf.Message.Builder
Set the UnknownFieldSet for this message.
setValue(MessageLite) - Method in class com.google.protobuf.LazyFieldLite
LazyField is not thread-safe for write access.
shortDebugString(MessageOrBuilder) - Static method in class com.google.protobuf.TextFormat
Generates a human readable form of this message, useful for debugging and other purposes, with no newline characters.
shortDebugString(UnknownFieldSet) - Static method in class com.google.protobuf.TextFormat
Generates a human readable form of the unknown fields, useful for debugging and other purposes, with no newline characters.
SingleFieldBuilder<MType extends GeneratedMessage,BType extends GeneratedMessage.Builder,IType extends MessageOrBuilder> - Class in com.google.protobuf
SingleFieldBuilder implements a structure that a protocol message uses to hold a single field of another protocol message.
SingleFieldBuilder(MType, GeneratedMessage.BuilderParent, boolean) - Constructor for class com.google.protobuf.SingleFieldBuilder
 
singularFromReflectionType(Object) - Method in class com.google.protobuf.Extension
 
singularFromReflectionType(Object) - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
Like GeneratedMessage.GeneratedExtension.fromReflectionType(Object), but if the type is a repeated type, this converts a single element.
singularToReflectionType(Object) - Method in class com.google.protobuf.Extension
 
singularToReflectionType(Object) - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
Like GeneratedMessage.GeneratedExtension.toReflectionType(Object), but if the type is a repeated type, this converts a single element.
size() - Method in class com.google.protobuf.ByteString.Output
Returns the current size of the output stream.
size() - Method in class com.google.protobuf.ByteString
Gets the number of bytes.
size() - Method in class com.google.protobuf.LazyStringArrayList
 
size() - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
skipField(int) - Method in class com.google.protobuf.CodedInputStream
Reads and discards a single field, given its tag value.
skipField(int, CodedOutputStream) - Method in class com.google.protobuf.CodedInputStream
Reads a single field and writes it to output in wire format, given its tag value.
skipMessage() - Method in class com.google.protobuf.CodedInputStream
Reads and discards an entire message.
skipMessage(CodedOutputStream) - Method in class com.google.protobuf.CodedInputStream
Reads an entire message and writes it to output in wire format.
skipRawBytes(int) - Method in class com.google.protobuf.CodedInputStream
Reads and discards size bytes.
spaceLeft() - Method in class com.google.protobuf.CodedOutputStream
If writing to a flat array, return the space left in the array.
specializeCallback(RpcCallback<Message>) - Static method in class com.google.protobuf.RpcUtil
Take an RpcCallback<Message> and convert it to an RpcCallback accepting a specific message type.
startCancel() - Method in interface com.google.protobuf.RpcController
Advises the RPC system that the caller desires that the RPC call be canceled.
startsWith(ByteString) - Method in class com.google.protobuf.ByteString
Tests if this bytestring starts with the specified prefix.
stringDefaultValue(String) - Static method in class com.google.protobuf.Internal
Helper called by generated code to construct default values for string fields.
substring(int) - Method in class com.google.protobuf.ByteString
Return the substring from beginIndex, inclusive, to the end of the string.
substring(int, int) - Method in class com.google.protobuf.ByteString
Return the substring from beginIndex, inclusive, to endIndex, exclusive.

T

TextFormat - Class in com.google.protobuf
Provide text parsing and formatting support for proto2 instances.
TextFormat.ParseException - Exception in com.google.protobuf
Thrown when parsing an invalid text format message.
TextFormat.ParseException(String) - Constructor for exception com.google.protobuf.TextFormat.ParseException
Create a new instance, with -1 as the line and column numbers.
TextFormat.ParseException(int, int, String) - Constructor for exception com.google.protobuf.TextFormat.ParseException
Create a new instance
TextFormat.Parser - Class in com.google.protobuf
Parser for text-format proto2 instances.
TextFormat.Parser.Builder - Class in com.google.protobuf
Builder that can be used to obtain new instances of Parser.
TextFormat.Parser.Builder() - Constructor for class com.google.protobuf.TextFormat.Parser.Builder
 
TextFormat.Parser.SingularOverwritePolicy - Enum in com.google.protobuf
Determines if repeated values for non-repeated fields and oneofs are permitted.
toBuilder() - Method in class com.google.protobuf.DynamicMessage
 
toBuilder() - Method in interface com.google.protobuf.Message
 
toBuilder() - Method in interface com.google.protobuf.MessageLite
Constructs a builder initialized with the current message.
toBuilder() - Method in class com.google.protobuf.UnknownFieldSet
 
toByteArray() - Method in class com.google.protobuf.AbstractMessageLite
 
toByteArray() - Method in class com.google.protobuf.ByteString
Copies bytes to a byte[].
toByteArray(String) - Static method in class com.google.protobuf.Internal
Helper method to get the UTF-8 bytes of a string.
toByteArray() - Method in interface com.google.protobuf.MessageLite
Serializes the message to a byte array and returns it.
toByteArray() - Method in class com.google.protobuf.UnknownFieldSet
Serializes the message to a byte array and returns it.
toByteString() - Method in class com.google.protobuf.AbstractMessageLite
 
toByteString() - Method in class com.google.protobuf.ByteString.Output
Creates a byte string.
toByteString() - Method in class com.google.protobuf.LazyFieldLite
 
toByteString() - Method in interface com.google.protobuf.MessageLite
Serializes the message to a ByteString and returns it.
toByteString() - Method in class com.google.protobuf.UnknownFieldSet
Serializes the message to a ByteString and returns it.
toProto() - Method in class com.google.protobuf.Descriptors.Descriptor
Convert the descriptor to its protocol message representation.
toProto() - Method in class com.google.protobuf.Descriptors.EnumDescriptor
Convert the descriptor to its protocol message representation.
toProto() - Method in class com.google.protobuf.Descriptors.EnumValueDescriptor
Convert the descriptor to its protocol message representation.
toProto() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Convert the descriptor to its protocol message representation.
toProto() - Method in enum com.google.protobuf.Descriptors.FieldDescriptor.Type
 
toProto() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Convert the descriptor to its protocol message representation.
toProto() - Method in class com.google.protobuf.Descriptors.GenericDescriptor
 
toProto() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
Convert the descriptor to its protocol message representation.
toProto() - Method in class com.google.protobuf.Descriptors.ServiceDescriptor
Convert the descriptor to its protocol message representation.
toReflectionType(Object) - Method in class com.google.protobuf.Extension
 
toReflectionType(Object) - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
Convert from the type used by the native accessors to the type used by reflection accessors.
toString() - Method in class com.google.protobuf.AbstractMessage.Builder
 
toString() - Method in class com.google.protobuf.AbstractMessage
 
toString() - Method in class com.google.protobuf.ByteString.Output
 
toString(String) - Method in class com.google.protobuf.ByteString
Constructs a new String by decoding the bytes using the specified charset.
toString() - Method in class com.google.protobuf.ByteString
 
toString() - Method in class com.google.protobuf.Descriptors.EnumValueDescriptor
 
toString() - Method in class com.google.protobuf.LazyField
 
toString() - Method in interface com.google.protobuf.Message
Converts the message to a string in protocol buffer text format.
toString() - Method in class com.google.protobuf.UnknownFieldSet
Converts the set to a string in protocol buffer text format.
toStringUtf8() - Method in class com.google.protobuf.ByteString
Constructs a new String by decoding the bytes as UTF-8.
toStringUtf8(byte[]) - Static method in class com.google.protobuf.Internal
Helper method to convert a byte array to a string using UTF-8 encoding.

U

UninitializedMessageException - Exception in com.google.protobuf
Thrown when attempting to build a protocol message that is missing required fields.
UninitializedMessageException(MessageLite) - Constructor for exception com.google.protobuf.UninitializedMessageException
 
UninitializedMessageException(List<String>) - Constructor for exception com.google.protobuf.UninitializedMessageException
 
UnknownFieldSet - Class in com.google.protobuf
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 - Class in com.google.protobuf
Builder for UnknownFieldSets.
UnknownFieldSet.Field - Class in com.google.protobuf
Represents a single field in an UnknownFieldSet.
UnknownFieldSet.Field.Builder - Class in com.google.protobuf
Used to build a UnknownFieldSet.Field within an UnknownFieldSet.
UnknownFieldSet.Parser - Class in com.google.protobuf
Parser to implement MessageLite interface.
UnknownFieldSet.Parser() - Constructor for class com.google.protobuf.UnknownFieldSet.Parser
 
UnmodifiableLazyStringList - Class in com.google.protobuf
An implementation of LazyStringList that wraps another LazyStringList such that it cannot be modified via the wrapper.
UnmodifiableLazyStringList(LazyStringList) - Constructor for class com.google.protobuf.UnmodifiableLazyStringList
 
unsignedToString(int) - Static method in class com.google.protobuf.TextFormat
Convert an unsigned 32-bit integer to a string.
unsignedToString(long) - Static method in class com.google.protobuf.TextFormat
Convert an unsigned 64-bit integer to a string.

V

value - Variable in class com.google.protobuf.LazyFieldLite
 
valueOf(String) - Static method in enum com.google.protobuf.Descriptors.FieldDescriptor.JavaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.protobuf.Descriptors.FieldDescriptor.Type
Returns the enum constant of this type with the specified name.
valueOf(DescriptorProtos.FieldDescriptorProto.Type) - Static method in enum com.google.protobuf.Descriptors.FieldDescriptor.Type
 
valueOf(String) - Static method in enum com.google.protobuf.Extension.ExtensionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.protobuf.Extension.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.protobuf.TextFormat.Parser.SingularOverwritePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.protobuf.WireFormat.FieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.protobuf.WireFormat.JavaType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.google.protobuf.Descriptors.FieldDescriptor.JavaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.protobuf.Descriptors.FieldDescriptor.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.protobuf.Extension.ExtensionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.protobuf.Extension.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.protobuf.TextFormat.Parser.SingularOverwritePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.protobuf.WireFormat.FieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.protobuf.WireFormat.JavaType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WireFormat - Class in com.google.protobuf
This class is used internally by the Protocol Buffer library and generated message implementations.
WireFormat.FieldType - Enum in com.google.protobuf
WireFormat.JavaType - Enum in com.google.protobuf
WIRETYPE_END_GROUP - Static variable in class com.google.protobuf.WireFormat
 
WIRETYPE_FIXED32 - Static variable in class com.google.protobuf.WireFormat
 
WIRETYPE_FIXED64 - Static variable in class com.google.protobuf.WireFormat
 
WIRETYPE_LENGTH_DELIMITED - Static variable in class com.google.protobuf.WireFormat
 
WIRETYPE_START_GROUP - Static variable in class com.google.protobuf.WireFormat
 
WIRETYPE_VARINT - Static variable in class com.google.protobuf.WireFormat
 
write(int) - Method in class com.google.protobuf.ByteString.Output
 
write(byte[], int, int) - Method in class com.google.protobuf.ByteString.Output
 
writeAsMessageSetExtensionTo(int, CodedOutputStream) - Method in class com.google.protobuf.UnknownFieldSet.Field
Serializes the field, including field number, and writes it to output, using MessageSet wire format.
writeAsMessageSetTo(CodedOutputStream) - Method in class com.google.protobuf.UnknownFieldSet
Serializes the set and writes it to output using MessageSet wire format.
writeBool(int, boolean) - Method in class com.google.protobuf.CodedOutputStream
Write a bool field, including tag, to the stream.
writeBoolNoTag(boolean) - Method in class com.google.protobuf.CodedOutputStream
Write a bool field to the stream.
writeByteArray(int, byte[]) - Method in class com.google.protobuf.CodedOutputStream
Write a bytes field, including tag, to the stream.
writeByteArray(int, byte[], int, int) - Method in class com.google.protobuf.CodedOutputStream
Write a bytes field, including tag, to the stream.
writeByteArrayNoTag(byte[]) - Method in class com.google.protobuf.CodedOutputStream
Write a bytes field to the stream.
writeByteArrayNoTag(byte[], int, int) - Method in class com.google.protobuf.CodedOutputStream
Write a bytes field to the stream.
writeByteBuffer(int, ByteBuffer) - Method in class com.google.protobuf.CodedOutputStream
Write a bytes field, including tag, to the stream.
writeByteBufferNoTag(ByteBuffer) - Method in class com.google.protobuf.CodedOutputStream
Write a bytes field to the stream.
writeBytes(int, ByteString) - Method in class com.google.protobuf.CodedOutputStream
Write a bytes field, including tag, to the stream.
writeBytesNoTag(ByteString) - Method in class com.google.protobuf.CodedOutputStream
Write a bytes field to the stream.
writeDelimitedTo(OutputStream) - Method in class com.google.protobuf.AbstractMessageLite
 
writeDelimitedTo(OutputStream) - Method in interface com.google.protobuf.MessageLite
Like MessageLite.writeTo(OutputStream), but writes the size of the message as a varint before writing the data.
writeDelimitedTo(OutputStream) - Method in class com.google.protobuf.UnknownFieldSet
 
writeDouble(int, double) - Method in class com.google.protobuf.CodedOutputStream
Write a double field, including tag, to the stream.
writeDoubleNoTag(double) - Method in class com.google.protobuf.CodedOutputStream
Write a double field to the stream.
writeEnum(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write an enum field, including tag, to the stream.
writeEnumNoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write an enum field to the stream.
writeFixed32(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write a fixed32 field, including tag, to the stream.
writeFixed32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write a fixed32 field to the stream.
writeFixed64(int, long) - Method in class com.google.protobuf.CodedOutputStream
Write a fixed64 field, including tag, to the stream.
writeFixed64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
Write a fixed64 field to the stream.
writeFloat(int, float) - Method in class com.google.protobuf.CodedOutputStream
Write a float field, including tag, to the stream.
writeFloatNoTag(float) - Method in class com.google.protobuf.CodedOutputStream
Write a float field to the stream.
writeGroup(int, MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Write a group field, including tag, to the stream.
writeGroupNoTag(MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Write a group field to the stream.
writeInt32(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write an int32 field, including tag, to the stream.
writeInt32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write an int32 field to the stream.
writeInt64(int, long) - Method in class com.google.protobuf.CodedOutputStream
Write an int64 field, including tag, to the stream.
writeInt64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
Write an int64 field to the stream.
writeMessage(int, MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Write an embedded message field, including tag, to the stream.
writeMessageNoTag(MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Write an embedded message field to the stream.
writeMessageSetExtension(int, MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Write a MessageSet extension field to the stream.
writeRawByte(byte) - Method in class com.google.protobuf.CodedOutputStream
Write a single byte.
writeRawByte(int) - Method in class com.google.protobuf.CodedOutputStream
Write a single byte, represented by an integer value.
writeRawBytes(ByteString) - Method in class com.google.protobuf.CodedOutputStream
Write a byte string.
writeRawBytes(byte[]) - Method in class com.google.protobuf.CodedOutputStream
Write an array of bytes.
writeRawBytes(ByteBuffer) - Method in class com.google.protobuf.CodedOutputStream
Write a ByteBuffer.
writeRawBytes(byte[], int, int) - Method in class com.google.protobuf.CodedOutputStream
Write part of an array of bytes.
writeRawBytes(ByteString, int, int) - Method in class com.google.protobuf.CodedOutputStream
Write part of a byte string.
writeRawLittleEndian32(int) - Method in class com.google.protobuf.CodedOutputStream
Write a little-endian 32-bit integer.
writeRawLittleEndian64(long) - Method in class com.google.protobuf.CodedOutputStream
Write a little-endian 64-bit integer.
writeRawMessageSetExtension(int, ByteString) - Method in class com.google.protobuf.CodedOutputStream
Write an unparsed MessageSet extension field to the stream.
writeRawVarint32(int) - Method in class com.google.protobuf.CodedOutputStream
Encode and write a varint.
writeRawVarint64(long) - Method in class com.google.protobuf.CodedOutputStream
Encode and write a varint.
writeReplace() - Method in class com.google.protobuf.GeneratedMessage
Replaces this object in the output stream with a serialized form.
writeReplace() - Method in class com.google.protobuf.GeneratedMessageLite
Replaces this object in the output stream with a serialized form.
writeSFixed32(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write an sfixed32 field, including tag, to the stream.
writeSFixed32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write an sfixed32 field to the stream.
writeSFixed64(int, long) - Method in class com.google.protobuf.CodedOutputStream
Write an sfixed64 field, including tag, to the stream.
writeSFixed64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
Write an sfixed64 field to the stream.
writeSInt32(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write an sint32 field, including tag, to the stream.
writeSInt32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write an sint32 field to the stream.
writeSInt64(int, long) - Method in class com.google.protobuf.CodedOutputStream
Write an sint64 field, including tag, to the stream.
writeSInt64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
Write an sint64 field to the stream.
writeString(int, String) - Method in class com.google.protobuf.CodedOutputStream
Write a string field, including tag, to the stream.
writeStringNoTag(String) - Method in class com.google.protobuf.CodedOutputStream
Write a string field to the stream.
writeTag(int, int) - Method in class com.google.protobuf.CodedOutputStream
Encode and write a tag.
writeTo(CodedOutputStream) - Method in class com.google.protobuf.AbstractMessage
 
writeTo(OutputStream) - Method in class com.google.protobuf.AbstractMessageLite
 
writeTo(OutputStream) - Method in class com.google.protobuf.ByteString.Output
Writes the complete contents of this byte array output stream to the specified output stream argument.
writeTo(OutputStream) - Method in class com.google.protobuf.ByteString
Writes the complete contents of this byte string to the specified output stream argument.
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DynamicMessage
 
writeTo(CodedOutputStream) - Method in interface com.google.protobuf.MessageLite
Serializes the message and writes it to output.
writeTo(OutputStream) - Method in interface com.google.protobuf.MessageLite
Serializes the message and writes it to output.
writeTo(int, CodedOutputStream) - Method in class com.google.protobuf.UnknownFieldSet.Field
Serializes the field, including field number, and writes it to output.
writeTo(CodedOutputStream) - Method in class com.google.protobuf.UnknownFieldSet
Serializes the set and writes it to output.
writeTo(OutputStream) - Method in class com.google.protobuf.UnknownFieldSet
Serializes the message and writes it to output.
writeUInt32(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write a uint32 field, including tag, to the stream.
writeUInt32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write a uint32 field to the stream.
writeUInt64(int, long) - Method in class com.google.protobuf.CodedOutputStream
Write a uint64 field, including tag, to the stream.
writeUInt64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
Write a uint64 field to the stream.
writeUnknownGroup(int, MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Deprecated.
UnknownFieldSet now implements MessageLite, so you can just call CodedOutputStream.writeGroup(int, com.google.protobuf.MessageLite).
writeUnknownGroupNoTag(MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Deprecated.
UnknownFieldSet now implements MessageLite, so you can just call CodedOutputStream.writeGroupNoTag(com.google.protobuf.MessageLite).
writeUntil(int, CodedOutputStream) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage.ExtensionWriter
 
writeUntil(int, CodedOutputStream) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage.ExtensionWriter
 
A B C D E F G H I L M N O P R S T U V W 

Copyright © 2008-2014 Google. All Rights Reserved.