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

A

AbstractMessageLite<MessageType extends AbstractMessageLite<MessageType,​BuilderType>,​BuilderType extends AbstractMessageLite.Builder<MessageType,​BuilderType>> - Class in com.google.protobuf
A partial implementation of the MessageLite interface which implements as many methods of that interface as possible in terms of other methods.
AbstractMessageLite() - Constructor for class com.google.protobuf.AbstractMessageLite
 
AbstractMessageLite.Builder<MessageType extends AbstractMessageLite<MessageType,​BuilderType>,​BuilderType extends AbstractMessageLite.Builder<MessageType,​BuilderType>> - Class in com.google.protobuf
A partial implementation of the Message.Builder interface which implements as many methods of that interface as possible in terms of other methods.
AbstractMessageLite.InternalOneOfEnum - Interface in com.google.protobuf
Interface for an enum which signifies which field in a oneof was specified.
AbstractParser<MessageType extends MessageLite> - Class in com.google.protobuf
A partial implementation of the Parser interface which implements as many methods of that interface as possible in terms of other methods.
AbstractParser() - Constructor for class com.google.protobuf.AbstractParser
 
add(byte[]) - Method in class com.google.protobuf.LazyStringArrayList
 
add(byte[]) - Method in interface com.google.protobuf.LazyStringList
Appends the specified element to the end of this list (optional operation).
add(byte[]) - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
add(int, String) - Method in class com.google.protobuf.LazyStringArrayList
 
add(ByteString) - Method in class com.google.protobuf.LazyStringArrayList
 
add(ByteString) - Method in interface com.google.protobuf.LazyStringList
Appends the specified element to the end of this list (optional operation).
add(ByteString) - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
add(ExtensionLite<?, ?>) - Method in class com.google.protobuf.ExtensionRegistryLite
Add an extension from a lite generated file to the registry only if it is a non-lite extension i.e.
add(GeneratedMessageLite.GeneratedExtension<?, ?>) - Method in class com.google.protobuf.ExtensionRegistryLite
Add an extension from a lite generated file to the registry.
addAll(int, Collection<? extends String>) - Method in class com.google.protobuf.LazyStringArrayList
 
addAll(Iterable<T>, Collection<? super T>) - Static method in class com.google.protobuf.AbstractMessageLite
Deprecated.
addAll(Iterable<T>, Collection<? super T>) - Static method in class com.google.protobuf.AbstractMessageLite.Builder
Deprecated.
addAll(Iterable<T>, List<? super T>) - Static method in class com.google.protobuf.AbstractMessageLite
 
addAll(Iterable<T>, List<? super T>) - Static method in class com.google.protobuf.AbstractMessageLite.Builder
Adds the values to the list.
addAll(Collection<? extends String>) - Method in class com.google.protobuf.LazyStringArrayList
 
addAllByteArray(Collection<byte[]>) - Method in class com.google.protobuf.LazyStringArrayList
 
addAllByteArray(Collection<byte[]>) - Method in interface com.google.protobuf.LazyStringList
Appends all elements in the specified byte[] collection to the end of this list.
addAllByteArray(Collection<byte[]>) - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
addAllByteString(Collection<? extends ByteString>) - Method in class com.google.protobuf.LazyStringArrayList
 
addAllByteString(Collection<? extends ByteString>) - Method in interface com.google.protobuf.LazyStringList
Appends all elements in the specified ByteString collection to the end of this list.
addAllByteString(Collection<? extends ByteString>) - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
addAllEnumvalue(Iterable<? extends EnumValue>) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
addAllFields(Iterable<? extends Field>) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
addAllMethods(Iterable<? extends Method>) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
addAllMixins(Iterable<? extends Mixin>) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
addAllOneofs(Iterable<String>) - Method in class com.google.protobuf.Type.Builder
repeated string oneofs = 3 [json_name = "oneofs"];
addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
addAllPaths(Iterable<String>) - Method in class com.google.protobuf.FieldMask.Builder
repeated string paths = 1 [json_name = "paths"];
addAllValues(Iterable<? extends Value>) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
addBoolean(boolean) - Method in interface com.google.protobuf.Internal.BooleanList
Like List.add(Object) but more efficient in that it doesn't box the element.
addDouble(double) - Method in interface com.google.protobuf.Internal.DoubleList
Like List.add(Object) but more efficient in that it doesn't box the element.
addEnumvalue(int, EnumValue) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
addEnumvalue(int, EnumValue.Builder) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
addEnumvalue(EnumValue) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
addEnumvalue(EnumValue.Builder) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
addExtension(ExtensionLite<MessageType, List<Type>>, Type) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Append a value to a repeated extension.
addFields(int, Field) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
addFields(int, Field.Builder) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
addFields(Field) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
addFields(Field.Builder) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
addFloat(float) - Method in interface com.google.protobuf.Internal.FloatList
Like List.add(Object) but more efficient in that it doesn't box the element.
addInt(int) - Method in interface com.google.protobuf.Internal.IntList
Like List.add(Object) but more efficient in that it doesn't box the element.
addLong(long) - Method in interface com.google.protobuf.Internal.LongList
Like List.add(Object) but more efficient in that it doesn't box the element.
addMethods(int, Method) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
addMethods(int, Method.Builder) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
addMethods(Method) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
addMethods(Method.Builder) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
addMixins(int, Mixin) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
addMixins(int, Mixin.Builder) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
addMixins(Mixin) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
addMixins(Mixin.Builder) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
addOneofs(String) - Method in class com.google.protobuf.Type.Builder
repeated string oneofs = 3 [json_name = "oneofs"];
addOneofsBytes(ByteString) - Method in class com.google.protobuf.Type.Builder
repeated string oneofs = 3 [json_name = "oneofs"];
addOptions(int, Option) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addOptions(int, Option) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addOptions(int, Option) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addOptions(int, Option) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
addOptions(int, Option) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
addOptions(int, Option) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
addOptions(int, Option.Builder) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addOptions(int, Option.Builder) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addOptions(int, Option.Builder) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addOptions(int, Option.Builder) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
addOptions(int, Option.Builder) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
addOptions(int, Option.Builder) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
addOptions(Option) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addOptions(Option) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addOptions(Option) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addOptions(Option) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
addOptions(Option) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
addOptions(Option) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
addOptions(Option.Builder) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addOptions(Option.Builder) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addOptions(Option.Builder) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
addOptions(Option.Builder) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
addOptions(Option.Builder) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
addOptions(Option.Builder) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
addPaths(String) - Method in class com.google.protobuf.FieldMask.Builder
repeated string paths = 1 [json_name = "paths"];
addPathsBytes(ByteString) - Method in class com.google.protobuf.FieldMask.Builder
repeated string paths = 1 [json_name = "paths"];
addValues(int, Value) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
addValues(int, Value.Builder) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
addValues(Value) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
addValues(Value.Builder) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
Any - Class in com.google.protobuf
Protobuf type google.protobuf.Any
Any.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Any
AnyOrBuilder - Interface in com.google.protobuf
 
AnyProto - Class in com.google.protobuf
 
Api - Class in com.google.protobuf
Protobuf type google.protobuf.Api
Api.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Api
ApiOrBuilder - Interface in com.google.protobuf
 
ApiProto - Class in com.google.protobuf
 
asByteArrayList() - Method in class com.google.protobuf.LazyStringArrayList
 
asByteArrayList() - Method in interface com.google.protobuf.LazyStringList
Returns a mutable view of this list.
asByteArrayList() - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
asByteStringList() - Method in class com.google.protobuf.LazyStringArrayList
 
asByteStringList() - Method in interface com.google.protobuf.ProtocolStringList
Returns a view of the data as a list of ByteStrings.
asByteStringList() - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
asInvalidProtocolBufferException() - Method in exception com.google.protobuf.UninitializedMessageException
Converts this exception to an InvalidProtocolBufferException.
asReadOnlyByteBuffer() - Method in class com.google.protobuf.ByteString
Constructs a read-only java.nio.ByteBuffer whose content is equal to the contents of this byte string.
asReadOnlyByteBufferList() - Method in class com.google.protobuf.ByteString
Constructs a list of read-only java.nio.ByteBuffer objects such that the concatenation of their contents is equal to the contents of this byte string.

B

BOOL - com.google.protobuf.FieldType
 
BOOL - com.google.protobuf.WireFormat.FieldType
 
BOOL_LIST - com.google.protobuf.FieldType
 
BOOL_LIST_PACKED - com.google.protobuf.FieldType
 
BOOL_VALUE - com.google.protobuf.Value.KindCase
 
BOOL_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Value
 
BOOLEAN - com.google.protobuf.JavaType
 
BOOLEAN - com.google.protobuf.WireFormat.JavaType
 
BoolValue - Class in com.google.protobuf
Protobuf type google.protobuf.BoolValue
BoolValue.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.BoolValue
BoolValueOrBuilder - Interface in com.google.protobuf
 
build() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
build() - Method in interface com.google.protobuf.MessageLite.Builder
Constructs the message based on the state of the Builder.
BUILD_MESSAGE_INFO - com.google.protobuf.GeneratedMessageLite.MethodToInvoke
 
Builder() - Constructor for class com.google.protobuf.AbstractMessageLite.Builder
 
Builder(MessageType) - Constructor for class com.google.protobuf.GeneratedMessageLite.Builder
 
buildPartial() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
buildPartial() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
 
buildPartial() - Method in interface com.google.protobuf.MessageLite.Builder
Like MessageLite.Builder.build(), but does not throw an exception if the message is missing required fields.
BYTE_STRING - com.google.protobuf.JavaType
 
BYTE_STRING - com.google.protobuf.WireFormat.JavaType
 
byteArrayDefaultValue(String) - Static method in class com.google.protobuf.Internal
Helper called by generated code to construct default values for bytes fields.
byteAt(int) - Method in class com.google.protobuf.ByteString
Gets the byte at the given index.
byteBufferDefaultValue(String) - Static method in class com.google.protobuf.Internal
Helper called by generated code to construct default values for bytes fields.
ByteOutput - Class in com.google.protobuf
An output target for raw bytes.
ByteOutput() - Constructor for class com.google.protobuf.ByteOutput
 
BYTES - com.google.protobuf.FieldType
 
BYTES - com.google.protobuf.WireFormat.FieldType
 
BYTES_LIST - com.google.protobuf.FieldType
 
bytesDefaultValue(String) - Static method in class com.google.protobuf.Internal
Helper called by generated code to construct default values for bytes fields.
ByteString - Class in com.google.protobuf
Immutable sequence of bytes.
ByteString.ByteIterator - Interface in com.google.protobuf
This interface extends Iterator<Byte>, so that we can return an unboxed byte.
ByteString.Output - Class in com.google.protobuf
Outputs to a ByteString instance.
BytesValue - Class in com.google.protobuf
Protobuf type google.protobuf.BytesValue
BytesValue.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.BytesValue
BytesValueOrBuilder - Interface in com.google.protobuf
 

C

CARDINALITY_FIELD_NUMBER - Static variable in class com.google.protobuf.Field
 
CARDINALITY_OPTIONAL - com.google.protobuf.Field.Cardinality
CARDINALITY_OPTIONAL = 1;
CARDINALITY_OPTIONAL_VALUE - Static variable in enum com.google.protobuf.Field.Cardinality
CARDINALITY_OPTIONAL = 1;
CARDINALITY_REPEATED - com.google.protobuf.Field.Cardinality
CARDINALITY_REPEATED = 3;
CARDINALITY_REPEATED_VALUE - Static variable in enum com.google.protobuf.Field.Cardinality
CARDINALITY_REPEATED = 3;
CARDINALITY_REQUIRED - com.google.protobuf.Field.Cardinality
CARDINALITY_REQUIRED = 2;
CARDINALITY_REQUIRED_VALUE - Static variable in enum com.google.protobuf.Field.Cardinality
CARDINALITY_REQUIRED = 2;
CARDINALITY_UNKNOWN - com.google.protobuf.Field.Cardinality
CARDINALITY_UNKNOWN = 0;
CARDINALITY_UNKNOWN_VALUE - Static variable in enum com.google.protobuf.Field.Cardinality
CARDINALITY_UNKNOWN = 0;
checkByteStringIsUtf8(ByteString) - Static method in class com.google.protobuf.AbstractMessageLite
 
checkLastTagWas(int) - Method in class com.google.protobuf.CodedInputStream
Verifies that the last call to readTag() returned the given tag value.
checkNoSpaceLeft() - Method in class com.google.protobuf.CodedOutputStream
Verifies that CodedOutputStream.spaceLeft() returns zero.
checkRecursionLimit() - Method in class com.google.protobuf.CodedInputStream
 
clear() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
clear() - Method in class com.google.protobuf.LazyFieldLite
Clears the value state of this instance.
clear() - Method in class com.google.protobuf.LazyStringArrayList
 
clear() - Method in class com.google.protobuf.MapFieldLite
 
clear() - Method in interface com.google.protobuf.MessageLite.Builder
Resets all fields to their default values.
clearBoolValue() - Method in class com.google.protobuf.Value.Builder
bool bool_value = 4 [json_name = "boolValue"];
clearCardinality() - Method in class com.google.protobuf.Field.Builder
.google.protobuf.Field.Cardinality cardinality = 2 [json_name = "cardinality"];
clearDefaultValue() - Method in class com.google.protobuf.Field.Builder
string default_value = 11 [json_name = "defaultValue"];
clearEdition() - Method in class com.google.protobuf.Enum.Builder
string edition = 6 [json_name = "edition"];
clearEdition() - Method in class com.google.protobuf.Type.Builder
string edition = 7 [json_name = "edition"];
clearEnumvalue() - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
clearExtension(ExtensionLite<MessageType, ?>) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Clear an extension.
clearFields() - Method in class com.google.protobuf.Struct.Builder
 
clearFields() - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
clearFileName() - Method in class com.google.protobuf.SourceContext.Builder
string file_name = 1 [json_name = "fileName"];
clearJsonName() - Method in class com.google.protobuf.Field.Builder
string json_name = 10 [json_name = "jsonName"];
clearKind() - Method in class com.google.protobuf.Field.Builder
.google.protobuf.Field.Kind kind = 1 [json_name = "kind"];
clearKind() - Method in class com.google.protobuf.Value.Builder
 
clearListValue() - Method in class com.google.protobuf.Value.Builder
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
clearMethods() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
clearMixins() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
clearName() - Method in class com.google.protobuf.Api.Builder
string name = 1 [json_name = "name"];
clearName() - Method in class com.google.protobuf.Enum.Builder
string name = 1 [json_name = "name"];
clearName() - Method in class com.google.protobuf.EnumValue.Builder
string name = 1 [json_name = "name"];
clearName() - Method in class com.google.protobuf.Field.Builder
string name = 4 [json_name = "name"];
clearName() - Method in class com.google.protobuf.Method.Builder
string name = 1 [json_name = "name"];
clearName() - Method in class com.google.protobuf.Mixin.Builder
string name = 1 [json_name = "name"];
clearName() - Method in class com.google.protobuf.Option.Builder
string name = 1 [json_name = "name"];
clearName() - Method in class com.google.protobuf.Type.Builder
string name = 1 [json_name = "name"];
clearNanos() - Method in class com.google.protobuf.Duration.Builder
int32 nanos = 2 [json_name = "nanos"];
clearNanos() - Method in class com.google.protobuf.Timestamp.Builder
int32 nanos = 2 [json_name = "nanos"];
clearNullValue() - Method in class com.google.protobuf.Value.Builder
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
clearNumber() - Method in class com.google.protobuf.EnumValue.Builder
int32 number = 2 [json_name = "number"];
clearNumber() - Method in class com.google.protobuf.Field.Builder
int32 number = 3 [json_name = "number"];
clearNumberValue() - Method in class com.google.protobuf.Value.Builder
double number_value = 2 [json_name = "numberValue"];
clearOneofIndex() - Method in class com.google.protobuf.Field.Builder
int32 oneof_index = 7 [json_name = "oneofIndex"];
clearOneofs() - Method in class com.google.protobuf.Type.Builder
repeated string oneofs = 3 [json_name = "oneofs"];
clearOptions() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
clearOptions() - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
clearOptions() - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
clearOptions() - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
clearOptions() - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
clearOptions() - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
clearPacked() - Method in class com.google.protobuf.Field.Builder
bool packed = 8 [json_name = "packed"];
clearPaths() - Method in class com.google.protobuf.FieldMask.Builder
repeated string paths = 1 [json_name = "paths"];
clearRequestStreaming() - Method in class com.google.protobuf.Method.Builder
bool request_streaming = 3 [json_name = "requestStreaming"];
clearRequestTypeUrl() - Method in class com.google.protobuf.Method.Builder
string request_type_url = 2 [json_name = "requestTypeUrl"];
clearResponseStreaming() - Method in class com.google.protobuf.Method.Builder
bool response_streaming = 5 [json_name = "responseStreaming"];
clearResponseTypeUrl() - Method in class com.google.protobuf.Method.Builder
string response_type_url = 4 [json_name = "responseTypeUrl"];
clearRoot() - Method in class com.google.protobuf.Mixin.Builder
string root = 2 [json_name = "root"];
clearSeconds() - Method in class com.google.protobuf.Duration.Builder
int64 seconds = 1 [json_name = "seconds"];
clearSeconds() - Method in class com.google.protobuf.Timestamp.Builder
int64 seconds = 1 [json_name = "seconds"];
clearSourceContext() - Method in class com.google.protobuf.Api.Builder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
clearSourceContext() - Method in class com.google.protobuf.Enum.Builder
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
clearSourceContext() - Method in class com.google.protobuf.Type.Builder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
clearStringValue() - Method in class com.google.protobuf.Value.Builder
string string_value = 3 [json_name = "stringValue"];
clearStructValue() - Method in class com.google.protobuf.Value.Builder
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
clearSyntax() - Method in class com.google.protobuf.Api.Builder
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
clearSyntax() - Method in class com.google.protobuf.Enum.Builder
.google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
clearSyntax() - Method in class com.google.protobuf.Method.Builder
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
clearSyntax() - Method in class com.google.protobuf.Type.Builder
.google.protobuf.Syntax syntax = 6 [json_name = "syntax"];
clearTypeUrl() - Method in class com.google.protobuf.Any.Builder
string type_url = 1 [json_name = "typeUrl"];
clearTypeUrl() - Method in class com.google.protobuf.Field.Builder
string type_url = 6 [json_name = "typeUrl"];
clearValue() - Method in class com.google.protobuf.Any.Builder
bytes value = 2 [json_name = "value"];
clearValue() - Method in class com.google.protobuf.BoolValue.Builder
bool value = 1 [json_name = "value"];
clearValue() - Method in class com.google.protobuf.BytesValue.Builder
bytes value = 1 [json_name = "value"];
clearValue() - Method in class com.google.protobuf.DoubleValue.Builder
double value = 1 [json_name = "value"];
clearValue() - Method in class com.google.protobuf.FloatValue.Builder
float value = 1 [json_name = "value"];
clearValue() - Method in class com.google.protobuf.Int32Value.Builder
int32 value = 1 [json_name = "value"];
clearValue() - Method in class com.google.protobuf.Int64Value.Builder
int64 value = 1 [json_name = "value"];
clearValue() - Method in class com.google.protobuf.Option.Builder
.google.protobuf.Any value = 2 [json_name = "value"];
clearValue() - Method in class com.google.protobuf.StringValue.Builder
string value = 1 [json_name = "value"];
clearValue() - Method in class com.google.protobuf.UInt32Value.Builder
uint32 value = 1 [json_name = "value"];
clearValue() - Method in class com.google.protobuf.UInt64Value.Builder
uint64 value = 1 [json_name = "value"];
clearValues() - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
clearVersion() - Method in class com.google.protobuf.Api.Builder
string version = 4 [json_name = "version"];
clone() - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
clone() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
clone() - Method in interface com.google.protobuf.MessageLite.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
 
