A B C D E F G H I L M N 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
 
add(GeneratedMessage.GeneratedExtension<?, ?>) - 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.
addAll(Iterable<T>, Collection<? super T>) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
addAllDependency(Iterable<? extends String>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
addAllEnumType(Iterable<? extends DescriptorProtos.EnumDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
addAllEnumType(Iterable<? extends DescriptorProtos.EnumDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
addAllExtension(Iterable<? extends DescriptorProtos.FieldDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
addAllExtension(Iterable<? extends DescriptorProtos.FieldDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
addAllExtensionRange(Iterable<? extends DescriptorProtos.DescriptorProto.ExtensionRange>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
addAllField(Iterable<? extends DescriptorProtos.FieldDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
addAllFile(Iterable<? extends DescriptorProtos.FileDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
addAllMessageType(Iterable<? extends DescriptorProtos.DescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
addAllMethod(Iterable<? extends DescriptorProtos.MethodDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
addAllNestedType(Iterable<? extends DescriptorProtos.DescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
addAllService(Iterable<? extends DescriptorProtos.ServiceDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
addAllValue(Iterable<? extends DescriptorProtos.EnumValueDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
addDependency(String) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
addEnumType(DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
addEnumType(DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
addEnumType(DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
addEnumType(DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
addExtension(DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
addExtension(DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
addExtension(DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
addExtension(DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
addExtension(GeneratedMessage.GeneratedExtension<MessageType, List<Type>>, Type) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Append a value to a repeated extension.
addExtensionRange(DescriptorProtos.DescriptorProto.ExtensionRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
addExtensionRange(DescriptorProtos.DescriptorProto.ExtensionRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
addField(DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
addField(DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
addField(int, UnknownFieldSet.Field) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Add a field to the UnknownFieldSet.
addFile(DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
addFile(DescriptorProtos.FileDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
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.
addMessageType(DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
addMessageType(DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
addMethod(DescriptorProtos.MethodDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
addMethod(DescriptorProtos.MethodDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
addNestedType(DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
addNestedType(DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
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.
addService(DescriptorProtos.ServiceDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
addService(DescriptorProtos.ServiceDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
addValue(DescriptorProtos.EnumValueDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
addValue(DescriptorProtos.EnumValueDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
addVarint(long) - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
Add a varint value.
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.

B

build() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
build() - Method in class com.google.protobuf.DynamicMessage.Builder
 
build() - Method in interface com.google.protobuf.Message.Builder
Construct the final message.
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.DescriptorProtos.DescriptorProto.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
buildPartial() - Method in class com.google.protobuf.DynamicMessage.Builder
 
buildPartial() - Method in interface com.google.protobuf.Message.Builder
Like Message.Builder.build(), but does not throw an exception if the message is missing required fields.
byteAt(int) - Method in class com.google.protobuf.ByteString
Gets the byte at the given index.
ByteString - Class in com.google.protobuf
Immutable array of bytes.
ByteString.Output - Class in com.google.protobuf
Outputs to a ByteString instance.

C

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.
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.DescriptorProtos.DescriptorProto.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
clear() - Method in class com.google.protobuf.DynamicMessage.Builder
 
clear() - Method in interface com.google.protobuf.Message.Builder
Resets all fields to their default values.
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.
clearCtype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
clearDefaultValue() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
clearDependency() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
clearEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
clearEnumType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
clearEnumType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
clearExperimentalMapKey() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
clearExtendee() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
clearExtension() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
clearExtension() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
clearExtension(GeneratedMessage.GeneratedExtension<MessageType, ?>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Clear an extension.
clearExtensionRange() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
clearField() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
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.
clearFile() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
clearInputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
clearJavaMultipleFiles() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
clearJavaOuterClassname() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
clearJavaPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
clearLabel() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
clearMessageSetWireFormat() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
clearMessageType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
clearMethod() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
clearName() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
clearName() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
clearName() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
clearName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
clearName() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
clearName() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
clearName() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
clearNestedType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
clearNumber() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
clearNumber() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
clearOptimizeFor() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
clearOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
clearOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
clearOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
clearOptions() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
clearOptions() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
clearOptions() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
clearOptions() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
clearOutputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
clearPackage() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
clearService() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
clearStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
clearType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
clearTypeName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
clearValue() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
clone() - Method in class com.google.protobuf.AbstractMessage.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
clone() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
clone() - Method in class com.google.protobuf.DynamicMessage.Builder
 
clone() - Method in interface com.google.protobuf.Message.Builder
Clones the 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.
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.
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.
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.
computeFieldSize(Descriptors.FieldDescriptor.Type, int, Object) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a field of arbitrary type, including tag, to the stream.
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.
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.
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.
computeGroupSize(int, Message) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a group field, including tag.
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.
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.
computeMessageSetExtensionSize(int, Message) - 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, Message) - 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.
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.
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.
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.
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.
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.
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.
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.
computeUnknownGroupSize(int, UnknownFieldSet) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a group field represented by an UnknownFieldSet, including tag.
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(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.
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.

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
The buffer size used in CodedOutputStream.newInstance(java.io.OutputStream).
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.
DescriptorProtos - Class in com.google.protobuf
 
DescriptorProtos.DescriptorProto - Class in com.google.protobuf
 
DescriptorProtos.DescriptorProto.Builder - Class in com.google.protobuf
 
DescriptorProtos.DescriptorProto.ExtensionRange - Class in com.google.protobuf
 
DescriptorProtos.DescriptorProto.ExtensionRange.Builder - Class in com.google.protobuf
 
DescriptorProtos.EnumDescriptorProto - Class in com.google.protobuf
 
DescriptorProtos.EnumDescriptorProto.Builder - Class in com.google.protobuf
 
DescriptorProtos.EnumOptions - Class in com.google.protobuf
 
DescriptorProtos.EnumOptions.Builder - Class in com.google.protobuf
 
DescriptorProtos.EnumValueDescriptorProto - Class in com.google.protobuf
 
DescriptorProtos.EnumValueDescriptorProto.Builder - Class in com.google.protobuf
 
DescriptorProtos.EnumValueOptions - Class in com.google.protobuf
 
DescriptorProtos.EnumValueOptions.Builder - Class in com.google.protobuf
 
DescriptorProtos.FieldDescriptorProto - Class in com.google.protobuf
 
DescriptorProtos.FieldDescriptorProto.Builder - Class in com.google.protobuf
 
DescriptorProtos.FieldDescriptorProto.Label - Enum in com.google.protobuf
 
DescriptorProtos.FieldDescriptorProto.Type - Enum in com.google.protobuf
 
DescriptorProtos.FieldOptions - Class in com.google.protobuf
 
DescriptorProtos.FieldOptions.Builder - Class in com.google.protobuf
 
DescriptorProtos.FieldOptions.CType - Enum in com.google.protobuf
 
DescriptorProtos.FileDescriptorProto - Class in com.google.protobuf
 
DescriptorProtos.FileDescriptorProto.Builder - Class in com.google.protobuf
 
DescriptorProtos.FileDescriptorSet - Class in com.google.protobuf
 
DescriptorProtos.FileDescriptorSet.Builder - Class in com.google.protobuf
 
DescriptorProtos.FileOptions - Class in com.google.protobuf
 
DescriptorProtos.FileOptions.Builder - Class in com.google.protobuf
 
DescriptorProtos.FileOptions.OptimizeMode - Enum in com.google.protobuf
 
DescriptorProtos.MessageOptions - Class in com.google.protobuf
 
DescriptorProtos.MessageOptions.Builder - Class in com.google.protobuf
 
DescriptorProtos.MethodDescriptorProto - Class in com.google.protobuf
 
DescriptorProtos.MethodDescriptorProto.Builder - Class in com.google.protobuf
 
DescriptorProtos.MethodOptions - Class in com.google.protobuf
 
DescriptorProtos.MethodOptions.Builder - Class in com.google.protobuf
 
DescriptorProtos.ServiceDescriptorProto - Class in com.google.protobuf
 
DescriptorProtos.ServiceDescriptorProto.Builder - Class in com.google.protobuf
 
DescriptorProtos.ServiceOptions - Class in com.google.protobuf
 
DescriptorProtos.ServiceOptions.Builder - Class in com.google.protobuf
 
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.MethodDescriptor - Class in com.google.protobuf
Describes one method within a service type.
Descriptors.ServiceDescriptor - Class in com.google.protobuf
Describes a service type.
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.
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.
equals(Object) - Method in class com.google.protobuf.AbstractMessage
 
equals(Object) - Method in class com.google.protobuf.ByteString
 
equals(Object) - Method in interface com.google.protobuf.Message
Compares the specified object with this message for equality.
errorText() - Method in interface com.google.protobuf.RpcController
If failed() is true, returns a human-readable description of the error.
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.
extensionsAreInitialized() - Method in class com.google.protobuf.GeneratedMessage.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.

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
Find an extension by fully-qualified field name, in the proto namespace.
findExtensionByNumber(Descriptors.Descriptor, int) - Method in class com.google.protobuf.ExtensionRegistry
Find an extension by containing type and field number.
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.
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.
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.
flush() - Method in class com.google.protobuf.CodedOutputStream
Flushes the stream and forces any buffered bytes to be written.

G

generalizeCallback(RpcCallback<Type>, Class<Type>, Type) - Static method in class com.google.protobuf.RpcUtil
Take an RcpCallabck accepting a specific message type and convert it to an RcpCallabck<Message>.
GeneratedMessage - Class in com.google.protobuf
All generated protocol message classes extend this class.
GeneratedMessage() - 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.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.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.ExtensionWriter - Class in com.google.protobuf
Used by subclasses to serialize extensions.
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.GeneratedExtension<ContainingType extends Message,Type> - Class in com.google.protobuf
Type used to represent generated extensions.
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.ExtendableMessage
 
getAllFields() - Method in class com.google.protobuf.GeneratedMessage
 
getAllFields() - Method in interface com.google.protobuf.Message.Builder
Like Message.getAllFields().
getAllFields() - Method in interface com.google.protobuf.Message
Returns a collection of all the fields in this message which are set and their corresponding values.
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.
getCtype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
getCtype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
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.DescriptorProtos.DescriptorProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DynamicMessage.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DynamicMessage
 
getDefaultInstanceForType() - Method in interface com.google.protobuf.Message.Builder
Get the message's type's default instance.
getDefaultInstanceForType() - Method in interface com.google.protobuf.Message
Get an instance of the type with all fields set to their default values.
getDefaultValue() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
getDefaultValue() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
getDefaultValue() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Returns the field's default value.
getDependencies() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Get a list of this file's dependencies (imports).
getDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
getDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getDependencyCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
getDependencyCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getDependencyList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
getDependencyList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getDescription() - Method in exception com.google.protobuf.Descriptors.DescriptorValidationException
Gets a human-readable description of the error.
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
getDescriptor() - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
 
getDescriptor() - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
 
getDescriptor() - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
getDescriptor() - Static method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
getDescriptor() - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
getDescriptorForType() - Method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
 
getDescriptorForType() - Method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
getDescriptorForType() - Method in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
getDescriptorForType() - Method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
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.Message
Get the message's type's descriptor.
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.
getEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
getEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
getEnumType(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
getEnumType(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getEnumType(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
getEnumType(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getEnumType() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
For enum fields, gets the field's type.
getEnumTypeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
getEnumTypeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getEnumTypeCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
getEnumTypeCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getEnumTypeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
getEnumTypeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getEnumTypeList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
getEnumTypeList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
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.
getExperimentalMapKey() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
getExperimentalMapKey() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
getExtendee() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
getExtendee() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
getExtension(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
getExtension(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getExtension(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
getExtension(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getExtension(GeneratedMessage.GeneratedExtension<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Get the value of an extension.
getExtension(GeneratedMessage.GeneratedExtension<MessageType, List<Type>>, int) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Get one element of a repeated extension.
getExtension(GeneratedMessage.GeneratedExtension<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
Get the value of an extension.
getExtension(GeneratedMessage.GeneratedExtension<MessageType, List<Type>>, int) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
Get one element of a repeated extension.
getExtensionCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
getExtensionCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getExtensionCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
getExtensionCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getExtensionCount(GeneratedMessage.GeneratedExtension<MessageType, List<Type>>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Get the number of elements in a repeated extension.
getExtensionCount(GeneratedMessage.GeneratedExtension<MessageType, List<Type>>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
Get the number of elements in a repeated extension.
getExtensionList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
getExtensionList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getExtensionList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
getExtensionList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getExtensionRange(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
getExtensionRange(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getExtensionRangeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
getExtensionRangeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getExtensionRangeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
getExtensionRangeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
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.
getField(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
getField(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
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.ExtendableMessage
 
getField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage
 
getField(Descriptors.FieldDescriptor) - Method in interface com.google.protobuf.Message.Builder
Like Message.getField(Descriptors.FieldDescriptor)
getField(Descriptors.FieldDescriptor) - Method in interface com.google.protobuf.Message
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.
getFieldCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
getFieldCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getFieldList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
getFieldList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getFields() - Method in class com.google.protobuf.Descriptors.Descriptor
Get a list of this message type's fields.
getFile(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
getFile(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
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.MethodDescriptor
Get the Descriptors.FileDescriptor containing this descriptor.
getFile() - Method in class com.google.protobuf.Descriptors.ServiceDescriptor
Get the Descriptors.FileDescriptor containing this descriptor.
getFileCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
getFileCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
getFileList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
getFileList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
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.MethodDescriptor
Get the method's fully-qualified name.
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.ServiceDescriptor
Get the index of this descriptor within its parent.
getInputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
getInputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
getInputType() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
Get the method's input type.
getJavaMultipleFiles() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
getJavaMultipleFiles() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
getJavaOuterClassname() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
getJavaOuterClassname() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
getJavaPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
getJavaPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
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
 
getLabel() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
getLabel() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
getLengthDelimitedList() - Method in class com.google.protobuf.UnknownFieldSet.Field
Get the list of length-delimited values for this field.
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.
getMessageSetWireFormat() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
getMessageSetWireFormat() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
getMessageType(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
getMessageType(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getMessageType() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
For embedded message and group fields, gets the field's type.
getMessageTypeCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
getMessageTypeCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getMessageTypeList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
getMessageTypeList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getMessageTypes() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Get a list of top-level message types declared in this file.
getMethod(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
getMethod(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
getMethodCount() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
getMethodCount() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
getMethodList() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
getMethodList() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
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.DescriptorProtos.DescriptorProto.Builder
 
getName() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getName() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
getName() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
getName() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
getName() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
getName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
getName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
getName() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
getName() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getName() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
getName() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
getName() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
getName() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
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.MethodDescriptor
Get the method's unqualified name.
getName() - Method in class com.google.protobuf.Descriptors.ServiceDescriptor
Get the type's unqualified name.
getNestedType(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
getNestedType(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getNestedTypeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
getNestedTypeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getNestedTypeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
getNestedTypeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
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.DescriptorProtos.EnumValueDescriptorProto.Builder
 
getNumber() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
getNumber() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
getNumber() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
getNumber() - Method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
 
getNumber() - Method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
 
getNumber() - Method in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
 
getNumber() - Method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
 
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.
getOptimizeFor() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
getOptimizeFor() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
getOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
getOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
getOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
getOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
getOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
getOptions() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
getOptions() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
getOptions() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
getOptions() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getOptions() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
getOptions() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
getOptions() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
getOptions() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
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.DescriptorProtos.MethodDescriptorProto.Builder
 
getOutputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
getOutputType() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
Get the method's output type.
getPackage() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
getPackage() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getPackage() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Get the proto package name.
getProblemProto() - Method in exception com.google.protobuf.Descriptors.DescriptorValidationException
Gets the 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.
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.ExtendableMessage
 
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.GeneratedMessage
 
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in interface com.google.protobuf.Message.Builder
Like Message.getRepeatedField(Descriptors.FieldDescriptor,int)
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in interface com.google.protobuf.Message
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.ExtendableMessage
 
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage
 
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in interface com.google.protobuf.Message.Builder
Like Message.getRepeatedFieldCount(Descriptors.FieldDescriptor)
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in interface com.google.protobuf.Message
Gets the number of elements of a repeated field.
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.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.DescriptorProtos.DescriptorProto.ExtensionRange
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
getSerializedSize() - Method in class com.google.protobuf.DynamicMessage
 
getSerializedSize() - Method in interface com.google.protobuf.Message
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(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
getService(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getService() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
Get the method's service type.
getServiceCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
getServiceCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getServiceList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
getServiceList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getServices() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Get a list of top-level services declared in this file.
getStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
getStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
getTagFieldNumber(int) - Static method in class com.google.protobuf.WireFormat
Given a tag value, determines the field number (the upper 29 bits).
getType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
getType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
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.
getTypeName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
getTypeName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
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 interface com.google.protobuf.Message.Builder
Get the UnknownFieldSet for this message.
getUnknownFields() - Method in interface com.google.protobuf.Message
Get the UnknownFieldSet for this message.
getUnmodifiable() - Method in class com.google.protobuf.ExtensionRegistry
Returns an unmodifiable view of the registry.
getValue(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
getValue(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
getValueCount() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
getValueCount() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
getValueDescriptor() - Method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
 
getValueDescriptor() - Method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
 
getValueDescriptor() - Method in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
 
getValueDescriptor() - Method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
 
getValueList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
getValueList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
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.

H

hasCtype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
hasCtype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
hasDefaultValue() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
hasDefaultValue() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
hasDefaultValue() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Returns true if the field had an explicitly-defined default value.
hasEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
hasEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
hasExperimentalMapKey() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
hasExperimentalMapKey() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
hasExtendee() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
hasExtendee() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
hasExtension(GeneratedMessage.GeneratedExtension<MessageType, ?>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Check if a singular extension is present.
hasExtension(GeneratedMessage.GeneratedExtension<MessageType, ?>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
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.ExtendableMessage
 
hasField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage
 
hasField(Descriptors.FieldDescriptor) - Method in interface com.google.protobuf.Message.Builder
Like Message.hasField(Descriptors.FieldDescriptor)
hasField(Descriptors.FieldDescriptor) - Method in interface com.google.protobuf.Message
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.
hashCode() - Method in class com.google.protobuf.AbstractMessage
 
hashCode() - Method in class com.google.protobuf.ByteString
 
hashCode() - Method in interface com.google.protobuf.Message
Returns the hash code value for this message.
hasInputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
hasInputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
hasJavaMultipleFiles() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
hasJavaMultipleFiles() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
hasJavaOuterClassname() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
hasJavaOuterClassname() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
hasJavaPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
hasJavaPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
hasLabel() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
hasLabel() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
hasMessageSetWireFormat() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
hasMessageSetWireFormat() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
hasName() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
hasName() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
hasName() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
hasName() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
hasName() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
hasName() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
hasName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
hasName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
hasName() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
hasName() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
hasName() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
hasName() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
hasName() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
hasName() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
hasNumber() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
hasNumber() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
hasNumber() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
hasNumber() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
hasOptimizeFor() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
hasOptimizeFor() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
hasOutputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
hasOutputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
hasPackage() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
hasPackage() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
hasStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
hasStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
hasType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
hasType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
hasTypeName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
hasTypeName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 

I

internalBuildGeneratedFileFrom(String, Descriptors.FileDescriptor[]) - 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.DescriptorProtos.DescriptorProto.ExtensionRange
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.GeneratedMessage
Get the FieldAccessorTable for this type.
internalGetResult() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
internalGetResult() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
internalGetResult() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
internalGetResult() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
internalGetResult() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
internalGetResult() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
internalGetResult() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
internalGetResult() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
internalGetResult() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
internalGetResult() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
internalGetResult() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
internalGetResult() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
internalGetResult() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
internalGetResult() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
internalGetResult() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
internalGetResult() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
internalGetResult() - Method in class com.google.protobuf.GeneratedMessage.Builder
Get the message being built.
internalGetResult() - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
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
 
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.
isEmpty() - Method in class com.google.protobuf.ByteString
Returns true if the size is 0, false otherwise.
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.DescriptorProtos.DescriptorProto.ExtensionRange
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
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 interface com.google.protobuf.Message.Builder
Returns true if all required fields in the message and all embedded messages are set, false otherwise.
isInitialized() - Method in interface com.google.protobuf.Message
Returns true if all required fields in the message and all embedded messages are set, false otherwise.
isOptional() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Is this field declared optional?
isRepeated() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Is this field declared repeated?
isRequired() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Is this field declared required?

L

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

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.
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, ExtensionRegistry) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(ByteString) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(ByteString, ExtensionRegistry) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(byte[]) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(byte[], ExtensionRegistry) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(InputStream) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(InputStream, ExtensionRegistry) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
mergeFrom(DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
mergeFrom(CodedInputStream) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistry) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
mergeFrom(DescriptorProtos.DescriptorProto.ExtensionRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
mergeFrom(CodedInputStream) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistry) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
mergeFrom(DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
mergeFrom(CodedInputStream) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistry) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
mergeFrom(DescriptorProtos.EnumOptions) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
mergeFrom(CodedInputStream) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistry) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
mergeFrom(DescriptorProtos.EnumValueDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
mergeFrom(CodedInputStream) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistry) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
mergeFrom(DescriptorProtos.EnumValueOptions) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
mergeFrom(CodedInputStream) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistry) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
mergeFrom(DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
mergeFrom(CodedInputStream) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistry) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
mergeFrom(DescriptorProtos.FieldOptions) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
mergeFrom(CodedInputStream) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistry) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
mergeFrom(DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
mergeFrom(CodedInputStream) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistry) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
mergeFrom(DescriptorProtos.FileDescriptorSet) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
mergeFrom(CodedInputStream) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistry) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
mergeFrom(DescriptorProtos.FileOptions) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
mergeFrom(CodedInputStream) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistry) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
mergeFrom(DescriptorProtos.MessageOptions) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
mergeFrom(CodedInputStream) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistry) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
mergeFrom(DescriptorProtos.MethodDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
mergeFrom(CodedInputStream) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistry) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
mergeFrom(DescriptorProtos.MethodOptions) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
mergeFrom(CodedInputStream) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistry) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
mergeFrom(DescriptorProtos.ServiceDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
mergeFrom(CodedInputStream) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistry) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
mergeFrom(DescriptorProtos.ServiceOptions) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
mergeFrom(CodedInputStream) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistry) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DynamicMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistry) - Method in class com.google.protobuf.DynamicMessage.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
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
Parses a message of this type from the input and merges it with this message, as if using Message.Builder.mergeFrom(Message).
mergeFrom(CodedInputStream, ExtensionRegistry) - Method in interface com.google.protobuf.Message.Builder
Like Message.Builder.mergeFrom(CodedInputStream), but also parses extensions.
mergeFrom(ByteString) - Method in interface com.google.protobuf.Message.Builder
Parse data as a message of this type and merge it with the message being built.
mergeFrom(ByteString, ExtensionRegistry) - Method in interface com.google.protobuf.Message.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.Message.Builder
Parse data as a message of this type and merge it with the message being built.
mergeFrom(byte[], ExtensionRegistry) - Method in interface com.google.protobuf.Message.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.Message.Builder
Parse a message of this type from input and merge it with the message being built.
mergeFrom(InputStream, ExtensionRegistry) - Method in interface com.google.protobuf.Message.Builder
Parse a message of this type from input and merge it with the message being built.
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(UnknownFieldSet.Field) - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
Merge the values in other into this field.
mergeOptions(DescriptorProtos.MessageOptions) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
mergeOptions(DescriptorProtos.EnumOptions) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
mergeOptions(DescriptorProtos.EnumValueOptions) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
mergeOptions(DescriptorProtos.FieldOptions) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
mergeOptions(DescriptorProtos.FileOptions) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
mergeOptions(DescriptorProtos.MethodOptions) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
mergeOptions(DescriptorProtos.ServiceOptions) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
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.

N

newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
newBuilder(DescriptorProtos.DescriptorProto.ExtensionRange) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
newBuilder(DescriptorProtos.DescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
newBuilder(DescriptorProtos.EnumDescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
newBuilder(DescriptorProtos.EnumOptions) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
newBuilder(DescriptorProtos.EnumValueDescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
newBuilder(DescriptorProtos.EnumValueOptions) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
newBuilder(DescriptorProtos.FieldDescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
newBuilder(DescriptorProtos.FieldOptions) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
newBuilder(DescriptorProtos.FileDescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
newBuilder(DescriptorProtos.FileDescriptorSet) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
newBuilder(DescriptorProtos.FileOptions) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
newBuilder(DescriptorProtos.MessageOptions) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
newBuilder(DescriptorProtos.MethodDescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
newBuilder(DescriptorProtos.MethodOptions) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
newBuilder(DescriptorProtos.ServiceDescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
newBuilder(DescriptorProtos.ServiceOptions) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
newBuilder(Descriptors.Descriptor) - Static method in class com.google.protobuf.DynamicMessage
Construct a DynamicMessage.Builder for the given type.
newBuilder(Message) - Static method in class com.google.protobuf.DynamicMessage
Construct a DynamicMessage.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.UnknownFieldSet.Field
Construct a new UnknownFieldSet.Field.Builder.
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
Create a new UnknownFieldSet.Builder.
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.DescriptorProtos.DescriptorProto.ExtensionRange
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
newBuilderForType() - Method in class com.google.protobuf.DynamicMessage
 
newBuilderForType() - Method in interface com.google.protobuf.Message
Constructs a new builder for a message of the same type as this message.
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
 
newGeneratedExtension(Descriptors.FieldDescriptor, Class<Type>) - Static method in class com.google.protobuf.GeneratedMessage
For use by 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(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() - Static method in class com.google.protobuf.ExtensionRegistry
Construct a new, empty instance.
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(Descriptors.FieldDescriptor, Class<Type>) - Static method in class com.google.protobuf.GeneratedMessage
For use by generated code only.
notifyOnCancel(RpcCallback<Object>) - Method in interface com.google.protobuf.RpcController
Asks that the given callback be called when the RPC is canceled.

P

parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(ByteString, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(byte[], ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(InputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(CodedInputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(ByteString, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(byte[], ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(InputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(CodedInputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(ByteString, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(byte[], ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(InputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(CodedInputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(ByteString, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(byte[], ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(InputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(CodedInputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(ByteString, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(byte[], ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(InputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(CodedInputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(ByteString, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(byte[], ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(InputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(CodedInputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(ByteString, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(byte[], ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(InputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(CodedInputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(ByteString, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(byte[], ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(InputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(CodedInputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(ByteString, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(byte[], ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(InputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(CodedInputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(ByteString, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(byte[], ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(InputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(CodedInputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(ByteString, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(byte[], ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(InputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(CodedInputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(ByteString, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(byte[], ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(InputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(CodedInputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(ByteString, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(byte[], ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(InputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(CodedInputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(ByteString, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(byte[], ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(InputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(CodedInputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(ByteString, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(byte[], ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(InputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(CodedInputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(ByteString, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(byte[], ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(InputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(CodedInputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
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) - 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.
parseUnknownField(CodedInputStream, UnknownFieldSet.Builder, ExtensionRegistry, int) - Method in class com.google.protobuf.GeneratedMessage.Builder
Called by subclasses to parse an unknown field.
parseUnknownField(CodedInputStream, UnknownFieldSet.Builder, ExtensionRegistry, int) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Called by subclasses to parse an unknown field or an extension.
popLimit(int) - Method in class com.google.protobuf.CodedInputStream
Discards the current limit, returning to the previous limit.
print(Message, 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, TextFormat.TextGenerator) - Static method in class com.google.protobuf.TextFormat
 
printToString(Message) - 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.
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.
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.
readGroup(int, Message.Builder, ExtensionRegistry) - 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(Message.Builder, ExtensionRegistry) - Method in class com.google.protobuf.CodedInputStream
Read an embedded message field value from the stream.
readPrimitiveField(Descriptors.FieldDescriptor.Type) - Method in class com.google.protobuf.CodedInputStream
Read a field of any primitive type.
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.
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.
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, UnknownFieldSet.Builder) - Method in class com.google.protobuf.CodedInputStream
Reads a group field value from the stream and merges it into the given UnknownFieldSet.
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.
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.
setCtype(DescriptorProtos.FieldOptions.CType) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
setDefaultValue(String) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
setDependency(int, String) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
setEnd(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
setEnumType(int, DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
setEnumType(int, DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
setEnumType(int, DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
setEnumType(int, DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
setExperimentalMapKey(String) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
setExtendee(String) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
setExtension(int, DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
setExtension(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
setExtension(int, DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
setExtension(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
setExtension(GeneratedMessage.GeneratedExtension<MessageType, Type>, Type) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Set the value of an extension.
setExtension(GeneratedMessage.GeneratedExtension<MessageType, List<Type>>, int, Type) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Set the value of one element of a repeated extension.
setExtensionRange(int, DescriptorProtos.DescriptorProto.ExtensionRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
setExtensionRange(int, DescriptorProtos.DescriptorProto.ExtensionRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
setFailed(String) - Method in interface com.google.protobuf.RpcController
Causes failed() to return true on the client side.
setField(int, DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
setField(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
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.
setFile(int, DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
setFile(int, DescriptorProtos.FileDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
setInputType(String) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
setJavaMultipleFiles(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
setJavaOuterClassname(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
setJavaPackage(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
setLabel(DescriptorProtos.FieldDescriptorProto.Label) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
setMessageSetWireFormat(boolean) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
setMessageType(int, DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
setMessageType(int, DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
setMethod(int, DescriptorProtos.MethodDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
setMethod(int, DescriptorProtos.MethodDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
setName(String) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
setName(String) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
setName(String) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
setName(String) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
setName(String) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
setName(String) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
setName(String) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
setNestedType(int, DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
setNestedType(int, DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
setNumber(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
setNumber(int) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
setOptimizeFor(DescriptorProtos.FileOptions.OptimizeMode) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
setOptions(DescriptorProtos.MessageOptions) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
setOptions(DescriptorProtos.MessageOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
setOptions(DescriptorProtos.EnumOptions) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
setOptions(DescriptorProtos.EnumOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
setOptions(DescriptorProtos.EnumValueOptions) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
setOptions(DescriptorProtos.EnumValueOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
setOptions(DescriptorProtos.FieldOptions) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
setOptions(DescriptorProtos.FieldOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
setOptions(DescriptorProtos.FileOptions) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
setOptions(DescriptorProtos.FileOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
setOptions(DescriptorProtos.MethodOptions) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
setOptions(DescriptorProtos.MethodOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
setOptions(DescriptorProtos.ServiceOptions) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
setOptions(DescriptorProtos.ServiceOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
setOutputType(String) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
setPackage(String) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
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.
setService(int, DescriptorProtos.ServiceDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
setService(int, DescriptorProtos.ServiceDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
setSizeLimit(int) - Method in class com.google.protobuf.CodedInputStream
Set the maximum message size.
setStart(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
setType(DescriptorProtos.FieldDescriptorProto.Type) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
setTypeName(String) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DynamicMessage.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
setUnknownFields(UnknownFieldSet) - Method in interface com.google.protobuf.Message.Builder
Set the UnknownFieldSet for this message.
setValue(int, DescriptorProtos.EnumValueDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
setValue(int, DescriptorProtos.EnumValueDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
size() - Method in class com.google.protobuf.ByteString
Gets the number of bytes.
skipField(int) - Method in class com.google.protobuf.CodedInputStream
Reads and discards a single field, given its tag value.
skipMessage() - Method in class com.google.protobuf.CodedInputStream
Reads and discards an entire message.
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 RcpCallabck<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.

T

TextFormat - Class in com.google.protobuf
Provide ascii text parsing and formatting support for proto2 instances.
TextFormat() - Constructor for class com.google.protobuf.TextFormat
 
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
 
toByteArray() - Method in class com.google.protobuf.AbstractMessage
 
toByteArray() - Method in class com.google.protobuf.ByteString
Copies bytes to a byte[].
toByteArray() - Method in interface com.google.protobuf.Message
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.AbstractMessage
 
toByteString() - Method in class com.google.protobuf.ByteString.Output
Creates a ByteString instance from this Output.
toByteString() - Method in interface com.google.protobuf.Message
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.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.
toString() - Method in class com.google.protobuf.AbstractMessage
 
toString(String) - Method in class com.google.protobuf.ByteString
Constructs a new String by decoding the bytes using the specified charset.
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.

U

UninitializedMessageException - Exception in com.google.protobuf
Thrown when attempting to build a protocol message that is missing required fields.
UninitializedMessageException(Message) - 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.

V

valueOf(String) - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
 
valueOf(String) - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
 
valueOf(String) - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
 
valueOf(String) - Static method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
 
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
 
values() - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.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.DescriptorProtos.FieldOptions.CType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
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.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.

W

WireFormat - Class in com.google.protobuf
This class is used internally by the Protocol Buffer library and generated message implementations.
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.
writeBytes(int, ByteString) - Method in class com.google.protobuf.CodedOutputStream
Write a bytes field, including tag, to the stream.
writeDouble(int, double) - Method in class com.google.protobuf.CodedOutputStream
Write a double field, including tag, to the stream.
writeEnum(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write an enum field, including tag, to the stream.
writeField(Descriptors.FieldDescriptor.Type, int, Object) - Method in class com.google.protobuf.CodedOutputStream
Write a field of arbitrary type, including tag, to the stream.
writeFixed32(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write a fixed32 field, including tag, to the stream.
writeFixed64(int, long) - Method in class com.google.protobuf.CodedOutputStream
Write a fixed64 field, including tag, to the stream.
writeFloat(int, float) - Method in class com.google.protobuf.CodedOutputStream
Write a float field, including tag, to the stream.
writeGroup(int, Message) - Method in class com.google.protobuf.CodedOutputStream
Write a group field, including tag, to the stream.
writeInt32(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write an int32 field, including tag, to the stream.
writeInt64(int, long) - Method in class com.google.protobuf.CodedOutputStream
Write an int64 field, including tag, to the stream.
writeMessage(int, Message) - Method in class com.google.protobuf.CodedOutputStream
Write an embedded message field, including tag, to the stream.
writeMessageSetExtension(int, Message) - 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(byte[]) - Method in class com.google.protobuf.CodedOutputStream
Write an array of bytes.
writeRawBytes(byte[], int, int) - Method in class com.google.protobuf.CodedOutputStream
Write part of an array of bytes.
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.
writeSFixed32(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write an sfixed32 field, including tag, to the stream.
writeSFixed64(int, long) - Method in class com.google.protobuf.CodedOutputStream
Write an sfixed64 field, including tag, to the stream.
writeSInt32(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write an sint32 field, including tag, to the stream.
writeSInt64(int, long) - Method in class com.google.protobuf.CodedOutputStream
Write an sint64 field, including tag, to the stream.
writeString(int, String) - Method in class com.google.protobuf.CodedOutputStream
Write a string field, including tag, 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.AbstractMessage
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DynamicMessage
 
writeTo(CodedOutputStream) - Method in interface com.google.protobuf.Message
Serializes the message and writes it to output.
writeTo(OutputStream) - Method in interface com.google.protobuf.Message
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.
writeUInt64(int, long) - Method in class com.google.protobuf.CodedOutputStream
Write a uint64 field, including tag, to the stream.
writeUnknownGroup(int, UnknownFieldSet) - Method in class com.google.protobuf.CodedOutputStream
Write a group represented by an UnknownFieldSet.
writeUntil(int, CodedOutputStream) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage.ExtensionWriter
 

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

Copyright © 2008. All Rights Reserved.