computeBoolSize(int, boolean) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bool field, including tag.
computeBoolSizeNoTag(boolean) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bool field.
computeByteArraySize(int, byte[]) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bytes field, including tag.
computeByteArraySizeNoTag(byte[]) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bytes field.
computeByteBufferSize(int, ByteBuffer) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bytes field, including tag.
computeByteBufferSizeNoTag(ByteBuffer) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bytes field.
computeBytesSize(int, ByteString) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bytes field, including tag.
computeBytesSizeNoTag(ByteString) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bytes field.
computeDoubleSize(int, double) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a double field, including tag.
computeDoubleSizeNoTag(double) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a double field, including tag.
computeEnumSize(int, int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an enum field, including tag.
computeEnumSizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an enum field.
computeFixed32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a fixed32 field, including tag.
computeFixed32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a fixed32 field.
computeFixed64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a fixed64 field, including tag.
computeFixed64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a fixed64 field.
computeFloatSize(int, float) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a float field, including tag.
computeFloatSizeNoTag(float) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a float field, including tag.
computeGroupSize(int, MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
Deprecated.
groups are deprecated.
computeGroupSizeNoTag(MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
Deprecated.
computeInt32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an int32 field, including tag.
computeInt32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an int32 field, including tag.
computeInt64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an int64 field, including tag.
computeInt64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an int64 field, including tag.
computeLazyFieldMessageSetExtensionSize(int, LazyFieldLite) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a lazily parsed MessageSet extension field to the stream.
computeLazyFieldSize(int, LazyFieldLite) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an embedded message in lazy field, including tag.
computeLazyFieldSizeNoTag(LazyFieldLite) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an embedded message stored in lazy field.
computeMessageSetExtensionSize(int, MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a MessageSet extension to the stream.
computeMessageSize(int, MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an embedded message field, including tag.
computeMessageSize(int, K, V) - Method in class com.google.protobuf.MapEntryLite
Computes the message size for the provided key and value as though they were wrapped by a MapEntryLite.
computeMessageSizeNoTag(MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an embedded message field.
computeRawMessageSetExtensionSize(int, ByteString) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an unparsed MessageSet extension field to the stream.
computeRawVarint32Size(int) - Static method in class com.google.protobuf.CodedOutputStream
computeRawVarint64Size(long) - Static method in class com.google.protobuf.CodedOutputStream
computeSFixed32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sfixed32 field, including tag.
computeSFixed32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sfixed32 field.
computeSFixed64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sfixed64 field, including tag.
computeSFixed64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sfixed64 field.
computeSInt32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sint32 field, including tag.
computeSInt32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sint32 field.
computeSInt64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sint64 field, including tag.
computeSInt64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sint64 field.
computeStringSize(int, String) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a string field, including tag.
computeStringSizeNoTag(String) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a string field.
computeTagSize(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a tag.
computeUInt32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a uint32 field, including tag.
computeUInt32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a uint32 field.
computeUInt64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a uint64 field, including tag.
computeUInt64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a uint64 field, including tag.
concat(ByteString) - Method in class com.google.protobuf.ByteString
Concatenate the given ByteString to this one.
containsDefaultInstance() - Method in class com.google.protobuf.LazyField
 
containsDefaultInstance() - Method in class com.google.protobuf.LazyFieldLite
Determines whether this LazyFieldLite instance represents the default instance of this type.
containsFields(String) - Method in class com.google.protobuf.Struct.Builder
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
containsFields(String) - Method in class com.google.protobuf.Struct
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
containsFields(String) - Method in interface com.google.protobuf.StructOrBuilder
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
convert(F) - Method in interface com.google.protobuf.Internal.ListAdapter.Converter
 
copyByteBuffer(ByteBuffer) - Static method in class com.google.protobuf.Internal
Create a new ByteBuffer and copy all the content of source ByteBuffer to the new ByteBuffer.
copyFrom(byte[]) - Static method in class com.google.protobuf.ByteString
Copies the given bytes into a ByteString.
copyFrom(byte[], int, int) - Static method in class com.google.protobuf.ByteString
Copies the given bytes into a ByteString.
copyFrom(Iterable<ByteString>) - Static method in class com.google.protobuf.ByteString
Concatenates all byte strings in the iterable and returns the result.
copyFrom(String, String) - Static method in class com.google.protobuf.ByteString
Encodes text into a sequence of bytes using the named charset and returns the result as a ByteString.
copyFrom(String, Charset) - Static method in class com.google.protobuf.ByteString
Encodes text into a sequence of bytes using the named charset and returns the result as a ByteString.
copyFrom(ByteBuffer) - Static method in class com.google.protobuf.ByteString
Copies the remaining bytes from a java.nio.ByteBuffer into a ByteString.
copyFrom(ByteBuffer, int) - Static method in class com.google.protobuf.ByteString
Copies the next size bytes from a java.nio.ByteBuffer into a ByteString.
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.
copyOnWrite() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
Called before any method that would mutate the builder to ensure that it correctly copies any state before the write happens to preserve immutability guarantees.
copyOnWriteInternal() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
copyOnWriteInternal() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
 
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
Deprecated.
Instead, call byteString.substring(sourceOffset, sourceOffset + numberToCopy).copyTo(target, targetOffset)
copyTo(ByteBuffer) - Method in class com.google.protobuf.ByteString
Copies bytes into a ByteBuffer.
copyToInternal(byte[], int, int, int) - Method in class com.google.protobuf.ByteString
Internal (package private) implementation of ByteString.copyTo(byte[],int,int,int).
createBuilder() - Method in class com.google.protobuf.GeneratedMessageLite
 
createBuilder(MessageType) - Method in class com.google.protobuf.GeneratedMessageLite
 

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
DEFAULT_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Field
 
DefaultInstanceBasedParser(T) - Constructor for class com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser
 
doBackward(B) - Method in interface com.google.protobuf.Internal.MapAdapter.Converter
 
doForward(A) - Method in interface com.google.protobuf.Internal.MapAdapter.Converter
 
DOUBLE - com.google.protobuf.FieldType
 
DOUBLE - com.google.protobuf.JavaType
 
DOUBLE - com.google.protobuf.WireFormat.FieldType
 
DOUBLE - com.google.protobuf.WireFormat.JavaType
 
DOUBLE_LIST - com.google.protobuf.FieldType
 
DOUBLE_LIST_PACKED - com.google.protobuf.FieldType
 
DoubleValue - Class in com.google.protobuf
Protobuf type google.protobuf.DoubleValue
DoubleValue.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.DoubleValue
DoubleValueOrBuilder - Interface in com.google.protobuf
 
Duration - Class in com.google.protobuf
Protobuf type google.protobuf.Duration
Duration.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Duration
DurationOrBuilder - Interface in com.google.protobuf
 
DurationProto - Class in com.google.protobuf
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke) - Method in class com.google.protobuf.GeneratedMessageLite
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object) - Method in class com.google.protobuf.GeneratedMessageLite
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.google.protobuf.Any
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.google.protobuf.Api
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.google.protobuf.BoolValue
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.google.protobuf.BytesValue
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.google.protobuf.DoubleValue
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.google.protobuf.Duration
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.google.protobuf.Empty
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.google.protobuf.Enum
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.google.protobuf.EnumValue
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.google.protobuf.Field
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.google.protobuf.FieldMask
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.google.protobuf.FloatValue
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.google.protobuf.GeneratedMessageLite
A method that implements different types of operations described in GeneratedMessageLite.MethodToInvoke.
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.google.protobuf.Int32Value
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.google.protobuf.Int64Value
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.google.protobuf.ListValue
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.google.protobuf.Method
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.google.protobuf.Mixin
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.google.protobuf.Option
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.google.protobuf.SourceContext
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.google.protobuf.StringValue
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.google.protobuf.Struct
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.google.protobuf.Timestamp
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.google.protobuf.Type
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.google.protobuf.UInt32Value
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.google.protobuf.UInt64Value
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.google.protobuf.Value
 

E

EDITION_FIELD_NUMBER - Static variable in class com.google.protobuf.Enum
 
EDITION_FIELD_NUMBER - Static variable in class com.google.protobuf.Type
 
empty() - Static method in class com.google.protobuf.ByteString
Returns an empty ByteString of size 0.
Empty - Class in com.google.protobuf
Protobuf type google.protobuf.Empty
EMPTY - Static variable in class com.google.protobuf.ByteString
Empty ByteString.
EMPTY - Static variable in class com.google.protobuf.LazyStringArrayList
Deprecated.
use emptyList() instead
EMPTY_BYTE_ARRAY - Static variable in class com.google.protobuf.Internal
An empty byte array constant used in generated code.
EMPTY_BYTE_BUFFER - Static variable in class com.google.protobuf.Internal
An empty byte array constant used in generated code.
EMPTY_CODED_INPUT_STREAM - Static variable in class com.google.protobuf.Internal
An empty coded input stream constant used in generated code.
Empty.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Empty
emptyBooleanList() - Static method in class com.google.protobuf.GeneratedMessageLite
 
emptyDoubleList() - Static method in class com.google.protobuf.GeneratedMessageLite
 
emptyFloatList() - Static method in class com.google.protobuf.GeneratedMessageLite
 
emptyIntList() - Static method in class com.google.protobuf.GeneratedMessageLite
 
emptyList() - Static method in class com.google.protobuf.LazyStringArrayList
Returns an empty immutable LazyStringArrayList instance
emptyLongList() - Static method in class com.google.protobuf.GeneratedMessageLite
 
emptyMapField() - Static method in class com.google.protobuf.MapFieldLite
Returns a singleton immutable empty MapFieldLite instance.
EmptyOrBuilder - Interface in com.google.protobuf
 
EmptyProto - Class in com.google.protobuf
 
emptyProtobufList() - Static method in class com.google.protobuf.GeneratedMessageLite
 
enableAliasing(boolean) - Method in class com.google.protobuf.CodedInputStream
Enables ByteString aliasing of the underlying buffer, trading off on buffer pinning for data copies.
encodeZigZag32(int) - Static method in class com.google.protobuf.CodedOutputStream
Encode a ZigZag-encoded 32-bit value.
encodeZigZag64(long) - Static method in class com.google.protobuf.CodedOutputStream
Encode a ZigZag-encoded 64-bit value.
endsWith(ByteString) - Method in class com.google.protobuf.ByteString
Tests if this bytestring ends with the specified suffix.
ensureInitialized(MessageLite) - Method in class com.google.protobuf.LazyFieldLite
Might lazily parse the bytes that were previously passed in.
entrySet() - Method in class com.google.protobuf.Internal.MapAdapter
 
entrySet() - Method in class com.google.protobuf.MapFieldLite
 
Enum - Class in com.google.protobuf
Protobuf type google.protobuf.Enum
ENUM - com.google.protobuf.FieldType
 
ENUM - com.google.protobuf.JavaType
 
ENUM - com.google.protobuf.WireFormat.FieldType
 
ENUM - com.google.protobuf.WireFormat.JavaType
 
ENUM_LIST - com.google.protobuf.FieldType
 
ENUM_LIST_PACKED - com.google.protobuf.FieldType
 
Enum.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Enum
EnumOrBuilder - Interface in com.google.protobuf
 
EnumValue - Class in com.google.protobuf
Protobuf type google.protobuf.EnumValue
ENUMVALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Enum
 
EnumValue.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.EnumValue
EnumValueOrBuilder - Interface in com.google.protobuf
 
equals(Object) - Method in class com.google.protobuf.ByteString
 
equals(Object) - Method in class com.google.protobuf.GeneratedMessageLite
 
equals(Object) - Method in class com.google.protobuf.LazyField
 
equals(Object) - Method in class com.google.protobuf.LazyFieldLite
 
equals(Object) - Method in class com.google.protobuf.MapFieldLite
Checks whether two map fields are equal.
equals(Object) - Method in class com.google.protobuf.UnknownFieldSetLite
 
equals(List<byte[]>, List<byte[]>) - Static method in class com.google.protobuf.Internal
Helper method for implementing Message#equals(Object) for bytes field.
equalsByteBuffer(ByteBuffer, ByteBuffer) - Static method in class com.google.protobuf.Internal
Helper method for implementing Message#equals(Object) for bytes field.
equalsByteBuffer(List<ByteBuffer>, List<ByteBuffer>) - Static method in class com.google.protobuf.Internal
Helper method for implementing Message#equals(Object) for bytes field.
ExperimentalApi - Annotation Type in com.google.protobuf
Indicates a public API that can change at any time, and has no guarantee of API stability and backward-compatibility.
ExtendableBuilder(MessageType) - Constructor for class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
 
ExtendableMessage() - Constructor for class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
 
ExtensionLite<ContainingType extends MessageLite,​Type> - Class in com.google.protobuf
Lite interface that generated extensions implement.
ExtensionLite() - Constructor for class com.google.protobuf.ExtensionLite
 
ExtensionRegistryLite - Class in com.google.protobuf
Equivalent to ExtensionRegistry but supports only "lite" types.
extensions - Variable in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Represents the set of extensions on this message.
extensionsAreInitialized() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Called by subclasses to check if all extensions are initialized.
extensionsSerializedSize() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Called by subclasses to compute the size of extensions.
extensionsSerializedSizeAsMessageSet() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
 

F

Field - Class in com.google.protobuf
Protobuf type google.protobuf.Field
Field.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Field
Field.Cardinality - Enum in com.google.protobuf
Protobuf enum google.protobuf.Field.Cardinality
Field.Kind - Enum in com.google.protobuf
Protobuf enum google.protobuf.Field.Kind
FieldMask - Class in com.google.protobuf
Protobuf type google.protobuf.FieldMask
FieldMask.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.FieldMask
FieldMaskOrBuilder - Interface in com.google.protobuf
 
FieldMaskProto - Class in com.google.protobuf
 
FieldOrBuilder - Interface in com.google.protobuf
 
FIELDS_FIELD_NUMBER - Static variable in class com.google.protobuf.Struct
 
FIELDS_FIELD_NUMBER - Static variable in class com.google.protobuf.Type
 
FieldType - Enum in com.google.protobuf
Enumeration identifying all relevant type information for a protobuf field.
FILE_NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.SourceContext
 
findLiteExtensionByNumber(ContainingType, int) - Method in class com.google.protobuf.ExtensionRegistryLite
Find an extension by containing type and field number.
findValueByNumber(int) - Method in interface com.google.protobuf.Internal.EnumLiteMap
 
FIXED32 - com.google.protobuf.FieldType
 
FIXED32 - com.google.protobuf.WireFormat.FieldType
 
FIXED32_LIST - com.google.protobuf.FieldType
 
FIXED32_LIST_PACKED - com.google.protobuf.FieldType
 
FIXED64 - com.google.protobuf.FieldType
 
FIXED64 - com.google.protobuf.WireFormat.FieldType
 
FIXED64_LIST - com.google.protobuf.FieldType
 
FIXED64_LIST_PACKED - com.google.protobuf.FieldType
 
FLOAT - com.google.protobuf.FieldType
 
FLOAT - com.google.protobuf.JavaType
 
FLOAT - com.google.protobuf.WireFormat.FieldType
 
FLOAT - com.google.protobuf.WireFormat.JavaType
 
FLOAT_LIST - com.google.protobuf.FieldType
 
FLOAT_LIST_PACKED - com.google.protobuf.FieldType
 
FloatValue - Class in com.google.protobuf
Protobuf type google.protobuf.FloatValue
FloatValue.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.FloatValue
FloatValueOrBuilder - Interface in com.google.protobuf
 
flush() - Method in class com.google.protobuf.CodedOutputStream
Flushes the stream and forces any buffered bytes to be written.
forId(int) - Static method in enum com.google.protobuf.FieldType
Looks up the appropriate FieldType by it's identifier.
forNumber(int) - Static method in enum com.google.protobuf.Field.Cardinality
 
forNumber(int) - Static method in enum com.google.protobuf.Field.Kind
 
forNumber(int) - Static method in enum com.google.protobuf.NullValue
 
forNumber(int) - Static method in enum com.google.protobuf.Syntax
 
forNumber(int) - Static method in enum com.google.protobuf.Value.KindCase
 
fromHex(String) - Static method in class com.google.protobuf.ByteString
Returns a ByteString from a hexadecimal String.
fromValue(MessageLite) - Static method in class com.google.protobuf.LazyFieldLite
Constructs a LazyFieldLite instance with a value.

G

GeneratedMessageLite<MessageType extends GeneratedMessageLite<MessageType,​BuilderType>,​BuilderType extends GeneratedMessageLite.Builder<MessageType,​BuilderType>> - Class in com.google.protobuf
Lite version of GeneratedMessage.
GeneratedMessageLite() - Constructor for class com.google.protobuf.GeneratedMessageLite
 
GeneratedMessageLite.Builder<MessageType extends GeneratedMessageLite<MessageType,​BuilderType>,​BuilderType extends GeneratedMessageLite.Builder<MessageType,​BuilderType>> - Class in com.google.protobuf
 
GeneratedMessageLite.DefaultInstanceBasedParser<T extends GeneratedMessageLite<T,​?>> - Class in com.google.protobuf
A Parser implementation that delegates to the default instance.
GeneratedMessageLite.ExtendableBuilder<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType,​BuilderType>,​BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType,​BuilderType>> - Class in com.google.protobuf
Lite equivalent of GeneratedMessage.ExtendableBuilder.
GeneratedMessageLite.ExtendableMessage<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType,​BuilderType>,​BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType,​BuilderType>> - Class in com.google.protobuf
Lite equivalent of GeneratedMessage.ExtendableMessage.
GeneratedMessageLite.ExtendableMessage.ExtensionWriter - Class in com.google.protobuf
Used by subclasses to serialize extensions.
GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType,​BuilderType>,​BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType,​BuilderType>> - Interface in com.google.protobuf
Lite equivalent of com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder.
GeneratedMessageLite.GeneratedExtension<ContainingType extends MessageLite,​Type> - Class in com.google.protobuf
Lite equivalent to GeneratedMessage.GeneratedExtension.
GeneratedMessageLite.MethodToInvoke - Enum in com.google.protobuf
Defines which method path to invoke in #dynamicMethod(MethodToInvoke, Object...).
GeneratedMessageLite.SerializedForm - Class in com.google.protobuf
A serialized (serializable) form of the generated message.
get(int) - Method in class com.google.protobuf.Internal.ListAdapter
 
get(int) - Method in class com.google.protobuf.LazyStringArrayList
 
get(int) - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
get(Object) - Method in class com.google.protobuf.Internal.MapAdapter
 
GET_DEFAULT_INSTANCE - com.google.protobuf.GeneratedMessageLite.MethodToInvoke
 
GET_MEMOIZED_IS_INITIALIZED - com.google.protobuf.GeneratedMessageLite.MethodToInvoke
 
GET_PARSER - com.google.protobuf.GeneratedMessageLite.MethodToInvoke
 
getBoolean(int) - Method in interface com.google.protobuf.Internal.BooleanList
Like List.get(int) but more efficient in that it doesn't box the returned value.
getBoolValue() - Method in class com.google.protobuf.Value.Builder
bool bool_value = 4 [json_name = "boolValue"];
getBoolValue() - Method in class com.google.protobuf.Value
bool bool_value = 4 [json_name = "boolValue"];
getBoolValue() - Method in interface com.google.protobuf.ValueOrBuilder
bool bool_value = 4 [json_name = "boolValue"];
getBoxedType() - Method in enum com.google.protobuf.JavaType
 
getByteArray(int) - Method in class com.google.protobuf.LazyStringArrayList
 
getByteArray(int) - Method in interface com.google.protobuf.LazyStringList
Returns the element at the specified position in this list as byte[].
getByteArray(int) - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
getByteString(int) - Method in class com.google.protobuf.LazyStringArrayList
 
getByteString(int) - Method in interface com.google.protobuf.LazyStringList
Returns the element at the specified position in this list as a ByteString.
getByteString(int) - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
getBytesUntilLimit() - Method in class com.google.protobuf.CodedInputStream
Returns the number of bytes to be read before the current limit.
getCardinality() - Method in class com.google.protobuf.Field.Builder
.google.protobuf.Field.Cardinality cardinality = 2 [json_name = "cardinality"];
getCardinality() - Method in class com.google.protobuf.Field
.google.protobuf.Field.Cardinality cardinality = 2 [json_name = "cardinality"];
getCardinality() - Method in interface com.google.protobuf.FieldOrBuilder
.google.protobuf.Field.Cardinality cardinality = 2 [json_name = "cardinality"];
getCardinalityValue() - Method in class com.google.protobuf.Field.Builder
.google.protobuf.Field.Cardinality cardinality = 2 [json_name = "cardinality"];
getCardinalityValue() - Method in class com.google.protobuf.Field
.google.protobuf.Field.Cardinality cardinality = 2 [json_name = "cardinality"];
getCardinalityValue() - Method in interface com.google.protobuf.FieldOrBuilder
.google.protobuf.Field.Cardinality cardinality = 2 [json_name = "cardinality"];
getContainingTypeDefaultInstance() - Method in class com.google.protobuf.GeneratedMessageLite.GeneratedExtension
Default instance of the type being extended, used to identify that type.
getDefaultDefault() - Method in enum com.google.protobuf.JavaType
The default default value for fields of this type, if it's a primitive type.
getDefaultInstance() - Static method in class com.google.protobuf.Any
 
getDefaultInstance() - Static method in class com.google.protobuf.Api
 
getDefaultInstance() - Static method in class com.google.protobuf.BoolValue
 
getDefaultInstance() - Static method in class com.google.protobuf.BytesValue
 
getDefaultInstance() - Static method in class com.google.protobuf.DoubleValue
 
getDefaultInstance() - Static method in class com.google.protobuf.Duration
 
getDefaultInstance() - Static method in class com.google.protobuf.Empty
 
getDefaultInstance() - Static method in class com.google.protobuf.Enum
 
getDefaultInstance() - Static method in class com.google.protobuf.EnumValue
 
getDefaultInstance() - Static method in class com.google.protobuf.Field
 
getDefaultInstance() - Static method in class com.google.protobuf.FieldMask
 
getDefaultInstance() - Static method in class com.google.protobuf.FloatValue
 
getDefaultInstance() - Static method in class com.google.protobuf.Int32Value
 
getDefaultInstance() - Static method in class com.google.protobuf.Int64Value
 
getDefaultInstance() - Static method in class com.google.protobuf.ListValue
 
getDefaultInstance() - Static method in class com.google.protobuf.Method
 
getDefaultInstance() - Static method in class com.google.protobuf.Mixin
 
getDefaultInstance() - Static method in class com.google.protobuf.Option
 
getDefaultInstance() - Static method in class com.google.protobuf.SourceContext
 
getDefaultInstance() - Static method in class com.google.protobuf.StringValue
 
getDefaultInstance() - Static method in class com.google.protobuf.Struct
 
getDefaultInstance() - Static method in class com.google.protobuf.Timestamp
 
getDefaultInstance() - Static method in class com.google.protobuf.Type
 
getDefaultInstance() - Static method in class com.google.protobuf.UInt32Value
 
getDefaultInstance() - Static method in class com.google.protobuf.UInt64Value
 
getDefaultInstance() - Static method in class com.google.protobuf.UnknownFieldSetLite
Get an empty UnknownFieldSetLite.
getDefaultInstance() - Static method in class com.google.protobuf.Value
 
getDefaultInstance(Class<T>) - Static method in class com.google.protobuf.Internal
 
getDefaultInstanceForType() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.GeneratedMessageLite
 
getDefaultInstanceForType() - Method in interface com.google.protobuf.MessageLiteOrBuilder
Get an instance of the type with no fields set.
getDefaultValue() - Method in class com.google.protobuf.ExtensionLite
Returns the default value of the extension field.
getDefaultValue() - Method in class com.google.protobuf.Field.Builder
string default_value = 11 [json_name = "defaultValue"];
getDefaultValue() - Method in class com.google.protobuf.Field
string default_value = 11 [json_name = "defaultValue"];
getDefaultValue() - Method in interface com.google.protobuf.FieldOrBuilder
string default_value = 11 [json_name = "defaultValue"];
getDefaultValue() - Method in class com.google.protobuf.GeneratedMessageLite.GeneratedExtension
 
getDefaultValueBytes() - Method in class com.google.protobuf.Field.Builder
string default_value = 11 [json_name = "defaultValue"];
getDefaultValueBytes() - Method in class com.google.protobuf.Field
string default_value = 11 [json_name = "defaultValue"];
getDefaultValueBytes() - Method in interface com.google.protobuf.FieldOrBuilder
string default_value = 11 [json_name = "defaultValue"];
getDouble(int) - Method in interface com.google.protobuf.Internal.DoubleList
Like List.get(int) but more efficient in that it doesn't box the returned value.
getEdition() - Method in class com.google.protobuf.Enum.Builder
string edition = 6 [json_name = "edition"];
getEdition() - Method in class com.google.protobuf.Enum
string edition = 6 [json_name = "edition"];
getEdition() - Method in interface com.google.protobuf.EnumOrBuilder
string edition = 6 [json_name = "edition"];
getEdition() - Method in class com.google.protobuf.Type.Builder
string edition = 7 [json_name = "edition"];
getEdition() - Method in class com.google.protobuf.Type
string edition = 7 [json_name = "edition"];
getEdition() - Method in interface com.google.protobuf.TypeOrBuilder
string edition = 7 [json_name = "edition"];
getEditionBytes() - Method in class com.google.protobuf.Enum.Builder
string edition = 6 [json_name = "edition"];
getEditionBytes() - Method in class com.google.protobuf.Enum
string edition = 6 [json_name = "edition"];
getEditionBytes() - Method in interface com.google.protobuf.EnumOrBuilder
string edition = 6 [json_name = "edition"];
getEditionBytes() - Method in class com.google.protobuf.Type.Builder
string edition = 7 [json_name = "edition"];
getEditionBytes() - Method in class com.google.protobuf.Type
string edition = 7 [json_name = "edition"];
getEditionBytes() - Method in interface com.google.protobuf.TypeOrBuilder
string edition = 7 [json_name = "edition"];
getEmptyRegistry() - Static method in class com.google.protobuf.ExtensionRegistryLite
Get the unmodifiable singleton empty instance of either ExtensionRegistryLite or ExtensionRegistry (if the full (non-Lite) proto libraries are available).
getEnumvalue(int) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
getEnumvalue(int) - Method in class com.google.protobuf.Enum
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
getEnumvalue(int) - Method in interface com.google.protobuf.EnumOrBuilder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
getEnumvalueCount() - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
getEnumvalueCount() - Method in class com.google.protobuf.Enum
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
getEnumvalueCount() - Method in interface com.google.protobuf.EnumOrBuilder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
getEnumvalueList() - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
getEnumvalueList() - Method in class com.google.protobuf.Enum
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
getEnumvalueList() - Method in interface com.google.protobuf.EnumOrBuilder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
getEnumvalueOrBuilder(int) - Method in class com.google.protobuf.Enum
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
getEnumvalueOrBuilderList() - Method in class com.google.protobuf.Enum
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
getExtension(ExtensionLite<MessageType, List<Type>>, int) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Get one element of a repeated extension.
getExtension(ExtensionLite<MessageType, List<Type>>, int) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Get one element of a repeated extension.
getExtension(ExtensionLite<MessageType, List<Type>>, int) - Method in interface com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder
Get one element of a repeated extension.
getExtension(ExtensionLite<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Get the value of an extension.
getExtension(ExtensionLite<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Get the value of an extension.
getExtension(ExtensionLite<MessageType, Type>) - Method in interface com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder
Get the value of an extension.
getExtensionCount(ExtensionLite<MessageType, List<Type>>) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Get the number of elements in a repeated extension.
getExtensionCount(ExtensionLite<MessageType, List<Type>>) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Get the number of elements in a repeated extension.
getExtensionCount(ExtensionLite<MessageType, List<Type>>) - Method in interface com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder
Get the number of elements in a repeated extension.
getFields() - Method in class com.google.protobuf.Struct.Builder
Deprecated.
getFields() - Method in class com.google.protobuf.Struct
Deprecated.
getFields() - Method in interface com.google.protobuf.StructOrBuilder
Deprecated.
getFields(int) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
getFields(int) - Method in class com.google.protobuf.Type
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
getFields(int) - Method in interface com.google.protobuf.TypeOrBuilder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
getFieldsCount() - Method in class com.google.protobuf.Struct.Builder
 
getFieldsCount() - Method in class com.google.protobuf.Struct
 
getFieldsCount() - Method in interface com.google.protobuf.StructOrBuilder
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
getFieldsCount() - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
getFieldsCount() - Method in class com.google.protobuf.Type
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
getFieldsCount() - Method in interface com.google.protobuf.TypeOrBuilder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
getFieldsList() - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
getFieldsList() - Method in class com.google.protobuf.Type
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
getFieldsList() - Method in interface com.google.protobuf.TypeOrBuilder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
getFieldsMap() - Method in class com.google.protobuf.Struct.Builder
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
getFieldsMap() - Method in class com.google.protobuf.Struct
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
getFieldsMap() - Method in interface com.google.protobuf.StructOrBuilder
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
getFieldsOrBuilder(int) - Method in class com.google.protobuf.Type
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
getFieldsOrBuilderList() - Method in class com.google.protobuf.Type
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
getFieldsOrDefault(String, Value) - Method in class com.google.protobuf.Struct.Builder
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
getFieldsOrDefault(String, Value) - Method in class com.google.protobuf.Struct
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
getFieldsOrDefault(String, Value) - Method in interface com.google.protobuf.StructOrBuilder
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
getFieldsOrThrow(String) - Method in class com.google.protobuf.Struct.Builder
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
getFieldsOrThrow(String) - Method in class com.google.protobuf.Struct
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
getFieldsOrThrow(String) - Method in interface com.google.protobuf.StructOrBuilder
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
getFileName() - Method in class com.google.protobuf.SourceContext.Builder
string file_name = 1 [json_name = "fileName"];
getFileName() - Method in class com.google.protobuf.SourceContext
string file_name = 1 [json_name = "fileName"];
getFileName() - Method in interface com.google.protobuf.SourceContextOrBuilder
string file_name = 1 [json_name = "fileName"];
getFileNameBytes() - Method in class com.google.protobuf.SourceContext.Builder
string file_name = 1 [json_name = "fileName"];
getFileNameBytes() - Method in class com.google.protobuf.SourceContext
string file_name = 1 [json_name = "fileName"];
getFileNameBytes() - Method in interface com.google.protobuf.SourceContextOrBuilder
string file_name = 1 [json_name = "fileName"];
getFloat(int) - Method in interface com.google.protobuf.Internal.FloatList
Like List.get(int) but more efficient in that it doesn't box the returned value.
getInt(int) - Method in interface com.google.protobuf.Internal.IntList
Like List.get(int) but more efficient in that it doesn't box the returned value.
getJavaType() - Method in enum com.google.protobuf.FieldType
Gets the JavaType for this field.
getJavaType() - Method in enum com.google.protobuf.WireFormat.FieldType
 
getJsonName() - Method in class com.google.protobuf.Field.Builder
string json_name = 10 [json_name = "jsonName"];
getJsonName() - Method in class com.google.protobuf.Field
string json_name = 10 [json_name = "jsonName"];
getJsonName() - Method in interface com.google.protobuf.FieldOrBuilder
string json_name = 10 [json_name = "jsonName"];
getJsonNameBytes() - Method in class com.google.protobuf.Field.Builder
string json_name = 10 [json_name = "jsonName"];
getJsonNameBytes() - Method in class com.google.protobuf.Field
string json_name = 10 [json_name = "jsonName"];
getJsonNameBytes() - Method in interface com.google.protobuf.FieldOrBuilder
string json_name = 10 [json_name = "jsonName"];
getKey() - Method in class com.google.protobuf.MapEntryLite
 
getKind() - Method in class com.google.protobuf.Field.Builder
.google.protobuf.Field.Kind kind = 1 [json_name = "kind"];
getKind() - Method in class com.google.protobuf.Field
.google.protobuf.Field.Kind kind = 1 [json_name = "kind"];
getKind() - Method in interface com.google.protobuf.FieldOrBuilder
.google.protobuf.Field.Kind kind = 1 [json_name = "kind"];
getKindCase() - Method in class com.google.protobuf.Value.Builder
 
getKindCase() - Method in class com.google.protobuf.Value
 
getKindCase() - Method in interface com.google.protobuf.ValueOrBuilder
 
getKindValue() - Method in class com.google.protobuf.Field.Builder
.google.protobuf.Field.Kind kind = 1 [json_name = "kind"];
getKindValue() - Method in class com.google.protobuf.Field
.google.protobuf.Field.Kind kind = 1 [json_name = "kind"];
getKindValue() - Method in interface com.google.protobuf.FieldOrBuilder
.google.protobuf.Field.Kind kind = 1 [json_name = "kind"];
getLastTag() - Method in class com.google.protobuf.CodedInputStream
 
getListValue() - Method in class com.google.protobuf.Value.Builder
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
getListValue() - Method in class com.google.protobuf.Value
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
getListValue() - Method in interface com.google.protobuf.ValueOrBuilder
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
getLiteType() - Method in class com.google.protobuf.ExtensionLite
Returns the type of the field.
getLiteType() - Method in class com.google.protobuf.GeneratedMessageLite.GeneratedExtension
 
getLong(int) - Method in interface com.google.protobuf.Internal.LongList
Like List.get(int) but more efficient in that it doesn't box the returned value.
getMessageDefaultInstance() - Method in class com.google.protobuf.ExtensionLite
Returns the default instance of the extension field, if it's a message extension.
getMessageDefaultInstance() - Method in class com.google.protobuf.GeneratedMessageLite.GeneratedExtension
If the extension is an embedded message or group, returns the default instance of the message.
getMethods(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
getMethods(int) - Method in class com.google.protobuf.Api
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
getMethods(int) - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
getMethodsCount() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
getMethodsCount() - Method in class com.google.protobuf.Api
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
getMethodsCount() - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
getMethodsList() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
getMethodsList() - Method in class com.google.protobuf.Api
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
getMethodsList() - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
getMethodsOrBuilder(int) - Method in class com.google.protobuf.Api
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
getMethodsOrBuilderList() - Method in class com.google.protobuf.Api
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
getMissingFields() - Method in exception com.google.protobuf.UninitializedMessageException
Get a list of human-readable names of required fields missing from this message.
getMixins(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
getMixins(int) - Method in class com.google.protobuf.Api
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
getMixins(int) - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
getMixinsCount() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
getMixinsCount() - Method in class com.google.protobuf.Api
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
getMixinsCount() - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
getMixinsList() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
getMixinsList() - Method in class com.google.protobuf.Api
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
getMixinsList() - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
getMixinsOrBuilder(int) - Method in class com.google.protobuf.Api
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
getMixinsOrBuilderList() - Method in class com.google.protobuf.Api
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
getName() - Method in class com.google.protobuf.Api.Builder
string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.Api
string name = 1 [json_name = "name"];
getName() - Method in interface com.google.protobuf.ApiOrBuilder
string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.Enum.Builder
string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.Enum
string name = 1 [json_name = "name"];
getName() - Method in interface com.google.protobuf.EnumOrBuilder
string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.EnumValue.Builder
string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.EnumValue
string name = 1 [json_name = "name"];
getName() - Method in interface com.google.protobuf.EnumValueOrBuilder
string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.Field.Builder
string name = 4 [json_name = "name"];
getName() - Method in class com.google.protobuf.Field
string name = 4 [json_name = "name"];
getName() - Method in interface com.google.protobuf.FieldOrBuilder
string name = 4 [json_name = "name"];
getName() - Method in class com.google.protobuf.Method.Builder
string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.Method
string name = 1 [json_name = "name"];
getName() - Method in interface com.google.protobuf.MethodOrBuilder
string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.Mixin.Builder
string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.Mixin
string name = 1 [json_name = "name"];
getName() - Method in interface com.google.protobuf.MixinOrBuilder
string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.Option.Builder
string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.Option
string name = 1 [json_name = "name"];
getName() - Method in interface com.google.protobuf.OptionOrBuilder
string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.Type.Builder
string name = 1 [json_name = "name"];
getName() - Method in class com.google.protobuf.Type
string name = 1 [json_name = "name"];
getName() - Method in interface com.google.protobuf.TypeOrBuilder
string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.Api.Builder
string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.Api
string name = 1 [json_name = "name"];
getNameBytes() - Method in interface com.google.protobuf.ApiOrBuilder
string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.Enum.Builder
string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.Enum
string name = 1 [json_name = "name"];
getNameBytes() - Method in interface com.google.protobuf.EnumOrBuilder
string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.EnumValue.Builder
string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.EnumValue
string name = 1 [json_name = "name"];
getNameBytes() - Method in interface com.google.protobuf.EnumValueOrBuilder
string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.Field.Builder
string name = 4 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.Field
string name = 4 [json_name = "name"];
getNameBytes() - Method in interface com.google.protobuf.FieldOrBuilder
string name = 4 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.Method.Builder
string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.Method
string name = 1 [json_name = "name"];
getNameBytes() - Method in interface com.google.protobuf.MethodOrBuilder
string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.Mixin.Builder
string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.Mixin
string name = 1 [json_name = "name"];
getNameBytes() - Method in interface com.google.protobuf.MixinOrBuilder
string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.Option.Builder
string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.Option
string name = 1 [json_name = "name"];
getNameBytes() - Method in interface com.google.protobuf.OptionOrBuilder
string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.Type.Builder
string name = 1 [json_name = "name"];
getNameBytes() - Method in class com.google.protobuf.Type
string name = 1 [json_name = "name"];
getNameBytes() - Method in interface com.google.protobuf.TypeOrBuilder
string name = 1 [json_name = "name"];
getNanos() - Method in class com.google.protobuf.Duration.Builder
int32 nanos = 2 [json_name = "nanos"];
getNanos() - Method in class com.google.protobuf.Duration
int32 nanos = 2 [json_name = "nanos"];
getNanos() - Method in interface com.google.protobuf.DurationOrBuilder
int32 nanos = 2 [json_name = "nanos"];
getNanos() - Method in class com.google.protobuf.Timestamp.Builder
int32 nanos = 2 [json_name = "nanos"];
getNanos() - Method in class com.google.protobuf.Timestamp
int32 nanos = 2 [json_name = "nanos"];
getNanos() - Method in interface com.google.protobuf.TimestampOrBuilder
int32 nanos = 2 [json_name = "nanos"];
getNullValue() - Method in class com.google.protobuf.Value.Builder
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
getNullValue() - Method in class com.google.protobuf.Value
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
getNullValue() - Method in interface com.google.protobuf.ValueOrBuilder
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
getNullValueValue() - Method in class com.google.protobuf.Value.Builder
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
getNullValueValue() - Method in class com.google.protobuf.Value
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
getNullValueValue() - Method in interface com.google.protobuf.ValueOrBuilder
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
getNumber() - Method in interface com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
Retrieves the field number of the field which was set in this oneof, or 0 if none were.
getNumber() - Method in class com.google.protobuf.EnumValue.Builder
int32 number = 2 [json_name = "number"];
getNumber() - Method in class com.google.protobuf.EnumValue
int32 number = 2 [json_name = "number"];
getNumber() - Method in interface com.google.protobuf.EnumValueOrBuilder
int32 number = 2 [json_name = "number"];
getNumber() - Method in class com.google.protobuf.ExtensionLite
Returns the field number of the extension.
getNumber() - Method in class com.google.protobuf.Field.Builder
int32 number = 3 [json_name = "number"];
getNumber() - Method in enum com.google.protobuf.Field.Cardinality
 
getNumber() - Method in class com.google.protobuf.Field
int32 number = 3 [json_name = "number"];
getNumber() - Method in enum com.google.protobuf.Field.Kind
 
getNumber() - Method in interface com.google.protobuf.FieldOrBuilder
int32 number = 3 [json_name = "number"];
getNumber() - Method in class com.google.protobuf.GeneratedMessageLite.GeneratedExtension
Get the field number.
getNumber() - Method in interface com.google.protobuf.Internal.EnumLite
 
getNumber() - Method in enum com.google.protobuf.NullValue
 
getNumber() - Method in enum com.google.protobuf.Syntax
 
getNumber() - Method in enum com.google.protobuf.Value.KindCase
 
getNumberValue() - Method in class com.google.protobuf.Value.Builder
double number_value = 2 [json_name = "numberValue"];
getNumberValue() - Method in class com.google.protobuf.Value
double number_value = 2 [json_name = "numberValue"];
getNumberValue() - Method in interface com.google.protobuf.ValueOrBuilder
double number_value = 2 [json_name = "numberValue"];
getOneofIndex() - Method in class com.google.protobuf.Field.Builder
int32 oneof_index = 7 [json_name = "oneofIndex"];
getOneofIndex() - Method in class com.google.protobuf.Field
int32 oneof_index = 7 [json_name = "oneofIndex"];
getOneofIndex() - Method in interface com.google.protobuf.FieldOrBuilder
int32 oneof_index = 7 [json_name = "oneofIndex"];
getOneofs(int) - Method in class com.google.protobuf.Type.Builder
repeated string oneofs = 3 [json_name = "oneofs"];
getOneofs(int) - Method in class com.google.protobuf.Type
repeated string oneofs = 3 [json_name = "oneofs"];
getOneofs(int) - Method in interface com.google.protobuf.TypeOrBuilder
repeated string oneofs = 3 [json_name = "oneofs"];
getOneofsBytes(int) - Method in class com.google.protobuf.Type.Builder
repeated string oneofs = 3 [json_name = "oneofs"];
getOneofsBytes(int) - Method in class com.google.protobuf.Type
repeated string oneofs = 3 [json_name = "oneofs"];
getOneofsBytes(int) - Method in interface com.google.protobuf.TypeOrBuilder
repeated string oneofs = 3 [json_name = "oneofs"];
getOneofsCount() - Method in class com.google.protobuf.Type.Builder
repeated string oneofs = 3 [json_name = "oneofs"];
getOneofsCount() - Method in class com.google.protobuf.Type
repeated string oneofs = 3 [json_name = "oneofs"];
getOneofsCount() - Method in interface com.google.protobuf.TypeOrBuilder
repeated string oneofs = 3 [json_name = "oneofs"];
getOneofsList() - Method in class com.google.protobuf.Type.Builder
repeated string oneofs = 3 [json_name = "oneofs"];
getOneofsList() - Method in class com.google.protobuf.Type
repeated string oneofs = 3 [json_name = "oneofs"];
getOneofsList() - Method in interface com.google.protobuf.TypeOrBuilder
repeated string oneofs = 3 [json_name = "oneofs"];
getOptions(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptions(int) - Method in class com.google.protobuf.Api
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptions(int) - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptions(int) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptions(int) - Method in class com.google.protobuf.Enum
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptions(int) - Method in interface com.google.protobuf.EnumOrBuilder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptions(int) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptions(int) - Method in class com.google.protobuf.EnumValue
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptions(int) - Method in interface com.google.protobuf.EnumValueOrBuilder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptions(int) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
getOptions(int) - Method in class com.google.protobuf.Field
repeated .google.protobuf.Option options = 9 [json_name = "options"];
getOptions(int) - Method in interface com.google.protobuf.FieldOrBuilder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
getOptions(int) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
getOptions(int) - Method in class com.google.protobuf.Method
repeated .google.protobuf.Option options = 6 [json_name = "options"];
getOptions(int) - Method in interface com.google.protobuf.MethodOrBuilder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
getOptions(int) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
getOptions(int) - Method in class com.google.protobuf.Type
repeated .google.protobuf.Option options = 4 [json_name = "options"];
getOptions(int) - Method in interface com.google.protobuf.TypeOrBuilder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
getOptionsCount() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsCount() - Method in class com.google.protobuf.Api
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsCount() - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsCount() - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsCount() - Method in class com.google.protobuf.Enum
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsCount() - Method in interface com.google.protobuf.EnumOrBuilder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsCount() - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsCount() - Method in class com.google.protobuf.EnumValue
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsCount() - Method in interface com.google.protobuf.EnumValueOrBuilder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsCount() - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
getOptionsCount() - Method in class com.google.protobuf.Field
repeated .google.protobuf.Option options = 9 [json_name = "options"];
getOptionsCount() - Method in interface com.google.protobuf.FieldOrBuilder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
getOptionsCount() - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
getOptionsCount() - Method in class com.google.protobuf.Method
repeated .google.protobuf.Option options = 6 [json_name = "options"];
getOptionsCount() - Method in interface com.google.protobuf.MethodOrBuilder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
getOptionsCount() - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
getOptionsCount() - Method in class com.google.protobuf.Type
repeated .google.protobuf.Option options = 4 [json_name = "options"];
getOptionsCount() - Method in interface com.google.protobuf.TypeOrBuilder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
getOptionsList() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsList() - Method in class com.google.protobuf.Api
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsList() - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsList() - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsList() - Method in class com.google.protobuf.Enum
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsList() - Method in interface com.google.protobuf.EnumOrBuilder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsList() - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsList() - Method in class com.google.protobuf.EnumValue
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsList() - Method in interface com.google.protobuf.EnumValueOrBuilder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsList() - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
getOptionsList() - Method in class com.google.protobuf.Field
repeated .google.protobuf.Option options = 9 [json_name = "options"];
getOptionsList() - Method in interface com.google.protobuf.FieldOrBuilder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
getOptionsList() - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
getOptionsList() - Method in class com.google.protobuf.Method
repeated .google.protobuf.Option options = 6 [json_name = "options"];
getOptionsList() - Method in interface com.google.protobuf.MethodOrBuilder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
getOptionsList() - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
getOptionsList() - Method in class com.google.protobuf.Type
repeated .google.protobuf.Option options = 4 [json_name = "options"];
getOptionsList() - Method in interface com.google.protobuf.TypeOrBuilder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
getOptionsOrBuilder(int) - Method in class com.google.protobuf.Api
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsOrBuilder(int) - Method in class com.google.protobuf.Enum
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsOrBuilder(int) - Method in class com.google.protobuf.EnumValue
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsOrBuilder(int) - Method in class com.google.protobuf.Field
repeated .google.protobuf.Option options = 9 [json_name = "options"];
getOptionsOrBuilder(int) - Method in class com.google.protobuf.Method
repeated .google.protobuf.Option options = 6 [json_name = "options"];
getOptionsOrBuilder(int) - Method in class com.google.protobuf.Type
repeated .google.protobuf.Option options = 4 [json_name = "options"];
getOptionsOrBuilderList() - Method in class com.google.protobuf.Api
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsOrBuilderList() - Method in class com.google.protobuf.Enum
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsOrBuilderList() - Method in class com.google.protobuf.EnumValue
repeated .google.protobuf.Option options = 3 [json_name = "options"];
getOptionsOrBuilderList() - Method in class com.google.protobuf.Field
repeated .google.protobuf.Option options = 9 [json_name = "options"];
getOptionsOrBuilderList() - Method in class com.google.protobuf.Method
repeated .google.protobuf.Option options = 6 [json_name = "options"];
getOptionsOrBuilderList() - Method in class com.google.protobuf.Type
repeated .google.protobuf.Option options = 4 [json_name = "options"];
getPacked() - Method in class com.google.protobuf.Field.Builder
bool packed = 8 [json_name = "packed"];
getPacked() - Method in class com.google.protobuf.Field
bool packed = 8 [json_name = "packed"];
getPacked() - Method in interface com.google.protobuf.FieldOrBuilder
bool packed = 8 [json_name = "packed"];
getParserForType() - Method in class com.google.protobuf.GeneratedMessageLite
 
getParserForType() - Method in interface com.google.protobuf.MessageLite
Gets the parser for a message of the same type as this message.
getPaths(int) - Method in class com.google.protobuf.FieldMask.Builder
repeated string paths = 1 [json_name = "paths"];
getPaths(int) - Method in class com.google.protobuf.FieldMask
repeated string paths = 1 [json_name = "paths"];
getPaths(int) - Method in interface com.google.protobuf.FieldMaskOrBuilder
repeated string paths = 1 [json_name = "paths"];
getPathsBytes(int) - Method in class com.google.protobuf.FieldMask.Builder
repeated string paths = 1 [json_name = "paths"];
getPathsBytes(int) - Method in class com.google.protobuf.FieldMask
repeated string paths = 1 [json_name = "paths"];
getPathsBytes(int) - Method in interface com.google.protobuf.FieldMaskOrBuilder
repeated string paths = 1 [json_name = "paths"];
getPathsCount() - Method in class com.google.protobuf.FieldMask.Builder
repeated string paths = 1 [json_name = "paths"];
getPathsCount() - Method in class com.google.protobuf.FieldMask
repeated string paths = 1 [json_name = "paths"];
getPathsCount() - Method in interface com.google.protobuf.FieldMaskOrBuilder
repeated string paths = 1 [json_name = "paths"];
getPathsList() - Method in class com.google.protobuf.FieldMask.Builder
repeated string paths = 1 [json_name = "paths"];
getPathsList() - Method in class com.google.protobuf.FieldMask
repeated string paths = 1 [json_name = "paths"];
getPathsList() - Method in interface com.google.protobuf.FieldMaskOrBuilder
repeated string paths = 1 [json_name = "paths"];
getRaw(int) - Method in class com.google.protobuf.LazyStringArrayList
 
getRaw(int) - Method in interface com.google.protobuf.LazyStringList
Returns the element at the specified position in this list as an Object that will either be a String or a ByteString.
getRaw(int) - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
getRequestStreaming() - Method in class com.google.protobuf.Method.Builder
bool request_streaming = 3 [json_name = "requestStreaming"];
getRequestStreaming() - Method in class com.google.protobuf.Method
bool request_streaming = 3 [json_name = "requestStreaming"];
getRequestStreaming() - Method in interface com.google.protobuf.MethodOrBuilder
bool request_streaming = 3 [json_name = "requestStreaming"];
getRequestTypeUrl() - Method in class com.google.protobuf.Method.Builder
string request_type_url = 2 [json_name = "requestTypeUrl"];
getRequestTypeUrl() - Method in class com.google.protobuf.Method
string request_type_url = 2 [json_name = "requestTypeUrl"];
getRequestTypeUrl() - Method in interface com.google.protobuf.MethodOrBuilder
string request_type_url = 2 [json_name = "requestTypeUrl"];
getRequestTypeUrlBytes() - Method in class com.google.protobuf.Method.Builder
string request_type_url = 2 [json_name = "requestTypeUrl"];
getRequestTypeUrlBytes() - Method in class com.google.protobuf.Method
string request_type_url = 2 [json_name = "requestTypeUrl"];
getRequestTypeUrlBytes() - Method in interface com.google.protobuf.MethodOrBuilder
string request_type_url = 2 [json_name = "requestTypeUrl"];
getResponseStreaming() - Method in class com.google.protobuf.Method.Builder
bool response_streaming = 5 [json_name = "responseStreaming"];
getResponseStreaming() - Method in class com.google.protobuf.Method
bool response_streaming = 5 [json_name = "responseStreaming"];
getResponseStreaming() - Method in interface com.google.protobuf.MethodOrBuilder
bool response_streaming = 5 [json_name = "responseStreaming"];
getResponseTypeUrl() - Method in class com.google.protobuf.Method.Builder
string response_type_url = 4 [json_name = "responseTypeUrl"];
getResponseTypeUrl() - Method in class com.google.protobuf.Method
string response_type_url = 4 [json_name = "responseTypeUrl"];
getResponseTypeUrl() - Method in interface com.google.protobuf.MethodOrBuilder
string response_type_url = 4 [json_name = "responseTypeUrl"];
getResponseTypeUrlBytes() - Method in class com.google.protobuf.Method.Builder
string response_type_url = 4 [json_name = "responseTypeUrl"];
getResponseTypeUrlBytes() - Method in class com.google.protobuf.Method
string response_type_url = 4 [json_name = "responseTypeUrl"];
getResponseTypeUrlBytes() - Method in interface com.google.protobuf.MethodOrBuilder
string response_type_url = 4 [json_name = "responseTypeUrl"];
getRoot() - Method in class com.google.protobuf.Mixin.Builder
string root = 2 [json_name = "root"];
getRoot() - Method in class com.google.protobuf.Mixin
string root = 2 [json_name = "root"];
getRoot() - Method in interface com.google.protobuf.MixinOrBuilder
string root = 2 [json_name = "root"];
getRootBytes() - Method in class com.google.protobuf.Mixin.Builder
string root = 2 [json_name = "root"];
getRootBytes() - Method in class com.google.protobuf.Mixin
string root = 2 [json_name = "root"];
getRootBytes() - Method in interface com.google.protobuf.MixinOrBuilder
string root = 2 [json_name = "root"];
getSeconds() - Method in class com.google.protobuf.Duration.Builder
int64 seconds = 1 [json_name = "seconds"];
getSeconds() - Method in class com.google.protobuf.Duration
int64 seconds = 1 [json_name = "seconds"];
getSeconds() - Method in interface com.google.protobuf.DurationOrBuilder
int64 seconds = 1 [json_name = "seconds"];
getSeconds() - Method in class com.google.protobuf.Timestamp.Builder
int64 seconds = 1 [json_name = "seconds"];
getSeconds() - Method in class com.google.protobuf.Timestamp
int64 seconds = 1 [json_name = "seconds"];
getSeconds() - Method in interface com.google.protobuf.TimestampOrBuilder
int64 seconds = 1 [json_name = "seconds"];
getSerializedSize() - Method in class com.google.protobuf.GeneratedMessageLite
 
getSerializedSize() - Method in class com.google.protobuf.LazyFieldLite
Due to the optional field can be duplicated at the end of serialized bytes, which will make the serialized size changed after LazyField parsed.
getSerializedSize() - Method in interface com.google.protobuf.MessageLite
Get the number of bytes required to encode this message.
getSerializedSize() - Method in class com.google.protobuf.UnknownFieldSetLite
Get the number of bytes required to encode this set.
getSerializedSizeAsMessageSet() - Method in class com.google.protobuf.UnknownFieldSetLite
Get the number of bytes required to encode this field, including field number, using MessageSet wire format.
getSourceContext() - Method in class com.google.protobuf.Api.Builder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
getSourceContext() - Method in class com.google.protobuf.Api
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
getSourceContext() - Method in interface com.google.protobuf.ApiOrBuilder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
getSourceContext() - Method in class com.google.protobuf.Enum.Builder
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
getSourceContext() - Method in class com.google.protobuf.Enum
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
getSourceContext() - Method in interface com.google.protobuf.EnumOrBuilder
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
getSourceContext() - Method in class com.google.protobuf.Type.Builder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
getSourceContext() - Method in class com.google.protobuf.Type
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
getSourceContext() - Method in interface com.google.protobuf.TypeOrBuilder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
getStringValue() - Method in class com.google.protobuf.Value.Builder
string string_value = 3 [json_name = "stringValue"];
getStringValue() - Method in class com.google.protobuf.Value
string string_value = 3 [json_name = "stringValue"];
getStringValue() - Method in interface com.google.protobuf.ValueOrBuilder
string string_value = 3 [json_name = "stringValue"];
getStringValueBytes() - Method in class com.google.protobuf.Value.Builder
string string_value = 3 [json_name = "stringValue"];
getStringValueBytes() - Method in class com.google.protobuf.Value
string string_value = 3 [json_name = "stringValue"];
getStringValueBytes() - Method in interface com.google.protobuf.ValueOrBuilder
string string_value = 3 [json_name = "stringValue"];
getStructValue() - Method in class com.google.protobuf.Value.Builder
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
getStructValue() - Method in class com.google.protobuf.Value
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
getStructValue() - Method in interface com.google.protobuf.ValueOrBuilder
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
getSyntax() - Method in class com.google.protobuf.Api.Builder
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
getSyntax() - Method in class com.google.protobuf.Api
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
getSyntax() - Method in interface com.google.protobuf.ApiOrBuilder
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
getSyntax() - Method in class com.google.protobuf.Enum.Builder
.google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
getSyntax() - Method in class com.google.protobuf.Enum
.google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
getSyntax() - Method in interface com.google.protobuf.EnumOrBuilder
.google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
getSyntax() - Method in class com.google.protobuf.Method.Builder
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
getSyntax() - Method in class com.google.protobuf.Method
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
getSyntax() - Method in interface com.google.protobuf.MethodOrBuilder
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
getSyntax() - Method in class com.google.protobuf.Type.Builder
.google.protobuf.Syntax syntax = 6 [json_name = "syntax"];
getSyntax() - Method in class com.google.protobuf.Type
.google.protobuf.Syntax syntax = 6 [json_name = "syntax"];
getSyntax() - Method in interface com.google.protobuf.TypeOrBuilder
.google.protobuf.Syntax syntax = 6 [json_name = "syntax"];
getSyntaxValue() - Method in class com.google.protobuf.Api.Builder
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
getSyntaxValue() - Method in class com.google.protobuf.Api
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
getSyntaxValue() - Method in interface com.google.protobuf.ApiOrBuilder
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
getSyntaxValue() - Method in class com.google.protobuf.Enum.Builder
.google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
getSyntaxValue() - Method in class com.google.protobuf.Enum
.google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
getSyntaxValue() - Method in interface com.google.protobuf.EnumOrBuilder
.google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
getSyntaxValue() - Method in class com.google.protobuf.Method.Builder
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
getSyntaxValue() - Method in class com.google.protobuf.Method
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
getSyntaxValue() - Method in interface com.google.protobuf.MethodOrBuilder
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
getSyntaxValue() - Method in class com.google.protobuf.Type.Builder
.google.protobuf.Syntax syntax = 6 [json_name = "syntax"];
getSyntaxValue() - Method in class com.google.protobuf.Type
.google.protobuf.Syntax syntax = 6 [json_name = "syntax"];
getSyntaxValue() - Method in interface com.google.protobuf.TypeOrBuilder
.google.protobuf.Syntax syntax = 6 [json_name = "syntax"];
getTagFieldNumber(int) - Static method in class com.google.protobuf.WireFormat
Given a tag value, determines the field number (the upper 29 bits).
getTagWireType(int) - Static method in class com.google.protobuf.WireFormat
Given a tag value, determines the wire type (the lower 3 bits).
getTotalBytesRead() - Method in class com.google.protobuf.CodedInputStream
The total bytes read up to the current position.
getTotalBytesWritten() - Method in class com.google.protobuf.CodedOutputStream
Get the total number of bytes successfully written to this stream.
getTreeDepth() - Method in class com.google.protobuf.ByteString
Return the depth of the tree representing this ByteString, if any, whose root is this node.
getType() - Method in enum com.google.protobuf.JavaType
Gets the required type for a field that would hold a value of this type.
getTypeUrl() - Method in class com.google.protobuf.Any.Builder
string type_url = 1 [json_name = "typeUrl"];
getTypeUrl() - Method in class com.google.protobuf.Any
string type_url = 1 [json_name = "typeUrl"];
getTypeUrl() - Method in interface com.google.protobuf.AnyOrBuilder
string type_url = 1 [json_name = "typeUrl"];
getTypeUrl() - Method in class com.google.protobuf.Field.Builder
string type_url = 6 [json_name = "typeUrl"];
getTypeUrl() - Method in class com.google.protobuf.Field
string type_url = 6 [json_name = "typeUrl"];
getTypeUrl() - Method in interface com.google.protobuf.FieldOrBuilder
string type_url = 6 [json_name = "typeUrl"];
getTypeUrlBytes() - Method in class com.google.protobuf.Any.Builder
string type_url = 1 [json_name = "typeUrl"];
getTypeUrlBytes() - Method in class com.google.protobuf.Any
string type_url = 1 [json_name = "typeUrl"];
getTypeUrlBytes() - Method in interface com.google.protobuf.AnyOrBuilder
string type_url = 1 [json_name = "typeUrl"];
getTypeUrlBytes() - Method in class com.google.protobuf.Field.Builder
string type_url = 6 [json_name = "typeUrl"];
getTypeUrlBytes() - Method in class com.google.protobuf.Field
string type_url = 6 [json_name = "typeUrl"];
getTypeUrlBytes() - Method in interface com.google.protobuf.FieldOrBuilder
string type_url = 6 [json_name = "typeUrl"];
getUnderlyingElements() - Method in class com.google.protobuf.LazyStringArrayList
 
getUnderlyingElements() - Method in interface com.google.protobuf.LazyStringList
Returns an unmodifiable List of the underlying elements, each of which is either a String or its equivalent UTF-8 encoded ByteString or byte[].
getUnderlyingElements() - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
getUnfinishedMessage() - Method in exception com.google.protobuf.InvalidProtocolBufferException
Returns the unfinished message attached to the exception, or null if no message is attached.
getUnmodifiable() - Method in class com.google.protobuf.ExtensionRegistryLite
Returns an unmodifiable view of the registry.
getUnmodifiableView() - Method in class com.google.protobuf.LazyStringArrayList
 
getUnmodifiableView() - Method in interface com.google.protobuf.LazyStringList
Returns an unmodifiable view of the list.
getUnmodifiableView() - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
getValue() - Method in class com.google.protobuf.Any.Builder
bytes value = 2 [json_name = "value"];
getValue() - Method in class com.google.protobuf.Any
bytes value = 2 [json_name = "value"];
getValue() - Method in interface com.google.protobuf.AnyOrBuilder
bytes value = 2 [json_name = "value"];
getValue() - Method in class com.google.protobuf.BoolValue.Builder
bool value = 1 [json_name = "value"];
getValue() - Method in class com.google.protobuf.BoolValue
bool value = 1 [json_name = "value"];
getValue() - Method in interface com.google.protobuf.BoolValueOrBuilder
bool value = 1 [json_name = "value"];
getValue() - Method in class com.google.protobuf.BytesValue.Builder
bytes value = 1 [json_name = "value"];
getValue() - Method in class com.google.protobuf.BytesValue
bytes value = 1 [json_name = "value"];
getValue() - Method in interface com.google.protobuf.BytesValueOrBuilder
bytes value = 1 [json_name = "value"];
getValue() - Method in class com.google.protobuf.DoubleValue.Builder
double value = 1 [json_name = "value"];
getValue() - Method in class com.google.protobuf.DoubleValue
double value = 1 [json_name = "value"];
getValue() - Method in interface com.google.protobuf.DoubleValueOrBuilder
double value = 1 [json_name = "value"];
getValue() - Method in class com.google.protobuf.FloatValue.Builder
float value = 1 [json_name = "value"];
getValue() - Method in class com.google.protobuf.FloatValue
float value = 1 [json_name = "value"];
getValue() - Method in interface com.google.protobuf.FloatValueOrBuilder
float value = 1 [json_name = "value"];
getValue() - Method in class com.google.protobuf.Int32Value.Builder
int32 value = 1 [json_name = "value"];
getValue() - Method in class com.google.protobuf.Int32Value
int32 value = 1 [json_name = "value"];
getValue() - Method in interface com.google.protobuf.Int32ValueOrBuilder
int32 value = 1 [json_name = "value"];
getValue() - Method in class com.google.protobuf.Int64Value.Builder
int64 value = 1 [json_name = "value"];
getValue() - Method in class com.google.protobuf.Int64Value
int64 value = 1 [json_name = "value"];
getValue() - Method in interface com.google.protobuf.Int64ValueOrBuilder
int64 value = 1 [json_name = "value"];
getValue() - Method in class com.google.protobuf.LazyField
 
getValue() - Method in class com.google.protobuf.MapEntryLite
 
getValue() - Method in class com.google.protobuf.Option.Builder
.google.protobuf.Any value = 2 [json_name = "value"];
getValue() - Method in class com.google.protobuf.Option
.google.protobuf.Any value = 2 [json_name = "value"];
getValue() - Method in interface com.google.protobuf.OptionOrBuilder
.google.protobuf.Any value = 2 [json_name = "value"];
getValue() - Method in class com.google.protobuf.StringValue.Builder
string value = 1 [json_name = "value"];
getValue() - Method in class com.google.protobuf.StringValue
string value = 1 [json_name = "value"];
getValue() - Method in interface com.google.protobuf.StringValueOrBuilder
string value = 1 [json_name = "value"];
getValue() - Method in class com.google.protobuf.UInt32Value.Builder
uint32 value = 1 [json_name = "value"];
getValue() - Method in class com.google.protobuf.UInt32Value
uint32 value = 1 [json_name = "value"];
getValue() - Method in interface com.google.protobuf.UInt32ValueOrBuilder
uint32 value = 1 [json_name = "value"];
getValue() - Method in class com.google.protobuf.UInt64Value.Builder
uint64 value = 1 [json_name = "value"];
getValue() - Method in class com.google.protobuf.UInt64Value
uint64 value = 1 [json_name = "value"];
getValue() - Method in interface com.google.protobuf.UInt64ValueOrBuilder
uint64 value = 1 [json_name = "value"];
getValue(MessageLite) - Method in class com.google.protobuf.LazyFieldLite
Returns message instance.
getValueBytes() - Method in class com.google.protobuf.StringValue.Builder
string value = 1 [json_name = "value"];
getValueBytes() - Method in class com.google.protobuf.StringValue
string value = 1 [json_name = "value"];
getValueBytes() - Method in interface com.google.protobuf.StringValueOrBuilder
string value = 1 [json_name = "value"];
getValues(int) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
getValues(int) - Method in class com.google.protobuf.ListValue
repeated .google.protobuf.Value values = 1 [json_name = "values"];
getValues(int) - Method in interface com.google.protobuf.ListValueOrBuilder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
getValuesCount() - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
getValuesCount() - Method in class com.google.protobuf.ListValue
repeated .google.protobuf.Value values = 1 [json_name = "values"];
getValuesCount() - Method in interface com.google.protobuf.ListValueOrBuilder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
getValuesList() - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
getValuesList() - Method in class com.google.protobuf.ListValue
repeated .google.protobuf.Value values = 1 [json_name = "values"];
getValuesList() - Method in interface com.google.protobuf.ListValueOrBuilder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
getValuesOrBuilder(int) - Method in class com.google.protobuf.ListValue
repeated .google.protobuf.Value values = 1 [json_name = "values"];
getValuesOrBuilderList() - Method in class com.google.protobuf.ListValue
repeated .google.protobuf.Value values = 1 [json_name = "values"];
getVersion() - Method in class com.google.protobuf.Api.Builder
string version = 4 [json_name = "version"];
getVersion() - Method in class com.google.protobuf.Api
string version = 4 [json_name = "version"];
getVersion() - Method in interface com.google.protobuf.ApiOrBuilder
string version = 4 [json_name = "version"];
getVersionBytes() - Method in class com.google.protobuf.Api.Builder
string version = 4 [json_name = "version"];
getVersionBytes() - Method in class com.google.protobuf.Api
string version = 4 [json_name = "version"];
getVersionBytes() - Method in interface com.google.protobuf.ApiOrBuilder
string version = 4 [json_name = "version"];
getWireType() - Method in enum com.google.protobuf.WireFormat.FieldType
 
GROUP - com.google.protobuf.FieldType
 
GROUP - com.google.protobuf.WireFormat.FieldType
 
GROUP_LIST - com.google.protobuf.FieldType
 

H

hasBoolValue() - Method in class com.google.protobuf.Value.Builder
bool bool_value = 4 [json_name = "boolValue"];
hasBoolValue() - Method in class com.google.protobuf.Value
bool bool_value = 4 [json_name = "boolValue"];
hasBoolValue() - Method in interface com.google.protobuf.ValueOrBuilder
bool bool_value = 4 [json_name = "boolValue"];
hasExtension(ExtensionLite<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Check if a singular extension is present.
hasExtension(ExtensionLite<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Check if a singular extension is present.
hasExtension(ExtensionLite<MessageType, Type>) - Method in interface com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder
Check if a singular extension is present.
hashBoolean(boolean) - Static method in class com.google.protobuf.Internal
Helper method for implementing Message#hashCode() for booleans.
hashCode() - Method in class com.google.protobuf.ByteString
Compute the hashCode using the traditional algorithm from ByteString.
hashCode() - Method in class com.google.protobuf.GeneratedMessageLite
 
hashCode() - Method in class com.google.protobuf.LazyField
 
hashCode() - Method in class com.google.protobuf.LazyFieldLite
 
hashCode() - Method in class com.google.protobuf.MapFieldLite
 
hashCode() - Method in class com.google.protobuf.UnknownFieldSetLite
 
hashCode(byte[]) - Static method in class com.google.protobuf.Internal
Helper method for implementing Message#hashCode() for bytes field.
hashCode(List<byte[]>) - Static method in class com.google.protobuf.Internal
Helper method for implementing Message#hashCode() for bytes field.
hashCodeByteBuffer(ByteBuffer) - Static method in class com.google.protobuf.Internal
Helper method for implementing Message#hashCode() for bytes field.
hashCodeByteBuffer(List<ByteBuffer>) - Static method in class com.google.protobuf.Internal
Helper method for implementing Message#hashCode() for bytes field.
hashEnum(Internal.EnumLite) - Static method in class com.google.protobuf.Internal
Helper method for implementing Message#hashCode() for enums.
hashEnumList(List<? extends Internal.EnumLite>) - Static method in class com.google.protobuf.Internal
Helper method for implementing Message#hashCode() for enum lists.
hashLong(long) - Static method in class com.google.protobuf.Internal
Helper method for implementing Message#hashCode() for longs.
hasListValue() - Method in class com.google.protobuf.Value.Builder
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
hasListValue() - Method in class com.google.protobuf.Value
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
hasListValue() - Method in interface com.google.protobuf.ValueOrBuilder
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
hasNullValue() - Method in class com.google.protobuf.Value.Builder
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
hasNullValue() - Method in class com.google.protobuf.Value
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
hasNullValue() - Method in interface com.google.protobuf.ValueOrBuilder
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
hasNumberValue() - Method in class com.google.protobuf.Value.Builder
double number_value = 2 [json_name = "numberValue"];
hasNumberValue() - Method in class com.google.protobuf.Value
double number_value = 2 [json_name = "numberValue"];
hasNumberValue() - Method in interface com.google.protobuf.ValueOrBuilder
double number_value = 2 [json_name = "numberValue"];
hasSourceContext() - Method in class com.google.protobuf.Api.Builder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
hasSourceContext() - Method in class com.google.protobuf.Api
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
hasSourceContext() - Method in interface com.google.protobuf.ApiOrBuilder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
hasSourceContext() - Method in class com.google.protobuf.Enum.Builder
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
hasSourceContext() - Method in class com.google.protobuf.Enum
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
hasSourceContext() - Method in interface com.google.protobuf.EnumOrBuilder
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
hasSourceContext() - Method in class com.google.protobuf.Type.Builder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
hasSourceContext() - Method in class com.google.protobuf.Type
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
hasSourceContext() - Method in interface com.google.protobuf.TypeOrBuilder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
hasStringValue() - Method in class com.google.protobuf.Value.Builder
string string_value = 3 [json_name = "stringValue"];
hasStringValue() - Method in class com.google.protobuf.Value
string string_value = 3 [json_name = "stringValue"];
hasStringValue() - Method in interface com.google.protobuf.ValueOrBuilder
string string_value = 3 [json_name = "stringValue"];
hasStructValue() - Method in class com.google.protobuf.Value.Builder
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
hasStructValue() - Method in class com.google.protobuf.Value
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
hasStructValue() - Method in interface com.google.protobuf.ValueOrBuilder
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
hasValue() - Method in class com.google.protobuf.Option.Builder
.google.protobuf.Any value = 2 [json_name = "value"];
hasValue() - Method in class com.google.protobuf.Option
.google.protobuf.Any value = 2 [json_name = "value"];
hasValue() - Method in interface com.google.protobuf.OptionOrBuilder
.google.protobuf.Any value = 2 [json_name = "value"];

I

id() - Method in enum com.google.protobuf.FieldType
A reliable unique identifier for this type.
instance - Variable in class com.google.protobuf.GeneratedMessageLite.Builder
 
INT - com.google.protobuf.JavaType
 
INT - com.google.protobuf.WireFormat.JavaType
 
INT32 - com.google.protobuf.FieldType
 
INT32 - com.google.protobuf.WireFormat.FieldType
 
INT32_LIST - com.google.protobuf.FieldType
 
INT32_LIST_PACKED - com.google.protobuf.FieldType
 
Int32Value - Class in com.google.protobuf
Protobuf type google.protobuf.Int32Value
Int32Value.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Int32Value
Int32ValueOrBuilder - Interface in com.google.protobuf
 
INT64 - com.google.protobuf.FieldType
 
INT64 - com.google.protobuf.WireFormat.FieldType
 
INT64_LIST - com.google.protobuf.FieldType
 
INT64_LIST_PACKED - com.google.protobuf.FieldType
 
Int64Value - Class in com.google.protobuf
Protobuf type google.protobuf.Int64Value
Int64Value.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Int64Value
Int64ValueOrBuilder - Interface in com.google.protobuf
 
Internal - Class in com.google.protobuf
The classes contained within are used internally by the Protocol Buffer library and generated message implementations.
Internal.BooleanList - Interface in com.google.protobuf
A List implementation that avoids boxing the elements into Booleans if possible.
Internal.DoubleList - Interface in com.google.protobuf
A List implementation that avoids boxing the elements into Doubles if possible.
Internal.EnumLite - Interface in com.google.protobuf
Interface for an enum value or value descriptor, to be used in FieldSet.
Internal.EnumLiteMap<T extends Internal.EnumLite> - Interface in com.google.protobuf
Interface for an object which maps integers to Internal.EnumLites.
Internal.EnumVerifier - Interface in com.google.protobuf
Interface for an object which verifies integers are in range.
Internal.FloatList - Interface in com.google.protobuf
A List implementation that avoids boxing the elements into Floats if possible.
Internal.IntList - Interface in com.google.protobuf
A List implementation that avoids boxing the elements into Integers if possible.
Internal.ListAdapter<F,​T> - Class in com.google.protobuf
Provides an immutable view of List<T> around a List<F>.
Internal.ListAdapter.Converter<F,​T> - Interface in com.google.protobuf
Convert individual elements of the List from F to T.
Internal.LongList - Interface in com.google.protobuf
A List implementation that avoids boxing the elements into Longs if possible.
Internal.MapAdapter<K,​V,​RealValue> - Class in com.google.protobuf
Wrap around a Map<K, RealValue> and provide a Map<K, V> interface.
Internal.MapAdapter.Converter<A,​B> - Interface in com.google.protobuf
An interface used to convert between two types.
Internal.ProtobufList<E> - Interface in com.google.protobuf
Extends List to add the capability to make the list immutable and inspect if it is modifiable.
internalGetValueMap() - Static method in enum com.google.protobuf.Field.Cardinality
 
internalGetValueMap() - Static method in enum com.google.protobuf.Field.Kind
 
internalGetValueMap() - Static method in enum com.google.protobuf.NullValue
 
internalGetValueMap() - Static method in enum com.google.protobuf.Syntax
 
internalGetVerifier() - Static method in enum com.google.protobuf.Field.Cardinality
 
internalGetVerifier() - Static method in enum com.google.protobuf.Field.Kind
 
internalGetVerifier() - Static method in enum com.google.protobuf.NullValue
 
internalGetVerifier() - Static method in enum com.google.protobuf.Syntax
 
internalMergeFrom(MessageType) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
internalMergeFrom(MessageType) - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
InvalidProtocolBufferException - Exception in com.google.protobuf
Thrown when a protocol message being parsed is invalid in some way.
InvalidProtocolBufferException(IOException) - Constructor for exception com.google.protobuf.InvalidProtocolBufferException
 
InvalidProtocolBufferException(Exception) - Constructor for exception com.google.protobuf.InvalidProtocolBufferException
 
InvalidProtocolBufferException(String) - Constructor for exception com.google.protobuf.InvalidProtocolBufferException
 
InvalidProtocolBufferException(String, IOException) - Constructor for exception com.google.protobuf.InvalidProtocolBufferException
 
InvalidProtocolBufferException(String, Exception) - Constructor for exception com.google.protobuf.InvalidProtocolBufferException
 
InvalidProtocolBufferException.InvalidWireTypeException - Exception in com.google.protobuf
Exception indicating that an unexpected wire type was encountered for a field.
InvalidWireTypeException(String) - Constructor for exception com.google.protobuf.InvalidProtocolBufferException.InvalidWireTypeException
 
isAtEnd() - Method in class com.google.protobuf.CodedInputStream
Returns true if the stream has reached the end of the input.
isBalanced() - Method in class com.google.protobuf.ByteString
Return true if this ByteString is literal (a leaf node) or a flat-enough tree in the sense of RopeByteString.
isEagerlyParseMessageSets() - Static method in class com.google.protobuf.ExtensionRegistryLite
 
isEmpty() - Method in class com.google.protobuf.ByteString
Returns true if the size is 0, false otherwise.
isInitialized() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
isInitialized() - Method in class com.google.protobuf.GeneratedMessageLite
 
isInitialized() - Method in interface com.google.protobuf.MessageLiteOrBuilder
Returns true if all required fields in the message and all embedded messages are set, false otherwise.
isInitialized(T, boolean) - Static method in class com.google.protobuf.GeneratedMessageLite
A static helper method for checking if a message is initialized, optionally memoizing.
isInRange(int) - Method in interface com.google.protobuf.Internal.EnumVerifier
 
isList() - Method in enum com.google.protobuf.FieldType
Indicates whether this field represents a list of values.
isMap() - Method in enum com.google.protobuf.FieldType
Indicates whether this field represents a map.
isModifiable() - Method in interface com.google.protobuf.Internal.ProtobufList
Returns whether this list can be modified via the publicly accessible List methods.
isMutable() - Method in class com.google.protobuf.MapFieldLite
Returns whether this field can be modified.
isPackable() - Method in enum com.google.protobuf.WireFormat.FieldType
 
isPacked() - Method in enum com.google.protobuf.FieldType
Indicates whether a list field should be represented on the wire in packed form.
isPrimitiveScalar() - Method in enum com.google.protobuf.FieldType
Indicates whether this field type represents a primitive scalar value.
isRepeated() - Method in class com.google.protobuf.ExtensionLite
Returns whether it is a repeated field.
isRepeated() - Method in class com.google.protobuf.GeneratedMessageLite.GeneratedExtension
 
isScalar() - Method in enum com.google.protobuf.FieldType
Indicates whether this field type represents a scalar value.
isValidForField(Field) - Method in enum com.google.protobuf.FieldType
Indicates whether or not this FieldType can be applied to the given Field.
isValidType(Class<?>) - Method in enum com.google.protobuf.JavaType
Indicates whether or not this JavaType can be applied to a field of the given type.
isValidUtf8() - Method in class com.google.protobuf.ByteString
Tells whether this ByteString represents a well-formed UTF-8 byte sequence, such that the original bytes can be converted to a String object and then round tripped back to bytes without loss.
isValidUtf8(byte[]) - Static method in class com.google.protobuf.Internal
Like Internal.isValidUtf8(ByteString) but for byte arrays.
isValidUtf8(ByteString) - Static method in class com.google.protobuf.Internal
Helper called by generated code to determine if a byte array is a valid UTF-8 encoded string such that the original bytes can be converted to a String object and then back to a byte array round tripping the bytes without loss.
iterator() - Method in class com.google.protobuf.ByteString
Return a ByteString.ByteIterator over the bytes in the ByteString.
iterator() - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 

J

JavaType - Enum in com.google.protobuf
Enum that identifies the Java types required to store protobuf fields.
JSON_NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.Field
 

K

KIND_FIELD_NUMBER - Static variable in class com.google.protobuf.Field
 
KIND_NOT_SET - com.google.protobuf.Value.KindCase
 

L

LazyField - Class in com.google.protobuf
LazyField encapsulates the logic of lazily parsing message fields.
LazyField(MessageLite, ExtensionRegistryLite, ByteString) - Constructor for class com.google.protobuf.LazyField
 
LazyFieldLite - Class in com.google.protobuf
LazyFieldLite encapsulates the logic of lazily parsing message fields.
LazyFieldLite() - Constructor for class com.google.protobuf.LazyFieldLite
Constructs a LazyFieldLite with no contents, and no ability to parse extensions.
LazyFieldLite(ExtensionRegistryLite, ByteString) - Constructor for class com.google.protobuf.LazyFieldLite
Constructs a LazyFieldLite with bytes that will be parsed lazily.
LazyStringArrayList - Class in com.google.protobuf
An implementation of LazyStringList that wraps an ArrayList.
LazyStringArrayList() - Constructor for class com.google.protobuf.LazyStringArrayList
 
LazyStringArrayList(int) - Constructor for class com.google.protobuf.LazyStringArrayList
 
LazyStringArrayList(LazyStringList) - Constructor for class com.google.protobuf.LazyStringArrayList
 
LazyStringArrayList(List<String>) - Constructor for class com.google.protobuf.LazyStringArrayList
 
LazyStringList - Interface in com.google.protobuf
An interface extending List<String> that also provides access to the items of the list as UTF8-encoded ByteString or byte[] objects.
LIST_VALUE - com.google.protobuf.Value.KindCase
 
LIST_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Value
 
ListAdapter(List<F>, Internal.ListAdapter.Converter<F, T>) - Constructor for class com.google.protobuf.Internal.ListAdapter
 
listIterator(int) - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
ListValue - Class in com.google.protobuf
Protobuf type google.protobuf.ListValue
ListValue.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.ListValue
ListValueOrBuilder - Interface in com.google.protobuf
 
LITTLE_ENDIAN_32_SIZE - Static variable in class com.google.protobuf.CodedOutputStream
LONG - com.google.protobuf.JavaType
 
LONG - com.google.protobuf.WireFormat.JavaType
 

M

makeImmutable() - Method in class com.google.protobuf.GeneratedMessageLite
Called by subclasses to complete parsing.
makeImmutable() - Method in interface com.google.protobuf.Internal.ProtobufList
Makes this list immutable.
makeImmutable() - Method in class com.google.protobuf.MapFieldLite
Makes this field immutable.
makeImmutable() - Method in class com.google.protobuf.UnknownFieldSetLite
Marks this object as immutable.
MAP - com.google.protobuf.FieldType
 
MapAdapter(Map<K, RealValue>, Internal.MapAdapter.Converter<RealValue, V>) - Constructor for class com.google.protobuf.Internal.MapAdapter
 
MapEntryLite<K,​V> - Class in com.google.protobuf
Implements the lite version of map entry messages.
MapFieldLite<K,​V> - Class in com.google.protobuf
Internal representation of map fields in generated lite-runtime messages.
memoizedHashCode - Variable in class com.google.protobuf.AbstractMessageLite
 
merge(LazyFieldLite) - Method in class com.google.protobuf.LazyFieldLite
Merges another instance's contents.
mergeDelimitedFrom(InputStream) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeDelimitedFrom(InputStream) - Method in interface com.google.protobuf.MessageLite.Builder
Like MessageLite.Builder.mergeFrom(InputStream), but does not read until EOF.
mergeDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
mergeExtensionFields(MessageType) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
 
mergeFrom(byte[]) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(byte[]) - Method in interface com.google.protobuf.MessageLite.Builder
Parse data as a message of this type and merge it with the message being built.
mergeFrom(byte[], int, int) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(byte[], int, int) - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
mergeFrom(byte[], int, int) - Method in interface com.google.protobuf.MessageLite.Builder
Parse data as a message of this type and merge it with the message being built.
mergeFrom(byte[], int, int, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(byte[], int, int, ExtensionRegistryLite) - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
mergeFrom(byte[], int, int, ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
Parse data as a message of this type and merge it with the message being built.
mergeFrom(byte[], ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(byte[], ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
Parse data as a message of this type and merge it with the message being built.
mergeFrom(ByteString) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(ByteString) - Method in interface com.google.protobuf.MessageLite.Builder
Parse data as a message of this type and merge it with the message being built.
mergeFrom(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(ByteString, ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
Parse data as a message of this type and merge it with the message being built.
mergeFrom(CodedInputStream) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(CodedInputStream) - Method in interface com.google.protobuf.MessageLite.Builder
Parses a message of this type from the input and merges it with this message.
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.LazyFieldLite
Merges another instance's contents from a stream.
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
Like MessageLite.Builder.mergeFrom(CodedInputStream), but also parses extensions.
mergeFrom(LazyStringList) - Method in class com.google.protobuf.LazyStringArrayList
 
mergeFrom(LazyStringList) - Method in interface com.google.protobuf.LazyStringList
Merges all elements from another LazyStringList into this one.
mergeFrom(LazyStringList) - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
mergeFrom(MapFieldLite<K, V>) - Method in class com.google.protobuf.MapFieldLite
 
mergeFrom(MessageLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(MessageLite) - Method in interface com.google.protobuf.MessageLite.Builder
Merge other into the message being built.
mergeFrom(InputStream) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(InputStream) - Method in interface com.google.protobuf.MessageLite.Builder
Parse a message of this type from input and merge it with the message being built.
mergeFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
Parse a message of this type from input and merge it with the message being built.
mergeFrom(MessageType) - Method in class com.google.protobuf.GeneratedMessageLite.Builder
All subclasses implement this.
mergeLengthDelimitedField(int, ByteString) - Method in class com.google.protobuf.GeneratedMessageLite
Called by subclasses to parse an unknown field.
mergeListValue(ListValue) - Method in class com.google.protobuf.Value.Builder
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
mergeSourceContext(SourceContext) - Method in class com.google.protobuf.Api.Builder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
mergeSourceContext(SourceContext) - Method in class com.google.protobuf.Enum.Builder
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
mergeSourceContext(SourceContext) - Method in class com.google.protobuf.Type.Builder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
mergeStructValue(Struct) - Method in class com.google.protobuf.Value.Builder
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
mergeUnknownFields(UnknownFieldSetLite) - Method in class com.google.protobuf.GeneratedMessageLite
Merge some unknown fields into the UnknownFieldSetLite for this message.
mergeValue(Any) - Method in class com.google.protobuf.Option.Builder
.google.protobuf.Any value = 2 [json_name = "value"];
mergeVarintField(int, int) - Method in class com.google.protobuf.GeneratedMessageLite
Called by subclasses to parse an unknown field.
MESSAGE - com.google.protobuf.FieldType
 
MESSAGE - com.google.protobuf.JavaType
 
MESSAGE - com.google.protobuf.WireFormat.FieldType
 
MESSAGE - com.google.protobuf.WireFormat.JavaType
 
MESSAGE_LIST - com.google.protobuf.FieldType
 
MessageLite - Interface in com.google.protobuf
Abstract interface implemented by Protocol Message objects.
MessageLite.Builder - Interface in com.google.protobuf
Abstract interface implemented by Protocol Message builders.
MessageLiteOrBuilder - Interface in com.google.protobuf
Base interface for methods common to MessageLite and MessageLite.Builder to provide type equivalency.
Method - Class in com.google.protobuf
Protobuf type google.protobuf.Method
Method.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Method
MethodOrBuilder - Interface in com.google.protobuf
 
METHODS_FIELD_NUMBER - Static variable in class com.google.protobuf.Api
 
Mixin - Class in com.google.protobuf
Protobuf type google.protobuf.Mixin
Mixin.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Mixin
MixinOrBuilder - Interface in com.google.protobuf
 
MIXINS_FIELD_NUMBER - Static variable in class com.google.protobuf.Api
 
mutableCopy() - Method in class com.google.protobuf.MapFieldLite
Returns a deep copy of this map field.
mutableCopy(Internal.BooleanList) - Static method in class com.google.protobuf.GeneratedMessageLite
 
mutableCopy(Internal.DoubleList) - Static method in class com.google.protobuf.GeneratedMessageLite
 
mutableCopy(Internal.FloatList) - Static method in class com.google.protobuf.GeneratedMessageLite
 
mutableCopy(Internal.IntList) - Static method in class com.google.protobuf.GeneratedMessageLite
 
mutableCopy(Internal.LongList) - Static method in class com.google.protobuf.GeneratedMessageLite
 
mutableCopy(Internal.ProtobufList<E>) - Static method in class com.google.protobuf.GeneratedMessageLite
 
mutableCopyWithCapacity(int) - Method in interface com.google.protobuf.Internal.BooleanList
Returns a mutable clone of this list with the specified capacity.
mutableCopyWithCapacity(int) - Method in interface com.google.protobuf.Internal.DoubleList
Returns a mutable clone of this list with the specified capacity.
mutableCopyWithCapacity(int) - Method in interface com.google.protobuf.Internal.FloatList
Returns a mutable clone of this list with the specified capacity.
mutableCopyWithCapacity(int) - Method in interface com.google.protobuf.Internal.IntList
Returns a mutable clone of this list with the specified capacity.
mutableCopyWithCapacity(int) - Method in interface com.google.protobuf.Internal.LongList
Returns a mutable clone of this list with the specified capacity.
mutableCopyWithCapacity(int) - Method in interface com.google.protobuf.Internal.ProtobufList
Returns a mutable clone of this list with the specified capacity.
mutableCopyWithCapacity(int) - Method in class com.google.protobuf.LazyStringArrayList
 

N

NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.Api
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.Enum
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.EnumValue
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.Field
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.Method
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.Mixin
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.Option
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.Type
 
NANOS_FIELD_NUMBER - Static variable in class com.google.protobuf.Duration
 
NANOS_FIELD_NUMBER - Static variable in class com.google.protobuf.Timestamp
 
NEW_BUILDER - com.google.protobuf.GeneratedMessageLite.MethodToInvoke
 
NEW_MUTABLE_INSTANCE - com.google.protobuf.GeneratedMessageLite.MethodToInvoke
 
newBuilder() - Static method in class com.google.protobuf.Any
 
newBuilder() - Static method in class com.google.protobuf.Api
 
newBuilder() - Static method in class com.google.protobuf.BoolValue
 
newBuilder() - Static method in class com.google.protobuf.BytesValue
 
newBuilder() - Static method in class com.google.protobuf.DoubleValue
 
newBuilder() - Static method in class com.google.protobuf.Duration
 
newBuilder() - Static method in class com.google.protobuf.Empty
 
newBuilder() - Static method in class com.google.protobuf.Enum
 
newBuilder() - Static method in class com.google.protobuf.EnumValue
 
newBuilder() - Static method in class com.google.protobuf.Field
 
newBuilder() - Static method in class com.google.protobuf.FieldMask
 
newBuilder() - Static method in class com.google.protobuf.FloatValue
 
newBuilder() - Static method in class com.google.protobuf.Int32Value
 
newBuilder() - Static method in class com.google.protobuf.Int64Value
 
newBuilder() - Static method in class com.google.protobuf.ListValue
 
newBuilder() - Static method in class com.google.protobuf.Method
 
newBuilder() - Static method in class com.google.protobuf.Mixin
 
newBuilder() - Static method in class com.google.protobuf.Option
 
newBuilder() - Static method in class com.google.protobuf.SourceContext
 
newBuilder() - Static method in class com.google.protobuf.StringValue
 
newBuilder() - Static method in class com.google.protobuf.Struct
 
newBuilder() - Static method in class com.google.protobuf.Timestamp
 
newBuilder() - Static method in class com.google.protobuf.Type
 
newBuilder() - Static method in class com.google.protobuf.UInt32Value
 
newBuilder() - Static method in class com.google.protobuf.UInt64Value
 
newBuilder() - Static method in class com.google.protobuf.Value
 
newBuilder(Any) - Static method in class com.google.protobuf.Any
 
newBuilder(Api) - Static method in class com.google.protobuf.Api
 
newBuilder(BoolValue) - Static method in class com.google.protobuf.BoolValue
 
newBuilder(BytesValue) - Static method in class com.google.protobuf.BytesValue
 
newBuilder(DoubleValue) - Static method in class com.google.protobuf.DoubleValue
 
newBuilder(Duration) - Static method in class com.google.protobuf.Duration
 
newBuilder(Empty) - Static method in class com.google.protobuf.Empty
 
newBuilder(Enum) - Static method in class com.google.protobuf.Enum
 
newBuilder(EnumValue) - Static method in class com.google.protobuf.EnumValue
 
newBuilder(Field) - Static method in class com.google.protobuf.Field
 
newBuilder(FieldMask) - Static method in class com.google.protobuf.FieldMask
 
newBuilder(FloatValue) - Static method in class com.google.protobuf.FloatValue
 
newBuilder(Int32Value) - Static method in class com.google.protobuf.Int32Value
 
newBuilder(Int64Value) - Static method in class com.google.protobuf.Int64Value
 
newBuilder(ListValue) - Static method in class com.google.protobuf.ListValue
 
newBuilder(Method) - Static method in class com.google.protobuf.Method
 
newBuilder(Mixin) - Static method in class com.google.protobuf.Mixin
 
newBuilder(Option) - Static method in class com.google.protobuf.Option
 
newBuilder(SourceContext) - Static method in class com.google.protobuf.SourceContext
 
newBuilder(StringValue) - Static method in class com.google.protobuf.StringValue
 
newBuilder(Struct) - Static method in class com.google.protobuf.Struct
 
newBuilder(Timestamp) - Static method in class com.google.protobuf.Timestamp
 
newBuilder(Type) - Static method in class com.google.protobuf.Type
 
newBuilder(UInt32Value) - Static method in class com.google.protobuf.UInt32Value
 
newBuilder(UInt64Value) - Static method in class com.google.protobuf.UInt64Value
 
newBuilder(Value) - Static method in class com.google.protobuf.Value
 
newBuilderForType() - Method in class com.google.protobuf.GeneratedMessageLite
 
newBuilderForType() - Method in interface com.google.protobuf.MessageLite
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.
newDefaultInstance(WireFormat.FieldType, K, WireFormat.FieldType, V) - Static method in class com.google.protobuf.MapEntryLite
Creates a default MapEntryLite message instance.
newEnumConverter(Internal.EnumLiteMap<T>, T) - Static method in class com.google.protobuf.Internal.MapAdapter
 
newExtensionWriter() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
 
newInput() - Method in class com.google.protobuf.ByteString
Creates an InputStream which can be used to read the bytes.
newInstance() - Static method in class com.google.protobuf.ExtensionRegistryLite
Construct a new, empty instance.
newInstance(byte[]) - Static method in class com.google.protobuf.CodedInputStream
Create a new CodedInputStream wrapping the given byte array.
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.CodedInputStream
Create a new CodedInputStream wrapping the given byte array slice.
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(InputStream) - Static method in class com.google.protobuf.CodedInputStream
Create a new CodedInputStream wrapping the given InputStream.
newInstance(InputStream, int) - Static method in class com.google.protobuf.CodedInputStream
Create a new CodedInputStream wrapping the given InputStream, with a specified buffer size.
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(Iterable<ByteBuffer>) - Static method in class com.google.protobuf.CodedInputStream
Create a new CodedInputStream wrapping the given Iterable <ByteBuffer>.
newInstance(ByteBuffer) - Static method in class com.google.protobuf.CodedInputStream
Create a new CodedInputStream wrapping the given ByteBuffer.
newInstance(ByteBuffer) - Static method in class com.google.protobuf.CodedOutputStream
Create a new CodedOutputStream that writes to the given ByteBuffer.
newInstance(ByteBuffer, int) - Static method in class com.google.protobuf.CodedOutputStream
Deprecated.
the size parameter is no longer used since use of an internal buffer is useless (and wasteful) when writing to a ByteBuffer. Use CodedOutputStream.newInstance(ByteBuffer) instead.
newMessageInfo(MessageLite, String, Object[]) - Static method in class com.google.protobuf.GeneratedMessageLite
 
newMessageSetExtensionWriter() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
 
newOutput() - Static method in class com.google.protobuf.ByteString
Creates a new ByteString.Output.
newOutput(int) - Static method in class com.google.protobuf.ByteString
Creates a new ByteString.Output with the given initial capacity.
newRepeatedGeneratedExtension(ContainingType, MessageLite, Internal.EnumLiteMap<?>, int, WireFormat.FieldType, boolean, Class) - Static method in class com.google.protobuf.GeneratedMessageLite
For use by generated code only.
newSingularGeneratedExtension(ContainingType, Type, MessageLite, Internal.EnumLiteMap<?>, int, WireFormat.FieldType, Class) - Static method in class com.google.protobuf.GeneratedMessageLite
For use by generated code only.
newUninitializedMessageException(MessageLite) - Static method in class com.google.protobuf.AbstractMessageLite.Builder
Construct an UninitializedMessageException reporting missing fields in the given message.
nextByte() - Method in interface com.google.protobuf.ByteString.ByteIterator
An alternative to Iterator.next() that returns an unboxed primitive byte.
NULL_VALUE - com.google.protobuf.NullValue
NULL_VALUE = 0;
NULL_VALUE - com.google.protobuf.Value.KindCase
 
NULL_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Value
 
NULL_VALUE_VALUE - Static variable in enum com.google.protobuf.NullValue
NULL_VALUE = 0;
NullValue - Enum in com.google.protobuf
Protobuf enum google.protobuf.NullValue
NUMBER_FIELD_NUMBER - Static variable in class com.google.protobuf.EnumValue
 
NUMBER_FIELD_NUMBER - Static variable in class com.google.protobuf.Field
 
NUMBER_VALUE - com.google.protobuf.Value.KindCase
 
NUMBER_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Value
 

O

of(boolean) - Static method in class com.google.protobuf.BoolValue
 
of(double) - Static method in class com.google.protobuf.DoubleValue
 
of(float) - Static method in class com.google.protobuf.FloatValue
 
of(int) - Static method in class com.google.protobuf.Int32Value
 
of(int) - Static method in class com.google.protobuf.UInt32Value
 
of(long) - Static method in class com.google.protobuf.Int64Value
 
of(long) - Static method in class com.google.protobuf.UInt64Value
 
of(ByteString) - Static method in class com.google.protobuf.BytesValue
 
of(MessageLite) - Static method in class com.google.protobuf.GeneratedMessageLite.SerializedForm
 
of(String) - Static method in class com.google.protobuf.StringValue
 
ONEOF_INDEX_FIELD_NUMBER - Static variable in class com.google.protobuf.Field
 
ONEOFS_FIELD_NUMBER - Static variable in class com.google.protobuf.Type
 
Option - Class in com.google.protobuf
Protobuf type google.protobuf.Option
Option.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Option
OptionOrBuilder - Interface in com.google.protobuf
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.Api
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.Enum
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.EnumValue
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.Field
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.Method
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.Type
 

P

PACKED_FIELD_NUMBER - Static variable in class com.google.protobuf.Field
 
parseDelimitedFrom(InputStream) - Method in class com.google.protobuf.AbstractParser
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Any
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Api
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.BoolValue
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.BytesValue
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DoubleValue
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Duration
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Empty
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Enum
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.EnumValue
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Field
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.FieldMask
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.FloatValue
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Int32Value
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Int64Value
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.ListValue
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Method
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Mixin
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Option
 
parseDelimitedFrom(InputStream) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(InputStream), but does not read until EOF.
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.SourceContext
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.StringValue
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Struct
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Timestamp
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Type
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.UInt32Value
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.UInt64Value
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Value
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Any
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Api
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.BoolValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.BytesValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DoubleValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Duration
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Empty
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Enum
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.EnumValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Field
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.FieldMask
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.FloatValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int32Value
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int64Value
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.ListValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Method
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Mixin
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Option
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseDelimitedFrom(InputStream) but supporting extensions.
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.SourceContext
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.StringValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Struct
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Timestamp
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Type
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt32Value
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt64Value
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Value
 
parseDelimitedFrom(T, InputStream) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parseDelimitedFrom(T, InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parseEntry(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.MapEntryLite
Parses an entry off of the input as a Map.Entry.
parseFrom(byte[]) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Any
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Api
 
parseFrom(byte[]) - Static method in class com.google.protobuf.BoolValue
 
parseFrom(byte[]) - Static method in class com.google.protobuf.BytesValue
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DoubleValue
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Duration
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Empty
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Enum
 
parseFrom(byte[]) - Static method in class com.google.protobuf.EnumValue
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Field
 
parseFrom(byte[]) - Static method in class com.google.protobuf.FieldMask
 
parseFrom(byte[]) - Static method in class com.google.protobuf.FloatValue
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Int32Value
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Int64Value
 
parseFrom(byte[]) - Static method in class com.google.protobuf.ListValue
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Method
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Mixin
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Option
 
parseFrom(byte[]) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(byte[]) - Static method in class com.google.protobuf.SourceContext
 
parseFrom(byte[]) - Static method in class com.google.protobuf.StringValue
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Struct
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Type
 
parseFrom(byte[]) - Static method in class com.google.protobuf.UInt32Value
 
parseFrom(byte[]) - Static method in class com.google.protobuf.UInt64Value
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Value
 
parseFrom(byte[], int, int) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(byte[], int, int) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(byte[], int, int, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(byte[], int, int, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(byte[], ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Any
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Api
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.BoolValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.BytesValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DoubleValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Duration
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Empty
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Enum
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.EnumValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Field
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.FieldMask
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.FloatValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Int32Value
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Int64Value
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.ListValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Method
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Mixin
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Option
 
parseFrom(byte[], ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.SourceContext
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.StringValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Struct
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Type
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt32Value
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt64Value
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Value
 
parseFrom(ByteString) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Any
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Api
 
parseFrom(ByteString) - Static method in class com.google.protobuf.BoolValue
 
parseFrom(ByteString) - Static method in class com.google.protobuf.BytesValue
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DoubleValue
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Duration
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Empty
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Enum
 
parseFrom(ByteString) - Static method in class com.google.protobuf.EnumValue
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Field
 
parseFrom(ByteString) - Static method in class com.google.protobuf.FieldMask
 
parseFrom(ByteString) - Static method in class com.google.protobuf.FloatValue
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Int32Value
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Int64Value
 
parseFrom(ByteString) - Static method in class com.google.protobuf.ListValue
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Method
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Mixin
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Option
 
parseFrom(ByteString) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(ByteString) - Static method in class com.google.protobuf.SourceContext
 
parseFrom(ByteString) - Static method in class com.google.protobuf.StringValue
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Struct
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Type
 
parseFrom(ByteString) - Static method in class com.google.protobuf.UInt32Value
 
parseFrom(ByteString) - Static method in class com.google.protobuf.UInt64Value
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Value
 
parseFrom(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Any
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Api
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.BoolValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.BytesValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DoubleValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Duration
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Empty
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Enum
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.EnumValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Field
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.FieldMask
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.FloatValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int32Value
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int64Value
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.ListValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Method
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Mixin
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Option
 
parseFrom(ByteString, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.SourceContext
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.StringValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Struct
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Type
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt32Value
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt64Value
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Value
 
parseFrom(CodedInputStream) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Any
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Api
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.BoolValue
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.BytesValue
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DoubleValue
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Duration
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Empty
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Enum
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.EnumValue
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Field
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.FieldMask
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.FloatValue
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Int32Value
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Int64Value
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.ListValue
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Method
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Mixin
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Option
 
parseFrom(CodedInputStream) - Method in interface com.google.protobuf.Parser
Parses a message of MessageType from the input.
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.SourceContext
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.StringValue
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Struct
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Type
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.UInt32Value
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.UInt64Value
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Value
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Any
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Api
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.BoolValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.BytesValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DoubleValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Duration
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Empty
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Enum
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.EnumValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Field
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.FieldMask
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.FloatValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int32Value
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int64Value
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.ListValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Method
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Mixin
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Option
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(CodedInputStream), but also parses extensions.
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.SourceContext
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.StringValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Struct
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Type
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt32Value
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt64Value
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Value
 
parseFrom(InputStream) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Any
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Api
 
parseFrom(InputStream) - Static method in class com.google.protobuf.BoolValue
 
parseFrom(InputStream) - Static method in class com.google.protobuf.BytesValue
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DoubleValue
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Duration
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Empty
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Enum
 
parseFrom(InputStream) - Static method in class com.google.protobuf.EnumValue
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Field
 
parseFrom(InputStream) - Static method in class com.google.protobuf.FieldMask
 
parseFrom(InputStream) - Static method in class com.google.protobuf.FloatValue
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Int32Value
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Int64Value
 
parseFrom(InputStream) - Static method in class com.google.protobuf.ListValue
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Method
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Mixin
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Option
 
parseFrom(InputStream) - Method in interface com.google.protobuf.Parser
Parse a message of MessageType from input.
parseFrom(InputStream) - Static method in class com.google.protobuf.SourceContext
 
parseFrom(InputStream) - Static method in class com.google.protobuf.StringValue
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Struct
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Type
 
parseFrom(InputStream) - Static method in class com.google.protobuf.UInt32Value
 
parseFrom(InputStream) - Static method in class com.google.protobuf.UInt64Value
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Value
 
parseFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Any
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Api
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.BoolValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.BytesValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DoubleValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Duration
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Empty
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Enum
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.EnumValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Field
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.FieldMask
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.FloatValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int32Value
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int64Value
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.ListValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Method
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Mixin
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Option
 
parseFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Parses a message of MessageType from input.
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.SourceContext
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.StringValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Struct
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Type
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt32Value
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt64Value
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Value
 
parseFrom(ByteBuffer) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Any
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Api
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.BoolValue
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.BytesValue
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DoubleValue
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Duration
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Empty
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Enum
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.EnumValue
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Field
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.FieldMask
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.FloatValue
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Int32Value
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Int64Value
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.ListValue
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Method
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Mixin
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Option
 
parseFrom(ByteBuffer) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.SourceContext
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.StringValue
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Struct
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Type
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.UInt32Value
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.UInt64Value
 
parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Value
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Any
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Api
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.BoolValue
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.BytesValue
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DoubleValue
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Duration
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Empty
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Enum
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.EnumValue
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Field
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.FieldMask
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.FloatValue
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int32Value
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int64Value
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.ListValue
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Method
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Mixin
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Option
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.SourceContext
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.StringValue
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Struct
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Type
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt32Value
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt64Value
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Value
 
parseFrom(T, byte[]) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parseFrom(T, byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parseFrom(T, ByteString) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parseFrom(T, ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parseFrom(T, CodedInputStream) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parseFrom(T, CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parseFrom(T, InputStream) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parseFrom(T, InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parseFrom(T, ByteBuffer) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parseFrom(T, ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parseInto(MapFieldLite<K, V>, CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.MapEntryLite
Parses an entry off of the input into the map.
parsePartialDelimitedFrom(InputStream) - Method in class com.google.protobuf.AbstractParser
 
parsePartialDelimitedFrom(InputStream) - Method in interface com.google.protobuf.Parser
Like Parser.parseDelimitedFrom(InputStream), but does not throw an exception if the message is missing required fields.
parsePartialDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parsePartialDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseDelimitedFrom(InputStream, ExtensionRegistryLite), but does not throw an exception if the message is missing required fields.
parsePartialFrom(byte[]) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(byte[]) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(byte[]), but does not throw an exception if the message is missing required fields.
parsePartialFrom(byte[], int, int) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(byte[], int, int) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(byte[], int, int), but does not throw an exception if the message is missing required fields.
parsePartialFrom(byte[], int, int, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(byte[], int, int, ExtensionRegistryLite) - Method in class com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser
 
parsePartialFrom(byte[], int, int, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(ByteString, ExtensionRegistryLite), but does not throw an exception if the message is missing required fields.
parsePartialFrom(byte[], ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(byte[], ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(byte[], ExtensionRegistryLite), but does not throw an exception if the message is missing required fields.
parsePartialFrom(ByteString) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(ByteString) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(ByteString), but does not throw an exception if the message is missing required fields.
parsePartialFrom(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(ByteString, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(ByteString, ExtensionRegistryLite), but does not throw an exception if the message is missing required fields.
parsePartialFrom(CodedInputStream) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(CodedInputStream) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(CodedInputStream), but does not throw an exception if the message is missing required fields.
parsePartialFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser
 
parsePartialFrom(CodedInputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(CodedInputStream input, ExtensionRegistryLite), but does not throw an exception if the message is missing required fields.
parsePartialFrom(InputStream) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(InputStream) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(InputStream), but does not throw an exception if the message is missing required fields.
parsePartialFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(InputStream, ExtensionRegistryLite), but does not throw an exception if the message is missing required fields.
parsePartialFrom(T, CodedInputStream) - Static method in class com.google.protobuf.GeneratedMessageLite
 
parser() - Static method in class com.google.protobuf.Any
 
parser() - Static method in class com.google.protobuf.Api
 
parser() - Static method in class com.google.protobuf.BoolValue
 
parser() - Static method in class com.google.protobuf.BytesValue
 
parser() - Static method in class com.google.protobuf.DoubleValue
 
parser() - Static method in class com.google.protobuf.Duration
 
parser() - Static method in class com.google.protobuf.Empty
 
parser() - Static method in class com.google.protobuf.Enum
 
parser() - Static method in class com.google.protobuf.EnumValue
 
parser() - Static method in class com.google.protobuf.Field
 
parser() - Static method in class com.google.protobuf.FieldMask
 
parser() - Static method in class com.google.protobuf.FloatValue
 
parser() - Static method in class com.google.protobuf.Int32Value
 
parser() - Static method in class com.google.protobuf.Int64Value
 
parser() - Static method in class com.google.protobuf.ListValue
 
parser() - Static method in class com.google.protobuf.Method
 
parser() - Static method in class com.google.protobuf.Mixin
 
parser() - Static method in class com.google.protobuf.Option
 
parser() - Static method in class com.google.protobuf.SourceContext
 
parser() - Static method in class com.google.protobuf.StringValue
 
parser() - Static method in class com.google.protobuf.Struct
 
parser() - Static method in class com.google.protobuf.Timestamp
 
parser() - Static method in class com.google.protobuf.Type
 
parser() - Static method in class com.google.protobuf.UInt32Value
 
parser() - Static method in class com.google.protobuf.UInt64Value
 
parser() - Static method in class com.google.protobuf.Value
 
Parser<MessageType> - Interface in com.google.protobuf
Abstract interface for parsing Protocol Messages.
parseUnknownField(int, CodedInputStream) - Method in class com.google.protobuf.GeneratedMessageLite
Called by subclasses to parse an unknown field.
parseUnknownField(MessageType, CodedInputStream, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Parse an unknown field or an extension.
parseUnknownFieldAsMessageSet(MessageType, CodedInputStream, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Parse an unknown field or an extension.
partialHash(int, int, int) - Method in class com.google.protobuf.ByteString
Compute the hash across the value bytes starting with the given hash, and return the result.
partialIsValidUtf8(int, int, int) - Method in class com.google.protobuf.ByteString
Tells whether the given byte sequence is a well-formed, malformed, or incomplete UTF-8 byte sequence.
PATHS_FIELD_NUMBER - Static variable in class com.google.protobuf.FieldMask
 
peekCachedHashCode() - Method in class com.google.protobuf.ByteString
Return the cached hash code if available.
popLimit(int) - Method in class com.google.protobuf.CodedInputStream
Discards the current limit, returning to the previous limit.
PROTO2 - com.google.protobuf.ProtoSyntax
 
PROTO3 - com.google.protobuf.ProtoSyntax
 
ProtocolStringList - Interface in com.google.protobuf
An interface extending List<String> used for repeated string fields to provide optional access to the data as a list of ByteStrings.
ProtoSyntax - Enum in com.google.protobuf
Represents the syntax version of the message.
pushLimit(int) - Method in class com.google.protobuf.CodedInputStream
Sets currentLimit to (current position) + byteLimit.
put(Map.Entry<K, V>) - Method in class com.google.protobuf.MapFieldLite
 
put(K, V) - Method in class com.google.protobuf.Internal.MapAdapter
 
put(K, V) - Method in class com.google.protobuf.MapFieldLite
 
putAll(Map<? extends K, ? extends V>) - Method in class com.google.protobuf.MapFieldLite
 
putAllFields(Map<String, Value>) - Method in class com.google.protobuf.Struct.Builder
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
putFields(String, Value) - Method in class com.google.protobuf.Struct.Builder
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];

R

readBool() - Method in class com.google.protobuf.CodedInputStream
Read a bool field value from the stream.
readByteArray() - Method in class com.google.protobuf.CodedInputStream
Read a bytes field value from the stream.
readByteBuffer() - Method in class com.google.protobuf.CodedInputStream
Read a bytes field value from the stream.
readBytes() - Method in class com.google.protobuf.CodedInputStream
Read a bytes field value from the stream.
readDouble() - Method in class com.google.protobuf.CodedInputStream
Read a double field value from the stream.
readEnum() - Method in class com.google.protobuf.CodedInputStream
Read an enum field value from the stream.
readFixed32() - Method in class com.google.protobuf.CodedInputStream
Read a fixed32 field value from the stream.
readFixed64() - Method in class com.google.protobuf.CodedInputStream
Read a fixed64 field value from the stream.
readFloat() - Method in class com.google.protobuf.CodedInputStream
Read a float field value from the stream.
readFrom(InputStream) - Static method in class com.google.protobuf.ByteString
Completely reads the given stream's bytes into a ByteString, blocking if necessary until all bytes are read through to the end of the stream.
readFrom(InputStream, int) - Static method in class com.google.protobuf.ByteString
Completely reads the given stream's bytes into a ByteString, blocking if necessary until all bytes are read through to the end of the stream.
readFrom(InputStream, int, int) - Static method in class com.google.protobuf.ByteString
Helper method that takes the chunk size range as a parameter.
readGroup(int, MessageLite.Builder, ExtensionRegistryLite) - Method in class com.google.protobuf.CodedInputStream
Read a group field value from the stream.
readGroup(int, Parser<T>, ExtensionRegistryLite) - Method in class com.google.protobuf.CodedInputStream
Read a group field value from the stream.
readInt32() - Method in class com.google.protobuf.CodedInputStream
Read an int32 field value from the stream.
readInt64() - Method in class com.google.protobuf.CodedInputStream
Read an int64 field value from the stream.
readMessage(MessageLite.Builder, ExtensionRegistryLite) - Method in class com.google.protobuf.CodedInputStream
Read an embedded message field value from the stream.
readMessage(Parser<T>, ExtensionRegistryLite) - Method in class com.google.protobuf.CodedInputStream
Read an embedded message field value from the stream.
readRawByte() - Method in class com.google.protobuf.CodedInputStream
Read one byte from the input.
readRawBytes(int) - Method in class com.google.protobuf.CodedInputStream
Read a fixed size of bytes from the input.
readRawLittleEndian32() - Method in class com.google.protobuf.CodedInputStream
Read a 32-bit little-endian integer from the stream.
readRawLittleEndian64() - Method in class com.google.protobuf.CodedInputStream
Read a 64-bit little-endian integer from the stream.
readRawVarint32() - Method in class com.google.protobuf.CodedInputStream
Read a raw Varint from the stream.
readRawVarint32(int, InputStream) - Static method in class com.google.protobuf.CodedInputStream
Like CodedInputStream.readRawVarint32(InputStream), but expects that the caller has already read one byte.
readRawVarint64() - Method in class com.google.protobuf.CodedInputStream
Read a raw Varint from the stream.
readResolve() - Method in class com.google.protobuf.GeneratedMessageLite.SerializedForm
When read from an ObjectInputStream, this method converts this object back to the regular form.
readSFixed32() - Method in class com.google.protobuf.CodedInputStream
Read an sfixed32 field value from the stream.
readSFixed64() - Method in class com.google.protobuf.CodedInputStream
Read an sfixed64 field value from the stream.
readSInt32() - Method in class com.google.protobuf.CodedInputStream
Read an sint32 field value from the stream.
readSInt64() - Method in class com.google.protobuf.CodedInputStream
Read an sint64 field value from the stream.
readString() - Method in class com.google.protobuf.CodedInputStream
Read a string field value from the stream.
readStringRequireUtf8() - Method in class com.google.protobuf.CodedInputStream
Read a string field value from the stream.
readTag() - Method in class com.google.protobuf.CodedInputStream
Attempt to read a field tag, returning zero if we have reached EOF.
readUInt32() - Method in class com.google.protobuf.CodedInputStream
Read a uint32 field value from the stream.
readUInt64() - Method in class com.google.protobuf.CodedInputStream
Read a uint64 field value from the stream.
readUnknownGroup(int, MessageLite.Builder) - Method in class com.google.protobuf.CodedInputStream
Deprecated.
UnknownFieldSet.Builder now implements MessageLite.Builder, so you can just call CodedInputStream.readGroup(int, com.google.protobuf.MessageLite.Builder, com.google.protobuf.ExtensionRegistryLite).
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.AnyProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.ApiProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.DurationProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.EmptyProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.FieldMaskProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.SourceContextProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.StructProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.TimestampProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.TypeProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.WrappersProto
 
registerDefaultInstance(Class<T>, T) - Static method in class com.google.protobuf.GeneratedMessageLite
 
remove(int) - Method in class com.google.protobuf.LazyStringArrayList
 
remove(Object) - Method in class com.google.protobuf.MapFieldLite
 
removeEnumvalue(int) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
removeFields(int) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
removeFields(String) - Method in class com.google.protobuf.Struct.Builder
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
removeMethods(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
removeMixins(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
removeOptions(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
removeOptions(int) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
removeOptions(int) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
removeOptions(int) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
removeOptions(int) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
removeOptions(int) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
removeValues(int) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
REQUEST_STREAMING_FIELD_NUMBER - Static variable in class com.google.protobuf.Method
 
REQUEST_TYPE_URL_FIELD_NUMBER - Static variable in class com.google.protobuf.Method
 
reset() - Method in class com.google.protobuf.ByteString.Output
Resets this stream, so that all currently accumulated output in the output stream is discarded.
resetSizeCounter() - Method in class com.google.protobuf.CodedInputStream
Resets the current size counter to zero (see CodedInputStream.setSizeLimit(int)).
RESPONSE_STREAMING_FIELD_NUMBER - Static variable in class com.google.protobuf.Method
 
RESPONSE_TYPE_URL_FIELD_NUMBER - Static variable in class com.google.protobuf.Method
 
ROOT_FIELD_NUMBER - Static variable in class com.google.protobuf.Mixin
 

S

SECONDS_FIELD_NUMBER - Static variable in class com.google.protobuf.Duration
 
SECONDS_FIELD_NUMBER - Static variable in class com.google.protobuf.Timestamp
 
serializeTo(CodedOutputStream, int, K, V) - Method in class com.google.protobuf.MapEntryLite
Serializes the provided key and value as though they were wrapped by a MapEntryLite to the output stream.
set(int, byte[]) - Method in class com.google.protobuf.LazyStringArrayList
 
set(int, byte[]) - Method in interface com.google.protobuf.LazyStringList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, byte[]) - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
set(int, ByteString) - Method in class com.google.protobuf.LazyStringArrayList
 
set(int, ByteString) - Method in interface com.google.protobuf.LazyStringList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, ByteString) - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
set(int, String) - Method in class com.google.protobuf.LazyStringArrayList
 
set(LazyFieldLite) - Method in class com.google.protobuf.LazyFieldLite
Overrides the contents of this LazyField.
SET_MEMOIZED_IS_INITIALIZED - com.google.protobuf.GeneratedMessageLite.MethodToInvoke
 
setBoolean(int, boolean) - Method in interface com.google.protobuf.Internal.BooleanList
Like List.set(int, Object) but more efficient in that it doesn't box the element.
setBoolValue(boolean) - Method in class com.google.protobuf.Value.Builder
bool bool_value = 4 [json_name = "boolValue"];
setByteString(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.LazyFieldLite
Sets this field with bytes to delay-parse.
setCardinality(Field.Cardinality) - Method in class com.google.protobuf.Field.Builder
.google.protobuf.Field.Cardinality cardinality = 2 [json_name = "cardinality"];
setCardinalityValue(int) - Method in class com.google.protobuf.Field.Builder
.google.protobuf.Field.Cardinality cardinality = 2 [json_name = "cardinality"];
setDefaultValue(String) - Method in class com.google.protobuf.Field.Builder
string default_value = 11 [json_name = "defaultValue"];
setDefaultValueBytes(ByteString) - Method in class com.google.protobuf.Field.Builder
string default_value = 11 [json_name = "defaultValue"];
setDouble(int, double) - Method in interface com.google.protobuf.Internal.DoubleList
Like List.set(int, Object) but more efficient in that it doesn't box the element.
setEagerlyParseMessageSets(boolean) - Static method in class com.google.protobuf.ExtensionRegistryLite
 
setEdition(String) - Method in class com.google.protobuf.Enum.Builder
string edition = 6 [json_name = "edition"];
setEdition(String) - Method in class com.google.protobuf.Type.Builder
string edition = 7 [json_name = "edition"];
setEditionBytes(ByteString) - Method in class com.google.protobuf.Enum.Builder
string edition = 6 [json_name = "edition"];
setEditionBytes(ByteString) - Method in class com.google.protobuf.Type.Builder
string edition = 7 [json_name = "edition"];
setEnumvalue(int, EnumValue) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
setEnumvalue(int, EnumValue.Builder) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
setExtension(ExtensionLite<MessageType, List<Type>>, int, Type) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Set the value of one element of a repeated extension.
setExtension(ExtensionLite<MessageType, Type>, Type) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Set the value of an extension.
setFields(int, Field) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
setFields(int, Field.Builder) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
setFileName(String) - Method in class com.google.protobuf.SourceContext.Builder
string file_name = 1 [json_name = "fileName"];
setFileNameBytes(ByteString) - Method in class com.google.protobuf.SourceContext.Builder
string file_name = 1 [json_name = "fileName"];
setFloat(int, float) - Method in interface com.google.protobuf.Internal.FloatList
Like List.set(int, Object) but more efficient in that it doesn't box the element.
setInt(int, int) - Method in interface com.google.protobuf.Internal.IntList
Like List.set(int, Object) but more efficient in that it doesn't box the element.
setJsonName(String) - Method in class com.google.protobuf.Field.Builder
string json_name = 10 [json_name = "jsonName"];
setJsonNameBytes(ByteString) - Method in class com.google.protobuf.Field.Builder
string json_name = 10 [json_name = "jsonName"];
setKind(Field.Kind) - Method in class com.google.protobuf.Field.Builder
.google.protobuf.Field.Kind kind = 1 [json_name = "kind"];
setKindValue(int) - Method in class com.google.protobuf.Field.Builder
.google.protobuf.Field.Kind kind = 1 [json_name = "kind"];
setListValue(ListValue) - Method in class com.google.protobuf.Value.Builder
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
setListValue(ListValue.Builder) - Method in class com.google.protobuf.Value.Builder
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
setLong(int, long) - Method in interface com.google.protobuf.Internal.LongList
Like List.set(int, Object) but more efficient in that it doesn't box the element.
setMethods(int, Method) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
setMethods(int, Method.Builder) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
setMixins(int, Mixin) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
setMixins(int, Mixin.Builder) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
setName(String) - Method in class com.google.protobuf.Api.Builder
string name = 1 [json_name = "name"];
setName(String) - Method in class com.google.protobuf.Enum.Builder
string name = 1 [json_name = "name"];
setName(String) - Method in class com.google.protobuf.EnumValue.Builder
string name = 1 [json_name = "name"];
setName(String) - Method in class com.google.protobuf.Field.Builder
string name = 4 [json_name = "name"];
setName(String) - Method in class com.google.protobuf.Method.Builder
string name = 1 [json_name = "name"];
setName(String) - Method in class com.google.protobuf.Mixin.Builder
string name = 1 [json_name = "name"];
setName(String) - Method in class com.google.protobuf.Option.Builder
string name = 1 [json_name = "name"];
setName(String) - Method in class com.google.protobuf.Type.Builder
string name = 1 [json_name = "name"];
setNameBytes(ByteString) - Method in class com.google.protobuf.Api.Builder
string name = 1 [json_name = "name"];
setNameBytes(ByteString) - Method in class com.google.protobuf.Enum.Builder
string name = 1 [json_name = "name"];
setNameBytes(ByteString) - Method in class com.google.protobuf.EnumValue.Builder
string name = 1 [json_name = "name"];
setNameBytes(ByteString) - Method in class com.google.protobuf.Field.Builder
string name = 4 [json_name = "name"];
setNameBytes(ByteString) - Method in class com.google.protobuf.Method.Builder
string name = 1 [json_name = "name"];
setNameBytes(ByteString) - Method in class com.google.protobuf.Mixin.Builder
string name = 1 [json_name = "name"];
setNameBytes(ByteString) - Method in class com.google.protobuf.Option.Builder
string name = 1 [json_name = "name"];
setNameBytes(ByteString) - Method in class com.google.protobuf.Type.Builder
string name = 1 [json_name = "name"];
setNanos(int) - Method in class com.google.protobuf.Duration.Builder
int32 nanos = 2 [json_name = "nanos"];
setNanos(int) - Method in class com.google.protobuf.Timestamp.Builder
int32 nanos = 2 [json_name = "nanos"];
setNullValue(NullValue) - Method in class com.google.protobuf.Value.Builder
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
setNullValueValue(int) - Method in class com.google.protobuf.Value.Builder
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
setNumber(int) - Method in class com.google.protobuf.EnumValue.Builder
int32 number = 2 [json_name = "number"];
setNumber(int) - Method in class com.google.protobuf.Field.Builder
int32 number = 3 [json_name = "number"];
setNumberValue(double) - Method in class com.google.protobuf.Value.Builder
double number_value = 2 [json_name = "numberValue"];
setOneofIndex(int) - Method in class com.google.protobuf.Field.Builder
int32 oneof_index = 7 [json_name = "oneofIndex"];
setOneofs(int, String) - Method in class com.google.protobuf.Type.Builder
repeated string oneofs = 3 [json_name = "oneofs"];
setOptions(int, Option) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
setOptions(int, Option) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
setOptions(int, Option) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
setOptions(int, Option) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
setOptions(int, Option) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
setOptions(int, Option) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
setOptions(int, Option.Builder) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
setOptions(int, Option.Builder) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
setOptions(int, Option.Builder) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3 [json_name = "options"];
setOptions(int, Option.Builder) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9 [json_name = "options"];
setOptions(int, Option.Builder) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6 [json_name = "options"];
setOptions(int, Option.Builder) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4 [json_name = "options"];
setPacked(boolean) - Method in class com.google.protobuf.Field.Builder
bool packed = 8 [json_name = "packed"];
setPaths(int, String) - Method in class com.google.protobuf.FieldMask.Builder
repeated string paths = 1 [json_name = "paths"];
setRecursionLimit(int) - Method in class com.google.protobuf.CodedInputStream
Set the maximum message recursion depth.
setRequestStreaming(boolean) - Method in class com.google.protobuf.Method.Builder
bool request_streaming = 3 [json_name = "requestStreaming"];
setRequestTypeUrl(String) - Method in class com.google.protobuf.Method.Builder
string request_type_url = 2 [json_name = "requestTypeUrl"];
setRequestTypeUrlBytes(ByteString) - Method in class com.google.protobuf.Method.Builder
string request_type_url = 2 [json_name = "requestTypeUrl"];
setResponseStreaming(boolean) - Method in class com.google.protobuf.Method.Builder
bool response_streaming = 5 [json_name = "responseStreaming"];
setResponseTypeUrl(String) - Method in class com.google.protobuf.Method.Builder
string response_type_url = 4 [json_name = "responseTypeUrl"];
setResponseTypeUrlBytes(ByteString) - Method in class com.google.protobuf.Method.Builder
string response_type_url = 4 [json_name = "responseTypeUrl"];
setRoot(String) - Method in class com.google.protobuf.Mixin.Builder
string root = 2 [json_name = "root"];
setRootBytes(ByteString) - Method in class com.google.protobuf.Mixin.Builder
string root = 2 [json_name = "root"];
setSeconds(long) - Method in class com.google.protobuf.Duration.Builder
int64 seconds = 1 [json_name = "seconds"];
setSeconds(long) - Method in class com.google.protobuf.Timestamp.Builder
int64 seconds = 1 [json_name = "seconds"];
setSizeLimit(int) - Method in class com.google.protobuf.CodedInputStream
Only valid for InputStream-backed streams.
setSourceContext(SourceContext) - Method in class com.google.protobuf.Api.Builder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
setSourceContext(SourceContext) - Method in class com.google.protobuf.Enum.Builder
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
setSourceContext(SourceContext) - Method in class com.google.protobuf.Type.Builder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
setSourceContext(SourceContext.Builder) - Method in class com.google.protobuf.Api.Builder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
setSourceContext(SourceContext.Builder) - Method in class com.google.protobuf.Enum.Builder
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
setSourceContext(SourceContext.Builder) - Method in class com.google.protobuf.Type.Builder
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
setStringValue(String) - Method in class com.google.protobuf.Value.Builder
string string_value = 3 [json_name = "stringValue"];
setStringValueBytes(ByteString) - Method in class com.google.protobuf.Value.Builder
string string_value = 3 [json_name = "stringValue"];
setStructValue(Struct) - Method in class com.google.protobuf.Value.Builder
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
setStructValue(Struct.Builder) - Method in class com.google.protobuf.Value.Builder
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
setSyntax(Syntax) - Method in class com.google.protobuf.Api.Builder
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
setSyntax(Syntax) - Method in class com.google.protobuf.Enum.Builder
.google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
setSyntax(Syntax) - Method in class com.google.protobuf.Method.Builder
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
setSyntax(Syntax) - Method in class com.google.protobuf.Type.Builder
.google.protobuf.Syntax syntax = 6 [json_name = "syntax"];
setSyntaxValue(int) - Method in class com.google.protobuf.Api.Builder
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
setSyntaxValue(int) - Method in class com.google.protobuf.Enum.Builder
.google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
setSyntaxValue(int) - Method in class com.google.protobuf.Method.Builder
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
setSyntaxValue(int) - Method in class com.google.protobuf.Type.Builder
.google.protobuf.Syntax syntax = 6 [json_name = "syntax"];
setTypeUrl(String) - Method in class com.google.protobuf.Any.Builder
string type_url = 1 [json_name = "typeUrl"];
setTypeUrl(String) - Method in class com.google.protobuf.Field.Builder
string type_url = 6 [json_name = "typeUrl"];
setTypeUrlBytes(ByteString) - Method in class com.google.protobuf.Any.Builder
string type_url = 1 [json_name = "typeUrl"];
setTypeUrlBytes(ByteString) - Method in class com.google.protobuf.Field.Builder
string type_url = 6 [json_name = "typeUrl"];
setUnfinishedMessage(MessageLite) - Method in exception com.google.protobuf.InvalidProtocolBufferException
Attaches an unfinished message to the exception to support best-effort parsing in Parser interface.
setValue(boolean) - Method in class com.google.protobuf.BoolValue.Builder
bool value = 1 [json_name = "value"];
setValue(double) - Method in class com.google.protobuf.DoubleValue.Builder
double value = 1 [json_name = "value"];
setValue(float) - Method in class com.google.protobuf.FloatValue.Builder
float value = 1 [json_name = "value"];
setValue(int) - Method in class com.google.protobuf.Int32Value.Builder
int32 value = 1 [json_name = "value"];
setValue(int) - Method in class com.google.protobuf.UInt32Value.Builder
uint32 value = 1 [json_name = "value"];
setValue(long) - Method in class com.google.protobuf.Int64Value.Builder
int64 value = 1 [json_name = "value"];
setValue(long) - Method in class com.google.protobuf.UInt64Value.Builder
uint64 value = 1 [json_name = "value"];
setValue(Any) - Method in class com.google.protobuf.Option.Builder
.google.protobuf.Any value = 2 [json_name = "value"];
setValue(Any.Builder) - Method in class com.google.protobuf.Option.Builder
.google.protobuf.Any value = 2 [json_name = "value"];
setValue(ByteString) - Method in class com.google.protobuf.Any.Builder
bytes value = 2 [json_name = "value"];
setValue(ByteString) - Method in class com.google.protobuf.BytesValue.Builder
bytes value = 1 [json_name = "value"];
setValue(MessageLite) - Method in class com.google.protobuf.LazyFieldLite
Sets the value of the instance and returns the old value without delay parsing anything.
setValue(String) - Method in class com.google.protobuf.StringValue.Builder
string value = 1 [json_name = "value"];
setValueBytes(ByteString) - Method in class com.google.protobuf.StringValue.Builder
string value = 1 [json_name = "value"];
setValues(int, Value) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
setValues(int, Value.Builder) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1 [json_name = "values"];
setVersion(String) - Method in class com.google.protobuf.Api.Builder
string version = 4 [json_name = "version"];
setVersionBytes(ByteString) - Method in class com.google.protobuf.Api.Builder
string version = 4 [json_name = "version"];
SFIXED32 - com.google.protobuf.FieldType
 
SFIXED32 - com.google.protobuf.WireFormat.FieldType
 
SFIXED32_LIST - com.google.protobuf.FieldType
 
SFIXED32_LIST_PACKED - com.google.protobuf.FieldType
 
SFIXED64 - com.google.protobuf.FieldType
 
SFIXED64 - com.google.protobuf.WireFormat.FieldType
 
SFIXED64_LIST - com.google.protobuf.FieldType
 
SFIXED64_LIST_PACKED - com.google.protobuf.FieldType
 
SINT32 - com.google.protobuf.FieldType
 
SINT32 - com.google.protobuf.WireFormat.FieldType
 
SINT32_LIST - com.google.protobuf.FieldType
 
SINT32_LIST_PACKED - com.google.protobuf.FieldType
 
SINT64 - com.google.protobuf.FieldType
 
SINT64 - com.google.protobuf.WireFormat.FieldType
 
SINT64_LIST - com.google.protobuf.FieldType
 
SINT64_LIST_PACKED - com.google.protobuf.FieldType
 
size() - Method in class com.google.protobuf.ByteString.Output
Returns the current size of the output stream.
size() - Method in class com.google.protobuf.ByteString
Gets the number of bytes.
size() - Method in class com.google.protobuf.Internal.ListAdapter
 
size() - Method in class com.google.protobuf.LazyStringArrayList
 
size() - Method in class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
skipField(int) - Method in class com.google.protobuf.CodedInputStream
Reads and discards a single field, given its tag value.
skipField(int, CodedOutputStream) - Method in class com.google.protobuf.CodedInputStream
Deprecated.
use UnknownFieldSet or UnknownFieldSetLite to skip to an output stream.
skipMessage() - Method in class com.google.protobuf.CodedInputStream
Reads and discards an entire message.
skipMessage(CodedOutputStream) - Method in class com.google.protobuf.CodedInputStream
Reads an entire message and writes it to output in wire format.
skipRawBytes(int) - Method in class com.google.protobuf.CodedInputStream
Reads and discards size bytes.
SOURCE_CONTEXT_FIELD_NUMBER - Static variable in class com.google.protobuf.Api
 
SOURCE_CONTEXT_FIELD_NUMBER - Static variable in class com.google.protobuf.Enum
 
SOURCE_CONTEXT_FIELD_NUMBER - Static variable in class com.google.protobuf.Type
 
SourceContext - Class in com.google.protobuf
Protobuf type google.protobuf.SourceContext
SourceContext.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.SourceContext
SourceContextOrBuilder - Interface in com.google.protobuf
 
SourceContextProto - Class in com.google.protobuf
 
spaceLeft() - Method in class com.google.protobuf.CodedOutputStream
If writing to a flat array, return the space left in the array.
startsWith(ByteString) - Method in class com.google.protobuf.ByteString
Tests if this bytestring starts with the specified prefix.
STRING - com.google.protobuf.FieldType
 
STRING - com.google.protobuf.JavaType
 
STRING - com.google.protobuf.WireFormat.FieldType
 
STRING - com.google.protobuf.WireFormat.JavaType
 
STRING_LIST - com.google.protobuf.FieldType
 
STRING_VALUE - com.google.protobuf.Value.KindCase
 
STRING_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Value
 
stringDefaultValue(String) - Static method in class com.google.protobuf.Internal
Helper called by generated code to construct default values for string fields.
StringValue - Class in com.google.protobuf
Protobuf type google.protobuf.StringValue
StringValue.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.StringValue
StringValueOrBuilder - Interface in com.google.protobuf
 
Struct - Class in com.google.protobuf
Protobuf type google.protobuf.Struct
STRUCT_VALUE - com.google.protobuf.Value.KindCase
 
STRUCT_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Value
 
Struct.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Struct
StructOrBuilder - Interface in com.google.protobuf
 
StructProto - Class in com.google.protobuf
 
substring(int) - Method in class com.google.protobuf.ByteString
Return the substring from beginIndex, inclusive, to the end of the string.
substring(int, int) - Method in class com.google.protobuf.ByteString
Return the substring from beginIndex, inclusive, to endIndex, exclusive.
Syntax - Enum in com.google.protobuf
Protobuf enum google.protobuf.Syntax
SYNTAX_EDITIONS - com.google.protobuf.Syntax
SYNTAX_EDITIONS = 2;
SYNTAX_EDITIONS_VALUE - Static variable in enum com.google.protobuf.Syntax
SYNTAX_EDITIONS = 2;
SYNTAX_FIELD_NUMBER - Static variable in class com.google.protobuf.Api
 
SYNTAX_FIELD_NUMBER - Static variable in class com.google.protobuf.Enum
 
SYNTAX_FIELD_NUMBER - Static variable in class com.google.protobuf.Method
 
SYNTAX_FIELD_NUMBER - Static variable in class com.google.protobuf.Type
 
SYNTAX_PROTO2 - com.google.protobuf.Syntax
SYNTAX_PROTO2 = 0;
SYNTAX_PROTO2_VALUE - Static variable in enum com.google.protobuf.Syntax
SYNTAX_PROTO2 = 0;
SYNTAX_PROTO3 - com.google.protobuf.Syntax
SYNTAX_PROTO3 = 1;
SYNTAX_PROTO3_VALUE - Static variable in enum com.google.protobuf.Syntax
SYNTAX_PROTO3 = 1;

T

Timestamp - Class in com.google.protobuf
Protobuf type google.protobuf.Timestamp
Timestamp.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Timestamp
TimestampOrBuilder - Interface in com.google.protobuf
 
TimestampProto - Class in com.google.protobuf
 
toBuilder() - Method in class com.google.protobuf.GeneratedMessageLite
 
toBuilder() - Method in interface com.google.protobuf.MessageLite
Constructs a builder initialized with the current message.
toByteArray() - Method in class com.google.protobuf.AbstractMessageLite
 
toByteArray() - Method in class com.google.protobuf.ByteString
Copies bytes to a byte[].
toByteArray() - Method in interface com.google.protobuf.MessageLite
Serializes the message to a byte array and returns it.
toByteArray(String) - Static method in class com.google.protobuf.Internal
Helper method to get the UTF-8 bytes of a string.
toByteString() - Method in class com.google.protobuf.AbstractMessageLite
 
toByteString() - Method in class com.google.protobuf.ByteString.Output
Creates a byte string with the size and contents of this output stream.
toByteString() - Method in class com.google.protobuf.LazyFieldLite
Returns a BytesString for this field in a thread-safe way.
toByteString() - Method in interface com.google.protobuf.MessageLite
Serializes the message to a ByteString and returns it.
toString() - Method in class com.google.protobuf.ByteString.Output
 
toString() - Method in class com.google.protobuf.ByteString
 
toString() - Method in class com.google.protobuf.GeneratedMessageLite
A reflective toString function.
toString() - Method in class com.google.protobuf.LazyField
 
toString(String) - Method in class com.google.protobuf.ByteString
Constructs a new String by decoding the bytes using the specified charset.
toString(Charset) - Method in class com.google.protobuf.ByteString
Constructs a new String by decoding the bytes using the specified charset.
toStringInternal(Charset) - Method in class com.google.protobuf.ByteString
Constructs a new String by decoding the bytes using the specified charset.
toStringUtf8() - Method in class com.google.protobuf.ByteString
Constructs a new String by decoding the bytes as UTF-8.
toStringUtf8(byte[]) - Static method in class com.google.protobuf.Internal
Helper method to convert a byte array to a string using UTF-8 encoding.
Type - Class in com.google.protobuf
Protobuf type google.protobuf.Type
TYPE_BOOL - com.google.protobuf.Field.Kind
TYPE_BOOL = 8;
TYPE_BOOL_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_BOOL = 8;
TYPE_BYTES - com.google.protobuf.Field.Kind
TYPE_BYTES = 12;
TYPE_BYTES_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_BYTES = 12;
TYPE_DOUBLE - com.google.protobuf.Field.Kind
TYPE_DOUBLE = 1;
TYPE_DOUBLE_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_DOUBLE = 1;
TYPE_ENUM - com.google.protobuf.Field.Kind
TYPE_ENUM = 14;
TYPE_ENUM_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_ENUM = 14;
TYPE_FIXED32 - com.google.protobuf.Field.Kind
TYPE_FIXED32 = 7;
TYPE_FIXED32_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_FIXED32 = 7;
TYPE_FIXED64 - com.google.protobuf.Field.Kind
TYPE_FIXED64 = 6;
TYPE_FIXED64_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_FIXED64 = 6;
TYPE_FLOAT - com.google.protobuf.Field.Kind
TYPE_FLOAT = 2;
TYPE_FLOAT_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_FLOAT = 2;
TYPE_GROUP - com.google.protobuf.Field.Kind
TYPE_GROUP = 10;
TYPE_GROUP_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_GROUP = 10;
TYPE_INT32 - com.google.protobuf.Field.Kind
TYPE_INT32 = 5;
TYPE_INT32_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_INT32 = 5;
TYPE_INT64 - com.google.protobuf.Field.Kind
TYPE_INT64 = 3;
TYPE_INT64_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_INT64 = 3;
TYPE_MESSAGE - com.google.protobuf.Field.Kind
TYPE_MESSAGE = 11;
TYPE_MESSAGE_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_MESSAGE = 11;
TYPE_SFIXED32 - com.google.protobuf.Field.Kind
TYPE_SFIXED32 = 15;
TYPE_SFIXED32_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_SFIXED32 = 15;
TYPE_SFIXED64 - com.google.protobuf.Field.Kind
TYPE_SFIXED64 = 16;
TYPE_SFIXED64_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_SFIXED64 = 16;
TYPE_SINT32 - com.google.protobuf.Field.Kind
TYPE_SINT32 = 17;
TYPE_SINT32_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_SINT32 = 17;
TYPE_SINT64 - com.google.protobuf.Field.Kind
TYPE_SINT64 = 18;
TYPE_SINT64_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_SINT64 = 18;
TYPE_STRING - com.google.protobuf.Field.Kind
TYPE_STRING = 9;
TYPE_STRING_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_STRING = 9;
TYPE_UINT32 - com.google.protobuf.Field.Kind
TYPE_UINT32 = 13;
TYPE_UINT32_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_UINT32 = 13;
TYPE_UINT64 - com.google.protobuf.Field.Kind
TYPE_UINT64 = 4;
TYPE_UINT64_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_UINT64 = 4;
TYPE_UNKNOWN - com.google.protobuf.Field.Kind
TYPE_UNKNOWN = 0;
TYPE_UNKNOWN_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_UNKNOWN = 0;
TYPE_URL_FIELD_NUMBER - Static variable in class com.google.protobuf.Any
 
TYPE_URL_FIELD_NUMBER - Static variable in class com.google.protobuf.Field
 
Type.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Type
TypeOrBuilder - Interface in com.google.protobuf
 
TypeProto - Class in com.google.protobuf
 

U

UINT32 - com.google.protobuf.FieldType
 
UINT32 - com.google.protobuf.WireFormat.FieldType
 
UINT32_LIST - com.google.protobuf.FieldType
 
UINT32_LIST_PACKED - com.google.protobuf.FieldType
 
UInt32Value - Class in com.google.protobuf
Protobuf type google.protobuf.UInt32Value
UInt32Value.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.UInt32Value
UInt32ValueOrBuilder - Interface in com.google.protobuf
 
UINT64 - com.google.protobuf.FieldType
 
UINT64 - com.google.protobuf.WireFormat.FieldType
 
UINT64_LIST - com.google.protobuf.FieldType
 
UINT64_LIST_PACKED - com.google.protobuf.FieldType
 
UInt64Value - Class in com.google.protobuf
Protobuf type google.protobuf.UInt64Value
UInt64Value.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.UInt64Value
UInt64ValueOrBuilder - Interface in com.google.protobuf
 
UninitializedMessageException - Exception in com.google.protobuf
Thrown when attempting to build a protocol message that is missing required fields.
UninitializedMessageException(MessageLite) - Constructor for exception com.google.protobuf.UninitializedMessageException
 
UninitializedMessageException(List<String>) - Constructor for exception com.google.protobuf.UninitializedMessageException
 
unknownFields - Variable in class com.google.protobuf.GeneratedMessageLite
For use by generated code only.
UnknownFieldSetLite - Class in com.google.protobuf
UnknownFieldSetLite is used to keep track of fields which were seen when parsing a protocol message but whose field numbers or types are unrecognized.
UnmodifiableLazyStringList - Class in com.google.protobuf
Deprecated.
UnmodifiableLazyStringList(LazyStringList) - Constructor for class com.google.protobuf.UnmodifiableLazyStringList
Deprecated.
 
UNRECOGNIZED - com.google.protobuf.Field.Cardinality
 
UNRECOGNIZED - com.google.protobuf.Field.Kind
 
UNRECOGNIZED - com.google.protobuf.NullValue
 
UNRECOGNIZED - com.google.protobuf.Syntax
 
UnsafeByteOperations - Class in com.google.protobuf
Provides a number of unsafe byte operations to be used by advanced applications with high performance requirements.
unsafeWrap(byte[]) - Static method in class com.google.protobuf.UnsafeByteOperations
An unsafe operation that returns a ByteString that is backed by the provided buffer.
unsafeWrap(byte[], int, int) - Static method in class com.google.protobuf.UnsafeByteOperations
An unsafe operation that returns a ByteString that is backed by a subregion of the provided buffer.
unsafeWrap(ByteBuffer) - Static method in class com.google.protobuf.UnsafeByteOperations
An unsafe operation that returns a ByteString that is backed by the provided buffer.
unsafeWriteTo(ByteString, ByteOutput) - Static method in class com.google.protobuf.UnsafeByteOperations
Writes the given ByteString to the provided ByteOutput.
unsignedLexicographicalComparator() - Static method in class com.google.protobuf.ByteString
Returns a Comparator which compares ByteString-s lexicographically as sequences of unsigned bytes (i.e.
unwrapIOException() - Method in exception com.google.protobuf.InvalidProtocolBufferException
Unwraps the underlying IOException if this exception was caused by an I/O problem.
useDeterministicSerialization() - Method in class com.google.protobuf.CodedOutputStream
Configures serialization to be deterministic.

V

value - Variable in class com.google.protobuf.LazyFieldLite
The parsed value.
value() - Method in annotation type com.google.protobuf.ExperimentalApi
Context information such as links to discussion thread, tracking issue etc.
Value - Class in com.google.protobuf
Protobuf type google.protobuf.Value
VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Any
 
VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.BoolValue
 
VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.BytesValue
 
VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.DoubleValue
 
VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.FloatValue
 
VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Int32Value
 
VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Int64Value
 
VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Option
 
VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.StringValue
 
VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.UInt32Value
 
VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.UInt64Value
 
Value.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Value
Value.KindCase - Enum in com.google.protobuf
 
valueOf(int) - Static method in enum com.google.protobuf.Field.Cardinality
Deprecated.
valueOf(int) - Static method in enum com.google.protobuf.Field.Kind
Deprecated.
valueOf(int) - Static method in enum com.google.protobuf.NullValue
Deprecated.
valueOf(int) - Static method in enum com.google.protobuf.Syntax
Deprecated.
valueOf(int) - Static method in enum com.google.protobuf.Value.KindCase
Deprecated.
valueOf(String) - Static method in enum com.google.protobuf.Field.Cardinality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.protobuf.Field.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.protobuf.FieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.protobuf.GeneratedMessageLite.MethodToInvoke
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.protobuf.JavaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.protobuf.NullValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.protobuf.ProtoSyntax
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.protobuf.Syntax
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.protobuf.Value.KindCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.protobuf.WireFormat.FieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.protobuf.WireFormat.JavaType
Returns the enum constant of this type with the specified name.
ValueOrBuilder - Interface in com.google.protobuf
 
values() - Static method in enum com.google.protobuf.Field.Cardinality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.protobuf.Field.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.protobuf.FieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.protobuf.GeneratedMessageLite.MethodToInvoke
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.protobuf.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.NullValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.protobuf.ProtoSyntax
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.protobuf.Syntax
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.protobuf.Value.KindCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.protobuf.WireFormat.FieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.protobuf.WireFormat.JavaType
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES_FIELD_NUMBER - Static variable in class com.google.protobuf.ListValue
 
VERSION_FIELD_NUMBER - Static variable in class com.google.protobuf.Api
 
VOID - com.google.protobuf.JavaType
 

W

WireFormat - Class in com.google.protobuf
This class is used internally by the Protocol Buffer library and generated message implementations.
WireFormat.FieldType - Enum in com.google.protobuf
Lite equivalent to Descriptors.FieldDescriptor.Type.
WireFormat.JavaType - Enum in com.google.protobuf
Lite equivalent to Descriptors.FieldDescriptor.JavaType.
WIRETYPE_END_GROUP - Static variable in class com.google.protobuf.WireFormat
 
WIRETYPE_FIXED32 - Static variable in class com.google.protobuf.WireFormat
 
WIRETYPE_FIXED64 - Static variable in class com.google.protobuf.WireFormat
 
WIRETYPE_LENGTH_DELIMITED - Static variable in class com.google.protobuf.WireFormat
 
WIRETYPE_START_GROUP - Static variable in class com.google.protobuf.WireFormat
 
WIRETYPE_VARINT - Static variable in class com.google.protobuf.WireFormat
 
WrappersProto - Class in com.google.protobuf
 
write(byte) - Method in class com.google.protobuf.ByteOutput
Writes a single byte.
write(byte) - Method in class com.google.protobuf.CodedOutputStream
 
write(byte[], int, int) - Method in class com.google.protobuf.ByteOutput
Writes a sequence of bytes.
write(byte[], int, int) - Method in class com.google.protobuf.ByteString.Output
 
write(byte[], int, int) - Method in class com.google.protobuf.CodedOutputStream
 
write(int) - Method in class com.google.protobuf.ByteString.Output
 
write(ByteBuffer) - Method in class com.google.protobuf.ByteOutput
Writes a sequence of bytes.
write(ByteBuffer) - Method in class com.google.protobuf.CodedOutputStream
 
writeAsMessageSetTo(CodedOutputStream) - Method in class com.google.protobuf.UnknownFieldSetLite
Serializes the set and writes it to output using MessageSet wire format.
writeBool(int, boolean) - Method in class com.google.protobuf.CodedOutputStream
Write a bool field, including tag, to the stream.
writeBoolNoTag(boolean) - Method in class com.google.protobuf.CodedOutputStream
Write a bool field to the stream.
writeByteArray(int, byte[]) - Method in class com.google.protobuf.CodedOutputStream
Write a bytes field, including tag, to the stream.
writeByteArray(int, byte[], int, int) - Method in class com.google.protobuf.CodedOutputStream
Write a bytes field, including tag, to the stream.
writeByteArrayNoTag(byte[]) - Method in class com.google.protobuf.CodedOutputStream
Write a bytes field to the stream.
writeByteBuffer(int, ByteBuffer) - Method in class com.google.protobuf.CodedOutputStream
Write a bytes 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.
writeBytesNoTag(ByteString) - Method in class com.google.protobuf.CodedOutputStream
Write a bytes field to the stream.
writeDelimitedTo(OutputStream) - Method in class com.google.protobuf.AbstractMessageLite
 
writeDelimitedTo(OutputStream) - Method in interface com.google.protobuf.MessageLite
Like MessageLite.writeTo(OutputStream), but writes the size of the message as a varint before writing the data.
writeDouble(int, double) - Method in class com.google.protobuf.CodedOutputStream
Write a double field, including tag, to the stream.
writeDoubleNoTag(double) - Method in class com.google.protobuf.CodedOutputStream
Write a double field to the stream.
writeEnum(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write an enum field, including tag, to the stream.
writeEnumNoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write an enum field to the stream.
writeFixed32(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write a fixed32 field, including tag, to the stream.
writeFixed32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write a fixed32 field to the stream.
writeFixed64(int, long) - Method in class com.google.protobuf.CodedOutputStream
Write a fixed64 field, including tag, to the stream.
writeFixed64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
Write a fixed64 field to the stream.
writeFloat(int, float) - Method in class com.google.protobuf.CodedOutputStream
Write a float field, including tag, to the stream.
writeFloatNoTag(float) - Method in class com.google.protobuf.CodedOutputStream
Write a float field to the stream.
writeGroup(int, MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Deprecated.
groups are deprecated.
writeGroupNoTag(MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Deprecated.
groups are deprecated.
writeInt32(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write an int32 field, including tag, to the stream.
writeInt32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write an int32 field to the stream.
writeInt64(int, long) - Method in class com.google.protobuf.CodedOutputStream
Write an int64 field, including tag, to the stream.
writeInt64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
Write an int64 field to the stream.
writeLazy(byte[], int, int) - Method in class com.google.protobuf.ByteOutput
Writes a sequence of bytes.
writeLazy(byte[], int, int) - Method in class com.google.protobuf.CodedOutputStream
 
writeLazy(ByteBuffer) - Method in class com.google.protobuf.ByteOutput
Writes a sequence of bytes.
writeLazy(ByteBuffer) - Method in class com.google.protobuf.CodedOutputStream
 
writeMessage(int, MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Write an embedded message field, including tag, to the stream.
writeMessageNoTag(MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Write an embedded message field to the stream.
writeMessageSetExtension(int, MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Write a MessageSet extension field to the stream.
writeRawByte(byte) - Method in class com.google.protobuf.CodedOutputStream
Write a single byte.
writeRawByte(int) - Method in class com.google.protobuf.CodedOutputStream
Write a single byte, represented by an integer value.
writeRawBytes(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.
writeRawBytes(ByteString) - Method in class com.google.protobuf.CodedOutputStream
Write a byte string.
writeRawBytes(ByteBuffer) - Method in class com.google.protobuf.CodedOutputStream
Write a ByteBuffer.
writeRawLittleEndian32(int) - Method in class com.google.protobuf.CodedOutputStream
writeRawLittleEndian64(long) - Method in class com.google.protobuf.CodedOutputStream
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
Deprecated.
writeRawVarint64(long) - Method in class com.google.protobuf.CodedOutputStream
writeSFixed32(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write an sfixed32 field, including tag, to the stream.
writeSFixed32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write a sfixed32 field to the stream.
writeSFixed64(int, long) - Method in class com.google.protobuf.CodedOutputStream
Write an sfixed64 field, including tag, to the stream.
writeSFixed64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
Write a sfixed64 field to the stream.
writeSInt32(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write a sint32 field, including tag, to the stream.
writeSInt32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write a sint32 field to the stream.
writeSInt64(int, long) - Method in class com.google.protobuf.CodedOutputStream
Write an sint64 field, including tag, to the stream.
writeSInt64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
Write a sint64 field to the stream.
writeString(int, String) - Method in class com.google.protobuf.CodedOutputStream
Write a string field, including tag, to the stream.
writeStringNoTag(String) - Method in class com.google.protobuf.CodedOutputStream
Write a string field to the stream.
writeTag(int, int) - Method in class com.google.protobuf.CodedOutputStream
Encode and write a tag.
writeTo(CodedOutputStream) - Method in class com.google.protobuf.GeneratedMessageLite
 
writeTo(CodedOutputStream) - Method in interface com.google.protobuf.MessageLite
Serializes the message and writes it to output.
writeTo(CodedOutputStream) - Method in class com.google.protobuf.UnknownFieldSetLite
Serializes the set and writes it to output.
writeTo(Writer) - Method in class com.google.protobuf.UnknownFieldSetLite
Serializes the set and writes it to writer.
writeTo(OutputStream) - Method in class com.google.protobuf.AbstractMessageLite
 
writeTo(OutputStream) - Method in class com.google.protobuf.ByteString.Output
Writes the complete contents of this byte array output stream to the specified output stream argument.
writeTo(OutputStream) - Method in class com.google.protobuf.ByteString
Writes a copy of the contents of this byte string to the specified output stream argument.
writeTo(OutputStream) - Method in interface com.google.protobuf.MessageLite
Serializes the message and writes it to output.
writeUInt32(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write a uint32 field, including tag, to the stream.
writeUInt32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write a uint32 field to the stream.
writeUInt64(int, long) - Method in class com.google.protobuf.CodedOutputStream
Write a uint64 field, including tag, to the stream.
writeUInt64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
Write a uint64 field to the stream.
writeUntil(int, CodedOutputStream) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage.ExtensionWriter
 
A B C D E F G H I J K L M N O P R S T U V W 
All Classes All Packages