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

A

AbstractMessage - Class in com.google.protobuf
A partial implementation of the Message interface which implements as many methods of that interface as possible in terms of other methods.
AbstractMessage() - Constructor for class com.google.protobuf.AbstractMessage
 
AbstractMessage.Builder<BuilderType extends AbstractMessage.Builder> - Class in com.google.protobuf
A partial implementation of the Message.Builder interface which implements as many methods of that interface as possible in terms of other methods.
AbstractMessageLite - Class in com.google.protobuf
A partial implementation of the MessageLite interface which implements as many methods of that interface as possible in terms of other methods.
AbstractMessageLite() - Constructor for class com.google.protobuf.AbstractMessageLite
 
AbstractMessageLite.Builder<BuilderType extends AbstractMessageLite.Builder> - Class in com.google.protobuf
A partial implementation of the Message.Builder interface which implements as many methods of that interface as possible in terms of other methods.
AbstractParser<MessageType extends MessageLite> - Class in com.google.protobuf
A partial implementation of the Parser interface which implements as many methods of that interface as possible in terms of other methods.
AbstractParser() - Constructor for class com.google.protobuf.AbstractParser
 
add(Extension<?, ?>) - Method in class com.google.protobuf.ExtensionRegistry
Add an extension from a generated file to the registry.
add(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.ExtensionRegistry
Add a non-message-type extension to the registry by descriptor.
add(Descriptors.FieldDescriptor, Message) - Method in class com.google.protobuf.ExtensionRegistry
Add a message-type extension to the registry by descriptor.
add(GeneratedMessageLite.GeneratedExtension<?, ?>) - Method in class com.google.protobuf.ExtensionRegistryLite
Add an extension from a lite generated file to the registry.
add(int, String) - Method in class com.google.protobuf.LazyStringArrayList
 
add(ByteString) - Method in class com.google.protobuf.LazyStringArrayList
 
add(byte[]) - Method in class com.google.protobuf.LazyStringArrayList
 
add(ByteString) - Method in interface com.google.protobuf.LazyStringList
Appends the specified element to the end of this list (optional operation).
add(byte[]) - Method in interface com.google.protobuf.LazyStringList
Appends the specified element to the end of this list (optional operation).
add(ByteString) - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
add(byte[]) - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
addAll(Iterable<T>, Collection<? super T>) - Static method in class com.google.protobuf.AbstractMessageLite
 
addAll(Iterable<T>, Collection<? super T>) - Static method in class com.google.protobuf.AbstractMessageLite.Builder
Adds the values to the list.
addAll(Collection<? extends String>) - Method in class com.google.protobuf.LazyStringArrayList
 
addAll(int, Collection<? extends String>) - Method in class com.google.protobuf.LazyStringArrayList
 
addAllByteArray(Collection<byte[]>) - Method in class com.google.protobuf.LazyStringArrayList
 
addAllByteArray(Collection<byte[]>) - Method in interface com.google.protobuf.LazyStringList
Appends all elements in the specified byte[] collection to the end of this list.
addAllByteArray(Collection<byte[]>) - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
addAllByteString(Collection<? extends ByteString>) - Method in class com.google.protobuf.LazyStringArrayList
 
addAllByteString(Collection<? extends ByteString>) - Method in interface com.google.protobuf.LazyStringList
Appends all elements in the specified ByteString collection to the end of this list.
addAllByteString(Collection<? extends ByteString>) - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
addAllDependency(Iterable<String>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated string dependency = 3;
addAllEnumType(Iterable<? extends DescriptorProtos.EnumDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
addAllEnumType(Iterable<? extends DescriptorProtos.EnumDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
addAllEnumvalue(Iterable<? extends EnumValue>) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2;
addAllExtension(Iterable<? extends DescriptorProtos.FieldDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
addAllExtension(Iterable<? extends DescriptorProtos.FieldDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
addAllExtensionRange(Iterable<? extends DescriptorProtos.DescriptorProto.ExtensionRange>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
addAllField(Iterable<? extends DescriptorProtos.FieldDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
addAllFields(Iterable<? extends Field>) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2;
addAllFile(Iterable<? extends PluginProtos.CodeGeneratorResponse.File>) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
addAllFile(Iterable<? extends DescriptorProtos.FileDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
addAllFileToGenerate(Iterable<String>) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated string file_to_generate = 1;
addAllLeadingDetachedComments(Iterable<String>) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated string leading_detached_comments = 6;
addAllLocation(Iterable<? extends DescriptorProtos.SourceCodeInfo.Location>) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
addAllMessages(Iterable<? extends MType>) - Method in class com.google.protobuf.RepeatedFieldBuilder
Appends all of the messages in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAllMessageType(Iterable<? extends DescriptorProtos.DescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4;
addAllMethod(Iterable<? extends DescriptorProtos.MethodDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
addAllMethods(Iterable<? extends Method>) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2;
addAllMixins(Iterable<? extends Mixin>) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6;
addAllName(Iterable<? extends DescriptorProtos.UninterpretedOption.NamePart>) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
addAllNestedType(Iterable<? extends DescriptorProtos.DescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
addAllOneofDecl(Iterable<? extends DescriptorProtos.OneofDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
addAllOneofs(Iterable<String>) - Method in class com.google.protobuf.Type.Builder
repeated string oneofs = 3;
addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3;
addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3;
addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3;
addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9;
addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6;
addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4;
addAllPath(Iterable<? extends Integer>) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated int32 path = 1 [packed = true];
addAllPaths(Iterable<String>) - Method in class com.google.protobuf.FieldMask.Builder
repeated string paths = 1;
addAllProtoFile(Iterable<? extends DescriptorProtos.FileDescriptorProto>) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15;
addAllPublicDependency(Iterable<? extends Integer>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated int32 public_dependency = 10;
addAllReservedName(Iterable<String>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated string reserved_name = 10;
addAllReservedRange(Iterable<? extends DescriptorProtos.DescriptorProto.ReservedRange>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
addAllService(Iterable<? extends DescriptorProtos.ServiceDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
addAllSpan(Iterable<? extends Integer>) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated int32 span = 2 [packed = true];
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addAllValue(Iterable<? extends DescriptorProtos.EnumValueDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
addAllValues(Iterable<? extends Value>) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1;
addAllWeakDependency(Iterable<? extends Integer>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated int32 weak_dependency = 11;
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.
addBuilder(MType) - Method in class com.google.protobuf.RepeatedFieldBuilder
Appends a new builder to the end of this list and returns the builder.
addBuilder(int, MType) - Method in class com.google.protobuf.RepeatedFieldBuilder
Inserts a new builder at the specified position in this list.
addDependency(String) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated string dependency = 3;
addDependencyBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated string dependency = 3;
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.
addEnumType(DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
addEnumType(int, DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
addEnumType(DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
addEnumType(int, DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
addEnumType(DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
addEnumType(int, DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
addEnumType(DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
addEnumType(int, DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
addEnumTypeBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
addEnumTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
addEnumTypeBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
addEnumTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
addEnumvalue(EnumValue) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2;
addEnumvalue(int, EnumValue) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2;
addEnumvalue(EnumValue.Builder) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2;
addEnumvalue(int, EnumValue.Builder) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2;
addEnumvalueBuilder() - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2;
addEnumvalueBuilder(int) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2;
addExtension(DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
addExtension(int, DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
addExtension(DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
addExtension(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
addExtension(DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
addExtension(int, DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
addExtension(DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
addExtension(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
addExtension(ExtensionLite<MessageType, List<Type>>, Type) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Append a value to a repeated extension.
addExtension(ExtensionLite<MessageType, List<Type>>, Type) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Append a value to a repeated extension.
addExtensionBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
addExtensionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
addExtensionBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
addExtensionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
addExtensionRange(DescriptorProtos.DescriptorProto.ExtensionRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
addExtensionRange(int, DescriptorProtos.DescriptorProto.ExtensionRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
addExtensionRange(DescriptorProtos.DescriptorProto.ExtensionRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
addExtensionRange(int, DescriptorProtos.DescriptorProto.ExtensionRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
addExtensionRangeBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
addExtensionRangeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
addField(DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
addField(int, DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
addField(DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
addField(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
addField(int, UnknownFieldSet.Field) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Add a field to the UnknownFieldSet.
addFieldBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
addFieldBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
addFields(Field) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2;
addFields(int, Field) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2;
addFields(Field.Builder) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2;
addFields(int, Field.Builder) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2;
addFieldsBuilder() - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2;
addFieldsBuilder(int) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2;
addFile(PluginProtos.CodeGeneratorResponse.File) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
addFile(int, PluginProtos.CodeGeneratorResponse.File) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
addFile(PluginProtos.CodeGeneratorResponse.File.Builder) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
addFile(int, PluginProtos.CodeGeneratorResponse.File.Builder) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
addFile(DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
addFile(int, DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
addFile(DescriptorProtos.FileDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
addFile(int, DescriptorProtos.FileDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
addFileBuilder() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
addFileBuilder(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
addFileBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
addFileBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
addFileToGenerate(String) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated string file_to_generate = 1;
addFileToGenerateBytes(ByteString) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated string file_to_generate = 1;
addFixed32(int) - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
Add a fixed32 value.
addFixed64(long) - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
Add a fixed64 value.
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.
addGroup(UnknownFieldSet) - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
Add an embedded group.
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.
addLeadingDetachedComments(String) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated string leading_detached_comments = 6;
addLeadingDetachedCommentsBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated string leading_detached_comments = 6;
addLengthDelimited(ByteString) - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
Add a length-delimited value.
addLocation(DescriptorProtos.SourceCodeInfo.Location) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
addLocation(int, DescriptorProtos.SourceCodeInfo.Location) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
addLocation(DescriptorProtos.SourceCodeInfo.Location.Builder) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
addLocation(int, DescriptorProtos.SourceCodeInfo.Location.Builder) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
addLocationBuilder() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
addLocationBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
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.
addMessage(MType) - Method in class com.google.protobuf.RepeatedFieldBuilder
Appends the specified element to the end of this list.
addMessage(int, MType) - Method in class com.google.protobuf.RepeatedFieldBuilder
Inserts the specified message at the specified position in this list.
addMessageType(DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4;
addMessageType(int, DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4;
addMessageType(DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4;
addMessageType(int, DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4;
addMessageTypeBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4;
addMessageTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4;
addMethod(DescriptorProtos.MethodDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
addMethod(int, DescriptorProtos.MethodDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
addMethod(DescriptorProtos.MethodDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
addMethod(int, DescriptorProtos.MethodDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
addMethodBuilder() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
addMethodBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
addMethods(Method) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2;
addMethods(int, Method) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2;
addMethods(Method.Builder) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2;
addMethods(int, Method.Builder) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2;
addMethodsBuilder() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2;
addMethodsBuilder(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2;
addMixins(Mixin) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6;
addMixins(int, Mixin) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6;
addMixins(Mixin.Builder) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6;
addMixins(int, Mixin.Builder) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6;
addMixinsBuilder() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6;
addMixinsBuilder(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6;
addName(DescriptorProtos.UninterpretedOption.NamePart) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
addName(int, DescriptorProtos.UninterpretedOption.NamePart) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
addName(DescriptorProtos.UninterpretedOption.NamePart.Builder) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
addName(int, DescriptorProtos.UninterpretedOption.NamePart.Builder) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
addNameBuilder() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
addNameBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
addNestedType(DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
addNestedType(int, DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
addNestedType(DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
addNestedType(int, DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
addNestedTypeBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
addNestedTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
addOneofDecl(DescriptorProtos.OneofDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
addOneofDecl(int, DescriptorProtos.OneofDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
addOneofDecl(DescriptorProtos.OneofDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
addOneofDecl(int, DescriptorProtos.OneofDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
addOneofDeclBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
addOneofDeclBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
addOneofs(String) - Method in class com.google.protobuf.Type.Builder
repeated string oneofs = 3;
addOneofsBytes(ByteString) - Method in class com.google.protobuf.Type.Builder
repeated string oneofs = 3;
addOptions(Option) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3;
addOptions(int, Option) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3;
addOptions(Option.Builder) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3;
addOptions(int, Option.Builder) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3;
addOptions(Option) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3;
addOptions(int, Option) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3;
addOptions(Option.Builder) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3;
addOptions(int, Option.Builder) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3;
addOptions(Option) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3;
addOptions(int, Option) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3;
addOptions(Option.Builder) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3;
addOptions(int, Option.Builder) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3;
addOptions(Option) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9;
addOptions(int, Option) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9;
addOptions(Option.Builder) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9;
addOptions(int, Option.Builder) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9;
addOptions(Option) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6;
addOptions(int, Option) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6;
addOptions(Option.Builder) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6;
addOptions(int, Option.Builder) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6;
addOptions(Option) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4;
addOptions(int, Option) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4;
addOptions(Option.Builder) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4;
addOptions(int, Option.Builder) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4;
addOptionsBuilder() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3;
addOptionsBuilder(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3;
addOptionsBuilder() - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3;
addOptionsBuilder(int) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3;
addOptionsBuilder() - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3;
addOptionsBuilder(int) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3;
addOptionsBuilder() - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9;
addOptionsBuilder(int) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9;
addOptionsBuilder() - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6;
addOptionsBuilder(int) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6;
addOptionsBuilder() - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4;
addOptionsBuilder(int) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4;
addPath(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated int32 path = 1 [packed = true];
addPaths(String) - Method in class com.google.protobuf.FieldMask.Builder
repeated string paths = 1;
addPathsBytes(ByteString) - Method in class com.google.protobuf.FieldMask.Builder
repeated string paths = 1;
addProtoFile(DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15;
addProtoFile(int, DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15;
addProtoFile(DescriptorProtos.FileDescriptorProto.Builder) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15;
addProtoFile(int, DescriptorProtos.FileDescriptorProto.Builder) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15;
addProtoFileBuilder() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15;
addProtoFileBuilder(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15;
addPublicDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated int32 public_dependency = 10;
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DynamicMessage.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.MapEntry.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in interface com.google.protobuf.Message.Builder
Like setRepeatedField, but appends the value as a new element.
addReservedName(String) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated string reserved_name = 10;
addReservedNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated string reserved_name = 10;
addReservedRange(DescriptorProtos.DescriptorProto.ReservedRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
addReservedRange(int, DescriptorProtos.DescriptorProto.ReservedRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
addReservedRange(DescriptorProtos.DescriptorProto.ReservedRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
addReservedRange(int, DescriptorProtos.DescriptorProto.ReservedRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
addReservedRangeBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
addReservedRangeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
addService(DescriptorProtos.ServiceDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
addService(int, DescriptorProtos.ServiceDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
addService(DescriptorProtos.ServiceDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
addService(int, DescriptorProtos.ServiceDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
addServiceBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
addServiceBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
addSpan(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated int32 span = 2 [packed = true];
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addValue(DescriptorProtos.EnumValueDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
addValue(int, DescriptorProtos.EnumValueDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
addValue(DescriptorProtos.EnumValueDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
addValue(int, DescriptorProtos.EnumValueDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
addValueBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
addValueBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
addValues(Value) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1;
addValues(int, Value) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1;
addValues(Value.Builder) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1;
addValues(int, Value.Builder) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1;
addValuesBuilder() - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1;
addValuesBuilder(int) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1;
addVarint(long) - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
Add a varint value.
addWeakDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated int32 weak_dependency = 11;
AGGREGATE_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
ALLOW_ALIAS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumOptions
 
AlreadyCalledException() - Constructor for exception com.google.protobuf.RpcUtil.AlreadyCalledException
 
alwaysUseFieldBuilders - Static variable in class com.google.protobuf.GeneratedMessage
For testing.
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
 
asByteStringList() - Method in class com.google.protobuf.LazyStringArrayList
 
asByteStringList() - Method in interface com.google.protobuf.ProtocolStringList
Returns a view of the data as a list of ByteStrings.
asByteStringList() - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
asInvalidProtocolBufferException() - Method in exception com.google.protobuf.UninitializedMessageException
Converts this exception to an InvalidProtocolBufferException.
asMap() - Method in class com.google.protobuf.UnknownFieldSet
Get a map of fields in the set by number.
asMap() - Method in class com.google.protobuf.UnknownFieldSet.Builder
Get all present Fields as an immutable Map.
asReadOnlyByteBuffer() - Method in class com.google.protobuf.ByteString
Constructs a read-only java.nio.ByteBuffer whose content is equal to the contents of this byte string.
asReadOnlyByteBufferList() - Method in class com.google.protobuf.ByteString
Constructs a list of read-only java.nio.ByteBuffer objects such that the concatenation of their contents is equal to the contents of this byte string.
assignDescriptors(Descriptors.FileDescriptor) - Method in interface com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner
 

B

BlockingRpcChannel - Interface in com.google.protobuf
Abstract interface for a blocking RPC channel.
BlockingService - Interface in com.google.protobuf
Blocking equivalent to Service.
BOOL_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Value
 
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.Any.Builder
 
build() - Method in class com.google.protobuf.Api.Builder
 
build() - Method in class com.google.protobuf.BoolValue.Builder
 
build() - Method in class com.google.protobuf.BytesValue.Builder
 
build() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
 
build() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
 
build() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
build() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
build() - Method in class com.google.protobuf.DoubleValue.Builder
 
build() - Method in class com.google.protobuf.Duration.Builder
 
build() - Method in class com.google.protobuf.DynamicMessage.Builder
 
build() - Method in class com.google.protobuf.Empty.Builder
 
build() - Method in class com.google.protobuf.Enum.Builder
 
build() - Method in class com.google.protobuf.EnumValue.Builder
 
build() - Method in class com.google.protobuf.Field.Builder
 
build() - Method in class com.google.protobuf.FieldMask.Builder
 
build() - Method in class com.google.protobuf.FloatValue.Builder
 
build() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
build() - Method in class com.google.protobuf.Int32Value.Builder
 
build() - Method in class com.google.protobuf.Int64Value.Builder
 
build() - Method in class com.google.protobuf.ListValue.Builder
 
build() - Method in class com.google.protobuf.MapEntry.Builder
 
build() - Method in class com.google.protobuf.MapEntryLite.Builder
 
build() - Method in interface com.google.protobuf.Message.Builder
 
build() - Method in interface com.google.protobuf.MessageLite.Builder
Constructs the message based on the state of the Builder.
build() - Method in class com.google.protobuf.Method.Builder
 
build() - Method in class com.google.protobuf.Mixin.Builder
 
build() - Method in class com.google.protobuf.Option.Builder
 
build() - Method in class com.google.protobuf.RepeatedFieldBuilder
Builds the list of messages from the builder and returns them.
build() - Method in class com.google.protobuf.SingleFieldBuilder
Builds the message and returns it.
build() - Method in class com.google.protobuf.SourceContext.Builder
 
build() - Method in class com.google.protobuf.StringValue.Builder
 
build() - Method in class com.google.protobuf.Struct.Builder
 
build() - Method in class com.google.protobuf.TextFormat.Parser.Builder
 
build() - Method in class com.google.protobuf.Timestamp.Builder
 
build() - Method in class com.google.protobuf.Type.Builder
 
build() - Method in class com.google.protobuf.UInt32Value.Builder
 
build() - Method in class com.google.protobuf.UInt64Value.Builder
 
build() - Method in class com.google.protobuf.UnknownFieldSet.Builder
Build the UnknownFieldSet and return it.
build() - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
Build the field.
build() - Method in class com.google.protobuf.UnknownFieldSetLite.Builder
Build the UnknownFieldSetLite and return it.
build() - Method in class com.google.protobuf.Value.Builder
 
Builder() - Constructor for class com.google.protobuf.AbstractMessage.Builder
 
Builder() - Constructor for class com.google.protobuf.AbstractMessageLite.Builder
 
Builder() - Constructor for class com.google.protobuf.GeneratedMessage.Builder
 
Builder(GeneratedMessage.BuilderParent) - Constructor for class com.google.protobuf.GeneratedMessage.Builder
 
Builder(MessageType) - Constructor for class com.google.protobuf.GeneratedMessageLite.Builder
 
Builder() - Constructor for class com.google.protobuf.TextFormat.Parser.Builder
 
buildFrom(DescriptorProtos.FileDescriptorProto, Descriptors.FileDescriptor[]) - Static method in class com.google.protobuf.Descriptors.FileDescriptor
Construct a FileDescriptor.
buildPartial() - Method in class com.google.protobuf.Any.Builder
 
buildPartial() - Method in class com.google.protobuf.Api.Builder
 
buildPartial() - Method in class com.google.protobuf.BoolValue.Builder
 
buildPartial() - Method in class com.google.protobuf.BytesValue.Builder
 
buildPartial() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
 
buildPartial() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
 
buildPartial() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
buildPartial() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
buildPartial() - Method in class com.google.protobuf.DoubleValue.Builder
 
buildPartial() - Method in class com.google.protobuf.Duration.Builder
 
buildPartial() - Method in class com.google.protobuf.DynamicMessage.Builder
 
buildPartial() - Method in class com.google.protobuf.Empty.Builder
 
buildPartial() - Method in class com.google.protobuf.Enum.Builder
 
buildPartial() - Method in class com.google.protobuf.EnumValue.Builder
 
buildPartial() - Method in class com.google.protobuf.Field.Builder
 
buildPartial() - Method in class com.google.protobuf.FieldMask.Builder
 
buildPartial() - Method in class com.google.protobuf.FloatValue.Builder
 
buildPartial() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
buildPartial() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
 
buildPartial() - Method in class com.google.protobuf.Int32Value.Builder
 
buildPartial() - Method in class com.google.protobuf.Int64Value.Builder
 
buildPartial() - Method in class com.google.protobuf.ListValue.Builder
 
buildPartial() - Method in class com.google.protobuf.MapEntry.Builder
 
buildPartial() - Method in class com.google.protobuf.MapEntryLite.Builder
 
buildPartial() - Method in interface com.google.protobuf.Message.Builder
 
buildPartial() - Method in interface com.google.protobuf.MessageLite.Builder
Like MessageLite.Builder.build(), but does not throw an exception if the message is missing required fields.
buildPartial() - Method in class com.google.protobuf.Method.Builder
 
buildPartial() - Method in class com.google.protobuf.Mixin.Builder
 
buildPartial() - Method in class com.google.protobuf.Option.Builder
 
buildPartial() - Method in class com.google.protobuf.SourceContext.Builder
 
buildPartial() - Method in class com.google.protobuf.StringValue.Builder
 
buildPartial() - Method in class com.google.protobuf.Struct.Builder
 
buildPartial() - Method in class com.google.protobuf.Timestamp.Builder
 
buildPartial() - Method in class com.google.protobuf.Type.Builder
 
buildPartial() - Method in class com.google.protobuf.UInt32Value.Builder
 
buildPartial() - Method in class com.google.protobuf.UInt64Value.Builder
 
buildPartial() - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
buildPartial() - Method in class com.google.protobuf.Value.Builder
 
byteArrayDefaultValue(String) - Static method in class com.google.protobuf.Internal
Helper called by generated code to construct default values for bytes fields.
byteAt(int) - Method in class com.google.protobuf.ByteString
Gets the byte at the given index.
byteBufferDefaultValue(String) - Static method in class com.google.protobuf.Internal
Helper called by generated code to construct default values for bytes fields.
bytesDefaultValue(String) - Static method in class com.google.protobuf.Internal
Helper called by generated code to construct default values for bytes fields.
ByteString - Class in com.google.protobuf
Immutable sequence of bytes.
ByteString.ByteIterator - Interface in com.google.protobuf
This interface extends Iterator<Byte>, so that we can return an unboxed byte.
ByteString.Output - Class in com.google.protobuf
Outputs to a ByteString instance.
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

callBlockingMethod(Descriptors.MethodDescriptor, RpcController, Message, Message) - Method in interface com.google.protobuf.BlockingRpcChannel
Call the given method of the remote service and blocks until it returns.
callBlockingMethod(Descriptors.MethodDescriptor, RpcController, Message) - Method in interface com.google.protobuf.BlockingService
Equivalent to Service.callMethod(com.google.protobuf.Descriptors.MethodDescriptor, com.google.protobuf.RpcController, com.google.protobuf.Message, com.google.protobuf.RpcCallback<com.google.protobuf.Message>), except that callBlockingMethod() returns the result of the RPC or throws a ServiceException if there is a failure, rather than passing the information to a callback.
callMethod(Descriptors.MethodDescriptor, RpcController, Message, Message, RpcCallback<Message>) - Method in interface com.google.protobuf.RpcChannel
Call the given method of the remote service.
callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in interface com.google.protobuf.Service
Call a method of the service specified by MethodDescriptor.
CARDINALITY_FIELD_NUMBER - Static variable in class com.google.protobuf.Field
 
CARDINALITY_OPTIONAL_VALUE - Static variable in enum com.google.protobuf.Field.Cardinality
CARDINALITY_OPTIONAL = 1;
CARDINALITY_REPEATED_VALUE - Static variable in enum com.google.protobuf.Field.Cardinality
CARDINALITY_REPEATED = 3;
CARDINALITY_REQUIRED_VALUE - Static variable in enum com.google.protobuf.Field.Cardinality
CARDINALITY_REQUIRED = 2;
CARDINALITY_UNKNOWN_VALUE - Static variable in enum com.google.protobuf.Field.Cardinality
CARDINALITY_UNKNOWN = 0;
CC_ENABLE_ARENAS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
CC_GENERIC_SERVICES_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
checkByteStringIsUtf8(ByteString) - Static method in class com.google.protobuf.AbstractMessageLite
 
checkLastTagWas(int) - Method in class com.google.protobuf.CodedInputStream
Verifies that the last call to readTag() returned the given tag value.
checkNoSpaceLeft() - Method in class com.google.protobuf.CodedOutputStream
Verifies that CodedOutputStream.spaceLeft() returns zero.
clear() - Method in class com.google.protobuf.AbstractMessage.Builder
 
clear() - Method in class com.google.protobuf.Any.Builder
 
clear() - Method in class com.google.protobuf.Api.Builder
 
clear() - Method in class com.google.protobuf.BoolValue.Builder
 
clear() - Method in class com.google.protobuf.BytesValue.Builder
 
clear() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
 
clear() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
 
clear() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
clear() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
clear() - Method in class com.google.protobuf.DoubleValue.Builder
 
clear() - Method in class com.google.protobuf.Duration.Builder
 
clear() - Method in class com.google.protobuf.DynamicMessage.Builder
 
clear() - Method in class com.google.protobuf.Empty.Builder
 
clear() - Method in class com.google.protobuf.Enum.Builder
 
clear() - Method in class com.google.protobuf.EnumValue.Builder
 
clear() - Method in class com.google.protobuf.Field.Builder
 
clear() - Method in class com.google.protobuf.FieldMask.Builder
 
clear() - Method in class com.google.protobuf.FloatValue.Builder
 
clear() - Method in class com.google.protobuf.GeneratedMessage.Builder
Called by the initialization and clear code paths to allow subclasses to reset any of their builtin fields back to the initial values.
clear() - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
clear() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
clear() - Method in class com.google.protobuf.Int32Value.Builder
 
clear() - Method in class com.google.protobuf.Int64Value.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.ListValue.Builder
 
clear() - Method in class com.google.protobuf.MapEntryLite.Builder
 
clear() - Method in class com.google.protobuf.MapField
 
clear() - Method in class com.google.protobuf.MapFieldLite
 
clear() - Method in interface com.google.protobuf.Message.Builder
 
clear() - Method in interface com.google.protobuf.MessageLite.Builder
Resets all fields to their default values.
clear() - Method in class com.google.protobuf.Method.Builder
 
clear() - Method in class com.google.protobuf.Mixin.Builder
 
clear() - Method in class com.google.protobuf.Option.Builder
 
clear() - Method in class com.google.protobuf.RepeatedFieldBuilder
Removes all of the elements from this list.
clear() - Method in class com.google.protobuf.SingleFieldBuilder
Clears the value of the field.
clear() - Method in class com.google.protobuf.SourceContext.Builder
 
clear() - Method in class com.google.protobuf.StringValue.Builder
 
clear() - Method in class com.google.protobuf.Struct.Builder
 
clear() - Method in class com.google.protobuf.Timestamp.Builder
 
clear() - Method in class com.google.protobuf.Type.Builder
 
clear() - Method in class com.google.protobuf.UInt32Value.Builder
 
clear() - Method in class com.google.protobuf.UInt64Value.Builder
 
clear() - Method in class com.google.protobuf.UnknownFieldSet.Builder
Reset the builder to an empty set.
clear() - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
Discard the field's contents.
clear() - Method in class com.google.protobuf.Value.Builder
 
clearAggregateValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional string aggregate_value = 8;
clearAllowAlias() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
optional bool allow_alias = 2;
clearBoolValue() - Method in class com.google.protobuf.Value.Builder
optional bool bool_value = 4;
clearCardinality() - Method in class com.google.protobuf.Field.Builder
optional .google.protobuf.Field.Cardinality cardinality = 2;
clearCcEnableArenas() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool cc_enable_arenas = 31 [default = false];
clearCcGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool cc_generic_services = 16 [default = false];
clearClientStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional bool client_streaming = 5 [default = false];
clearContent() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string content = 15;
clearCsharpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string csharp_namespace = 37;
clearCtype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING];
clearDefaultValue() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string default_value = 7;
clearDefaultValue() - Method in class com.google.protobuf.Field.Builder
optional string default_value = 11;
clearDependency() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated string dependency = 3;
clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
optional bool deprecated = 3 [default = false];
clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
optional bool deprecated = 1 [default = false];
clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool deprecated = 3 [default = false];
clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool deprecated = 23 [default = false];
clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
optional bool deprecated = 3 [default = false];
clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
optional bool deprecated = 33 [default = false];
clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
optional bool deprecated = 33 [default = false];
clearDoubleValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional double double_value = 6;
clearEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
optional int32 end = 2;
clearEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
optional int32 end = 2;
clearEnumType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
clearEnumType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
clearEnumvalue() - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2;
clearError() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
optional string error = 1;
clearExtendee() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string extendee = 2;
clearExtension() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
clearExtension() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
clearExtension(ExtensionLite<MessageType, ?>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Clear an extension.
clearExtension(ExtensionLite<MessageType, ?>) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Clear an extension.
clearExtensionRange() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
clearField() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DynamicMessage.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.MapEntry.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in interface com.google.protobuf.Message.Builder
Clears the field.
clearField(int) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Clear fields from the set with a given field number.
clearFields() - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2;
clearFile() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
clearFile() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
clearFileName() - Method in class com.google.protobuf.SourceContext.Builder
optional string file_name = 1;
clearFileToGenerate() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated string file_to_generate = 1;
clearGoPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string go_package = 11;
clearIdentifierValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional string identifier_value = 3;
clearInputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string input_type = 2;
clearInsertionPoint() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string insertion_point = 2;
clearIsExtension() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
required bool is_extension = 2;
clearJavaGenerateEqualsAndHash() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool java_generate_equals_and_hash = 20 [default = false];
clearJavaGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool java_generic_services = 17 [default = false];
clearJavaMultipleFiles() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool java_multiple_files = 10 [default = false];
clearJavananoUseDeprecatedPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool javanano_use_deprecated_package = 38;
clearJavaOuterClassname() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string java_outer_classname = 8;
clearJavaPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string java_package = 1;
clearJavaStringCheckUtf8() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool java_string_check_utf8 = 27 [default = false];
clearJsonName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string json_name = 10;
clearJsonName() - Method in class com.google.protobuf.Field.Builder
optional string json_name = 10;
clearJstype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL];
clearKey() - Method in class com.google.protobuf.MapEntry.Builder
 
clearKey() - Method in class com.google.protobuf.MapEntryLite.Builder
 
clearKind() - Method in class com.google.protobuf.Field.Builder
optional .google.protobuf.Field.Kind kind = 1;
clearKind() - Method in class com.google.protobuf.Value.Builder
 
clearLabel() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
clearLazy() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool lazy = 5 [default = false];
clearLeadingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
optional string leading_comments = 3;
clearLeadingDetachedComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated string leading_detached_comments = 6;
clearListValue() - Method in class com.google.protobuf.Value.Builder
optional .google.protobuf.ListValue list_value = 6;
clearLocation() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
clearMapEntry() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
optional bool map_entry = 7;
clearMessageSetWireFormat() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
optional bool message_set_wire_format = 1 [default = false];
clearMessageType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4;
clearMethod() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
clearMethods() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2;
clearMixins() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6;
clearName() - Method in class com.google.protobuf.Api.Builder
optional string name = 1;
clearName() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string name = 1;
clearName() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional string name = 1;
clearName() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional string name = 1;
clearName() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional string name = 1;
clearName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string name = 1;
clearName() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string name = 1;
clearName() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string name = 1;
clearName() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
optional string name = 1;
clearName() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional string name = 1;
clearName() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
clearName() - Method in class com.google.protobuf.Enum.Builder
optional string name = 1;
clearName() - Method in class com.google.protobuf.EnumValue.Builder
optional string name = 1;
clearName() - Method in class com.google.protobuf.Field.Builder
optional string name = 4;
clearName() - Method in class com.google.protobuf.Method.Builder
optional string name = 1;
clearName() - Method in class com.google.protobuf.Mixin.Builder
optional string name = 1;
clearName() - Method in class com.google.protobuf.Option.Builder
optional string name = 1;
clearName() - Method in class com.google.protobuf.Type.Builder
optional string name = 1;
clearNamePart() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
required string name_part = 1;
clearNanos() - Method in class com.google.protobuf.Duration.Builder
optional int32 nanos = 2;
clearNanos() - Method in class com.google.protobuf.Timestamp.Builder
optional int32 nanos = 2;
clearNegativeIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional int64 negative_int_value = 5;
clearNestedType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
clearNoStandardDescriptorAccessor() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
optional bool no_standard_descriptor_accessor = 2 [default = false];
clearNullValue() - Method in class com.google.protobuf.Value.Builder
optional .google.protobuf.NullValue null_value = 1;
clearNumber() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional int32 number = 2;
clearNumber() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional int32 number = 3;
clearNumber() - Method in class com.google.protobuf.EnumValue.Builder
optional int32 number = 2;
clearNumber() - Method in class com.google.protobuf.Field.Builder
optional int32 number = 3;
clearNumberValue() - Method in class com.google.protobuf.Value.Builder
optional double number_value = 2;
clearObjcClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string objc_class_prefix = 36;
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.AbstractMessage.Builder
TODO(jieluo): Clear it when all subclasses have implemented this method.
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DynamicMessage.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in interface com.google.protobuf.Message.Builder
Clears the oneof.
clearOneofDecl() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
clearOneofIndex() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional int32 oneof_index = 9;
clearOneofIndex() - Method in class com.google.protobuf.Field.Builder
optional int32 oneof_index = 7;
clearOneofs() - Method in class com.google.protobuf.Type.Builder
repeated string oneofs = 3;
clearOptimizeFor() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
clearOptions() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3;
clearOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional .google.protobuf.MessageOptions options = 7;
clearOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional .google.protobuf.EnumOptions options = 3;
clearOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional .google.protobuf.EnumValueOptions options = 3;
clearOptions() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldOptions options = 8;
clearOptions() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.FileOptions options = 8;
clearOptions() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional .google.protobuf.MethodOptions options = 4;
clearOptions() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional .google.protobuf.ServiceOptions options = 3;
clearOptions() - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3;
clearOptions() - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3;
clearOptions() - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9;
clearOptions() - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6;
clearOptions() - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4;
clearOutputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string output_type = 3;
clearPackage() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string package = 2;
clearPacked() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool packed = 2;
clearPacked() - Method in class com.google.protobuf.Field.Builder
optional bool packed = 8;
clearParameter() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
optional string parameter = 2;
clearPath() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated int32 path = 1 [packed = true];
clearPaths() - Method in class com.google.protobuf.FieldMask.Builder
repeated string paths = 1;
clearPositiveIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional uint64 positive_int_value = 4;
clearProtoFile() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15;
clearPublicDependency() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated int32 public_dependency = 10;
clearPyGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool py_generic_services = 18 [default = false];
clearRequestStreaming() - Method in class com.google.protobuf.Method.Builder
optional bool request_streaming = 3;
clearRequestTypeUrl() - Method in class com.google.protobuf.Method.Builder
optional string request_type_url = 2;
clearReservedName() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated string reserved_name = 10;
clearReservedRange() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
clearResponseStreaming() - Method in class com.google.protobuf.Method.Builder
optional bool response_streaming = 5;
clearResponseTypeUrl() - Method in class com.google.protobuf.Method.Builder
optional string response_type_url = 4;
clearRoot() - Method in class com.google.protobuf.Mixin.Builder
optional string root = 2;
clearSeconds() - Method in class com.google.protobuf.Duration.Builder
optional int64 seconds = 1;
clearSeconds() - Method in class com.google.protobuf.Timestamp.Builder
optional int64 seconds = 1;
clearServerStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional bool server_streaming = 6 [default = false];
clearService() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
clearSourceCodeInfo() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.SourceCodeInfo source_code_info = 9;
clearSourceContext() - Method in class com.google.protobuf.Api.Builder
optional .google.protobuf.SourceContext source_context = 5;
clearSourceContext() - Method in class com.google.protobuf.Enum.Builder
optional .google.protobuf.SourceContext source_context = 4;
clearSourceContext() - Method in class com.google.protobuf.Type.Builder
optional .google.protobuf.SourceContext source_context = 5;
clearSpan() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated int32 span = 2 [packed = true];
clearStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
optional int32 start = 1;
clearStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
optional int32 start = 1;
clearStringValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional bytes string_value = 7;
clearStringValue() - Method in class com.google.protobuf.Value.Builder
optional string string_value = 3;
clearStructValue() - Method in class com.google.protobuf.Value.Builder
optional .google.protobuf.Struct struct_value = 5;
clearSyntax() - Method in class com.google.protobuf.Api.Builder
optional .google.protobuf.Syntax syntax = 7;
clearSyntax() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string syntax = 12;
clearSyntax() - Method in class com.google.protobuf.Enum.Builder
optional .google.protobuf.Syntax syntax = 5;
clearSyntax() - Method in class com.google.protobuf.Method.Builder
optional .google.protobuf.Syntax syntax = 7;
clearSyntax() - Method in class com.google.protobuf.Type.Builder
optional .google.protobuf.Syntax syntax = 6;
clearTrailingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
optional string trailing_comments = 4;
clearType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldDescriptorProto.Type type = 5;
clearTypeName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string type_name = 6;
clearTypeUrl() - Method in class com.google.protobuf.Any.Builder
optional string type_url = 1;
clearTypeUrl() - Method in class com.google.protobuf.Field.Builder
optional string type_url = 6;
clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
clearValue() - Method in class com.google.protobuf.Any.Builder
optional bytes value = 2;
clearValue() - Method in class com.google.protobuf.BoolValue.Builder
optional bool value = 1;
clearValue() - Method in class com.google.protobuf.BytesValue.Builder
optional bytes value = 1;
clearValue() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
clearValue() - Method in class com.google.protobuf.DoubleValue.Builder
optional double value = 1;
clearValue() - Method in class com.google.protobuf.FloatValue.Builder
optional float value = 1;
clearValue() - Method in class com.google.protobuf.Int32Value.Builder
optional int32 value = 1;
clearValue() - Method in class com.google.protobuf.Int64Value.Builder
optional int64 value = 1;
clearValue() - Method in class com.google.protobuf.MapEntry.Builder
 
clearValue() - Method in class com.google.protobuf.MapEntryLite.Builder
 
clearValue() - Method in class com.google.protobuf.Option.Builder
optional .google.protobuf.Any value = 2;
clearValue() - Method in class com.google.protobuf.StringValue.Builder
optional string value = 1;
clearValue() - Method in class com.google.protobuf.UInt32Value.Builder
optional uint32 value = 1;
clearValue() - Method in class com.google.protobuf.UInt64Value.Builder
optional uint64 value = 1;
clearValues() - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1;
clearVersion() - Method in class com.google.protobuf.Api.Builder
optional string version = 4;
clearWeak() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool weak = 10 [default = false];
clearWeakDependency() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated int32 weak_dependency = 11;
CLIENT_STREAMING_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
clone() - Method in class com.google.protobuf.AbstractMessage.Builder
 
clone() - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
clone() - Method in class com.google.protobuf.DynamicMessage.Builder
 
clone() - Method in class com.google.protobuf.GeneratedMessage.Builder
 
clone() - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
clone() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
clone() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
 
clone() - Method in class com.google.protobuf.MapEntry.Builder
 
clone() - Method in class com.google.protobuf.MapEntryLite.Builder
 
clone() - Method in interface com.google.protobuf.Message.Builder
 
clone() - Method in interface com.google.protobuf.MessageLite.Builder
Clones the Builder.
clone() - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
CODE_SIZE_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
CODE_SIZE = 2;
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
 
com.google.protobuf.compiler - package com.google.protobuf.compiler
 
compareTo(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Compare with another FieldDescriptor.
computeBoolSize(int, boolean) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bool field, including tag.
computeBoolSizeNoTag(boolean) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bool field.
computeByteArraySize(int, byte[]) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bytes field, including tag.
computeByteArraySizeNoTag(byte[]) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bytes field.
computeByteBufferSize(int, ByteBuffer) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bytes field, including tag.
computeByteBufferSizeNoTag(ByteBuffer) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bytes field.
computeBytesSize(int, ByteString) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bytes field, including tag.
computeBytesSizeNoTag(ByteString) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bytes field.
computeDoubleSize(int, double) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a double field, including tag.
computeDoubleSizeNoTag(double) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a double field, including tag.
computeEnumSize(int, int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an enum field, including tag.
computeEnumSizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an enum field.
computeFixed32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a fixed32 field, including tag.
computeFixed32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a fixed32 field.
computeFixed64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a fixed64 field, including tag.
computeFixed64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a fixed64 field.
computeFloatSize(int, float) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a float field, including tag.
computeFloatSizeNoTag(float) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a float field, including tag.
computeGroupSize(int, MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a group field, including tag.
computeGroupSizeNoTag(MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a group field.
computeInt32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an int32 field, including tag.
computeInt32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an int32 field, including tag.
computeInt64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an int64 field, including tag.
computeInt64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an int64 field, including tag.
computeLazyFieldMessageSetExtensionSize(int, LazyFieldLite) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an lazily parsed MessageSet extension field to the stream.
computeLazyFieldSize(int, LazyFieldLite) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an embedded message in lazy field, including tag.
computeLazyFieldSizeNoTag(LazyFieldLite) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an embedded message stored in lazy field.
computeMessageSetExtensionSize(int, MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a MessageSet extension to the stream.
computeMessageSize(int, MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an embedded message field, including tag.
computeMessageSizeNoTag(MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an embedded message field.
computeRawMessageSetExtensionSize(int, ByteString) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an unparsed MessageSet extension field to the stream.
computeRawVarint32Size(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a varint.
computeRawVarint64Size(long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a varint.
computeSFixed32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sfixed32 field, including tag.
computeSFixed32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sfixed32 field.
computeSFixed64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sfixed64 field, including tag.
computeSFixed64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sfixed64 field.
computeSInt32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sint32 field, including tag.
computeSInt32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sint32 field.
computeSInt64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sint64 field, including tag.
computeSInt64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sint64 field.
computeStringSize(int, String) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a string field, including tag.
computeStringSize(int, Object) - Static method in class com.google.protobuf.GeneratedMessage
 
computeStringSizeNoTag(String) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a string field.
computeStringSizeNoTag(Object) - Static method in class com.google.protobuf.GeneratedMessage
 
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.
CONTENT_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
convert(F) - Method in interface com.google.protobuf.Internal.ListAdapter.Converter
 
copy() - Method in class com.google.protobuf.MapField
Returns a deep copy of this MapField.
copy() - Method in class com.google.protobuf.MapFieldLite
Returns a deep copy of this map field.
copyByteBuffer(ByteBuffer) - Static method in class com.google.protobuf.Internal
Create a new ByteBuffer and copy all the content of source ByteBuffer to the new ByteBuffer.
copyFrom(byte[], int, int) - Static method in class com.google.protobuf.ByteString
Copies the given bytes into a ByteString.
copyFrom(byte[]) - Static method in class com.google.protobuf.ByteString
Copies the given bytes into a ByteString.
copyFrom(ByteBuffer, int) - Static method in class com.google.protobuf.ByteString
Copies the next size bytes from a java.nio.ByteBuffer into a ByteString.
copyFrom(ByteBuffer) - Static method in class com.google.protobuf.ByteString
Copies the remaining bytes from a java.nio.ByteBuffer into a ByteString.
copyFrom(String, String) - Static method in class com.google.protobuf.ByteString
Encodes text into a sequence of bytes using the named charset and returns the result as a ByteString.
copyFrom(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(Iterable<ByteString>) - Static method in class com.google.protobuf.ByteString
Concatenates all byte strings in the iterable and returns the result.
copyFromUtf8(String) - Static method in class com.google.protobuf.ByteString
Encodes text into a sequence of UTF-8 bytes and returns the result as a ByteString.
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.
copyOnWrite() - 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
Copies bytes into a buffer.
copyTo(ByteBuffer) - Method in class com.google.protobuf.ByteString
Copies bytes into a ByteBuffer.
copyToInternal(byte[], int, int, int) - Method in class com.google.protobuf.ByteString
Internal (package private) implementation of ByteString.copyTo(byte[],int,int,int).
CORD_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
CORD = 1;
CSHARP_NAMESPACE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
CTYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
 

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.DescriptorProtos.FieldDescriptorProto
 
DEFAULT_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Field
 
defaultInstance - Variable in class com.google.protobuf.ExtensionRegistry.ExtensionInfo
A default instance of the extension's type, if it has a message type.
DefaultInstanceBasedParser(T) - Constructor for class com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser
 
DEPENDENCY_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
DEPRECATED_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumOptions
 
DEPRECATED_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
DEPRECATED_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
 
DEPRECATED_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
DEPRECATED_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MessageOptions
 
DEPRECATED_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MethodOptions
 
DEPRECATED_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
descriptor - Variable in class com.google.protobuf.ExtensionRegistry.ExtensionInfo
The extension's descriptor.
DescriptorProtos - Class in com.google.protobuf
 
DescriptorProtos.DescriptorProto - Class in com.google.protobuf
Protobuf type google.protobuf.DescriptorProto
DescriptorProtos.DescriptorProto.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.DescriptorProto
DescriptorProtos.DescriptorProto.ExtensionRange - Class in com.google.protobuf
Protobuf type google.protobuf.DescriptorProto.ExtensionRange
DescriptorProtos.DescriptorProto.ExtensionRange.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.DescriptorProto.ExtensionRange
DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.DescriptorProto.ReservedRange - Class in com.google.protobuf
Protobuf type google.protobuf.DescriptorProto.ReservedRange
DescriptorProtos.DescriptorProto.ReservedRange.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.DescriptorProto.ReservedRange
DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.DescriptorProtoOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.EnumDescriptorProto - Class in com.google.protobuf
Protobuf type google.protobuf.EnumDescriptorProto
DescriptorProtos.EnumDescriptorProto.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.EnumDescriptorProto
DescriptorProtos.EnumDescriptorProtoOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.EnumOptions - Class in com.google.protobuf
Protobuf type google.protobuf.EnumOptions
DescriptorProtos.EnumOptions.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.EnumOptions
DescriptorProtos.EnumOptionsOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.EnumValueDescriptorProto - Class in com.google.protobuf
Protobuf type google.protobuf.EnumValueDescriptorProto
DescriptorProtos.EnumValueDescriptorProto.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.EnumValueDescriptorProto
DescriptorProtos.EnumValueDescriptorProtoOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.EnumValueOptions - Class in com.google.protobuf
Protobuf type google.protobuf.EnumValueOptions
DescriptorProtos.EnumValueOptions.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.EnumValueOptions
DescriptorProtos.EnumValueOptionsOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.FieldDescriptorProto - Class in com.google.protobuf
Protobuf type google.protobuf.FieldDescriptorProto
DescriptorProtos.FieldDescriptorProto.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.FieldDescriptorProto
DescriptorProtos.FieldDescriptorProto.Label - Enum in com.google.protobuf
Protobuf enum google.protobuf.FieldDescriptorProto.Label
DescriptorProtos.FieldDescriptorProto.Type - Enum in com.google.protobuf
Protobuf enum google.protobuf.FieldDescriptorProto.Type
DescriptorProtos.FieldDescriptorProtoOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.FieldOptions - Class in com.google.protobuf
Protobuf type google.protobuf.FieldOptions
DescriptorProtos.FieldOptions.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.FieldOptions
DescriptorProtos.FieldOptions.CType - Enum in com.google.protobuf
Protobuf enum google.protobuf.FieldOptions.CType
DescriptorProtos.FieldOptions.JSType - Enum in com.google.protobuf
Protobuf enum google.protobuf.FieldOptions.JSType
DescriptorProtos.FieldOptionsOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.FileDescriptorProto - Class in com.google.protobuf
Protobuf type google.protobuf.FileDescriptorProto
DescriptorProtos.FileDescriptorProto.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.FileDescriptorProto
DescriptorProtos.FileDescriptorProtoOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.FileDescriptorSet - Class in com.google.protobuf
Protobuf type google.protobuf.FileDescriptorSet
DescriptorProtos.FileDescriptorSet.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.FileDescriptorSet
DescriptorProtos.FileDescriptorSetOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.FileOptions - Class in com.google.protobuf
Protobuf type google.protobuf.FileOptions
DescriptorProtos.FileOptions.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.FileOptions
DescriptorProtos.FileOptions.OptimizeMode - Enum in com.google.protobuf
Protobuf enum google.protobuf.FileOptions.OptimizeMode
DescriptorProtos.FileOptionsOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.MessageOptions - Class in com.google.protobuf
Protobuf type google.protobuf.MessageOptions
DescriptorProtos.MessageOptions.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.MessageOptions
DescriptorProtos.MessageOptionsOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.MethodDescriptorProto - Class in com.google.protobuf
Protobuf type google.protobuf.MethodDescriptorProto
DescriptorProtos.MethodDescriptorProto.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.MethodDescriptorProto
DescriptorProtos.MethodDescriptorProtoOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.MethodOptions - Class in com.google.protobuf
Protobuf type google.protobuf.MethodOptions
DescriptorProtos.MethodOptions.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.MethodOptions
DescriptorProtos.MethodOptionsOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.OneofDescriptorProto - Class in com.google.protobuf
Protobuf type google.protobuf.OneofDescriptorProto
DescriptorProtos.OneofDescriptorProto.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.OneofDescriptorProto
DescriptorProtos.OneofDescriptorProtoOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.ServiceDescriptorProto - Class in com.google.protobuf
Protobuf type google.protobuf.ServiceDescriptorProto
DescriptorProtos.ServiceDescriptorProto.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.ServiceDescriptorProto
DescriptorProtos.ServiceDescriptorProtoOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.ServiceOptions - Class in com.google.protobuf
Protobuf type google.protobuf.ServiceOptions
DescriptorProtos.ServiceOptions.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.ServiceOptions
DescriptorProtos.ServiceOptionsOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.SourceCodeInfo - Class in com.google.protobuf
Protobuf type google.protobuf.SourceCodeInfo
DescriptorProtos.SourceCodeInfo.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.SourceCodeInfo
DescriptorProtos.SourceCodeInfo.Location - Class in com.google.protobuf
Protobuf type google.protobuf.SourceCodeInfo.Location
DescriptorProtos.SourceCodeInfo.Location.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.SourceCodeInfo.Location
DescriptorProtos.SourceCodeInfo.LocationOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.SourceCodeInfoOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.UninterpretedOption - Class in com.google.protobuf
Protobuf type google.protobuf.UninterpretedOption
DescriptorProtos.UninterpretedOption.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.UninterpretedOption
DescriptorProtos.UninterpretedOption.NamePart - Class in com.google.protobuf
Protobuf type google.protobuf.UninterpretedOption.NamePart
DescriptorProtos.UninterpretedOption.NamePart.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.UninterpretedOption.NamePart
DescriptorProtos.UninterpretedOption.NamePartOrBuilder - Interface in com.google.protobuf
 
DescriptorProtos.UninterpretedOptionOrBuilder - Interface in com.google.protobuf
 
Descriptors - Class in com.google.protobuf
Contains a collection of classes which describe protocol message types.
Descriptors() - Constructor for class com.google.protobuf.Descriptors
 
Descriptors.Descriptor - Class in com.google.protobuf
Describes a message type.
Descriptors.DescriptorValidationException - Exception in com.google.protobuf
Thrown when building descriptors fails because the source DescriptorProtos are not valid.
Descriptors.EnumDescriptor - Class in com.google.protobuf
Describes an enum type.
Descriptors.EnumValueDescriptor - Class in com.google.protobuf
Describes one value within an enum type.
Descriptors.FieldDescriptor - Class in com.google.protobuf
Describes a field of a message type.
Descriptors.FieldDescriptor.JavaType - Enum in com.google.protobuf
 
Descriptors.FieldDescriptor.Type - Enum in com.google.protobuf
 
Descriptors.FileDescriptor - Class in com.google.protobuf
Describes a .proto file, including everything defined within.
Descriptors.FileDescriptor.InternalDescriptorAssigner - Interface in com.google.protobuf
This class should be used by generated code only.
Descriptors.FileDescriptor.Syntax - Enum in com.google.protobuf
The syntax of the .proto file.
Descriptors.GenericDescriptor - Class in com.google.protobuf
All descriptors implement this to make it easier to implement tools like DescriptorPool.
Descriptors.MethodDescriptor - Class in com.google.protobuf
Describes one method within a service type.
Descriptors.OneofDescriptor - Class in com.google.protobuf
Describes an oneof of a message type.
Descriptors.ServiceDescriptor - Class in com.google.protobuf
Describes a service type.
dispose() - Method in class com.google.protobuf.RepeatedFieldBuilder
 
dispose() - Method in class com.google.protobuf.SingleFieldBuilder
 
doBackward(B) - Method in interface com.google.protobuf.Internal.MapAdapter.Converter
 
doForward(A) - Method in interface com.google.protobuf.Internal.MapAdapter.Converter
 
doneParsing() - Method in class com.google.protobuf.GeneratedMessageLite
Called by subclasses to complete parsing.
doneParsing() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
 
DOUBLE_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
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
 
DynamicMessage - Class in com.google.protobuf
An implementation of Message that can represent arbitrary types, given a Descriptors.Descriptor.
DynamicMessage.Builder - Class in com.google.protobuf
Builder for DynamicMessages.
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) - Method in class com.google.protobuf.GeneratedMessageLite
dynamicMethod(GeneratedMessageLite.MethodToInvoke) - Method in class com.google.protobuf.GeneratedMessageLite

E

EMPTY - Static variable in class com.google.protobuf.ByteString
Empty ByteString.
Empty - Class in com.google.protobuf
Protobuf type google.protobuf.Empty
EMPTY - Static variable in class com.google.protobuf.LazyStringArrayList
 
Empty.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Empty
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.
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
 
emptyLazyStringArrayList() - Static method in class com.google.protobuf.GeneratedMessageLite
 
emptyLongList() - Static method in class com.google.protobuf.GeneratedMessageLite
 
emptyMapField(MapEntry<K, V>) - Static method in class com.google.protobuf.MapField
Returns an immutable empty MapField.
emptyMapField() - Static method in class com.google.protobuf.MapFieldLite
Returns an 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
 
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.
END_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
END_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
endsWith(ByteString) - Method in class com.google.protobuf.ByteString
Tests if this bytestring ends with the specified suffix.
ensureFieldAccessorsInitialized(Class<? extends GeneratedMessage>, Class<? extends GeneratedMessage.Builder>) - Method in class com.google.protobuf.GeneratedMessage.FieldAccessorTable
Ensures the field accessors are initialized.
ensureInitialized(MessageLite) - Method in class com.google.protobuf.LazyFieldLite
Might lazily parse the bytes that were previously passed in.
ensureMutable() - Method in class com.google.protobuf.MapField
 
ensureMutable() - Method in class com.google.protobuf.MapFieldLite
 
entrySet() - Method in class com.google.protobuf.Internal.MapAdapter
 
Enum - Class in com.google.protobuf
Protobuf type google.protobuf.Enum
Enum.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Enum
ENUM_TYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
ENUM_TYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
EnumOrBuilder - Interface in com.google.protobuf
 
EnumValue - Class in com.google.protobuf
Protobuf type google.protobuf.EnumValue
EnumValue.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.EnumValue
ENUMVALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Enum
 
EnumValueOrBuilder - Interface in com.google.protobuf
 
equals(Object) - Method in class com.google.protobuf.AbstractMessage
 
equals(Object) - Method in class com.google.protobuf.Any
 
equals(Object) - Method in class com.google.protobuf.Api
 
equals(Object) - Method in class com.google.protobuf.BoolValue
 
equals(Object) - Method in class com.google.protobuf.ByteString
 
equals(Object) - Method in class com.google.protobuf.BytesValue
 
equals(Object) - Method in class com.google.protobuf.DoubleValue
 
equals(Object) - Method in class com.google.protobuf.Duration
 
equals(Object) - Method in class com.google.protobuf.Empty
 
equals(Object) - Method in class com.google.protobuf.Enum
 
equals(Object) - Method in class com.google.protobuf.EnumValue
 
equals(Object) - Method in class com.google.protobuf.Field
 
equals(Object) - Method in class com.google.protobuf.FieldMask
 
equals(Object) - Method in class com.google.protobuf.FloatValue
 
equals(Object) - Method in class com.google.protobuf.Int32Value
 
equals(Object) - Method in class com.google.protobuf.Int64Value
 
equals(List<byte[]>, List<byte[]>) - Static method in class com.google.protobuf.Internal
Helper method for implementing Message.equals(Object) for bytes field.
equals(Object) - Method in class com.google.protobuf.LazyField
 
equals(Object) - Method in class com.google.protobuf.ListValue
 
equals(Object) - Method in class com.google.protobuf.MapField
 
equals(Object) - Method in class com.google.protobuf.MapFieldLite
Checks whether two map fields are equal.
equals(Object) - Method in interface com.google.protobuf.Message
Compares the specified object with this message for equality.
equals(Object) - Method in class com.google.protobuf.Method
 
equals(Object) - Method in class com.google.protobuf.Mixin
 
equals(Object) - Method in class com.google.protobuf.Option
 
equals(Object) - Method in class com.google.protobuf.SourceContext
 
equals(Object) - Method in class com.google.protobuf.StringValue
 
equals(Object) - Method in class com.google.protobuf.Struct
 
equals(Object) - Method in class com.google.protobuf.Timestamp
 
equals(Object) - Method in class com.google.protobuf.Type
 
equals(Object) - Method in class com.google.protobuf.UInt32Value
 
equals(Object) - Method in class com.google.protobuf.UInt64Value
 
equals(Object) - Method in class com.google.protobuf.UnknownFieldSet
 
equals(Object) - Method in class com.google.protobuf.UnknownFieldSet.Field
 
equals(Object) - Method in class com.google.protobuf.UnknownFieldSetLite
 
equals(Object) - Method in class com.google.protobuf.Value
 
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.
ERROR_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
errorText() - Method in interface com.google.protobuf.RpcController
If failed() is true, returns a human-readable description of the error.
escapeBytes(TextFormat.ByteSequence) - Static method in class com.google.protobuf.TextFormat
Escapes bytes in the format used in protocol buffer text format, which is the same as the format used for C string literals.
escapeBytes(ByteString) - Static method in class com.google.protobuf.TextFormat
Escapes bytes in the format used in protocol buffer text format, which is the same as the format used for C string literals.
escapeBytes(byte[]) - Static method in class com.google.protobuf.TextFormat
Like TextFormat.escapeBytes(ByteString), but used for byte array.
escapeDoubleQuotesAndBackslashes(String) - Static method in class com.google.protobuf.TextFormat
Escape double quotes and backslashes in a String for unicode output of a message.
ExtendableBuilder() - Constructor for class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
ExtendableBuilder(GeneratedMessage.BuilderParent) - Constructor for class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
ExtendableBuilder(MessageType) - Constructor for class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
 
ExtendableMessage() - Constructor for class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
ExtendableMessage(GeneratedMessage.ExtendableBuilder<MessageType, ?>) - Constructor for class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
ExtendableMessage() - Constructor for class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
 
EXTENDEE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
Extension<ContainingType extends MessageLite,Type> - Class in com.google.protobuf
Interface that generated extensions implement.
Extension() - Constructor for class com.google.protobuf.Extension
 
Extension.ExtensionType - Enum in com.google.protobuf
The API type that the extension is used for.
Extension.MessageType - Enum in com.google.protobuf
Type of a message extension.
EXTENSION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
EXTENSION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
EXTENSION_RANGE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
ExtensionLite<ContainingType extends MessageLite,Type> - Class in com.google.protobuf
Lite interface that generated extensions implement.
ExtensionLite() - Constructor for class com.google.protobuf.ExtensionLite
 
ExtensionRegistry - Class in com.google.protobuf
A table of known extensions, searchable by name or field number.
ExtensionRegistry.ExtensionInfo - Class in com.google.protobuf
A (Descriptor, Message) pair, returned by lookup methods.
ExtensionRegistryLite - Class in com.google.protobuf
Equivalent to ExtensionRegistry but supports only "lite" types.
extensions - Variable in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Represents the set of extensions on this message.
extensionsAreInitialized() - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Called by subclasses to check if all extensions are initialized.
extensionsAreInitialized() - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
Called by subclasses to check if all extensions are initialized.
extensionsAreInitialized() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Called by subclasses to check if all extensions are initialized.
extensionsSerializedSize() - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
Called by subclasses to compute the size of extensions.
extensionsSerializedSize() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Called by subclasses to compute the size of extensions.
extensionsSerializedSizeAsMessageSet() - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
extensionsSerializedSizeAsMessageSet() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
 

F

failed() - Method in interface com.google.protobuf.RpcController
After a call has finished, returns true if the call failed.
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
FIELD_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
FieldAccessorTable(Descriptors.Descriptor, String[], Class<? extends GeneratedMessage>, Class<? extends GeneratedMessage.Builder>) - Constructor for class com.google.protobuf.GeneratedMessage.FieldAccessorTable
Construct a FieldAccessorTable for a particular message class.
FieldAccessorTable(Descriptors.Descriptor, String[]) - Constructor for class com.google.protobuf.GeneratedMessage.FieldAccessorTable
Construct a FieldAccessorTable for a particular message class without initializing FieldAccessors.
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
 
FILE_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
FILE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
FILE_NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.SourceContext
 
FILE_TO_GENERATE_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
findEnumTypeByName(String) - Method in class com.google.protobuf.Descriptors.Descriptor
Finds a nested enum type by name.
findEnumTypeByName(String) - Method in class com.google.protobuf.Descriptors.FileDescriptor
Find an enum type in the file by name.
findExtensionByName(String) - Method in class com.google.protobuf.Descriptors.FileDescriptor
Find an extension in the file by name.
findExtensionByName(String) - Method in class com.google.protobuf.ExtensionRegistry
Deprecated.
findExtensionByNumber(Descriptors.Descriptor, int) - Method in class com.google.protobuf.ExtensionRegistry
Deprecated.
findFieldByName(String) - Method in class com.google.protobuf.Descriptors.Descriptor
Finds a field by name.
findFieldByNumber(int) - Method in class com.google.protobuf.Descriptors.Descriptor
Finds a field by field number.
findImmutableExtensionByName(String) - Method in class com.google.protobuf.ExtensionRegistry
Find an extension for immutable APIs by fully-qualified field name, in the proto namespace.
findImmutableExtensionByNumber(Descriptors.Descriptor, int) - Method in class com.google.protobuf.ExtensionRegistry
Find an extension by containing type and field number for immutable APIs.
findInitializationErrors() - Method in class com.google.protobuf.AbstractMessage.Builder
 
findInitializationErrors() - Method in class com.google.protobuf.AbstractMessage
 
findInitializationErrors() - Method in interface com.google.protobuf.MessageOrBuilder
Returns a list of field paths (e.g.
findLiteExtensionByNumber(ContainingType, int) - Method in class com.google.protobuf.ExtensionRegistryLite
Find an extension by containing type and field number.
findMessageTypeByName(String) - Method in class com.google.protobuf.Descriptors.FileDescriptor
Find a message type in the file by name.
findMethodByName(String) - Method in class com.google.protobuf.Descriptors.ServiceDescriptor
Find a method by name.
findMutableExtensionByName(String) - Method in class com.google.protobuf.ExtensionRegistry
Find an extension for mutable APIs by fully-qualified field name, in the proto namespace.
findMutableExtensionByNumber(Descriptors.Descriptor, int) - Method in class com.google.protobuf.ExtensionRegistry
Find an extension by containing type and field number for mutable APIs.
findNestedTypeByName(String) - Method in class com.google.protobuf.Descriptors.Descriptor
Finds a nested message type by name.
findServiceByName(String) - Method in class com.google.protobuf.Descriptors.FileDescriptor
Find a service type in the file by name.
findValueByName(String) - Method in class com.google.protobuf.Descriptors.EnumDescriptor
Find an enum value by name.
findValueByNumber(int) - Method in class com.google.protobuf.Descriptors.EnumDescriptor
Find an enum value by number.
findValueByNumber(int) - Method in interface com.google.protobuf.Internal.EnumLiteMap
 
findValueByNumberCreatingIfUnknown(int) - Method in class com.google.protobuf.Descriptors.EnumDescriptor
Get the enum value for a number.
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.
fromReflectionType(Object) - Method in class com.google.protobuf.Extension
 
fromReflectionType(Object) - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
Convert from the type used by the reflection accessors to the type used by native accessors.
fromValue(MessageLite) - Static method in class com.google.protobuf.LazyFieldLite
Constructs a LazyFieldLite instance with a value.

G

generalizeCallback(RpcCallback<Type>, Class<Type>, Type) - Static method in class com.google.protobuf.RpcUtil
Take an RpcCallback accepting a specific message type and convert it to an RpcCallback<Message>.
GeneratedMessage - Class in com.google.protobuf
All generated protocol message classes extend this class.
GeneratedMessage() - Constructor for class com.google.protobuf.GeneratedMessage
 
GeneratedMessage(GeneratedMessage.Builder<?>) - Constructor for class com.google.protobuf.GeneratedMessage
 
GeneratedMessage.Builder<BuilderType extends GeneratedMessage.Builder> - Class in com.google.protobuf
 
GeneratedMessage.BuilderParent - Interface in com.google.protobuf
Interface for the parent of a Builder that allows the builder to communicate invalidations back to the parent for use when using nested builders.
GeneratedMessage.ExtendableBuilder<MessageType extends GeneratedMessage.ExtendableMessage,BuilderType extends GeneratedMessage.ExtendableBuilder> - Class in com.google.protobuf
Generated message builders for message types that contain extension ranges subclass this.
GeneratedMessage.ExtendableMessage<MessageType extends GeneratedMessage.ExtendableMessage> - Class in com.google.protobuf
Generated message classes for message types that contain extension ranges subclass this.
GeneratedMessage.ExtendableMessage.ExtensionWriter - Class in com.google.protobuf
Used by subclasses to serialize extensions.
GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends GeneratedMessage.ExtendableMessage> - Interface in com.google.protobuf
 
GeneratedMessage.FieldAccessorTable - Class in com.google.protobuf
Users should ignore this class.
GeneratedMessage.GeneratedExtension<ContainingType extends Message,Type> - Class in com.google.protobuf
Type used to represent generated extensions.
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
GeneratedMessageLite.ExtendableMessage<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>> - Class in com.google.protobuf
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
GeneratedMessageLite.GeneratedExtension<ContainingType extends MessageLite,Type> - Class in com.google.protobuf
GeneratedMessageLite.MethodToInvoke - Enum in com.google.protobuf
Defines which method path to invoke in #dynamicMethod(MethodToInvoke, Object...).
GenericDescriptor() - Constructor for class com.google.protobuf.Descriptors.GenericDescriptor
 
get(int) - Method in class com.google.protobuf.Internal.ListAdapter
 
get(Object) - Method in class com.google.protobuf.Internal.MapAdapter
 
get(int) - Method in class com.google.protobuf.LazyStringArrayList
 
get(int) - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
getAggregateValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional string aggregate_value = 8;
getAggregateValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional string aggregate_value = 8;
getAggregateValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional string aggregate_value = 8;
getAggregateValueBytes() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional string aggregate_value = 8;
getAggregateValueBytes() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional string aggregate_value = 8;
getAggregateValueBytes() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional string aggregate_value = 8;
getAllFields() - Method in class com.google.protobuf.DynamicMessage.Builder
 
getAllFields() - Method in class com.google.protobuf.DynamicMessage
 
getAllFields() - Method in class com.google.protobuf.GeneratedMessage.Builder
 
getAllFields() - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
getAllFields() - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
getAllFields() - Method in class com.google.protobuf.GeneratedMessage
 
getAllFields() - Method in class com.google.protobuf.MapEntry.Builder
 
getAllFields() - Method in class com.google.protobuf.MapEntry
 
getAllFields() - Method in interface com.google.protobuf.MessageOrBuilder
Returns a collection of all the fields in this message which are set and their corresponding values.
getAllFieldsRaw() - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
getAllImmutableExtensionsByExtendedType(String) - Method in class com.google.protobuf.ExtensionRegistry
Find all extensions for immutable APIs by fully-qualified name of extended class.
getAllMutableExtensionsByExtendedType(String) - Method in class com.google.protobuf.ExtensionRegistry
Find all extensions for mutable APIs by fully-qualified name of extended class.
getAllowAlias() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
optional bool allow_alias = 2;
getAllowAlias() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
optional bool allow_alias = 2;
getAllowAlias() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
optional bool allow_alias = 2;
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
optional bool bool_value = 4;
getBoolValue() - Method in class com.google.protobuf.Value
optional bool bool_value = 4;
getBoolValue() - Method in interface com.google.protobuf.ValueOrBuilder
optional bool bool_value = 4;
getBuilder(int) - Method in class com.google.protobuf.RepeatedFieldBuilder
Gets a builder for the specified index.
getBuilder() - Method in class com.google.protobuf.SingleFieldBuilder
Gets a builder for the field.
getBuilderList() - Method in class com.google.protobuf.RepeatedFieldBuilder
Gets a view of the builder as a list of builders.
getByteArray(int) - Method in class com.google.protobuf.LazyStringArrayList
 
getByteArray(int) - Method in interface com.google.protobuf.LazyStringList
Returns the element at the specified position in this list as byte[].
getByteArray(int) - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
getByteString(int) - Method in class com.google.protobuf.LazyStringArrayList
 
getByteString(int) - Method in interface com.google.protobuf.LazyStringList
Returns the element at the specified position in this list as a ByteString.
getByteString(int) - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
getBytesUntilLimit() - Method in class com.google.protobuf.CodedInputStream
Returns the number of bytes to be read before the current limit.
getCardinality() - Method in class com.google.protobuf.Field.Builder
optional .google.protobuf.Field.Cardinality cardinality = 2;
getCardinality() - Method in class com.google.protobuf.Field
optional .google.protobuf.Field.Cardinality cardinality = 2;
getCardinality() - Method in interface com.google.protobuf.FieldOrBuilder
optional .google.protobuf.Field.Cardinality cardinality = 2;
getCardinalityValue() - Method in class com.google.protobuf.Field.Builder
optional .google.protobuf.Field.Cardinality cardinality = 2;
getCardinalityValue() - Method in class com.google.protobuf.Field
optional .google.protobuf.Field.Cardinality cardinality = 2;
getCardinalityValue() - Method in interface com.google.protobuf.FieldOrBuilder
optional .google.protobuf.Field.Cardinality cardinality = 2;
getCcEnableArenas() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool cc_enable_arenas = 31 [default = false];
getCcEnableArenas() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool cc_enable_arenas = 31 [default = false];
getCcEnableArenas() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool cc_enable_arenas = 31 [default = false];
getCcGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool cc_generic_services = 16 [default = false];
getCcGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool cc_generic_services = 16 [default = false];
getCcGenericServices() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool cc_generic_services = 16 [default = false];
getClientStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional bool client_streaming = 5 [default = false];
getClientStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional bool client_streaming = 5 [default = false];
getClientStreaming() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional bool client_streaming = 5 [default = false];
getColumn() - Method in exception com.google.protobuf.TextFormat.ParseException
Return the column where the parse exception occurred, or -1 when none is provided.
getContainingOneof() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Get the field's containing oneof.
getContainingType() - Method in class com.google.protobuf.Descriptors.Descriptor
If this is a nested type, get the outer descriptor, otherwise null.
getContainingType() - Method in class com.google.protobuf.Descriptors.EnumDescriptor
If this is a nested type, get the outer descriptor, otherwise null.
getContainingType() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Get the field's containing type.
getContainingType() - Method in class com.google.protobuf.Descriptors.OneofDescriptor
 
getContainingTypeDefaultInstance() - Method in class com.google.protobuf.GeneratedMessageLite.GeneratedExtension
Default instance of the type being extended, used to identify that type.
getContent() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string content = 15;
getContent() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
optional string content = 15;
getContent() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
optional string content = 15;
getContentBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string content = 15;
getContentBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
optional string content = 15;
getContentBytes() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
optional string content = 15;
getCount() - Method in class com.google.protobuf.RepeatedFieldBuilder
Gets the count of items in the list.
getCsharpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string csharp_namespace = 37;
getCsharpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string csharp_namespace = 37;
getCsharpNamespace() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string csharp_namespace = 37;
getCsharpNamespaceBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string csharp_namespace = 37;
getCsharpNamespaceBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string csharp_namespace = 37;
getCsharpNamespaceBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string csharp_namespace = 37;
getCtype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING];
getCtype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING];
getCtype() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING];
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.compiler.PluginProtos.CodeGeneratorRequest
 
getDefaultInstance() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
getDefaultInstance() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
getDefaultInstance() - Static method in class com.google.protobuf.DoubleValue
 
getDefaultInstance() - Static method in class com.google.protobuf.Duration
 
getDefaultInstance(Descriptors.Descriptor) - Static method in class com.google.protobuf.DynamicMessage
Get a DynamicMessage representing the default instance of the given type.
getDefaultInstance() - Static method in class com.google.protobuf.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(Class<T>) - Static method in class com.google.protobuf.Internal
 
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.UnknownFieldSet.Field
Get an empty Field.
getDefaultInstance() - Static method in class com.google.protobuf.UnknownFieldSet
Get an empty UnknownFieldSet.
getDefaultInstance() - Static method in class com.google.protobuf.UnknownFieldSetLite
Get an empty UnknownFieldSetLite.
getDefaultInstance() - Static method in class com.google.protobuf.Value
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Any.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Any
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Api.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Api
 
getDefaultInstanceForType() - Method in class com.google.protobuf.BoolValue.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.BoolValue
 
getDefaultInstanceForType() - Method in class com.google.protobuf.BytesValue.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.BytesValue
 
getDefaultInstanceForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
getDefaultInstanceForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
getDefaultInstanceForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DoubleValue.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DoubleValue
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Duration.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Duration
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DynamicMessage.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.DynamicMessage
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Empty.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Empty
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Enum.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Enum
 
getDefaultInstanceForType() - Method in class com.google.protobuf.EnumValue.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.EnumValue
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Field.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Field
 
getDefaultInstanceForType() - Method in class com.google.protobuf.FieldMask.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.FieldMask
 
getDefaultInstanceForType() - Method in class com.google.protobuf.FloatValue.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.FloatValue
 
getDefaultInstanceForType() - Method in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.GeneratedMessageLite
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Int32Value.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Int32Value
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Int64Value.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Int64Value
 
getDefaultInstanceForType() - Method in class com.google.protobuf.ListValue.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.ListValue
 
getDefaultInstanceForType() - Method in class com.google.protobuf.MapEntry.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.MapEntry
 
getDefaultInstanceForType() - Method in class com.google.protobuf.MapEntryLite.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.MapEntryLite
 
getDefaultInstanceForType() - Method in interface com.google.protobuf.MessageLiteOrBuilder
Get an instance of the type with no fields set.
getDefaultInstanceForType() - Method in interface com.google.protobuf.MessageOrBuilder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Method.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Method
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Mixin.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Mixin
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Option.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Option
 
getDefaultInstanceForType() - Method in class com.google.protobuf.SourceContext.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.SourceContext
 
getDefaultInstanceForType() - Method in class com.google.protobuf.StringValue.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.StringValue
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Struct.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Struct
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Timestamp.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Timestamp
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Type.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Type
 
getDefaultInstanceForType() - Method in class com.google.protobuf.UInt32Value.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.UInt32Value
 
getDefaultInstanceForType() - Method in class com.google.protobuf.UInt64Value.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.UInt64Value
 
getDefaultInstanceForType() - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.UnknownFieldSet
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Value.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.Value
 
getDefaultValue() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string default_value = 7;
getDefaultValue() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional string default_value = 7;
getDefaultValue() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional string default_value = 7;
getDefaultValue() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Returns the field's default value.
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
optional string default_value = 11;
getDefaultValue() - Method in class com.google.protobuf.Field
optional string default_value = 11;
getDefaultValue() - Method in interface com.google.protobuf.FieldOrBuilder
optional string default_value = 11;
getDefaultValue() - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
 
getDefaultValue() - Method in class com.google.protobuf.GeneratedMessageLite.GeneratedExtension
 
getDefaultValueBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string default_value = 7;
getDefaultValueBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional string default_value = 7;
getDefaultValueBytes() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional string default_value = 7;
getDefaultValueBytes() - Method in class com.google.protobuf.Field.Builder
optional string default_value = 11;
getDefaultValueBytes() - Method in class com.google.protobuf.Field
optional string default_value = 11;
getDefaultValueBytes() - Method in interface com.google.protobuf.FieldOrBuilder
optional string default_value = 11;
getDependencies() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Get a list of this file's dependencies (imports).
getDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated string dependency = 3;
getDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated string dependency = 3;
getDependency(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated string dependency = 3;
getDependencyBytes(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated string dependency = 3;
getDependencyBytes(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated string dependency = 3;
getDependencyBytes(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated string dependency = 3;
getDependencyCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated string dependency = 3;
getDependencyCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated string dependency = 3;
getDependencyCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated string dependency = 3;
getDependencyList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated string dependency = 3;
getDependencyList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated string dependency = 3;
getDependencyList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated string dependency = 3;
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
optional bool deprecated = 3 [default = false];
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
optional bool deprecated = 3 [default = false];
getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
optional bool deprecated = 3 [default = false];
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
optional bool deprecated = 1 [default = false];
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
optional bool deprecated = 1 [default = false];
getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
optional bool deprecated = 1 [default = false];
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool deprecated = 3 [default = false];
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
optional bool deprecated = 3 [default = false];
getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
optional bool deprecated = 3 [default = false];
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool deprecated = 23 [default = false];
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool deprecated = 23 [default = false];
getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool deprecated = 23 [default = false];
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
optional bool deprecated = 3 [default = false];
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
optional bool deprecated = 3 [default = false];
getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
optional bool deprecated = 3 [default = false];
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
optional bool deprecated = 33 [default = false];
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
optional bool deprecated = 33 [default = false];
getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
optional bool deprecated = 33 [default = false];
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
optional bool deprecated = 33 [default = false];
getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
optional bool deprecated = 33 [default = false];
getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
optional bool deprecated = 33 [default = false];
getDescription() - Method in exception com.google.protobuf.Descriptors.DescriptorValidationException
Gets a human-readable description of the error.
getDescriptor() - Static method in class com.google.protobuf.Any.Builder
 
getDescriptor() - Static method in class com.google.protobuf.Any
 
getDescriptor() - Static method in class com.google.protobuf.AnyProto
 
getDescriptor() - Static method in class com.google.protobuf.Api.Builder
 
getDescriptor() - Static method in class com.google.protobuf.Api
 
getDescriptor() - Static method in class com.google.protobuf.ApiProto
 
getDescriptor() - Static method in class com.google.protobuf.BoolValue.Builder
 
getDescriptor() - Static method in class com.google.protobuf.BoolValue
 
getDescriptor() - Static method in class com.google.protobuf.BytesValue.Builder
 
getDescriptor() - Static method in class com.google.protobuf.BytesValue
 
getDescriptor() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
 
getDescriptor() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
getDescriptor() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
 
getDescriptor() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
 
getDescriptor() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
getDescriptor() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
getDescriptor() - Static method in class com.google.protobuf.compiler.PluginProtos
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
getDescriptor() - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
 
getDescriptor() - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
getDescriptor() - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
getDescriptor() - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
getDescriptor() - Static method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
getDescriptor() - Static method in class com.google.protobuf.DoubleValue.Builder
 
getDescriptor() - Static method in class com.google.protobuf.DoubleValue
 
getDescriptor() - Static method in class com.google.protobuf.Duration.Builder
 
getDescriptor() - Static method in class com.google.protobuf.Duration
 
getDescriptor() - Static method in class com.google.protobuf.DurationProto
 
getDescriptor() - Static method in class com.google.protobuf.Empty.Builder
 
getDescriptor() - Static method in class com.google.protobuf.Empty
 
getDescriptor() - Static method in class com.google.protobuf.EmptyProto
 
getDescriptor() - Static method in class com.google.protobuf.Enum.Builder
 
getDescriptor() - Static method in class com.google.protobuf.Enum
 
getDescriptor() - Static method in class com.google.protobuf.EnumValue.Builder
 
getDescriptor() - Static method in class com.google.protobuf.EnumValue
 
getDescriptor() - Method in class com.google.protobuf.Extension
Returns the descriptor of the extension.
getDescriptor() - Static method in class com.google.protobuf.Field.Builder
 
getDescriptor() - Static method in enum com.google.protobuf.Field.Cardinality
 
getDescriptor() - Static method in class com.google.protobuf.Field
 
getDescriptor() - Static method in enum com.google.protobuf.Field.Kind
 
getDescriptor() - Static method in class com.google.protobuf.FieldMask.Builder
 
getDescriptor() - Static method in class com.google.protobuf.FieldMask
 
getDescriptor() - Static method in class com.google.protobuf.FieldMaskProto
 
getDescriptor() - Static method in class com.google.protobuf.FloatValue.Builder
 
getDescriptor() - Static method in class com.google.protobuf.FloatValue
 
getDescriptor() - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
 
getDescriptor() - Static method in class com.google.protobuf.Int32Value.Builder
 
getDescriptor() - Static method in class com.google.protobuf.Int32Value
 
getDescriptor() - Static method in class com.google.protobuf.Int64Value.Builder
 
getDescriptor() - Static method in class com.google.protobuf.Int64Value
 
getDescriptor() - Static method in class com.google.protobuf.ListValue.Builder
 
getDescriptor() - Static method in class com.google.protobuf.ListValue
 
getDescriptor() - Static method in class com.google.protobuf.Method.Builder
 
getDescriptor() - Static method in class com.google.protobuf.Method
 
getDescriptor() - Static method in class com.google.protobuf.Mixin.Builder
 
getDescriptor() - Static method in class com.google.protobuf.Mixin
 
getDescriptor() - Static method in enum com.google.protobuf.NullValue
 
getDescriptor() - Static method in class com.google.protobuf.Option.Builder
 
getDescriptor() - Static method in class com.google.protobuf.Option
 
getDescriptor() - Static method in class com.google.protobuf.SourceContext.Builder
 
getDescriptor() - Static method in class com.google.protobuf.SourceContext
 
getDescriptor() - Static method in class com.google.protobuf.SourceContextProto
 
getDescriptor() - Static method in class com.google.protobuf.StringValue.Builder
 
getDescriptor() - Static method in class com.google.protobuf.StringValue
 
getDescriptor() - Static method in class com.google.protobuf.Struct.Builder
 
getDescriptor() - Static method in class com.google.protobuf.Struct
 
getDescriptor() - Static method in class com.google.protobuf.StructProto
 
getDescriptor() - Static method in enum com.google.protobuf.Syntax
 
getDescriptor() - Static method in class com.google.protobuf.Timestamp.Builder
 
getDescriptor() - Static method in class com.google.protobuf.Timestamp
 
getDescriptor() - Static method in class com.google.protobuf.TimestampProto
 
getDescriptor() - Static method in class com.google.protobuf.Type.Builder
 
getDescriptor() - Static method in class com.google.protobuf.Type
 
getDescriptor() - Static method in class com.google.protobuf.TypeProto
 
getDescriptor() - Static method in class com.google.protobuf.UInt32Value.Builder
 
getDescriptor() - Static method in class com.google.protobuf.UInt32Value
 
getDescriptor() - Static method in class com.google.protobuf.UInt64Value.Builder
 
getDescriptor() - Static method in class com.google.protobuf.UInt64Value
 
getDescriptor() - Static method in class com.google.protobuf.Value.Builder
 
getDescriptor() - Static method in class com.google.protobuf.Value
 
getDescriptor() - Static method in class com.google.protobuf.WrappersProto
 
getDescriptorForType() - Method in class com.google.protobuf.Any.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.Api.Builder
 
getDescriptorForType() - Method in interface com.google.protobuf.BlockingService
getDescriptorForType() - Method in class com.google.protobuf.BoolValue.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.BytesValue.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
getDescriptorForType() - Method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
 
getDescriptorForType() - Method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
getDescriptorForType() - Method in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
 
getDescriptorForType() - Method in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
getDescriptorForType() - Method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DoubleValue.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.Duration.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DynamicMessage.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.DynamicMessage
 
getDescriptorForType() - Method in class com.google.protobuf.Empty.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.Enum.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.EnumValue.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.Field.Builder
 
getDescriptorForType() - Method in enum com.google.protobuf.Field.Cardinality
 
getDescriptorForType() - Method in enum com.google.protobuf.Field.Kind
 
getDescriptorForType() - Method in class com.google.protobuf.FieldMask.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.FloatValue.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.GeneratedMessage.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.GeneratedMessage
 
getDescriptorForType() - Method in class com.google.protobuf.Int32Value.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.Int64Value.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.ListValue.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.MapEntry.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.MapEntry
 
getDescriptorForType() - Method in interface com.google.protobuf.Message.Builder
Get the message's type's descriptor.
getDescriptorForType() - Method in interface com.google.protobuf.MessageOrBuilder
Get the message's type's descriptor.
getDescriptorForType() - Method in class com.google.protobuf.Method.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.Mixin.Builder
 
getDescriptorForType() - Method in enum com.google.protobuf.NullValue
 
getDescriptorForType() - Method in class com.google.protobuf.Option.Builder
 
getDescriptorForType() - Method in interface com.google.protobuf.ProtocolMessageEnum
Return the enum type's descriptor, which contains information about each defined value, etc.
getDescriptorForType() - Method in interface com.google.protobuf.Service
Get the ServiceDescriptor describing this service and its methods.
getDescriptorForType() - Method in class com.google.protobuf.SourceContext.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.StringValue.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.Struct.Builder
 
getDescriptorForType() - Method in enum com.google.protobuf.Syntax
 
getDescriptorForType() - Method in class com.google.protobuf.Timestamp.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.Type.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.UInt32Value.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.UInt64Value.Builder
 
getDescriptorForType() - Method in class com.google.protobuf.Value.Builder
 
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.
getDoubleValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional double double_value = 6;
getDoubleValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional double double_value = 6;
getDoubleValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional double double_value = 6;
getEmptyRegistry() - Static method in class com.google.protobuf.ExtensionRegistry
Get the unmodifiable singleton empty instance.
getEmptyRegistry() - Static method in class com.google.protobuf.ExtensionRegistryLite
Get the unmodifiable singleton empty instance.
getEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
optional int32 end = 2;
getEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
optional int32 end = 2;
getEnd() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
optional int32 end = 2;
getEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
optional int32 end = 2;
getEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
optional int32 end = 2;
getEnd() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder
optional int32 end = 2;
getEnumType(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
getEnumType(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
getEnumType(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
getEnumType(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getEnumType(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getEnumType(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getEnumType() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
For enum fields, gets the field's type.
getEnumTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
getEnumTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getEnumTypeBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
getEnumTypeBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getEnumTypeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
getEnumTypeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
getEnumTypeCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
getEnumTypeCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getEnumTypeCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getEnumTypeCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getEnumTypeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
getEnumTypeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
getEnumTypeList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
getEnumTypeList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getEnumTypeList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getEnumTypeList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getEnumTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
getEnumTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
getEnumTypeOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
getEnumTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getEnumTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getEnumTypeOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getEnumTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
getEnumTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
getEnumTypeOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
getEnumTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getEnumTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getEnumTypeOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getEnumTypes() - Method in class com.google.protobuf.Descriptors.Descriptor
Get a list of enum types nested within this one.
getEnumTypes() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Get a list of top-level enum types declared in this file.
getEnumvalue(int) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2;
getEnumvalue(int) - Method in class com.google.protobuf.Enum
repeated .google.protobuf.EnumValue enumvalue = 2;
getEnumvalue(int) - Method in interface com.google.protobuf.EnumOrBuilder
repeated .google.protobuf.EnumValue enumvalue = 2;
getEnumvalueBuilder(int) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2;
getEnumvalueBuilderList() - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2;
getEnumvalueCount() - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2;
getEnumvalueCount() - Method in class com.google.protobuf.Enum
repeated .google.protobuf.EnumValue enumvalue = 2;
getEnumvalueCount() - Method in interface com.google.protobuf.EnumOrBuilder
repeated .google.protobuf.EnumValue enumvalue = 2;
getEnumvalueList() - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2;
getEnumvalueList() - Method in class com.google.protobuf.Enum
repeated .google.protobuf.EnumValue enumvalue = 2;
getEnumvalueList() - Method in interface com.google.protobuf.EnumOrBuilder
repeated .google.protobuf.EnumValue enumvalue = 2;
getEnumvalueOrBuilder(int) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2;
getEnumvalueOrBuilder(int) - Method in class com.google.protobuf.Enum
repeated .google.protobuf.EnumValue enumvalue = 2;
getEnumvalueOrBuilder(int) - Method in interface com.google.protobuf.EnumOrBuilder
repeated .google.protobuf.EnumValue enumvalue = 2;
getEnumvalueOrBuilderList() - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2;
getEnumvalueOrBuilderList() - Method in class com.google.protobuf.Enum
repeated .google.protobuf.EnumValue enumvalue = 2;
getEnumvalueOrBuilderList() - Method in interface com.google.protobuf.EnumOrBuilder
repeated .google.protobuf.EnumValue enumvalue = 2;
getError() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
optional string error = 1;
getError() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
optional string error = 1;
getError() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
optional string error = 1;
getErrorBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
optional string error = 1;
getErrorBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
optional string error = 1;
getErrorBytes() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
optional string error = 1;
getExtendee() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string extendee = 2;
getExtendee() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional string extendee = 2;
getExtendee() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional string extendee = 2;
getExtendeeBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string extendee = 2;
getExtendeeBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional string extendee = 2;
getExtendeeBytes() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional string extendee = 2;
getExtension(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
getExtension(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.FieldDescriptorProto extension = 6;
getExtension(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
getExtension(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtension(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtension(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtension(ExtensionLite<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Get the value of an extension.
getExtension(ExtensionLite<MessageType, List<Type>>, int) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Get one element of a repeated extension.
getExtension(ExtensionLite<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
Get the value of an extension.
getExtension(ExtensionLite<MessageType, List<Type>>, int) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
Get one element of a repeated extension.
getExtension(ExtensionLite<MessageType, Type>) - Method in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
Get the value of an extension.
getExtension(ExtensionLite<MessageType, List<Type>>, int) - Method in interface com.google.protobuf.GeneratedMessage.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, List<Type>>, int) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Get one element of a repeated extension.
getExtension(ExtensionLite<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Get the value of an 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, Type>) - Method in interface com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder
Get the value of an extension.
getExtension(ExtensionLite<MessageType, List<Type>>, int) - Method in interface com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder
Get one element of a repeated extension.
getExtensionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
getExtensionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtensionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
getExtensionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtensionCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
getExtensionCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.FieldDescriptorProto extension = 6;
getExtensionCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
getExtensionCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtensionCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtensionCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtensionCount(ExtensionLite<MessageType, List<Type>>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Get the number of elements in a repeated extension.
getExtensionCount(ExtensionLite<MessageType, List<Type>>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
Get the number of elements in a repeated extension.
getExtensionCount(ExtensionLite<MessageType, List<Type>>) - Method in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
Get the number of elements in a repeated 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.
getExtensionFields() - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
getExtensionList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
getExtensionList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.FieldDescriptorProto extension = 6;
getExtensionList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
getExtensionList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtensionList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtensionList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtensionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
getExtensionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.FieldDescriptorProto extension = 6;
getExtensionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
getExtensionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtensionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtensionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtensionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
getExtensionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.FieldDescriptorProto extension = 6;
getExtensionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
getExtensionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtensionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtensionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtensionRange(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
getExtensionRange(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
getExtensionRange(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
getExtensionRangeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
getExtensionRangeBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
getExtensionRangeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
getExtensionRangeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
getExtensionRangeCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
getExtensionRangeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
getExtensionRangeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
getExtensionRangeList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
getExtensionRangeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
getExtensionRangeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
getExtensionRangeOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
getExtensionRangeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
getExtensionRangeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
getExtensionRangeOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
getExtensions() - Method in class com.google.protobuf.Descriptors.Descriptor
Get a list of this message type's extensions.
getExtensions() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Get a list of top-level extensions declared in this file.
getExtensionScope() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
For extensions defined nested within message types, gets the outer type.
getExtensionType() - Method in class com.google.protobuf.Extension
 
getExtensionType() - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
 
getField(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
getField(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.FieldDescriptorProto field = 2;
getField(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto field = 2;
getField(int) - Method in class com.google.protobuf.Descriptors.OneofDescriptor
 
getField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DynamicMessage.Builder
 
getField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DynamicMessage
 
getField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
getField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
getField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
getField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage
 
getField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.MapEntry.Builder
 
getField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.MapEntry
 
getField(Descriptors.FieldDescriptor) - Method in interface com.google.protobuf.MessageOrBuilder
Obtains the value of the given field, or the default value if it is not set.
getField(int) - Method in class com.google.protobuf.UnknownFieldSet
Get a field by number.
getFieldBuilder(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.AbstractMessage.Builder
 
getFieldBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
getFieldBuilder(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DynamicMessage.Builder
 
getFieldBuilder(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
getFieldBuilder(Descriptors.FieldDescriptor) - Method in interface com.google.protobuf.Message.Builder
Get a nested builder instance for the given field.
getFieldBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
getFieldCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
getFieldCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.FieldDescriptorProto field = 2;
getFieldCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto field = 2;
getFieldCount() - Method in class com.google.protobuf.Descriptors.OneofDescriptor
 
getFieldList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
getFieldList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.FieldDescriptorProto field = 2;
getFieldList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto field = 2;
getFieldOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
getFieldOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.FieldDescriptorProto field = 2;
getFieldOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto field = 2;
getFieldOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
getFieldOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.FieldDescriptorProto field = 2;
getFieldOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.FieldDescriptorProto field = 2;
getFields() - Method in class com.google.protobuf.Descriptors.Descriptor
Get a list of this message type's fields.
getFields() - Method in class com.google.protobuf.Descriptors.OneofDescriptor
Get a list of this message type's fields.
getFields() - Method in class com.google.protobuf.Struct.Builder
map<string, .google.protobuf.Value> fields = 1;
getFields() - Method in class com.google.protobuf.Struct
map<string, .google.protobuf.Value> fields = 1;
getFields() - Method in interface com.google.protobuf.StructOrBuilder
map<string, .google.protobuf.Value> fields = 1;
getFields(int) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2;
getFields(int) - Method in class com.google.protobuf.Type
repeated .google.protobuf.Field fields = 2;
getFields(int) - Method in interface com.google.protobuf.TypeOrBuilder
repeated .google.protobuf.Field fields = 2;
getFieldsBuilder(int) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2;
getFieldsBuilderList() - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2;
getFieldsCount() - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2;
getFieldsCount() - Method in class com.google.protobuf.Type
repeated .google.protobuf.Field fields = 2;
getFieldsCount() - Method in interface com.google.protobuf.TypeOrBuilder
repeated .google.protobuf.Field fields = 2;
getFieldsList() - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2;
getFieldsList() - Method in class com.google.protobuf.Type
repeated .google.protobuf.Field fields = 2;
getFieldsList() - Method in interface com.google.protobuf.TypeOrBuilder
repeated .google.protobuf.Field fields = 2;
getFieldsOrBuilder(int) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2;
getFieldsOrBuilder(int) - Method in class com.google.protobuf.Type
repeated .google.protobuf.Field fields = 2;
getFieldsOrBuilder(int) - Method in interface com.google.protobuf.TypeOrBuilder
repeated .google.protobuf.Field fields = 2;
getFieldsOrBuilderList() - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2;
getFieldsOrBuilderList() - Method in class com.google.protobuf.Type
repeated .google.protobuf.Field fields = 2;
getFieldsOrBuilderList() - Method in interface com.google.protobuf.TypeOrBuilder
repeated .google.protobuf.Field fields = 2;
getFile(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
getFile(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
getFile(int) - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
getFile(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
getFile(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
repeated .google.protobuf.FileDescriptorProto file = 1;
getFile(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder
repeated .google.protobuf.FileDescriptorProto file = 1;
getFile() - Method in class com.google.protobuf.Descriptors.Descriptor
Get the Descriptors.FileDescriptor containing this descriptor.
getFile() - Method in class com.google.protobuf.Descriptors.EnumDescriptor
Get the Descriptors.FileDescriptor containing this descriptor.
getFile() - Method in class com.google.protobuf.Descriptors.EnumValueDescriptor
Get the Descriptors.FileDescriptor containing this descriptor.
getFile() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Get the FileDescriptor containing this descriptor.
getFile() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Returns this object.
getFile() - Method in class com.google.protobuf.Descriptors.GenericDescriptor
 
getFile() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
Get the Descriptors.FileDescriptor containing this descriptor.
getFile() - Method in class com.google.protobuf.Descriptors.OneofDescriptor
 
getFile() - Method in class com.google.protobuf.Descriptors.ServiceDescriptor
Get the Descriptors.FileDescriptor containing this descriptor.
getFileBuilder(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
getFileBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
getFileBuilderList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
getFileBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
getFileCount() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
getFileCount() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
getFileCount() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
getFileCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
getFileCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
repeated .google.protobuf.FileDescriptorProto file = 1;
getFileCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder
repeated .google.protobuf.FileDescriptorProto file = 1;
getFileList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
getFileList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
getFileList() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
getFileList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
getFileList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
repeated .google.protobuf.FileDescriptorProto file = 1;
getFileList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder
repeated .google.protobuf.FileDescriptorProto file = 1;
getFileName() - Method in class com.google.protobuf.SourceContext.Builder
optional string file_name = 1;
getFileName() - Method in class com.google.protobuf.SourceContext
optional string file_name = 1;
getFileName() - Method in interface com.google.protobuf.SourceContextOrBuilder
optional string file_name = 1;
getFileNameBytes() - Method in class com.google.protobuf.SourceContext.Builder
optional string file_name = 1;
getFileNameBytes() - Method in class com.google.protobuf.SourceContext
optional string file_name = 1;
getFileNameBytes() - Method in interface com.google.protobuf.SourceContextOrBuilder
optional string file_name = 1;
getFileOrBuilder(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
getFileOrBuilder(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
getFileOrBuilder(int) - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
getFileOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
getFileOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
repeated .google.protobuf.FileDescriptorProto file = 1;
getFileOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder
repeated .google.protobuf.FileDescriptorProto file = 1;
getFileOrBuilderList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
getFileOrBuilderList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
getFileOrBuilderList() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
getFileOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
getFileOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
repeated .google.protobuf.FileDescriptorProto file = 1;
getFileOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder
repeated .google.protobuf.FileDescriptorProto file = 1;
getFileToGenerate(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated string file_to_generate = 1;
getFileToGenerate(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
repeated string file_to_generate = 1;
getFileToGenerate(int) - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
repeated string file_to_generate = 1;
getFileToGenerateBytes(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated string file_to_generate = 1;
getFileToGenerateBytes(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
repeated string file_to_generate = 1;
getFileToGenerateBytes(int) - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
repeated string file_to_generate = 1;
getFileToGenerateCount() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated string file_to_generate = 1;
getFileToGenerateCount() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
repeated string file_to_generate = 1;
getFileToGenerateCount() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
repeated string file_to_generate = 1;
getFileToGenerateList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated string file_to_generate = 1;
getFileToGenerateList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
repeated string file_to_generate = 1;
getFileToGenerateList() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
repeated string file_to_generate = 1;
getFixed32List() - Method in class com.google.protobuf.UnknownFieldSet.Field
Get the list of fixed32 values for this field.
getFixed64List() - Method in class com.google.protobuf.UnknownFieldSet.Field
Get the list of fixed64 values for this field.
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.
getFullName() - Method in class com.google.protobuf.Descriptors.Descriptor
Get the type's fully-qualified name, within the proto language's namespace.
getFullName() - Method in class com.google.protobuf.Descriptors.EnumDescriptor
Get the type's fully-qualified name.
getFullName() - Method in class com.google.protobuf.Descriptors.EnumValueDescriptor
Get the value's fully-qualified name.
getFullName() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Get the field's fully-qualified name.
getFullName() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Returns the same as getName().
getFullName() - Method in class com.google.protobuf.Descriptors.GenericDescriptor
 
getFullName() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
Get the method's fully-qualified name.
getFullName() - Method in class com.google.protobuf.Descriptors.OneofDescriptor
 
getFullName() - Method in class com.google.protobuf.Descriptors.ServiceDescriptor
Get the type's fully-qualified name.
getGoPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string go_package = 11;
getGoPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string go_package = 11;
getGoPackage() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string go_package = 11;
getGoPackageBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string go_package = 11;
getGoPackageBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string go_package = 11;
getGoPackageBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string go_package = 11;
getGroupList() - Method in class com.google.protobuf.UnknownFieldSet.Field
Get the list of embedded group values for this field.
getIdentifierValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional string identifier_value = 3;
getIdentifierValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional string identifier_value = 3;
getIdentifierValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional string identifier_value = 3;
getIdentifierValueBytes() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional string identifier_value = 3;
getIdentifierValueBytes() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional string identifier_value = 3;
getIdentifierValueBytes() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional string identifier_value = 3;
getIndex() - Method in class com.google.protobuf.Descriptors.Descriptor
Get the index of this descriptor within its parent.
getIndex() - Method in class com.google.protobuf.Descriptors.EnumDescriptor
Get the index of this descriptor within its parent.
getIndex() - Method in class com.google.protobuf.Descriptors.EnumValueDescriptor
Get the index of this descriptor within its parent.
getIndex() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Get the index of this descriptor within its parent.
getIndex() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
Get the index of this descriptor within its parent.
getIndex() - Method in class com.google.protobuf.Descriptors.OneofDescriptor
Get the index of this descriptor within its parent.
getIndex() - Method in class com.google.protobuf.Descriptors.ServiceDescriptor
Get the index of this descriptor within its parent.
getInitializationErrorString() - Method in class com.google.protobuf.AbstractMessage.Builder
 
getInitializationErrorString() - Method in class com.google.protobuf.AbstractMessage
 
getInitializationErrorString() - Method in interface com.google.protobuf.MessageOrBuilder
Returns a comma-delimited list of required fields which are not set in this message object.
getInputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string input_type = 2;
getInputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional string input_type = 2;
getInputType() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional string input_type = 2;
getInputType() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
Get the method's input type.
getInputTypeBytes() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string input_type = 2;
getInputTypeBytes() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional string input_type = 2;
getInputTypeBytes() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional string input_type = 2;
getInsertionPoint() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string insertion_point = 2;
getInsertionPoint() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
optional string insertion_point = 2;
getInsertionPoint() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
optional string insertion_point = 2;
getInsertionPointBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string insertion_point = 2;
getInsertionPointBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
optional string insertion_point = 2;
getInsertionPointBytes() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
optional string insertion_point = 2;
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.
getIsExtension() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
required bool is_extension = 2;
getIsExtension() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
required bool is_extension = 2;
getIsExtension() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder
required bool is_extension = 2;
getJavaGenerateEqualsAndHash() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool java_generate_equals_and_hash = 20 [default = false];
getJavaGenerateEqualsAndHash() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool java_generate_equals_and_hash = 20 [default = false];
getJavaGenerateEqualsAndHash() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool java_generate_equals_and_hash = 20 [default = false];
getJavaGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool java_generic_services = 17 [default = false];
getJavaGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool java_generic_services = 17 [default = false];
getJavaGenericServices() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool java_generic_services = 17 [default = false];
getJavaMultipleFiles() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool java_multiple_files = 10 [default = false];
getJavaMultipleFiles() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool java_multiple_files = 10 [default = false];
getJavaMultipleFiles() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool java_multiple_files = 10 [default = false];
getJavananoUseDeprecatedPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool javanano_use_deprecated_package = 38;
getJavananoUseDeprecatedPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool javanano_use_deprecated_package = 38;
getJavananoUseDeprecatedPackage() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool javanano_use_deprecated_package = 38;
getJavaOuterClassname() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string java_outer_classname = 8;
getJavaOuterClassname() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string java_outer_classname = 8;
getJavaOuterClassname() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string java_outer_classname = 8;
getJavaOuterClassnameBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string java_outer_classname = 8;
getJavaOuterClassnameBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string java_outer_classname = 8;
getJavaOuterClassnameBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string java_outer_classname = 8;
getJavaPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string java_package = 1;
getJavaPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string java_package = 1;
getJavaPackage() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string java_package = 1;
getJavaPackageBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string java_package = 1;
getJavaPackageBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string java_package = 1;
getJavaPackageBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string java_package = 1;
getJavaStringCheckUtf8() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool java_string_check_utf8 = 27 [default = false];
getJavaStringCheckUtf8() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool java_string_check_utf8 = 27 [default = false];
getJavaStringCheckUtf8() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool java_string_check_utf8 = 27 [default = false];
getJavaType() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Get the field's java type.
getJavaType() - Method in enum com.google.protobuf.Descriptors.FieldDescriptor.Type
 
getJavaType() - Method in enum com.google.protobuf.WireFormat.FieldType
 
getJsonName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string json_name = 10;
getJsonName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional string json_name = 10;
getJsonName() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional string json_name = 10;
getJsonName() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Get the JSON name of this field.
getJsonName() - Method in class com.google.protobuf.Field.Builder
optional string json_name = 10;
getJsonName() - Method in class com.google.protobuf.Field
optional string json_name = 10;
getJsonName() - Method in interface com.google.protobuf.FieldOrBuilder
optional string json_name = 10;
getJsonNameBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string json_name = 10;
getJsonNameBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional string json_name = 10;
getJsonNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional string json_name = 10;
getJsonNameBytes() - Method in class com.google.protobuf.Field.Builder
optional string json_name = 10;
getJsonNameBytes() - Method in class com.google.protobuf.Field
optional string json_name = 10;
getJsonNameBytes() - Method in interface com.google.protobuf.FieldOrBuilder
optional string json_name = 10;
getJstype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL];
getJstype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL];
getJstype() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL];
getKey() - Method in class com.google.protobuf.MapEntry.Builder
 
getKey() - Method in class com.google.protobuf.MapEntry
 
getKey() - Method in class com.google.protobuf.MapEntryLite.Builder
 
getKey() - Method in class com.google.protobuf.MapEntryLite
 
getKind() - Method in class com.google.protobuf.Field.Builder
optional .google.protobuf.Field.Kind kind = 1;
getKind() - Method in class com.google.protobuf.Field
optional .google.protobuf.Field.Kind kind = 1;
getKind() - Method in interface com.google.protobuf.FieldOrBuilder
optional .google.protobuf.Field.Kind kind = 1;
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
optional .google.protobuf.Field.Kind kind = 1;
getKindValue() - Method in class com.google.protobuf.Field
optional .google.protobuf.Field.Kind kind = 1;
getKindValue() - Method in interface com.google.protobuf.FieldOrBuilder
optional .google.protobuf.Field.Kind kind = 1;
getLabel() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
getLabel() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
getLabel() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
getLastTag() - Method in class com.google.protobuf.CodedInputStream
 
getLazy() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool lazy = 5 [default = false];
getLazy() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
optional bool lazy = 5 [default = false];
getLazy() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
optional bool lazy = 5 [default = false];
getLeadingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
optional string leading_comments = 3;
getLeadingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
optional string leading_comments = 3;
getLeadingComments() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
optional string leading_comments = 3;
getLeadingCommentsBytes() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
optional string leading_comments = 3;
getLeadingCommentsBytes() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
optional string leading_comments = 3;
getLeadingCommentsBytes() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
optional string leading_comments = 3;
getLeadingDetachedComments(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated string leading_detached_comments = 6;
getLeadingDetachedComments(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
repeated string leading_detached_comments = 6;
getLeadingDetachedComments(int) - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
repeated string leading_detached_comments = 6;
getLeadingDetachedCommentsBytes(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated string leading_detached_comments = 6;
getLeadingDetachedCommentsBytes(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
repeated string leading_detached_comments = 6;
getLeadingDetachedCommentsBytes(int) - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
repeated string leading_detached_comments = 6;
getLeadingDetachedCommentsCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated string leading_detached_comments = 6;
getLeadingDetachedCommentsCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
repeated string leading_detached_comments = 6;
getLeadingDetachedCommentsCount() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
repeated string leading_detached_comments = 6;
getLeadingDetachedCommentsList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated string leading_detached_comments = 6;
getLeadingDetachedCommentsList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
repeated string leading_detached_comments = 6;
getLeadingDetachedCommentsList() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
repeated string leading_detached_comments = 6;
getLengthDelimitedList() - Method in class com.google.protobuf.UnknownFieldSet.Field
Get the list of length-delimited values for this field.
getLine() - Method in exception com.google.protobuf.TextFormat.ParseException
Return the line where the parse exception occurred, or -1 when none is provided.
getListValue() - Method in class com.google.protobuf.Value.Builder
optional .google.protobuf.ListValue list_value = 6;
getListValue() - Method in class com.google.protobuf.Value
optional .google.protobuf.ListValue list_value = 6;
getListValue() - Method in interface com.google.protobuf.ValueOrBuilder
optional .google.protobuf.ListValue list_value = 6;
getListValueBuilder() - Method in class com.google.protobuf.Value.Builder
optional .google.protobuf.ListValue list_value = 6;
getListValueOrBuilder() - Method in class com.google.protobuf.Value.Builder
optional .google.protobuf.ListValue list_value = 6;
getListValueOrBuilder() - Method in class com.google.protobuf.Value
optional .google.protobuf.ListValue list_value = 6;
getListValueOrBuilder() - Method in interface com.google.protobuf.ValueOrBuilder
optional .google.protobuf.ListValue list_value = 6;
getLiteJavaType() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
For internal use only.
getLiteType() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
For internal use only.
getLiteType() - Method in class com.google.protobuf.ExtensionLite
Returns the type of the field.
getLiteType() - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
 
getLiteType() - Method in class com.google.protobuf.GeneratedMessageLite.GeneratedExtension
 
getLocation(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
getLocation(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
getLocation(int) - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
getLocationBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
getLocationBuilderList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
getLocationCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
getLocationCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
getLocationCount() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
getLocationList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
getLocationList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
getLocationList() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
getLocationOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
getLocationOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
getLocationOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
getLocationOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
getLocationOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
getLocationOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
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.
getMap() - Method in class com.google.protobuf.MapField
Returns the content of this MapField as a read-only Map.
getMap() - Method in class com.google.protobuf.MapFieldLite
Gets the content of this MapField as a read-only Map.
getMapEntry() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
optional bool map_entry = 7;
getMapEntry() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
optional bool map_entry = 7;
getMapEntry() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
optional bool map_entry = 7;
getMessage(int) - Method in class com.google.protobuf.RepeatedFieldBuilder
Get the message at the specified index.
getMessage() - Method in class com.google.protobuf.SingleFieldBuilder
Get the message for the field.
getMessageDefaultInstance() - Method in class com.google.protobuf.ExtensionLite
Returns the default instance of the extension field, if it's a message extension.
getMessageDefaultInstance() - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
If the extension is an embedded message or group, returns the default instance of the message.
getMessageDefaultInstance() - Method in class com.google.protobuf.GeneratedMessageLite.GeneratedExtension
If the extension is an embedded message or group, returns the default instance of the message.
getMessageList() - Method in class com.google.protobuf.RepeatedFieldBuilder
Gets a view of the builder as a list of messages.
getMessageOrBuilder(int) - Method in class com.google.protobuf.RepeatedFieldBuilder
Gets the base class interface for the specified index.
getMessageOrBuilder() - Method in class com.google.protobuf.SingleFieldBuilder
Gets the base class interface for the field.
getMessageOrBuilderList() - Method in class com.google.protobuf.RepeatedFieldBuilder
Gets a view of the builder as a list of MessageOrBuilders.
getMessageSetWireFormat() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
optional bool message_set_wire_format = 1 [default = false];
getMessageSetWireFormat() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
optional bool message_set_wire_format = 1 [default = false];
getMessageSetWireFormat() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
optional bool message_set_wire_format = 1 [default = false];
getMessageType(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4;
getMessageType(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.DescriptorProto message_type = 4;
getMessageType(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto message_type = 4;
getMessageType() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
For embedded message and group fields, gets the field's type.
getMessageType() - Method in class com.google.protobuf.Extension
If the extension is a message extension (i.e., getLiteType() == MESSAGE), returns the type of the message, otherwise undefined.
getMessageTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4;
getMessageTypeBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4;
getMessageTypeCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4;
getMessageTypeCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.DescriptorProto message_type = 4;
getMessageTypeCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto message_type = 4;
getMessageTypeList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4;
getMessageTypeList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.DescriptorProto message_type = 4;
getMessageTypeList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto message_type = 4;
getMessageTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4;
getMessageTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.DescriptorProto message_type = 4;
getMessageTypeOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto message_type = 4;
getMessageTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4;
getMessageTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.DescriptorProto message_type = 4;
getMessageTypeOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto message_type = 4;
getMessageTypes() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Get a list of top-level message types declared in this file.
getMethod(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethod(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethod(int) - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethodBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethodBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethodCount() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethodCount() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethodCount() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethodList() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethodList() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethodList() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethodOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethodOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethodOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethodOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethodOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethodOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
repeated .google.protobuf.MethodDescriptorProto method = 2;
getMethods(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2;
getMethods(int) - Method in class com.google.protobuf.Api
repeated .google.protobuf.Method methods = 2;
getMethods(int) - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Method methods = 2;
getMethods() - Method in class com.google.protobuf.Descriptors.ServiceDescriptor
Get a list of methods for this service.
getMethodsBuilder(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2;
getMethodsBuilderList() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2;
getMethodsCount() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2;
getMethodsCount() - Method in class com.google.protobuf.Api
repeated .google.protobuf.Method methods = 2;
getMethodsCount() - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Method methods = 2;
getMethodsList() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2;
getMethodsList() - Method in class com.google.protobuf.Api
repeated .google.protobuf.Method methods = 2;
getMethodsList() - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Method methods = 2;
getMethodsOrBuilder(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2;
getMethodsOrBuilder(int) - Method in class com.google.protobuf.Api
repeated .google.protobuf.Method methods = 2;
getMethodsOrBuilder(int) - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Method methods = 2;
getMethodsOrBuilderList() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2;
getMethodsOrBuilderList() - Method in class com.google.protobuf.Api
repeated .google.protobuf.Method methods = 2;
getMethodsOrBuilderList() - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Method methods = 2;
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;
getMixins(int) - Method in class com.google.protobuf.Api
repeated .google.protobuf.Mixin mixins = 6;
getMixins(int) - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Mixin mixins = 6;
getMixinsBuilder(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6;
getMixinsBuilderList() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6;
getMixinsCount() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6;
getMixinsCount() - Method in class com.google.protobuf.Api
repeated .google.protobuf.Mixin mixins = 6;
getMixinsCount() - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Mixin mixins = 6;
getMixinsList() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6;
getMixinsList() - Method in class com.google.protobuf.Api
repeated .google.protobuf.Mixin mixins = 6;
getMixinsList() - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Mixin mixins = 6;
getMixinsOrBuilder(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6;
getMixinsOrBuilder(int) - Method in class com.google.protobuf.Api
repeated .google.protobuf.Mixin mixins = 6;
getMixinsOrBuilder(int) - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Mixin mixins = 6;
getMixinsOrBuilderList() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6;
getMixinsOrBuilderList() - Method in class com.google.protobuf.Api
repeated .google.protobuf.Mixin mixins = 6;
getMixinsOrBuilderList() - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Mixin mixins = 6;
getMutableFields() - Method in class com.google.protobuf.Struct.Builder
map<string, .google.protobuf.Value> fields = 1;
getMutableMap() - Method in class com.google.protobuf.MapField
Gets a mutable Map view of this MapField.
getMutableMap() - Method in class com.google.protobuf.MapFieldLite
Gets a mutable Map view of this MapField.
getName() - Method in class com.google.protobuf.Api.Builder
optional string name = 1;
getName() - Method in class com.google.protobuf.Api
optional string name = 1;
getName() - Method in interface com.google.protobuf.ApiOrBuilder
optional string name = 1;
getName() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string name = 1;
getName() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
optional string name = 1;
getName() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
optional string name = 1;
getName() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional string name = 1;
getName() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
optional string name = 1;
getName() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
optional string name = 1;
getName() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional string name = 1;
getName() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
optional string name = 1;
getName() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
optional string name = 1;
getName() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional string name = 1;
getName() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
optional string name = 1;
getName() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
optional string name = 1;
getName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string name = 1;
getName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional string name = 1;
getName() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional string name = 1;
getName() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string name = 1;
getName() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional string name = 1;
getName() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional string name = 1;
getName() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string name = 1;
getName() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional string name = 1;
getName() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional string name = 1;
getName() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
optional string name = 1;
getName() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
optional string name = 1;
getName() - Method in interface com.google.protobuf.DescriptorProtos.OneofDescriptorProtoOrBuilder
optional string name = 1;
getName() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional string name = 1;
getName() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
optional string name = 1;
getName() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
optional string name = 1;
getName(int) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
getName(int) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
getName(int) - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
getName() - Method in class com.google.protobuf.Descriptors.Descriptor
Get the type's unqualified name.
getName() - Method in class com.google.protobuf.Descriptors.EnumDescriptor
Get the type's unqualified name.
getName() - Method in class com.google.protobuf.Descriptors.EnumValueDescriptor
Get the value's unqualified name.
getName() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Get the field's unqualified name.
getName() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Get the file name.
getName() - Method in class com.google.protobuf.Descriptors.GenericDescriptor
 
getName() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
Get the method's unqualified name.
getName() - Method in class com.google.protobuf.Descriptors.OneofDescriptor
 
getName() - Method in class com.google.protobuf.Descriptors.ServiceDescriptor
Get the type's unqualified name.
getName() - Method in class com.google.protobuf.Enum.Builder
optional string name = 1;
getName() - Method in class com.google.protobuf.Enum
optional string name = 1;
getName() - Method in interface com.google.protobuf.EnumOrBuilder
optional string name = 1;
getName() - Method in class com.google.protobuf.EnumValue.Builder
optional string name = 1;
getName() - Method in class com.google.protobuf.EnumValue
optional string name = 1;
getName() - Method in interface com.google.protobuf.EnumValueOrBuilder
optional string name = 1;
getName() - Method in class com.google.protobuf.Field.Builder
optional string name = 4;
getName() - Method in class com.google.protobuf.Field
optional string name = 4;
getName() - Method in interface com.google.protobuf.FieldOrBuilder
optional string name = 4;
getName() - Method in class com.google.protobuf.Method.Builder
optional string name = 1;
getName() - Method in class com.google.protobuf.Method
optional string name = 1;
getName() - Method in interface com.google.protobuf.MethodOrBuilder
optional string name = 1;
getName() - Method in class com.google.protobuf.Mixin.Builder
optional string name = 1;
getName() - Method in class com.google.protobuf.Mixin
optional string name = 1;
getName() - Method in interface com.google.protobuf.MixinOrBuilder
optional string name = 1;
getName() - Method in class com.google.protobuf.Option.Builder
optional string name = 1;
getName() - Method in class com.google.protobuf.Option
optional string name = 1;
getName() - Method in interface com.google.protobuf.OptionOrBuilder
optional string name = 1;
getName() - Method in class com.google.protobuf.Type.Builder
optional string name = 1;
getName() - Method in class com.google.protobuf.Type
optional string name = 1;
getName() - Method in interface com.google.protobuf.TypeOrBuilder
optional string name = 1;
getNameBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
getNameBuilderList() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
getNameBytes() - Method in class com.google.protobuf.Api.Builder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.Api
optional string name = 1;
getNameBytes() - Method in interface com.google.protobuf.ApiOrBuilder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
optional string name = 1;
getNameBytes() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
optional string name = 1;
getNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
optional string name = 1;
getNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
optional string name = 1;
getNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional string name = 1;
getNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional string name = 1;
getNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional string name = 1;
getNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
optional string name = 1;
getNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.OneofDescriptorProtoOrBuilder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
optional string name = 1;
getNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.Enum.Builder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.Enum
optional string name = 1;
getNameBytes() - Method in interface com.google.protobuf.EnumOrBuilder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.EnumValue.Builder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.EnumValue
optional string name = 1;
getNameBytes() - Method in interface com.google.protobuf.EnumValueOrBuilder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.Field.Builder
optional string name = 4;
getNameBytes() - Method in class com.google.protobuf.Field
optional string name = 4;
getNameBytes() - Method in interface com.google.protobuf.FieldOrBuilder
optional string name = 4;
getNameBytes() - Method in class com.google.protobuf.Method.Builder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.Method
optional string name = 1;
getNameBytes() - Method in interface com.google.protobuf.MethodOrBuilder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.Mixin.Builder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.Mixin
optional string name = 1;
getNameBytes() - Method in interface com.google.protobuf.MixinOrBuilder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.Option.Builder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.Option
optional string name = 1;
getNameBytes() - Method in interface com.google.protobuf.OptionOrBuilder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.Type.Builder
optional string name = 1;
getNameBytes() - Method in class com.google.protobuf.Type
optional string name = 1;
getNameBytes() - Method in interface com.google.protobuf.TypeOrBuilder
optional string name = 1;
getNameCount() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
getNameCount() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
getNameCount() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
getNameList() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
getNameList() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
getNameList() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
getNameOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
getNameOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
getNameOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
getNameOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
getNameOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
getNameOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
getNamePart() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
required string name_part = 1;
getNamePart() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
required string name_part = 1;
getNamePart() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder
required string name_part = 1;
getNamePartBytes() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
required string name_part = 1;
getNamePartBytes() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
required string name_part = 1;
getNamePartBytes() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder
required string name_part = 1;
getNanos() - Method in class com.google.protobuf.Duration.Builder
optional int32 nanos = 2;
getNanos() - Method in class com.google.protobuf.Duration
optional int32 nanos = 2;
getNanos() - Method in interface com.google.protobuf.DurationOrBuilder
optional int32 nanos = 2;
getNanos() - Method in class com.google.protobuf.Timestamp.Builder
optional int32 nanos = 2;
getNanos() - Method in class com.google.protobuf.Timestamp
optional int32 nanos = 2;
getNanos() - Method in interface com.google.protobuf.TimestampOrBuilder
optional int32 nanos = 2;
getNegativeIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional int64 negative_int_value = 5;
getNegativeIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional int64 negative_int_value = 5;
getNegativeIntValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional int64 negative_int_value = 5;
getNestedType(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
getNestedType(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto nested_type = 3;
getNestedType(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto nested_type = 3;
getNestedTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
getNestedTypeBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
getNestedTypeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
getNestedTypeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto nested_type = 3;
getNestedTypeCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto nested_type = 3;
getNestedTypeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
getNestedTypeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto nested_type = 3;
getNestedTypeList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto nested_type = 3;
getNestedTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
getNestedTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto nested_type = 3;
getNestedTypeOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto nested_type = 3;
getNestedTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
getNestedTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto nested_type = 3;
getNestedTypeOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto nested_type = 3;
getNestedTypes() - Method in class com.google.protobuf.Descriptors.Descriptor
Get a list of message types nested within this one.
getNoStandardDescriptorAccessor() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
optional bool no_standard_descriptor_accessor = 2 [default = false];
getNoStandardDescriptorAccessor() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
optional bool no_standard_descriptor_accessor = 2 [default = false];
getNoStandardDescriptorAccessor() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
optional bool no_standard_descriptor_accessor = 2 [default = false];
getNullValue() - Method in class com.google.protobuf.Value.Builder
optional .google.protobuf.NullValue null_value = 1;
getNullValue() - Method in class com.google.protobuf.Value
optional .google.protobuf.NullValue null_value = 1;
getNullValue() - Method in interface com.google.protobuf.ValueOrBuilder
optional .google.protobuf.NullValue null_value = 1;
getNullValueValue() - Method in class com.google.protobuf.Value.Builder
optional .google.protobuf.NullValue null_value = 1;
getNullValueValue() - Method in class com.google.protobuf.Value
optional .google.protobuf.NullValue null_value = 1;
getNullValueValue() - Method in interface com.google.protobuf.ValueOrBuilder
optional .google.protobuf.NullValue null_value = 1;
getNumber() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional int32 number = 2;
getNumber() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
optional int32 number = 2;
getNumber() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
optional int32 number = 2;
getNumber() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional int32 number = 3;
getNumber() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional int32 number = 3;
getNumber() - Method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
 
getNumber() - Method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
 
getNumber() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional int32 number = 3;
getNumber() - Method in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
 
getNumber() - Method in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
 
getNumber() - Method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
 
getNumber() - Method in class com.google.protobuf.Descriptors.EnumValueDescriptor
Get the value's number.
getNumber() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Get the field's number.
getNumber() - Method in class com.google.protobuf.EnumValue.Builder
optional int32 number = 2;
getNumber() - Method in class com.google.protobuf.EnumValue
optional int32 number = 2;
getNumber() - Method in interface com.google.protobuf.EnumValueOrBuilder
optional int32 number = 2;
getNumber() - Method in class com.google.protobuf.ExtensionLite
Returns the field number of the extension.
getNumber() - Method in class com.google.protobuf.Field.Builder
optional int32 number = 3;
getNumber() - Method in enum com.google.protobuf.Field.Cardinality
 
getNumber() - Method in class com.google.protobuf.Field
optional int32 number = 3;
getNumber() - Method in enum com.google.protobuf.Field.Kind
 
getNumber() - Method in interface com.google.protobuf.FieldOrBuilder
optional int32 number = 3;
getNumber() - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
 
getNumber() - Method in class com.google.protobuf.GeneratedMessageLite.GeneratedExtension
Get the field number.
getNumber() - Method in interface com.google.protobuf.Internal.EnumLite
 
getNumber() - Method in enum com.google.protobuf.NullValue
 
getNumber() - Method in interface com.google.protobuf.ProtocolMessageEnum
Return the value's numeric value as defined in the .proto file.
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
optional double number_value = 2;
getNumberValue() - Method in class com.google.protobuf.Value
optional double number_value = 2;
getNumberValue() - Method in interface com.google.protobuf.ValueOrBuilder
optional double number_value = 2;
getObjcClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string objc_class_prefix = 36;
getObjcClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string objc_class_prefix = 36;
getObjcClassPrefix() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string objc_class_prefix = 36;
getObjcClassPrefixBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string objc_class_prefix = 36;
getObjcClassPrefixBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string objc_class_prefix = 36;
getObjcClassPrefixBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string objc_class_prefix = 36;
getOneofDecl(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
getOneofDecl(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
getOneofDecl(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
getOneofDeclBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
getOneofDeclBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
getOneofDeclCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
getOneofDeclCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
getOneofDeclCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
getOneofDeclList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
getOneofDeclList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
getOneofDeclList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
getOneofDeclOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
getOneofDeclOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
getOneofDeclOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
getOneofDeclOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
getOneofDeclOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
getOneofDeclOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.AbstractMessage.Builder
TODO(jieluo): Clear it when all subclasses have implemented this method.
getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.AbstractMessage
TODO(jieluo): Clear it when all subclasses have implemented this method.
getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DynamicMessage.Builder
 
getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DynamicMessage
 
getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.GeneratedMessage
 
getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in interface com.google.protobuf.MessageOrBuilder
Obtains the FieldDescriptor if the given oneof is set.
getOneofIndex() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional int32 oneof_index = 9;
getOneofIndex() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional int32 oneof_index = 9;
getOneofIndex() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional int32 oneof_index = 9;
getOneofIndex() - Method in class com.google.protobuf.Field.Builder
optional int32 oneof_index = 7;
getOneofIndex() - Method in class com.google.protobuf.Field
optional int32 oneof_index = 7;
getOneofIndex() - Method in interface com.google.protobuf.FieldOrBuilder
optional int32 oneof_index = 7;
getOneofs() - Method in class com.google.protobuf.Descriptors.Descriptor
Get a list of this message type's oneofs.
getOneofs(int) - Method in class com.google.protobuf.Type.Builder
repeated string oneofs = 3;
getOneofs(int) - Method in class com.google.protobuf.Type
repeated string oneofs = 3;
getOneofs(int) - Method in interface com.google.protobuf.TypeOrBuilder
repeated string oneofs = 3;
getOneofsBytes(int) - Method in class com.google.protobuf.Type.Builder
repeated string oneofs = 3;
getOneofsBytes(int) - Method in class com.google.protobuf.Type
repeated string oneofs = 3;
getOneofsBytes(int) - Method in interface com.google.protobuf.TypeOrBuilder
repeated string oneofs = 3;
getOneofsCount() - Method in class com.google.protobuf.Type.Builder
repeated string oneofs = 3;
getOneofsCount() - Method in class com.google.protobuf.Type
repeated string oneofs = 3;
getOneofsCount() - Method in interface com.google.protobuf.TypeOrBuilder
repeated string oneofs = 3;
getOneofsList() - Method in class com.google.protobuf.Type.Builder
repeated string oneofs = 3;
getOneofsList() - Method in class com.google.protobuf.Type
repeated string oneofs = 3;
getOneofsList() - Method in interface com.google.protobuf.TypeOrBuilder
repeated string oneofs = 3;
getOptimizeFor() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
getOptimizeFor() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
getOptimizeFor() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
getOptions(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3;
getOptions(int) - Method in class com.google.protobuf.Api
repeated .google.protobuf.Option options = 3;
getOptions(int) - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Option options = 3;
getOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional .google.protobuf.MessageOptions options = 7;
getOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
optional .google.protobuf.MessageOptions options = 7;
getOptions() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
optional .google.protobuf.MessageOptions options = 7;
getOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional .google.protobuf.EnumOptions options = 3;
getOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
optional .google.protobuf.EnumOptions options = 3;
getOptions() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
optional .google.protobuf.EnumOptions options = 3;
getOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional .google.protobuf.EnumValueOptions options = 3;
getOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
optional .google.protobuf.EnumValueOptions options = 3;
getOptions() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
optional .google.protobuf.EnumValueOptions options = 3;
getOptions() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldOptions options = 8;
getOptions() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional .google.protobuf.FieldOptions options = 8;
getOptions() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional .google.protobuf.FieldOptions options = 8;
getOptions() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.FileOptions options = 8;
getOptions() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional .google.protobuf.FileOptions options = 8;
getOptions() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional .google.protobuf.FileOptions options = 8;
getOptions() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional .google.protobuf.MethodOptions options = 4;
getOptions() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional .google.protobuf.MethodOptions options = 4;
getOptions() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional .google.protobuf.MethodOptions options = 4;
getOptions() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional .google.protobuf.ServiceOptions options = 3;
getOptions() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
optional .google.protobuf.ServiceOptions options = 3;
getOptions() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
optional .google.protobuf.ServiceOptions options = 3;
getOptions() - Method in class com.google.protobuf.Descriptors.Descriptor
Get the MessageOptions, defined in descriptor.proto.
getOptions() - Method in class com.google.protobuf.Descriptors.EnumDescriptor
Get the EnumOptions, defined in descriptor.proto.
getOptions() - Method in class com.google.protobuf.Descriptors.EnumValueDescriptor
Get the EnumValueOptions, defined in descriptor.proto.
getOptions() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Get the FieldOptions, defined in descriptor.proto.
getOptions() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Get the FileOptions, defined in descriptor.proto.
getOptions() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
Get the MethodOptions, defined in descriptor.proto.
getOptions() - Method in class com.google.protobuf.Descriptors.ServiceDescriptor
Get the ServiceOptions, defined in descriptor.proto.
getOptions(int) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3;
getOptions(int) - Method in class com.google.protobuf.Enum
repeated .google.protobuf.Option options = 3;
getOptions(int) - Method in interface com.google.protobuf.EnumOrBuilder
repeated .google.protobuf.Option options = 3;
getOptions(int) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3;
getOptions(int) - Method in class com.google.protobuf.EnumValue
repeated .google.protobuf.Option options = 3;
getOptions(int) - Method in interface com.google.protobuf.EnumValueOrBuilder
repeated .google.protobuf.Option options = 3;
getOptions(int) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9;
getOptions(int) - Method in class com.google.protobuf.Field
repeated .google.protobuf.Option options = 9;
getOptions(int) - Method in interface com.google.protobuf.FieldOrBuilder
repeated .google.protobuf.Option options = 9;
getOptions(int) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6;
getOptions(int) - Method in class com.google.protobuf.Method
repeated .google.protobuf.Option options = 6;
getOptions(int) - Method in interface com.google.protobuf.MethodOrBuilder
repeated .google.protobuf.Option options = 6;
getOptions(int) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4;
getOptions(int) - Method in class com.google.protobuf.Type
repeated .google.protobuf.Option options = 4;
getOptions(int) - Method in interface com.google.protobuf.TypeOrBuilder
repeated .google.protobuf.Option options = 4;
getOptionsBuilder(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3;
getOptionsBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional .google.protobuf.MessageOptions options = 7;
getOptionsBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional .google.protobuf.EnumOptions options = 3;
getOptionsBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional .google.protobuf.EnumValueOptions options = 3;
getOptionsBuilder() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldOptions options = 8;
getOptionsBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.FileOptions options = 8;
getOptionsBuilder() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional .google.protobuf.MethodOptions options = 4;
getOptionsBuilder() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional .google.protobuf.ServiceOptions options = 3;
getOptionsBuilder(int) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3;
getOptionsBuilder(int) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3;
getOptionsBuilder(int) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9;
getOptionsBuilder(int) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6;
getOptionsBuilder(int) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4;
getOptionsBuilderList() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3;
getOptionsBuilderList() - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3;
getOptionsBuilderList() - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3;
getOptionsBuilderList() - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9;
getOptionsBuilderList() - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6;
getOptionsBuilderList() - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4;
getOptionsCount() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3;
getOptionsCount() - Method in class com.google.protobuf.Api
repeated .google.protobuf.Option options = 3;
getOptionsCount() - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Option options = 3;
getOptionsCount() - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3;
getOptionsCount() - Method in class com.google.protobuf.Enum
repeated .google.protobuf.Option options = 3;
getOptionsCount() - Method in interface com.google.protobuf.EnumOrBuilder
repeated .google.protobuf.Option options = 3;
getOptionsCount() - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3;
getOptionsCount() - Method in class com.google.protobuf.EnumValue
repeated .google.protobuf.Option options = 3;
getOptionsCount() - Method in interface com.google.protobuf.EnumValueOrBuilder
repeated .google.protobuf.Option options = 3;
getOptionsCount() - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9;
getOptionsCount() - Method in class com.google.protobuf.Field
repeated .google.protobuf.Option options = 9;
getOptionsCount() - Method in interface com.google.protobuf.FieldOrBuilder
repeated .google.protobuf.Option options = 9;
getOptionsCount() - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6;
getOptionsCount() - Method in class com.google.protobuf.Method
repeated .google.protobuf.Option options = 6;
getOptionsCount() - Method in interface com.google.protobuf.MethodOrBuilder
repeated .google.protobuf.Option options = 6;
getOptionsCount() - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4;
getOptionsCount() - Method in class com.google.protobuf.Type
repeated .google.protobuf.Option options = 4;
getOptionsCount() - Method in interface com.google.protobuf.TypeOrBuilder
repeated .google.protobuf.Option options = 4;
getOptionsList() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3;
getOptionsList() - Method in class com.google.protobuf.Api
repeated .google.protobuf.Option options = 3;
getOptionsList() - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Option options = 3;
getOptionsList() - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3;
getOptionsList() - Method in class com.google.protobuf.Enum
repeated .google.protobuf.Option options = 3;
getOptionsList() - Method in interface com.google.protobuf.EnumOrBuilder
repeated .google.protobuf.Option options = 3;
getOptionsList() - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3;
getOptionsList() - Method in class com.google.protobuf.EnumValue
repeated .google.protobuf.Option options = 3;
getOptionsList() - Method in interface com.google.protobuf.EnumValueOrBuilder
repeated .google.protobuf.Option options = 3;
getOptionsList() - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9;
getOptionsList() - Method in class com.google.protobuf.Field
repeated .google.protobuf.Option options = 9;
getOptionsList() - Method in interface com.google.protobuf.FieldOrBuilder
repeated .google.protobuf.Option options = 9;
getOptionsList() - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6;
getOptionsList() - Method in class com.google.protobuf.Method
repeated .google.protobuf.Option options = 6;
getOptionsList() - Method in interface com.google.protobuf.MethodOrBuilder
repeated .google.protobuf.Option options = 6;
getOptionsList() - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4;
getOptionsList() - Method in class com.google.protobuf.Type
repeated .google.protobuf.Option options = 4;
getOptionsList() - Method in interface com.google.protobuf.TypeOrBuilder
repeated .google.protobuf.Option options = 4;
getOptionsOrBuilder(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3;
getOptionsOrBuilder(int) - Method in class com.google.protobuf.Api
repeated .google.protobuf.Option options = 3;
getOptionsOrBuilder(int) - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Option options = 3;
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional .google.protobuf.MessageOptions options = 7;
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
optional .google.protobuf.MessageOptions options = 7;
getOptionsOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
optional .google.protobuf.MessageOptions options = 7;
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional .google.protobuf.EnumOptions options = 3;
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
optional .google.protobuf.EnumOptions options = 3;
getOptionsOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
optional .google.protobuf.EnumOptions options = 3;
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional .google.protobuf.EnumValueOptions options = 3;
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
optional .google.protobuf.EnumValueOptions options = 3;
getOptionsOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
optional .google.protobuf.EnumValueOptions options = 3;
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldOptions options = 8;
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional .google.protobuf.FieldOptions options = 8;
getOptionsOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional .google.protobuf.FieldOptions options = 8;
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.FileOptions options = 8;
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional .google.protobuf.FileOptions options = 8;
getOptionsOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional .google.protobuf.FileOptions options = 8;
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional .google.protobuf.MethodOptions options = 4;
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional .google.protobuf.MethodOptions options = 4;
getOptionsOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional .google.protobuf.MethodOptions options = 4;
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional .google.protobuf.ServiceOptions options = 3;
getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
optional .google.protobuf.ServiceOptions options = 3;
getOptionsOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
optional .google.protobuf.ServiceOptions options = 3;
getOptionsOrBuilder(int) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3;
getOptionsOrBuilder(int) - Method in class com.google.protobuf.Enum
repeated .google.protobuf.Option options = 3;
getOptionsOrBuilder(int) - Method in interface com.google.protobuf.EnumOrBuilder
repeated .google.protobuf.Option options = 3;
getOptionsOrBuilder(int) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3;
getOptionsOrBuilder(int) - Method in class com.google.protobuf.EnumValue
repeated .google.protobuf.Option options = 3;
getOptionsOrBuilder(int) - Method in interface com.google.protobuf.EnumValueOrBuilder
repeated .google.protobuf.Option options = 3;
getOptionsOrBuilder(int) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9;
getOptionsOrBuilder(int) - Method in class com.google.protobuf.Field
repeated .google.protobuf.Option options = 9;
getOptionsOrBuilder(int) - Method in interface com.google.protobuf.FieldOrBuilder
repeated .google.protobuf.Option options = 9;
getOptionsOrBuilder(int) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6;
getOptionsOrBuilder(int) - Method in class com.google.protobuf.Method
repeated .google.protobuf.Option options = 6;
getOptionsOrBuilder(int) - Method in interface com.google.protobuf.MethodOrBuilder
repeated .google.protobuf.Option options = 6;
getOptionsOrBuilder(int) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4;
getOptionsOrBuilder(int) - Method in class com.google.protobuf.Type
repeated .google.protobuf.Option options = 4;
getOptionsOrBuilder(int) - Method in interface com.google.protobuf.TypeOrBuilder
repeated .google.protobuf.Option options = 4;
getOptionsOrBuilderList() - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3;
getOptionsOrBuilderList() - Method in class com.google.protobuf.Api
repeated .google.protobuf.Option options = 3;
getOptionsOrBuilderList() - Method in interface com.google.protobuf.ApiOrBuilder
repeated .google.protobuf.Option options = 3;
getOptionsOrBuilderList() - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3;
getOptionsOrBuilderList() - Method in class com.google.protobuf.Enum
repeated .google.protobuf.Option options = 3;
getOptionsOrBuilderList() - Method in interface com.google.protobuf.EnumOrBuilder
repeated .google.protobuf.Option options = 3;
getOptionsOrBuilderList() - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3;
getOptionsOrBuilderList() - Method in class com.google.protobuf.EnumValue
repeated .google.protobuf.Option options = 3;
getOptionsOrBuilderList() - Method in interface com.google.protobuf.EnumValueOrBuilder
repeated .google.protobuf.Option options = 3;
getOptionsOrBuilderList() - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9;
getOptionsOrBuilderList() - Method in class com.google.protobuf.Field
repeated .google.protobuf.Option options = 9;
getOptionsOrBuilderList() - Method in interface com.google.protobuf.FieldOrBuilder
repeated .google.protobuf.Option options = 9;
getOptionsOrBuilderList() - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6;
getOptionsOrBuilderList() - Method in class com.google.protobuf.Method
repeated .google.protobuf.Option options = 6;
getOptionsOrBuilderList() - Method in interface com.google.protobuf.MethodOrBuilder
repeated .google.protobuf.Option options = 6;
getOptionsOrBuilderList() - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4;
getOptionsOrBuilderList() - Method in class com.google.protobuf.Type
repeated .google.protobuf.Option options = 4;
getOptionsOrBuilderList() - Method in interface com.google.protobuf.TypeOrBuilder
repeated .google.protobuf.Option options = 4;
getOutputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string output_type = 3;
getOutputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional string output_type = 3;
getOutputType() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional string output_type = 3;
getOutputType() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
Get the method's output type.
getOutputTypeBytes() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string output_type = 3;
getOutputTypeBytes() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional string output_type = 3;
getOutputTypeBytes() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional string output_type = 3;
getPackage() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string package = 2;
getPackage() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional string package = 2;
getPackage() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional string package = 2;
getPackage() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Get the proto package name.
getPackageBytes() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string package = 2;
getPackageBytes() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional string package = 2;
getPackageBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional string package = 2;
getPacked() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool packed = 2;
getPacked() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
optional bool packed = 2;
getPacked() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
optional bool packed = 2;
getPacked() - Method in class com.google.protobuf.Field.Builder
optional bool packed = 8;
getPacked() - Method in class com.google.protobuf.Field
optional bool packed = 8;
getPacked() - Method in interface com.google.protobuf.FieldOrBuilder
optional bool packed = 8;
getParameter() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
optional string parameter = 2;
getParameter() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
optional string parameter = 2;
getParameter() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
optional string parameter = 2;
getParameterBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
optional string parameter = 2;
getParameterBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
optional string parameter = 2;
getParameterBytes() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
optional string parameter = 2;
getParentForChildren() - Method in class com.google.protobuf.GeneratedMessage.Builder
Gets the GeneratedMessage.BuilderParent for giving to our children.
getParser() - Static method in class com.google.protobuf.TextFormat
Return a Parser instance which can parse text-format messages.
getParserForType() - Method in class com.google.protobuf.Any
 
getParserForType() - Method in class com.google.protobuf.Api
 
getParserForType() - Method in class com.google.protobuf.BoolValue
 
getParserForType() - Method in class com.google.protobuf.BytesValue
 
getParserForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
getParserForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
getParserForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
getParserForType() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
getParserForType() - Method in class com.google.protobuf.DoubleValue
 
getParserForType() - Method in class com.google.protobuf.Duration
 
getParserForType() - Method in class com.google.protobuf.DynamicMessage
 
getParserForType() - Method in class com.google.protobuf.Empty
 
getParserForType() - Method in class com.google.protobuf.Enum
 
getParserForType() - Method in class com.google.protobuf.EnumValue
 
getParserForType() - Method in class com.google.protobuf.Field
 
getParserForType() - Method in class com.google.protobuf.FieldMask
 
getParserForType() - Method in class com.google.protobuf.FloatValue
 
getParserForType() - Method in class com.google.protobuf.GeneratedMessage
 
getParserForType() - Method in class com.google.protobuf.GeneratedMessageLite
 
getParserForType() - Method in class com.google.protobuf.Int32Value
 
getParserForType() - Method in class com.google.protobuf.Int64Value
 
getParserForType() - Method in class com.google.protobuf.ListValue
 
getParserForType() - Method in class com.google.protobuf.MapEntry
 
getParserForType() - Method in class com.google.protobuf.MapEntryLite
 
getParserForType() - Method in interface com.google.protobuf.Message
 
getParserForType() - Method in interface com.google.protobuf.MessageLite
Gets the parser for a message of the same type as this message.
getParserForType() - Method in class com.google.protobuf.Method
 
getParserForType() - Method in class com.google.protobuf.Mixin
 
getParserForType() - Method in class com.google.protobuf.Option
 
getParserForType() - Method in class com.google.protobuf.SourceContext
 
getParserForType() - Method in class com.google.protobuf.StringValue
 
getParserForType() - Method in class com.google.protobuf.Struct
 
getParserForType() - Method in class com.google.protobuf.Timestamp
 
getParserForType() - Method in class com.google.protobuf.Type
 
getParserForType() - Method in class com.google.protobuf.UInt32Value
 
getParserForType() - Method in class com.google.protobuf.UInt64Value
 
getParserForType() - Method in class com.google.protobuf.UnknownFieldSet
 
getParserForType() - Method in class com.google.protobuf.Value
 
getPath(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated int32 path = 1 [packed = true];
getPath(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
repeated int32 path = 1 [packed = true];
getPath(int) - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
repeated int32 path = 1 [packed = true];
getPathCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated int32 path = 1 [packed = true];
getPathCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
repeated int32 path = 1 [packed = true];
getPathCount() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
repeated int32 path = 1 [packed = true];
getPathList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated int32 path = 1 [packed = true];
getPathList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
repeated int32 path = 1 [packed = true];
getPathList() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
repeated int32 path = 1 [packed = true];
getPaths(int) - Method in class com.google.protobuf.FieldMask.Builder
repeated string paths = 1;
getPaths(int) - Method in class com.google.protobuf.FieldMask
repeated string paths = 1;
getPaths(int) - Method in interface com.google.protobuf.FieldMaskOrBuilder
repeated string paths = 1;
getPathsBytes(int) - Method in class com.google.protobuf.FieldMask.Builder
repeated string paths = 1;
getPathsBytes(int) - Method in class com.google.protobuf.FieldMask
repeated string paths = 1;
getPathsBytes(int) - Method in interface com.google.protobuf.FieldMaskOrBuilder
repeated string paths = 1;
getPathsCount() - Method in class com.google.protobuf.FieldMask.Builder
repeated string paths = 1;
getPathsCount() - Method in class com.google.protobuf.FieldMask
repeated string paths = 1;
getPathsCount() - Method in interface com.google.protobuf.FieldMaskOrBuilder
repeated string paths = 1;
getPathsList() - Method in class com.google.protobuf.FieldMask.Builder
repeated string paths = 1;
getPathsList() - Method in class com.google.protobuf.FieldMask
repeated string paths = 1;
getPathsList() - Method in interface com.google.protobuf.FieldMaskOrBuilder
repeated string paths = 1;
getPositiveIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional uint64 positive_int_value = 4;
getPositiveIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional uint64 positive_int_value = 4;
getPositiveIntValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional uint64 positive_int_value = 4;
getProblemProto() - Method in exception com.google.protobuf.Descriptors.DescriptorValidationException
Gets the protocol message representation of the invalid descriptor.
getProblemSymbolName() - Method in exception com.google.protobuf.Descriptors.DescriptorValidationException
Gets the full name of the descriptor where the error occurred.
getProtoFile(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15;
getProtoFile(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
repeated .google.protobuf.FileDescriptorProto proto_file = 15;
getProtoFile(int) - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
repeated .google.protobuf.FileDescriptorProto proto_file = 15;
getProtoFileBuilder(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15;
getProtoFileBuilderList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15;
getProtoFileCount() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15;
getProtoFileCount() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
repeated .google.protobuf.FileDescriptorProto proto_file = 15;
getProtoFileCount() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
repeated .google.protobuf.FileDescriptorProto proto_file = 15;
getProtoFileList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15;
getProtoFileList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
repeated .google.protobuf.FileDescriptorProto proto_file = 15;
getProtoFileList() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
repeated .google.protobuf.FileDescriptorProto proto_file = 15;
getProtoFileOrBuilder(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15;
getProtoFileOrBuilder(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
repeated .google.protobuf.FileDescriptorProto proto_file = 15;
getProtoFileOrBuilder(int) - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
repeated .google.protobuf.FileDescriptorProto proto_file = 15;
getProtoFileOrBuilderList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15;
getProtoFileOrBuilderList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
repeated .google.protobuf.FileDescriptorProto proto_file = 15;
getProtoFileOrBuilderList() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
repeated .google.protobuf.FileDescriptorProto proto_file = 15;
getPublicDependencies() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Get a list of this file's public dependencies (public imports).
getPublicDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated int32 public_dependency = 10;
getPublicDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated int32 public_dependency = 10;
getPublicDependency(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated int32 public_dependency = 10;
getPublicDependencyCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated int32 public_dependency = 10;
getPublicDependencyCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated int32 public_dependency = 10;
getPublicDependencyCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated int32 public_dependency = 10;
getPublicDependencyList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated int32 public_dependency = 10;
getPublicDependencyList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated int32 public_dependency = 10;
getPublicDependencyList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated int32 public_dependency = 10;
getPyGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool py_generic_services = 18 [default = false];
getPyGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool py_generic_services = 18 [default = false];
getPyGenericServices() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool py_generic_services = 18 [default = false];
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
 
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.DynamicMessage.Builder
 
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.DynamicMessage
 
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.GeneratedMessage
 
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.MapEntry.Builder
 
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.MapEntry
 
getRepeatedField(Descriptors.FieldDescriptor, int) - Method in interface com.google.protobuf.MessageOrBuilder
Gets an element of a repeated field.
getRepeatedFieldBuilder(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.AbstractMessage.Builder
 
getRepeatedFieldBuilder(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.DynamicMessage.Builder
 
getRepeatedFieldBuilder(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
getRepeatedFieldBuilder(Descriptors.FieldDescriptor, int) - Method in interface com.google.protobuf.Message.Builder
Get a nested builder instance for the given repeated field instance.
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DynamicMessage.Builder
 
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DynamicMessage
 
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage
 
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.MapEntry.Builder
 
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.MapEntry
 
getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in interface com.google.protobuf.MessageOrBuilder
Gets the number of elements of a repeated field.
getRequestPrototype(Descriptors.MethodDescriptor) - Method in interface com.google.protobuf.BlockingService
getRequestPrototype(Descriptors.MethodDescriptor) - Method in interface com.google.protobuf.Service
callMethod() requires that the request passed in is of a particular subclass of Message.
getRequestStreaming() - Method in class com.google.protobuf.Method.Builder
optional bool request_streaming = 3;
getRequestStreaming() - Method in class com.google.protobuf.Method
optional bool request_streaming = 3;
getRequestStreaming() - Method in interface com.google.protobuf.MethodOrBuilder
optional bool request_streaming = 3;
getRequestTypeUrl() - Method in class com.google.protobuf.Method.Builder
optional string request_type_url = 2;
getRequestTypeUrl() - Method in class com.google.protobuf.Method
optional string request_type_url = 2;
getRequestTypeUrl() - Method in interface com.google.protobuf.MethodOrBuilder
optional string request_type_url = 2;
getRequestTypeUrlBytes() - Method in class com.google.protobuf.Method.Builder
optional string request_type_url = 2;
getRequestTypeUrlBytes() - Method in class com.google.protobuf.Method
optional string request_type_url = 2;
getRequestTypeUrlBytes() - Method in interface com.google.protobuf.MethodOrBuilder
optional string request_type_url = 2;
getReservedName(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated string reserved_name = 10;
getReservedName(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated string reserved_name = 10;
getReservedName(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated string reserved_name = 10;
getReservedNameBytes(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated string reserved_name = 10;
getReservedNameBytes(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated string reserved_name = 10;
getReservedNameBytes(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated string reserved_name = 10;
getReservedNameCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated string reserved_name = 10;
getReservedNameCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated string reserved_name = 10;
getReservedNameCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated string reserved_name = 10;
getReservedNameList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated string reserved_name = 10;
getReservedNameList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated string reserved_name = 10;
getReservedNameList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated string reserved_name = 10;
getReservedRange(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
getReservedRange(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
getReservedRange(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
getReservedRangeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
getReservedRangeBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
getReservedRangeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
getReservedRangeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
getReservedRangeCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
getReservedRangeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
getReservedRangeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
getReservedRangeList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
getReservedRangeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
getReservedRangeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
getReservedRangeOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
getReservedRangeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
getReservedRangeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
getReservedRangeOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
getResponsePrototype(Descriptors.MethodDescriptor) - Method in interface com.google.protobuf.BlockingService
getResponsePrototype(Descriptors.MethodDescriptor) - Method in interface com.google.protobuf.Service
Like getRequestPrototype(), but gets a prototype of the response message.
getResponseStreaming() - Method in class com.google.protobuf.Method.Builder
optional bool response_streaming = 5;
getResponseStreaming() - Method in class com.google.protobuf.Method
optional bool response_streaming = 5;
getResponseStreaming() - Method in interface com.google.protobuf.MethodOrBuilder
optional bool response_streaming = 5;
getResponseTypeUrl() - Method in class com.google.protobuf.Method.Builder
optional string response_type_url = 4;
getResponseTypeUrl() - Method in class com.google.protobuf.Method
optional string response_type_url = 4;
getResponseTypeUrl() - Method in interface com.google.protobuf.MethodOrBuilder
optional string response_type_url = 4;
getResponseTypeUrlBytes() - Method in class com.google.protobuf.Method.Builder
optional string response_type_url = 4;
getResponseTypeUrlBytes() - Method in class com.google.protobuf.Method
optional string response_type_url = 4;
getResponseTypeUrlBytes() - Method in interface com.google.protobuf.MethodOrBuilder
optional string response_type_url = 4;
getRoot() - Method in class com.google.protobuf.Mixin.Builder
optional string root = 2;
getRoot() - Method in class com.google.protobuf.Mixin
optional string root = 2;
getRoot() - Method in interface com.google.protobuf.MixinOrBuilder
optional string root = 2;
getRootBytes() - Method in class com.google.protobuf.Mixin.Builder
optional string root = 2;
getRootBytes() - Method in class com.google.protobuf.Mixin
optional string root = 2;
getRootBytes() - Method in interface com.google.protobuf.MixinOrBuilder
optional string root = 2;
getSeconds() - Method in class com.google.protobuf.Duration.Builder
optional int64 seconds = 1;
getSeconds() - Method in class com.google.protobuf.Duration
optional int64 seconds = 1;
getSeconds() - Method in interface com.google.protobuf.DurationOrBuilder
optional int64 seconds = 1;
getSeconds() - Method in class com.google.protobuf.Timestamp.Builder
optional int64 seconds = 1;
getSeconds() - Method in class com.google.protobuf.Timestamp
optional int64 seconds = 1;
getSeconds() - Method in interface com.google.protobuf.TimestampOrBuilder
optional int64 seconds = 1;
getSerializedSize() - Method in class com.google.protobuf.AbstractMessage
 
getSerializedSize() - Method in class com.google.protobuf.Any
 
getSerializedSize() - Method in class com.google.protobuf.Api
 
getSerializedSize() - Method in class com.google.protobuf.BoolValue
 
getSerializedSize() - Method in class com.google.protobuf.BytesValue
 
getSerializedSize() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
getSerializedSize() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
getSerializedSize() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
getSerializedSize() - Method in class com.google.protobuf.DoubleValue
 
getSerializedSize() - Method in class com.google.protobuf.Duration
 
getSerializedSize() - Method in class com.google.protobuf.DynamicMessage
 
getSerializedSize() - Method in class com.google.protobuf.Empty
 
getSerializedSize() - Method in class com.google.protobuf.Enum
 
getSerializedSize() - Method in class com.google.protobuf.EnumValue
 
getSerializedSize() - Method in class com.google.protobuf.Field
 
getSerializedSize() - Method in class com.google.protobuf.FieldMask
 
getSerializedSize() - Method in class com.google.protobuf.FloatValue
 
getSerializedSize() - Method in class com.google.protobuf.GeneratedMessage
 
getSerializedSize() - Method in class com.google.protobuf.Int32Value
 
getSerializedSize() - Method in class com.google.protobuf.Int64Value
 
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 class com.google.protobuf.ListValue
 
getSerializedSize() - Method in class com.google.protobuf.MapEntry
 
getSerializedSize() - Method in class com.google.protobuf.MapEntryLite
 
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.Method
 
getSerializedSize() - Method in class com.google.protobuf.Mixin
 
getSerializedSize() - Method in class com.google.protobuf.Option
 
getSerializedSize() - Method in class com.google.protobuf.SourceContext
 
getSerializedSize() - Method in class com.google.protobuf.StringValue
 
getSerializedSize() - Method in class com.google.protobuf.Struct
 
getSerializedSize() - Method in class com.google.protobuf.Timestamp
 
getSerializedSize() - Method in class com.google.protobuf.Type
 
getSerializedSize() - Method in class com.google.protobuf.UInt32Value
 
getSerializedSize() - Method in class com.google.protobuf.UInt64Value
 
getSerializedSize(int) - Method in class com.google.protobuf.UnknownFieldSet.Field
Get the number of bytes required to encode this field, including field number.
getSerializedSize() - Method in class com.google.protobuf.UnknownFieldSet
Get the number of bytes required to encode this set.
getSerializedSize() - Method in class com.google.protobuf.UnknownFieldSetLite
Get the number of bytes required to encode this set.
getSerializedSize() - Method in class com.google.protobuf.Value
 
getSerializedSizeAsMessageSet() - Method in class com.google.protobuf.UnknownFieldSet
Get the number of bytes required to encode this set using MessageSet wire format.
getSerializedSizeAsMessageSetExtension(int) - Method in class com.google.protobuf.UnknownFieldSet.Field
Get the number of bytes required to encode this field, including field number, using MessageSet wire format.
getServerStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional bool server_streaming = 6 [default = false];
getServerStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional bool server_streaming = 6 [default = false];
getServerStreaming() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional bool server_streaming = 6 [default = false];
getService(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getService(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getService(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getService() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
Get the method's service type.
getServiceBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getServiceBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getServiceCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getServiceCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getServiceCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getServiceList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getServiceList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getServiceList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getServiceOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getServiceOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getServiceOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getServiceOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getServiceOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getServiceOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getServices() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Get a list of top-level services declared in this file.
getSourceCodeInfo() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.SourceCodeInfo source_code_info = 9;
getSourceCodeInfo() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional .google.protobuf.SourceCodeInfo source_code_info = 9;
getSourceCodeInfo() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional .google.protobuf.SourceCodeInfo source_code_info = 9;
getSourceCodeInfoBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.SourceCodeInfo source_code_info = 9;
getSourceCodeInfoOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.SourceCodeInfo source_code_info = 9;
getSourceCodeInfoOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional .google.protobuf.SourceCodeInfo source_code_info = 9;
getSourceCodeInfoOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional .google.protobuf.SourceCodeInfo source_code_info = 9;
getSourceContext() - Method in class com.google.protobuf.Api.Builder
optional .google.protobuf.SourceContext source_context = 5;
getSourceContext() - Method in class com.google.protobuf.Api
optional .google.protobuf.SourceContext source_context = 5;
getSourceContext() - Method in interface com.google.protobuf.ApiOrBuilder
optional .google.protobuf.SourceContext source_context = 5;
getSourceContext() - Method in class com.google.protobuf.Enum.Builder
optional .google.protobuf.SourceContext source_context = 4;
getSourceContext() - Method in class com.google.protobuf.Enum
optional .google.protobuf.SourceContext source_context = 4;
getSourceContext() - Method in interface com.google.protobuf.EnumOrBuilder
optional .google.protobuf.SourceContext source_context = 4;
getSourceContext() - Method in class com.google.protobuf.Type.Builder
optional .google.protobuf.SourceContext source_context = 5;
getSourceContext() - Method in class com.google.protobuf.Type
optional .google.protobuf.SourceContext source_context = 5;
getSourceContext() - Method in interface com.google.protobuf.TypeOrBuilder
optional .google.protobuf.SourceContext source_context = 5;
getSourceContextBuilder() - Method in class com.google.protobuf.Api.Builder
optional .google.protobuf.SourceContext source_context = 5;
getSourceContextBuilder() - Method in class com.google.protobuf.Enum.Builder
optional .google.protobuf.SourceContext source_context = 4;
getSourceContextBuilder() - Method in class com.google.protobuf.Type.Builder
optional .google.protobuf.SourceContext source_context = 5;
getSourceContextOrBuilder() - Method in class com.google.protobuf.Api.Builder
optional .google.protobuf.SourceContext source_context = 5;
getSourceContextOrBuilder() - Method in class com.google.protobuf.Api
optional .google.protobuf.SourceContext source_context = 5;
getSourceContextOrBuilder() - Method in interface com.google.protobuf.ApiOrBuilder
optional .google.protobuf.SourceContext source_context = 5;
getSourceContextOrBuilder() - Method in class com.google.protobuf.Enum.Builder
optional .google.protobuf.SourceContext source_context = 4;
getSourceContextOrBuilder() - Method in class com.google.protobuf.Enum
optional .google.protobuf.SourceContext source_context = 4;
getSourceContextOrBuilder() - Method in interface com.google.protobuf.EnumOrBuilder
optional .google.protobuf.SourceContext source_context = 4;
getSourceContextOrBuilder() - Method in class com.google.protobuf.Type.Builder
optional .google.protobuf.SourceContext source_context = 5;
getSourceContextOrBuilder() - Method in class com.google.protobuf.Type
optional .google.protobuf.SourceContext source_context = 5;
getSourceContextOrBuilder() - Method in interface com.google.protobuf.TypeOrBuilder
optional .google.protobuf.SourceContext source_context = 5;
getSpan(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated int32 span = 2 [packed = true];
getSpan(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
repeated int32 span = 2 [packed = true];
getSpan(int) - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
repeated int32 span = 2 [packed = true];
getSpanCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated int32 span = 2 [packed = true];
getSpanCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
repeated int32 span = 2 [packed = true];
getSpanCount() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
repeated int32 span = 2 [packed = true];
getSpanList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated int32 span = 2 [packed = true];
getSpanList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
repeated int32 span = 2 [packed = true];
getSpanList() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
repeated int32 span = 2 [packed = true];
getStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
optional int32 start = 1;
getStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
optional int32 start = 1;
getStart() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
optional int32 start = 1;
getStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
optional int32 start = 1;
getStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
optional int32 start = 1;
getStart() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder
optional int32 start = 1;
getStringValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional bytes string_value = 7;
getStringValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional bytes string_value = 7;
getStringValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional bytes string_value = 7;
getStringValue() - Method in class com.google.protobuf.Value.Builder
optional string string_value = 3;
getStringValue() - Method in class com.google.protobuf.Value
optional string string_value = 3;
getStringValue() - Method in interface com.google.protobuf.ValueOrBuilder
optional string string_value = 3;
getStringValueBytes() - Method in class com.google.protobuf.Value.Builder
optional string string_value = 3;
getStringValueBytes() - Method in class com.google.protobuf.Value
optional string string_value = 3;
getStringValueBytes() - Method in interface com.google.protobuf.ValueOrBuilder
optional string string_value = 3;
getStructValue() - Method in class com.google.protobuf.Value.Builder
optional .google.protobuf.Struct struct_value = 5;
getStructValue() - Method in class com.google.protobuf.Value
optional .google.protobuf.Struct struct_value = 5;
getStructValue() - Method in interface com.google.protobuf.ValueOrBuilder
optional .google.protobuf.Struct struct_value = 5;
getStructValueBuilder() - Method in class com.google.protobuf.Value.Builder
optional .google.protobuf.Struct struct_value = 5;
getStructValueOrBuilder() - Method in class com.google.protobuf.Value.Builder
optional .google.protobuf.Struct struct_value = 5;
getStructValueOrBuilder() - Method in class com.google.protobuf.Value
optional .google.protobuf.Struct struct_value = 5;
getStructValueOrBuilder() - Method in interface com.google.protobuf.ValueOrBuilder
optional .google.protobuf.Struct struct_value = 5;
getSyntax() - Method in class com.google.protobuf.Api.Builder
optional .google.protobuf.Syntax syntax = 7;
getSyntax() - Method in class com.google.protobuf.Api
optional .google.protobuf.Syntax syntax = 7;
getSyntax() - Method in interface com.google.protobuf.ApiOrBuilder
optional .google.protobuf.Syntax syntax = 7;
getSyntax() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string syntax = 12;
getSyntax() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional string syntax = 12;
getSyntax() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional string syntax = 12;
getSyntax() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Get the syntax of the .proto file.
getSyntax() - Method in class com.google.protobuf.Enum.Builder
optional .google.protobuf.Syntax syntax = 5;
getSyntax() - Method in class com.google.protobuf.Enum
optional .google.protobuf.Syntax syntax = 5;
getSyntax() - Method in interface com.google.protobuf.EnumOrBuilder
optional .google.protobuf.Syntax syntax = 5;
getSyntax() - Method in class com.google.protobuf.Method.Builder
optional .google.protobuf.Syntax syntax = 7;
getSyntax() - Method in class com.google.protobuf.Method
optional .google.protobuf.Syntax syntax = 7;
getSyntax() - Method in interface com.google.protobuf.MethodOrBuilder
optional .google.protobuf.Syntax syntax = 7;
getSyntax() - Method in class com.google.protobuf.Type.Builder
optional .google.protobuf.Syntax syntax = 6;
getSyntax() - Method in class com.google.protobuf.Type
optional .google.protobuf.Syntax syntax = 6;
getSyntax() - Method in interface com.google.protobuf.TypeOrBuilder
optional .google.protobuf.Syntax syntax = 6;
getSyntaxBytes() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string syntax = 12;
getSyntaxBytes() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional string syntax = 12;
getSyntaxBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional string syntax = 12;
getSyntaxValue() - Method in class com.google.protobuf.Api.Builder
optional .google.protobuf.Syntax syntax = 7;
getSyntaxValue() - Method in class com.google.protobuf.Api
optional .google.protobuf.Syntax syntax = 7;
getSyntaxValue() - Method in interface com.google.protobuf.ApiOrBuilder
optional .google.protobuf.Syntax syntax = 7;
getSyntaxValue() - Method in class com.google.protobuf.Enum.Builder
optional .google.protobuf.Syntax syntax = 5;
getSyntaxValue() - Method in class com.google.protobuf.Enum
optional .google.protobuf.Syntax syntax = 5;
getSyntaxValue() - Method in interface com.google.protobuf.EnumOrBuilder
optional .google.protobuf.Syntax syntax = 5;
getSyntaxValue() - Method in class com.google.protobuf.Method.Builder
optional .google.protobuf.Syntax syntax = 7;
getSyntaxValue() - Method in class com.google.protobuf.Method
optional .google.protobuf.Syntax syntax = 7;
getSyntaxValue() - Method in interface com.google.protobuf.MethodOrBuilder
optional .google.protobuf.Syntax syntax = 7;
getSyntaxValue() - Method in class com.google.protobuf.Type.Builder
optional .google.protobuf.Syntax syntax = 6;
getSyntaxValue() - Method in class com.google.protobuf.Type
optional .google.protobuf.Syntax syntax = 6;
getSyntaxValue() - Method in interface com.google.protobuf.TypeOrBuilder
optional .google.protobuf.Syntax syntax = 6;
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.
getTrailingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
optional string trailing_comments = 4;
getTrailingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
optional string trailing_comments = 4;
getTrailingComments() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
optional string trailing_comments = 4;
getTrailingCommentsBytes() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
optional string trailing_comments = 4;
getTrailingCommentsBytes() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
optional string trailing_comments = 4;
getTrailingCommentsBytes() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
optional string trailing_comments = 4;
getTreeDepth() - Method in class com.google.protobuf.ByteString
Return the depth of the tree representing this ByteString, if any, whose root is this node.
getType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldDescriptorProto.Type type = 5;
getType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional .google.protobuf.FieldDescriptorProto.Type type = 5;
getType() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional .google.protobuf.FieldDescriptorProto.Type type = 5;
getType() - Method in class com.google.protobuf.Descriptors.EnumValueDescriptor
Get the value's enum type.
getType() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Get the field's declared type.
getTypeName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string type_name = 6;
getTypeName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional string type_name = 6;
getTypeName() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional string type_name = 6;
getTypeNameBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string type_name = 6;
getTypeNameBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional string type_name = 6;
getTypeNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional string type_name = 6;
getTypeUrl() - Method in class com.google.protobuf.Any.Builder
optional string type_url = 1;
getTypeUrl() - Method in class com.google.protobuf.Any
optional string type_url = 1;
getTypeUrl() - Method in interface com.google.protobuf.AnyOrBuilder
optional string type_url = 1;
getTypeUrl() - Method in class com.google.protobuf.Field.Builder
optional string type_url = 6;
getTypeUrl() - Method in class com.google.protobuf.Field
optional string type_url = 6;
getTypeUrl() - Method in interface com.google.protobuf.FieldOrBuilder
optional string type_url = 6;
getTypeUrlBytes() - Method in class com.google.protobuf.Any.Builder
optional string type_url = 1;
getTypeUrlBytes() - Method in class com.google.protobuf.Any
optional string type_url = 1;
getTypeUrlBytes() - Method in interface com.google.protobuf.AnyOrBuilder
optional string type_url = 1;
getTypeUrlBytes() - Method in class com.google.protobuf.Field.Builder
optional string type_url = 6;
getTypeUrlBytes() - Method in class com.google.protobuf.Field
optional string type_url = 6;
getTypeUrlBytes() - Method in interface com.google.protobuf.FieldOrBuilder
optional string type_url = 6;
getUnderlyingElements() - Method in class com.google.protobuf.LazyStringArrayList
 
getUnderlyingElements() - Method in interface com.google.protobuf.LazyStringList
Returns an unmodifiable List of the underlying elements, each of which is either a String or its equivalent UTF-8 encoded ByteString or byte[].
getUnderlyingElements() - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
getUnfinishedMessage() - Method in exception com.google.protobuf.InvalidProtocolBufferException
Returns the unfinished message attached to the exception, or null if no message is attached.
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOption(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOption(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOption(int) - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.FileOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOption(int) - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOption(int) - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOption(int) - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOption(int) - Method in interface com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionCount() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionCount() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionCount() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionCount() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionCount() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionCount() - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionCount() - Method in interface com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionList() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionList() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionList() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionList() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionList() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionList() - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionList() - Method in interface com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUnknownField() - Method in exception com.google.protobuf.TextFormat.UnknownFieldParseException
Return the name of the unknown field encountered while parsing the protocol buffer string.
getUnknownFields() - Method in class com.google.protobuf.Any
 
getUnknownFields() - Method in class com.google.protobuf.Api
 
getUnknownFields() - Method in class com.google.protobuf.BoolValue
 
getUnknownFields() - Method in class com.google.protobuf.BytesValue
 
getUnknownFields() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
getUnknownFields() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
getUnknownFields() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
getUnknownFields() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
getUnknownFields() - Method in class com.google.protobuf.DoubleValue
 
getUnknownFields() - Method in class com.google.protobuf.Duration
 
getUnknownFields() - Method in class com.google.protobuf.DynamicMessage.Builder
 
getUnknownFields() - Method in class com.google.protobuf.DynamicMessage
 
getUnknownFields() - Method in class com.google.protobuf.Empty
 
getUnknownFields() - Method in class com.google.protobuf.Enum
 
getUnknownFields() - Method in class com.google.protobuf.EnumValue
 
getUnknownFields() - Method in class com.google.protobuf.Field
 
getUnknownFields() - Method in class com.google.protobuf.FieldMask
 
getUnknownFields() - Method in class com.google.protobuf.FloatValue
 
getUnknownFields() - Method in class com.google.protobuf.GeneratedMessage.Builder
 
getUnknownFields() - Method in class com.google.protobuf.GeneratedMessage
 
getUnknownFields() - Method in class com.google.protobuf.Int32Value
 
getUnknownFields() - Method in class com.google.protobuf.Int64Value
 
getUnknownFields() - Method in class com.google.protobuf.ListValue
 
getUnknownFields() - Method in class com.google.protobuf.MapEntry.Builder
 
getUnknownFields() - Method in class com.google.protobuf.MapEntry
 
getUnknownFields() - Method in interface com.google.protobuf.MessageOrBuilder
Get the UnknownFieldSet for this message.
getUnknownFields() - Method in class com.google.protobuf.Method
 
getUnknownFields() - Method in class com.google.protobuf.Mixin
 
getUnknownFields() - Method in class com.google.protobuf.Option
 
getUnknownFields() - Method in class com.google.protobuf.SourceContext
 
getUnknownFields() - Method in class com.google.protobuf.StringValue
 
getUnknownFields() - Method in class com.google.protobuf.Struct
 
getUnknownFields() - Method in class com.google.protobuf.Timestamp
 
getUnknownFields() - Method in class com.google.protobuf.Type
 
getUnknownFields() - Method in class com.google.protobuf.UInt32Value
 
getUnknownFields() - Method in class com.google.protobuf.UInt64Value
 
getUnknownFields() - Method in class com.google.protobuf.Value
 
getUnmodifiable() - Method in class com.google.protobuf.ExtensionRegistry
Returns an unmodifiable view of the registry.
getUnmodifiable() - Method in class com.google.protobuf.ExtensionRegistryLite
Returns an unmodifiable view of the registry.
getUnmodifiableView() - Method in class com.google.protobuf.LazyStringArrayList
 
getUnmodifiableView() - Method in interface com.google.protobuf.LazyStringList
Returns an unmodifiable view of the list.
getUnmodifiableView() - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
getValue() - Method in class com.google.protobuf.Any.Builder
optional bytes value = 2;
getValue() - Method in class com.google.protobuf.Any
optional bytes value = 2;
getValue() - Method in interface com.google.protobuf.AnyOrBuilder
optional bytes value = 2;
getValue() - Method in class com.google.protobuf.BoolValue.Builder
optional bool value = 1;
getValue() - Method in class com.google.protobuf.BoolValue
optional bool value = 1;
getValue() - Method in interface com.google.protobuf.BoolValueOrBuilder
optional bool value = 1;
getValue() - Method in class com.google.protobuf.BytesValue.Builder
optional bytes value = 1;
getValue() - Method in class com.google.protobuf.BytesValue
optional bytes value = 1;
getValue() - Method in interface com.google.protobuf.BytesValueOrBuilder
optional bytes value = 1;
getValue(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
getValue(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
getValue(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
getValue() - Method in class com.google.protobuf.DoubleValue.Builder
optional double value = 1;
getValue() - Method in class com.google.protobuf.DoubleValue
optional double value = 1;
getValue() - Method in interface com.google.protobuf.DoubleValueOrBuilder
optional double value = 1;
getValue() - Method in class com.google.protobuf.FloatValue.Builder
optional float value = 1;
getValue() - Method in class com.google.protobuf.FloatValue
optional float value = 1;
getValue() - Method in interface com.google.protobuf.FloatValueOrBuilder
optional float value = 1;
getValue() - Method in class com.google.protobuf.Int32Value.Builder
optional int32 value = 1;
getValue() - Method in class com.google.protobuf.Int32Value
optional int32 value = 1;
getValue() - Method in interface com.google.protobuf.Int32ValueOrBuilder
optional int32 value = 1;
getValue() - Method in class com.google.protobuf.Int64Value.Builder
optional int64 value = 1;
getValue() - Method in class com.google.protobuf.Int64Value
optional int64 value = 1;
getValue() - Method in interface com.google.protobuf.Int64ValueOrBuilder
optional int64 value = 1;
getValue() - Method in class com.google.protobuf.LazyField
 
getValue(MessageLite) - Method in class com.google.protobuf.LazyFieldLite
Returns message instance.
getValue() - Method in class com.google.protobuf.MapEntry.Builder
 
getValue() - Method in class com.google.protobuf.MapEntry
 
getValue() - Method in class com.google.protobuf.MapEntryLite.Builder
 
getValue() - Method in class com.google.protobuf.MapEntryLite
 
getValue() - Method in class com.google.protobuf.Option.Builder
optional .google.protobuf.Any value = 2;
getValue() - Method in class com.google.protobuf.Option
optional .google.protobuf.Any value = 2;
getValue() - Method in interface com.google.protobuf.OptionOrBuilder
optional .google.protobuf.Any value = 2;
getValue() - Method in class com.google.protobuf.StringValue.Builder
optional string value = 1;
getValue() - Method in class com.google.protobuf.StringValue
optional string value = 1;
getValue() - Method in interface com.google.protobuf.StringValueOrBuilder
optional string value = 1;
getValue() - Method in class com.google.protobuf.UInt32Value.Builder
optional uint32 value = 1;
getValue() - Method in class com.google.protobuf.UInt32Value
optional uint32 value = 1;
getValue() - Method in interface com.google.protobuf.UInt32ValueOrBuilder
optional uint32 value = 1;
getValue() - Method in class com.google.protobuf.UInt64Value.Builder
optional uint64 value = 1;
getValue() - Method in class com.google.protobuf.UInt64Value
optional uint64 value = 1;
getValue() - Method in interface com.google.protobuf.UInt64ValueOrBuilder
optional uint64 value = 1;
getValueBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
getValueBuilder() - Method in class com.google.protobuf.Option.Builder
optional .google.protobuf.Any value = 2;
getValueBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
getValueBytes() - Method in class com.google.protobuf.StringValue.Builder
optional string value = 1;
getValueBytes() - Method in class com.google.protobuf.StringValue
optional string value = 1;
getValueBytes() - Method in interface com.google.protobuf.StringValueOrBuilder
optional string value = 1;
getValueCount() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
getValueCount() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
getValueCount() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
getValueDescriptor() - Method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
 
getValueDescriptor() - Method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
 
getValueDescriptor() - Method in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
 
getValueDescriptor() - Method in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
 
getValueDescriptor() - Method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
 
getValueDescriptor() - Method in enum com.google.protobuf.Field.Cardinality
 
getValueDescriptor() - Method in enum com.google.protobuf.Field.Kind
 
getValueDescriptor() - Method in enum com.google.protobuf.NullValue
 
getValueDescriptor() - Method in interface com.google.protobuf.ProtocolMessageEnum
Return the value's descriptor, which contains information such as value name, number, and type.
getValueDescriptor() - Method in enum com.google.protobuf.Syntax
 
getValueList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
getValueList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
getValueList() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
getValueOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
getValueOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
getValueOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
getValueOrBuilder() - Method in class com.google.protobuf.Option.Builder
optional .google.protobuf.Any value = 2;
getValueOrBuilder() - Method in class com.google.protobuf.Option
optional .google.protobuf.Any value = 2;
getValueOrBuilder() - Method in interface com.google.protobuf.OptionOrBuilder
optional .google.protobuf.Any value = 2;
getValueOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
getValueOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
getValueOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
getValues() - Method in class com.google.protobuf.Descriptors.EnumDescriptor
Get a list of defined values for this enum.
getValues(int) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1;
getValues(int) - Method in class com.google.protobuf.ListValue
repeated .google.protobuf.Value values = 1;
getValues(int) - Method in interface com.google.protobuf.ListValueOrBuilder
repeated .google.protobuf.Value values = 1;
getValuesBuilder(int) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1;
getValuesBuilderList() - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1;
getValuesCount() - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1;
getValuesCount() - Method in class com.google.protobuf.ListValue
repeated .google.protobuf.Value values = 1;
getValuesCount() - Method in interface com.google.protobuf.ListValueOrBuilder
repeated .google.protobuf.Value values = 1;
getValuesList() - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1;
getValuesList() - Method in class com.google.protobuf.ListValue
repeated .google.protobuf.Value values = 1;
getValuesList() - Method in interface com.google.protobuf.ListValueOrBuilder
repeated .google.protobuf.Value values = 1;
getValuesOrBuilder(int) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1;
getValuesOrBuilder(int) - Method in class com.google.protobuf.ListValue
repeated .google.protobuf.Value values = 1;
getValuesOrBuilder(int) - Method in interface com.google.protobuf.ListValueOrBuilder
repeated .google.protobuf.Value values = 1;
getValuesOrBuilderList() - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1;
getValuesOrBuilderList() - Method in class com.google.protobuf.ListValue
repeated .google.protobuf.Value values = 1;
getValuesOrBuilderList() - Method in interface com.google.protobuf.ListValueOrBuilder
repeated .google.protobuf.Value values = 1;
getVarintList() - Method in class com.google.protobuf.UnknownFieldSet.Field
Get the list of varint values for this field.
getVersion() - Method in class com.google.protobuf.Api.Builder
optional string version = 4;
getVersion() - Method in class com.google.protobuf.Api
optional string version = 4;
getVersion() - Method in interface com.google.protobuf.ApiOrBuilder
optional string version = 4;
getVersionBytes() - Method in class com.google.protobuf.Api.Builder
optional string version = 4;
getVersionBytes() - Method in class com.google.protobuf.Api
optional string version = 4;
getVersionBytes() - Method in interface com.google.protobuf.ApiOrBuilder
optional string version = 4;
getWeak() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool weak = 10 [default = false];
getWeak() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
optional bool weak = 10 [default = false];
getWeak() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
optional bool weak = 10 [default = false];
getWeakDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated int32 weak_dependency = 11;
getWeakDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated int32 weak_dependency = 11;
getWeakDependency(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated int32 weak_dependency = 11;
getWeakDependencyCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated int32 weak_dependency = 11;
getWeakDependencyCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated int32 weak_dependency = 11;
getWeakDependencyCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated int32 weak_dependency = 11;
getWeakDependencyList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated int32 weak_dependency = 11;
getWeakDependencyList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
repeated int32 weak_dependency = 11;
getWeakDependencyList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
repeated int32 weak_dependency = 11;
getWireType() - Method in enum com.google.protobuf.WireFormat.FieldType
 
GO_PACKAGE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 

H

hasAggregateValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional string aggregate_value = 8;
hasAggregateValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional string aggregate_value = 8;
hasAggregateValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional string aggregate_value = 8;
hasAllowAlias() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
optional bool allow_alias = 2;
hasAllowAlias() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
optional bool allow_alias = 2;
hasAllowAlias() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
optional bool allow_alias = 2;
hasCcEnableArenas() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool cc_enable_arenas = 31 [default = false];
hasCcEnableArenas() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool cc_enable_arenas = 31 [default = false];
hasCcEnableArenas() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool cc_enable_arenas = 31 [default = false];
hasCcGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool cc_generic_services = 16 [default = false];
hasCcGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool cc_generic_services = 16 [default = false];
hasCcGenericServices() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool cc_generic_services = 16 [default = false];
hasClientStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional bool client_streaming = 5 [default = false];
hasClientStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional bool client_streaming = 5 [default = false];
hasClientStreaming() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional bool client_streaming = 5 [default = false];
hasContent() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string content = 15;
hasContent() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
optional string content = 15;
hasContent() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
optional string content = 15;
hasCsharpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string csharp_namespace = 37;
hasCsharpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string csharp_namespace = 37;
hasCsharpNamespace() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string csharp_namespace = 37;
hasCtype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING];
hasCtype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING];
hasCtype() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING];
hasDefaultValue() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string default_value = 7;
hasDefaultValue() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional string default_value = 7;
hasDefaultValue() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional string default_value = 7;
hasDefaultValue() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Returns true if the field had an explicitly-defined default value.
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
optional bool deprecated = 3 [default = false];
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
optional bool deprecated = 3 [default = false];
hasDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
optional bool deprecated = 3 [default = false];
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
optional bool deprecated = 1 [default = false];
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
optional bool deprecated = 1 [default = false];
hasDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
optional bool deprecated = 1 [default = false];
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool deprecated = 3 [default = false];
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
optional bool deprecated = 3 [default = false];
hasDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
optional bool deprecated = 3 [default = false];
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool deprecated = 23 [default = false];
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool deprecated = 23 [default = false];
hasDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool deprecated = 23 [default = false];
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
optional bool deprecated = 3 [default = false];
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
optional bool deprecated = 3 [default = false];
hasDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
optional bool deprecated = 3 [default = false];
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
optional bool deprecated = 33 [default = false];
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
optional bool deprecated = 33 [default = false];
hasDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
optional bool deprecated = 33 [default = false];
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
optional bool deprecated = 33 [default = false];
hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
optional bool deprecated = 33 [default = false];
hasDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
optional bool deprecated = 33 [default = false];
hasDoubleValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional double double_value = 6;
hasDoubleValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional double double_value = 6;
hasDoubleValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional double double_value = 6;
hasEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
optional int32 end = 2;
hasEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
optional int32 end = 2;
hasEnd() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
optional int32 end = 2;
hasEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
optional int32 end = 2;
hasEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
optional int32 end = 2;
hasEnd() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder
optional int32 end = 2;
hasError() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
optional string error = 1;
hasError() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
optional string error = 1;
hasError() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
optional string error = 1;
hasExtendee() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string extendee = 2;
hasExtendee() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional string extendee = 2;
hasExtendee() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional string extendee = 2;
hasExtension(ExtensionLite<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Check if a singular extension is present.
hasExtension(ExtensionLite<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
Check if a singular extension is present.
hasExtension(ExtensionLite<MessageType, Type>) - Method in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
Check if a singular extension is present.
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.
hasField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DynamicMessage.Builder
 
hasField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DynamicMessage
 
hasField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
hasField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
hasField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
hasField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage
 
hasField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.MapEntry.Builder
 
hasField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.MapEntry
 
hasField(Descriptors.FieldDescriptor) - Method in interface com.google.protobuf.MessageOrBuilder
Returns true if the given field is set.
hasField(int) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Check if the given field number is present in the set.
hasField(int) - Method in class com.google.protobuf.UnknownFieldSet
Check if the given field number is present in the set.
hasGoPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string go_package = 11;
hasGoPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string go_package = 11;
hasGoPackage() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string go_package = 11;
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.AbstractMessage
 
hashCode() - Method in class com.google.protobuf.Any
 
hashCode() - Method in class com.google.protobuf.Api
 
hashCode() - Method in class com.google.protobuf.BoolValue
 
hashCode() - Method in class com.google.protobuf.ByteString
Compute the hashCode using the traditional algorithm from ByteString.
hashCode() - Method in class com.google.protobuf.BytesValue
 
hashCode() - Method in class com.google.protobuf.DoubleValue
 
hashCode() - Method in class com.google.protobuf.Duration
 
hashCode() - Method in class com.google.protobuf.Empty
 
hashCode() - Method in class com.google.protobuf.Enum
 
hashCode() - Method in class com.google.protobuf.EnumValue
 
hashCode() - Method in class com.google.protobuf.Field
 
hashCode() - Method in class com.google.protobuf.FieldMask
 
hashCode() - Method in class com.google.protobuf.FloatValue
 
hashCode() - Method in class com.google.protobuf.Int32Value
 
hashCode() - Method in class com.google.protobuf.Int64Value
 
hashCode(List<byte[]>) - Static method in class com.google.protobuf.Internal
Helper method for implementing Message.hashCode() for bytes field.
hashCode(byte[]) - Static method in class com.google.protobuf.Internal
Helper method for implementing Message.hashCode() for bytes field.
hashCode() - Method in class com.google.protobuf.LazyField
 
hashCode() - Method in class com.google.protobuf.ListValue
 
hashCode() - Method in class com.google.protobuf.MapField
 
hashCode() - Method in class com.google.protobuf.MapFieldLite
 
hashCode() - Method in interface com.google.protobuf.Message
Returns the hash code value for this message.
hashCode() - Method in class com.google.protobuf.Method
 
hashCode() - Method in class com.google.protobuf.Mixin
 
hashCode() - Method in class com.google.protobuf.Option
 
hashCode() - Method in class com.google.protobuf.SourceContext
 
hashCode() - Method in class com.google.protobuf.StringValue
 
hashCode() - Method in class com.google.protobuf.Struct
 
hashCode() - Method in class com.google.protobuf.Timestamp
 
hashCode() - Method in class com.google.protobuf.Type
 
hashCode() - Method in class com.google.protobuf.UInt32Value
 
hashCode() - Method in class com.google.protobuf.UInt64Value
 
hashCode() - Method in class com.google.protobuf.UnknownFieldSet.Field
 
hashCode() - Method in class com.google.protobuf.UnknownFieldSet
 
hashCode() - Method in class com.google.protobuf.UnknownFieldSetLite
 
hashCode() - Method in class com.google.protobuf.Value
 
hashCodeByteBuffer(List<ByteBuffer>) - 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.
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.
hashFields(int, Map<Descriptors.FieldDescriptor, Object>) - Static method in class com.google.protobuf.AbstractMessage
Get a hash code for given fields and values, using the given seed.
hashLong(long) - Static method in class com.google.protobuf.Internal
Helper method for implementing Message.hashCode() for longs.
hasIdentifierValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional string identifier_value = 3;
hasIdentifierValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional string identifier_value = 3;
hasIdentifierValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional string identifier_value = 3;
hasInputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string input_type = 2;
hasInputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional string input_type = 2;
hasInputType() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional string input_type = 2;
hasInsertionPoint() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string insertion_point = 2;
hasInsertionPoint() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
optional string insertion_point = 2;
hasInsertionPoint() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
optional string insertion_point = 2;
hasIsExtension() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
required bool is_extension = 2;
hasIsExtension() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
required bool is_extension = 2;
hasIsExtension() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder
required bool is_extension = 2;
hasJavaGenerateEqualsAndHash() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool java_generate_equals_and_hash = 20 [default = false];
hasJavaGenerateEqualsAndHash() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool java_generate_equals_and_hash = 20 [default = false];
hasJavaGenerateEqualsAndHash() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool java_generate_equals_and_hash = 20 [default = false];
hasJavaGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool java_generic_services = 17 [default = false];
hasJavaGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool java_generic_services = 17 [default = false];
hasJavaGenericServices() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool java_generic_services = 17 [default = false];
hasJavaMultipleFiles() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool java_multiple_files = 10 [default = false];
hasJavaMultipleFiles() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool java_multiple_files = 10 [default = false];
hasJavaMultipleFiles() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool java_multiple_files = 10 [default = false];
hasJavananoUseDeprecatedPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool javanano_use_deprecated_package = 38;
hasJavananoUseDeprecatedPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool javanano_use_deprecated_package = 38;
hasJavananoUseDeprecatedPackage() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool javanano_use_deprecated_package = 38;
hasJavaOuterClassname() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string java_outer_classname = 8;
hasJavaOuterClassname() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string java_outer_classname = 8;
hasJavaOuterClassname() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string java_outer_classname = 8;
hasJavaPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string java_package = 1;
hasJavaPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string java_package = 1;
hasJavaPackage() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string java_package = 1;
hasJavaStringCheckUtf8() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool java_string_check_utf8 = 27 [default = false];
hasJavaStringCheckUtf8() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool java_string_check_utf8 = 27 [default = false];
hasJavaStringCheckUtf8() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool java_string_check_utf8 = 27 [default = false];
hasJsonName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string json_name = 10;
hasJsonName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional string json_name = 10;
hasJsonName() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional string json_name = 10;
hasJstype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL];
hasJstype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL];
hasJstype() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL];
hasLabel() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
hasLabel() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
hasLabel() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
hasLazy() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool lazy = 5 [default = false];
hasLazy() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
optional bool lazy = 5 [default = false];
hasLazy() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
optional bool lazy = 5 [default = false];
hasLeadingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
optional string leading_comments = 3;
hasLeadingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
optional string leading_comments = 3;
hasLeadingComments() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
optional string leading_comments = 3;
hasMapEntry() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
optional bool map_entry = 7;
hasMapEntry() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
optional bool map_entry = 7;
hasMapEntry() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
optional bool map_entry = 7;
hasMessageSetWireFormat() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
optional bool message_set_wire_format = 1 [default = false];
hasMessageSetWireFormat() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
optional bool message_set_wire_format = 1 [default = false];
hasMessageSetWireFormat() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
optional bool message_set_wire_format = 1 [default = false];
hasName() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string name = 1;
hasName() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
optional string name = 1;
hasName() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
optional string name = 1;
hasName() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional string name = 1;
hasName() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
optional string name = 1;
hasName() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
optional string name = 1;
hasName() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional string name = 1;
hasName() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
optional string name = 1;
hasName() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
optional string name = 1;
hasName() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional string name = 1;
hasName() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
optional string name = 1;
hasName() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
optional string name = 1;
hasName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string name = 1;
hasName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional string name = 1;
hasName() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional string name = 1;
hasName() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string name = 1;
hasName() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional string name = 1;
hasName() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional string name = 1;
hasName() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string name = 1;
hasName() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional string name = 1;
hasName() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional string name = 1;
hasName() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
optional string name = 1;
hasName() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
optional string name = 1;
hasName() - Method in interface com.google.protobuf.DescriptorProtos.OneofDescriptorProtoOrBuilder
optional string name = 1;
hasName() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional string name = 1;
hasName() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
optional string name = 1;
hasName() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
optional string name = 1;
hasNamePart() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
required string name_part = 1;
hasNamePart() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
required string name_part = 1;
hasNamePart() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder
required string name_part = 1;
hasNegativeIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional int64 negative_int_value = 5;
hasNegativeIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional int64 negative_int_value = 5;
hasNegativeIntValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional int64 negative_int_value = 5;
hasNoStandardDescriptorAccessor() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
optional bool no_standard_descriptor_accessor = 2 [default = false];
hasNoStandardDescriptorAccessor() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
optional bool no_standard_descriptor_accessor = 2 [default = false];
hasNoStandardDescriptorAccessor() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
optional bool no_standard_descriptor_accessor = 2 [default = false];
hasNumber() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional int32 number = 2;
hasNumber() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
optional int32 number = 2;
hasNumber() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
optional int32 number = 2;
hasNumber() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional int32 number = 3;
hasNumber() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional int32 number = 3;
hasNumber() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional int32 number = 3;
hasObjcClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string objc_class_prefix = 36;
hasObjcClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional string objc_class_prefix = 36;
hasObjcClassPrefix() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional string objc_class_prefix = 36;
hasOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.AbstractMessage.Builder
TODO(jieluo): Clear it when all subclasses have implemented this method.
hasOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.AbstractMessage
TODO(jieluo): Clear it when all subclasses have implemented this method.
hasOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DynamicMessage.Builder
 
hasOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DynamicMessage
 
hasOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
hasOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.GeneratedMessage
 
hasOneof(Descriptors.OneofDescriptor) - Method in interface com.google.protobuf.MessageOrBuilder
Returns true if the given oneof is set.
hasOneofIndex() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional int32 oneof_index = 9;
hasOneofIndex() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional int32 oneof_index = 9;
hasOneofIndex() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional int32 oneof_index = 9;
hasOptimizeFor() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
hasOptimizeFor() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
hasOptimizeFor() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional .google.protobuf.MessageOptions options = 7;
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
optional .google.protobuf.MessageOptions options = 7;
hasOptions() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
optional .google.protobuf.MessageOptions options = 7;
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional .google.protobuf.EnumOptions options = 3;
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
optional .google.protobuf.EnumOptions options = 3;
hasOptions() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
optional .google.protobuf.EnumOptions options = 3;
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional .google.protobuf.EnumValueOptions options = 3;
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
optional .google.protobuf.EnumValueOptions options = 3;
hasOptions() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
optional .google.protobuf.EnumValueOptions options = 3;
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldOptions options = 8;
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional .google.protobuf.FieldOptions options = 8;
hasOptions() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional .google.protobuf.FieldOptions options = 8;
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.FileOptions options = 8;
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional .google.protobuf.FileOptions options = 8;
hasOptions() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional .google.protobuf.FileOptions options = 8;
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional .google.protobuf.MethodOptions options = 4;
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional .google.protobuf.MethodOptions options = 4;
hasOptions() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional .google.protobuf.MethodOptions options = 4;
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional .google.protobuf.ServiceOptions options = 3;
hasOptions() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
optional .google.protobuf.ServiceOptions options = 3;
hasOptions() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
optional .google.protobuf.ServiceOptions options = 3;
hasOutputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string output_type = 3;
hasOutputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional string output_type = 3;
hasOutputType() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional string output_type = 3;
hasPackage() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string package = 2;
hasPackage() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional string package = 2;
hasPackage() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional string package = 2;
hasPacked() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool packed = 2;
hasPacked() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
optional bool packed = 2;
hasPacked() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
optional bool packed = 2;
hasParameter() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
optional string parameter = 2;
hasParameter() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
optional string parameter = 2;
hasParameter() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
optional string parameter = 2;
hasPositiveIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional uint64 positive_int_value = 4;
hasPositiveIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional uint64 positive_int_value = 4;
hasPositiveIntValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional uint64 positive_int_value = 4;
hasPyGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool py_generic_services = 18 [default = false];
hasPyGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
optional bool py_generic_services = 18 [default = false];
hasPyGenericServices() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
optional bool py_generic_services = 18 [default = false];
hasServerStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional bool server_streaming = 6 [default = false];
hasServerStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
optional bool server_streaming = 6 [default = false];
hasServerStreaming() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
optional bool server_streaming = 6 [default = false];
hasSourceCodeInfo() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.SourceCodeInfo source_code_info = 9;
hasSourceCodeInfo() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional .google.protobuf.SourceCodeInfo source_code_info = 9;
hasSourceCodeInfo() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional .google.protobuf.SourceCodeInfo source_code_info = 9;
hasSourceContext() - Method in class com.google.protobuf.Api.Builder
optional .google.protobuf.SourceContext source_context = 5;
hasSourceContext() - Method in class com.google.protobuf.Api
optional .google.protobuf.SourceContext source_context = 5;
hasSourceContext() - Method in interface com.google.protobuf.ApiOrBuilder
optional .google.protobuf.SourceContext source_context = 5;
hasSourceContext() - Method in class com.google.protobuf.Enum.Builder
optional .google.protobuf.SourceContext source_context = 4;
hasSourceContext() - Method in class com.google.protobuf.Enum
optional .google.protobuf.SourceContext source_context = 4;
hasSourceContext() - Method in interface com.google.protobuf.EnumOrBuilder
optional .google.protobuf.SourceContext source_context = 4;
hasSourceContext() - Method in class com.google.protobuf.Type.Builder
optional .google.protobuf.SourceContext source_context = 5;
hasSourceContext() - Method in class com.google.protobuf.Type
optional .google.protobuf.SourceContext source_context = 5;
hasSourceContext() - Method in interface com.google.protobuf.TypeOrBuilder
optional .google.protobuf.SourceContext source_context = 5;
hasStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
optional int32 start = 1;
hasStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
optional int32 start = 1;
hasStart() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
optional int32 start = 1;
hasStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
optional int32 start = 1;
hasStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
optional int32 start = 1;
hasStart() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder
optional int32 start = 1;
hasStringValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional bytes string_value = 7;
hasStringValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
optional bytes string_value = 7;
hasStringValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
optional bytes string_value = 7;
hasSyntax() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string syntax = 12;
hasSyntax() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
optional string syntax = 12;
hasSyntax() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
optional string syntax = 12;
hasTrailingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
optional string trailing_comments = 4;
hasTrailingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
optional string trailing_comments = 4;
hasTrailingComments() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
optional string trailing_comments = 4;
hasType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldDescriptorProto.Type type = 5;
hasType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional .google.protobuf.FieldDescriptorProto.Type type = 5;
hasType() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional .google.protobuf.FieldDescriptorProto.Type type = 5;
hasTypeName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string type_name = 6;
hasTypeName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
optional string type_name = 6;
hasTypeName() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
optional string type_name = 6;
hasValue() - Method in class com.google.protobuf.Option.Builder
optional .google.protobuf.Any value = 2;
hasValue() - Method in class com.google.protobuf.Option
optional .google.protobuf.Any value = 2;
hasValue() - Method in interface com.google.protobuf.OptionOrBuilder
optional .google.protobuf.Any value = 2;
hasWeak() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool weak = 10 [default = false];
hasWeak() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
optional bool weak = 10 [default = false];
hasWeak() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
optional bool weak = 10 [default = false];

I

IDENTIFIER_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
INPUT_TYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
INSERTION_POINT_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
instance - Variable in class com.google.protobuf.GeneratedMessageLite.Builder
 
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
 
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() - Constructor for class com.google.protobuf.Internal
 
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.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.
internalBuildGeneratedFileFrom(String[], Descriptors.FileDescriptor[], Descriptors.FileDescriptor.InternalDescriptorAssigner) - Static method in class com.google.protobuf.Descriptors.FileDescriptor
This method is to be called by generated code only.
internalBuildGeneratedFileFrom(String[], Class<?>, String[], String[], Descriptors.FileDescriptor.InternalDescriptorAssigner) - Static method in class com.google.protobuf.Descriptors.FileDescriptor
This method is to be called by generated code only.
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Any.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Any
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Api.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Api
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.BoolValue.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.BoolValue
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.BytesValue.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.BytesValue
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DoubleValue.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.DoubleValue
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Duration.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Duration
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Empty.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Empty
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Enum.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Enum
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.EnumValue.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.EnumValue
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Field.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Field
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.FieldMask.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.FieldMask
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.FloatValue.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.FloatValue
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.GeneratedMessage.Builder
Get the FieldAccessorTable for this type.
internalGetFieldAccessorTable() - Method in class com.google.protobuf.GeneratedMessage
Get the FieldAccessorTable for this type.
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Int32Value.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Int32Value
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Int64Value.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Int64Value
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.ListValue.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.ListValue
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Method.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Method
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Mixin.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Mixin
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Option.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Option
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.SourceContext.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.SourceContext
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.StringValue.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.StringValue
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Struct.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Struct
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Timestamp.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Timestamp
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Type.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Type
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.UInt32Value.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.UInt32Value
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.UInt64Value.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.UInt64Value
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Value.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.Value
 
internalGetMapField(int) - Method in class com.google.protobuf.GeneratedMessage.Builder
Gets the map field with the given field number.
internalGetMapField(int) - Method in class com.google.protobuf.GeneratedMessage
Gets the map field with the given field number.
internalGetMapField(int) - Method in class com.google.protobuf.Struct.Builder
 
internalGetMapField(int) - Method in class com.google.protobuf.Struct
 
internalGetMutableMapField(int) - Method in class com.google.protobuf.GeneratedMessage.Builder
Like internalGetMapField but return a mutable version.
internalGetMutableMapField(int) - Method in class com.google.protobuf.Struct.Builder
 
internalGetValueMap() - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
 
internalGetValueMap() - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
 
internalGetValueMap() - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
 
internalGetValueMap() - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
 
internalGetValueMap() - Static method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
 
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
 
internalInit(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
For use by generated code only.
internalMergeFrom(MessageLite.Builder, MessageLite) - Method in class com.google.protobuf.Descriptors.FieldDescriptor
For internal use only.
internalUpdateFileDescriptor(Descriptors.FileDescriptor, ExtensionRegistry) - Static method in class com.google.protobuf.Descriptors.FileDescriptor
This method is to be called by generated code only.
InvalidProtocolBufferException - Exception in com.google.protobuf
Thrown when a protocol message being parsed is invalid in some way, e.g.
InvalidProtocolBufferException(String) - Constructor for exception com.google.protobuf.InvalidProtocolBufferException
 
is(Class<T>) - Method in class com.google.protobuf.Any
 
IS_EXTENSION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
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.
isBuilt - Variable in class com.google.protobuf.GeneratedMessageLite.Builder
 
isCanceled() - Method in interface com.google.protobuf.RpcController
If true, indicates that the client canceled the RPC, so the server may as well give up on replying to it.
isClean() - Method in class com.google.protobuf.GeneratedMessage.Builder
Gets whether invalidations are needed
isEagerlyParseMessageSets() - Static method in class com.google.protobuf.ExtensionRegistryLite
 
isEmpty() - Method in class com.google.protobuf.ByteString
Returns true if the size is 0, false otherwise.
isEmpty() - Method in class com.google.protobuf.RepeatedFieldBuilder
Gets whether the list is empty.
isExtendable() - Method in class com.google.protobuf.Descriptors.Descriptor
Indicates whether the message can be extended.
isExtension() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Is this field an extension?
isExtensionNumber(int) - Method in class com.google.protobuf.Descriptors.Descriptor
Determines if the given field number is an extension.
isInitialized() - Method in class com.google.protobuf.AbstractMessage
 
isInitialized() - Method in class com.google.protobuf.Any.Builder
 
isInitialized() - Method in class com.google.protobuf.Any
 
isInitialized() - Method in class com.google.protobuf.Api.Builder
 
isInitialized() - Method in class com.google.protobuf.Api
 
isInitialized() - Method in class com.google.protobuf.BoolValue.Builder
 
isInitialized() - Method in class com.google.protobuf.BoolValue
 
isInitialized() - Method in class com.google.protobuf.BytesValue.Builder
 
isInitialized() - Method in class com.google.protobuf.BytesValue
 
isInitialized() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
 
isInitialized() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
isInitialized() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
 
isInitialized() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
 
isInitialized() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
isInitialized() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
isInitialized() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
isInitialized() - Method in class com.google.protobuf.DoubleValue.Builder
 
isInitialized() - Method in class com.google.protobuf.DoubleValue
 
isInitialized() - Method in class com.google.protobuf.Duration.Builder
 
isInitialized() - Method in class com.google.protobuf.Duration
 
isInitialized() - Method in class com.google.protobuf.DynamicMessage.Builder
 
isInitialized() - Method in class com.google.protobuf.DynamicMessage
 
isInitialized() - Method in class com.google.protobuf.Empty.Builder
 
isInitialized() - Method in class com.google.protobuf.Empty
 
isInitialized() - Method in class com.google.protobuf.Enum.Builder
 
isInitialized() - Method in class com.google.protobuf.Enum
 
isInitialized() - Method in class com.google.protobuf.EnumValue.Builder
 
isInitialized() - Method in class com.google.protobuf.EnumValue
 
isInitialized() - Method in class com.google.protobuf.Field.Builder
 
isInitialized() - Method in class com.google.protobuf.Field
 
isInitialized() - Method in class com.google.protobuf.FieldMask.Builder
 
isInitialized() - Method in class com.google.protobuf.FieldMask
 
isInitialized() - Method in class com.google.protobuf.FloatValue.Builder
 
isInitialized() - Method in class com.google.protobuf.FloatValue
 
isInitialized() - Method in class com.google.protobuf.GeneratedMessage.Builder
 
isInitialized() - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
isInitialized() - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
isInitialized() - Method in class com.google.protobuf.GeneratedMessage
 
isInitialized() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
isInitialized() - Method in class com.google.protobuf.GeneratedMessageLite
 
isInitialized(T, boolean) - Static method in class com.google.protobuf.GeneratedMessageLite
A static helper method for checking if a message is initialized, optionally memoizing.
isInitialized() - Method in class com.google.protobuf.Int32Value.Builder
 
isInitialized() - Method in class com.google.protobuf.Int32Value
 
isInitialized() - Method in class com.google.protobuf.Int64Value.Builder
 
isInitialized() - Method in class com.google.protobuf.Int64Value
 
isInitialized() - Method in class com.google.protobuf.ListValue.Builder
 
isInitialized() - Method in class com.google.protobuf.ListValue
 
isInitialized() - Method in class com.google.protobuf.MapEntry.Builder
 
isInitialized() - Method in class com.google.protobuf.MapEntry
 
isInitialized() - Method in class com.google.protobuf.MapEntryLite.Builder
 
isInitialized() - Method in class com.google.protobuf.MapEntryLite
 
isInitialized() - Method in interface com.google.protobuf.MessageLiteOrBuilder
Returns true if all required fields in the message and all embedded messages are set, false otherwise.
isInitialized() - Method in class com.google.protobuf.Method.Builder
 
isInitialized() - Method in class com.google.protobuf.Method
 
isInitialized() - Method in class com.google.protobuf.Mixin.Builder
 
isInitialized() - Method in class com.google.protobuf.Mixin
 
isInitialized() - Method in class com.google.protobuf.Option.Builder
 
isInitialized() - Method in class com.google.protobuf.Option
 
isInitialized() - Method in class com.google.protobuf.SourceContext.Builder
 
isInitialized() - Method in class com.google.protobuf.SourceContext
 
isInitialized() - Method in class com.google.protobuf.StringValue.Builder
 
isInitialized() - Method in class com.google.protobuf.StringValue
 
isInitialized() - Method in class com.google.protobuf.Struct.Builder
 
isInitialized() - Method in class com.google.protobuf.Struct
 
isInitialized() - Method in class com.google.protobuf.Timestamp.Builder
 
isInitialized() - Method in class com.google.protobuf.Timestamp
 
isInitialized() - Method in class com.google.protobuf.Type.Builder
 
isInitialized() - Method in class com.google.protobuf.Type
 
isInitialized() - Method in class com.google.protobuf.UInt32Value.Builder
 
isInitialized() - Method in class com.google.protobuf.UInt32Value
 
isInitialized() - Method in class com.google.protobuf.UInt64Value.Builder
 
isInitialized() - Method in class com.google.protobuf.UInt64Value
 
isInitialized() - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
isInitialized() - Method in class com.google.protobuf.UnknownFieldSet
 
isInitialized() - Method in class com.google.protobuf.Value.Builder
 
isInitialized() - Method in class com.google.protobuf.Value
 
isMapField() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
 
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.MapField
Returns whether this field can be modified.
isMutable() - Method in class com.google.protobuf.MapFieldLite
Returns whether this field can be modified.
ISO_8859_1 - Static variable in class com.google.protobuf.Internal
 
isOptional() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Is this field declared optional?
isPackable() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Can this field be packed? i.e.
isPackable() - Method in enum com.google.protobuf.WireFormat.FieldType
 
isPacked() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Does this field have the [packed = true] option or is this field packable in proto3 and not explicitly setted to unpacked?
isRepeated() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Is this field declared repeated?
isRepeated() - Method in class com.google.protobuf.ExtensionLite
Returns whether it is a repeated field.
isRepeated() - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
 
isRepeated() - Method in class com.google.protobuf.GeneratedMessageLite.GeneratedExtension
 
isRequired() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Is this field declared required?
isReservedName(String) - Method in class com.google.protobuf.Descriptors.Descriptor
Determines if the given field name is reserved.
isReservedNumber(int) - Method in class com.google.protobuf.Descriptors.Descriptor
Determines if the given field number is reserved.
isValidUtf8() - Method in class com.google.protobuf.ByteString
Tells whether this ByteString represents a well-formed UTF-8 byte sequence, such that the original bytes can be converted to a String object and then round tripped back to bytes without loss.
isValidUtf8(ByteString) - Static method in class com.google.protobuf.Internal
Helper called by generated code to determine if a byte array is a valid UTF-8 encoded string such that the original bytes can be converted to a String object and then back to a byte array round tripping the bytes without loss.
isValidUtf8(byte[]) - Static method in class com.google.protobuf.Internal
Like Internal.isValidUtf8(ByteString) but for byte arrays.
iterator() - Method in class com.google.protobuf.ByteString
Return a ByteString.ByteIterator over the bytes in the ByteString.
iterator() - Method in class com.google.protobuf.UnmodifiableLazyStringList
 

J

JAVA_GENERATE_EQUALS_AND_HASH_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
JAVA_GENERIC_SERVICES_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
JAVA_MULTIPLE_FILES_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
JAVA_OUTER_CLASSNAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
JAVA_PACKAGE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
JAVA_STRING_CHECK_UTF8_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
JAVANANO_USE_DEPRECATED_PACKAGE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
JS_NORMAL_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
JS_NORMAL = 0;
JS_NUMBER_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
JS_NUMBER = 2;
JS_STRING_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
JS_STRING = 1;
JSON_NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
JSON_NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.Field
 
JSTYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
 

K

KIND_FIELD_NUMBER - Static variable in class com.google.protobuf.Field
 

L

LABEL_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
LABEL_OPTIONAL_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
LABEL_OPTIONAL = 1;
LABEL_REPEATED_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
LABEL_REPEATED = 3;
LABEL_REQUIRED_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
LABEL_REQUIRED = 2;
LAZY_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
 
LazyField - Class in com.google.protobuf
LazyField encapsulates the logic of lazily parsing message fields.
LazyField(MessageLite, ExtensionRegistryLite, ByteString) - Constructor for class com.google.protobuf.LazyField
 
LazyFieldLite - Class in com.google.protobuf
LazyFieldLite encapsulates the logic of lazily parsing message fields.
LazyFieldLite(ExtensionRegistryLite, ByteString) - Constructor for class com.google.protobuf.LazyFieldLite
Constructs a LazyFieldLite with bytes that will be parsed lazily.
LazyFieldLite() - Constructor for class com.google.protobuf.LazyFieldLite
Constructs a LazyFieldLite with no contents, and no ability to parse extensions.
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.
LEADING_COMMENTS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
LEADING_DETACHED_COMMENTS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
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
 
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
 
LITE_RUNTIME_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
LITE_RUNTIME = 3;
LITTLE_ENDIAN_32_SIZE - Static variable in class com.google.protobuf.CodedOutputStream
 
LITTLE_ENDIAN_64_SIZE - Static variable in class com.google.protobuf.CodedOutputStream
 
LOCATION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 

M

makeExtensionsImmutable() - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
Used by parsing constructors in generated classes.
makeExtensionsImmutable() - Method in class com.google.protobuf.GeneratedMessage
Used by parsing constructors in generated classes.
makeImmutable(T) - Static method in class com.google.protobuf.GeneratedMessageLite
 
makeImmutable() - Method in interface com.google.protobuf.Internal.ProtobufList
Makes this list immutable.
makeImmutable() - Method in class com.google.protobuf.MapField
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_ENTRY_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MessageOptions
 
MapAdapter(Map<K, RealValue>, Internal.MapAdapter.Converter<RealValue, V>) - Constructor for class com.google.protobuf.Internal.MapAdapter
 
MapEntry<K,V> - Class in com.google.protobuf
Implements MapEntry messages.
MapEntry.Builder<K,V> - Class in com.google.protobuf
Builder to create MapEntry messages.
MapEntryLite<K,V> - Class in com.google.protobuf
Implements the lite version of map entry messages.
MapEntryLite.Builder<K,V> - Class in com.google.protobuf
Builder used to create MapEntryLite messages.
MapField<K,V> - Class in com.google.protobuf
Internal representation of map fields in generated messages.
MapFieldLite<K,V> - Class in com.google.protobuf
Internal representation of map fields in generated lite-runtime messages.
markClean() - Method in class com.google.protobuf.GeneratedMessage.Builder
Called by the subclass or a builder to notify us that a message was built and may be cached and therefore invalidations are needed.
markDirty() - Method in interface com.google.protobuf.GeneratedMessage.BuilderParent
A builder becomes dirty whenever a field is modified -- including fields in nested builders -- and becomes clean when build() is called.
markDirty() - Method in class com.google.protobuf.RepeatedFieldBuilder
 
markDirty() - Method in class com.google.protobuf.SingleFieldBuilder
 
memoizedHashCode - Variable in class com.google.protobuf.AbstractMessageLite
 
memoizedSerializedSize - Variable in class com.google.protobuf.GeneratedMessageLite
For use by generated code only.
memoizedSize - Variable in class com.google.protobuf.AbstractMessage
 
merge(LazyFieldLite) - Method in class com.google.protobuf.LazyFieldLite
Merges another instance's contents.
merge(Readable, Message.Builder) - Static method in class com.google.protobuf.TextFormat
Parse a text-format message from input and merge the contents into builder.
merge(CharSequence, Message.Builder) - Static method in class com.google.protobuf.TextFormat
Parse a text-format message from input and merge the contents into builder.
merge(Readable, ExtensionRegistry, Message.Builder) - Static method in class com.google.protobuf.TextFormat
Parse a text-format message from input and merge the contents into builder.
merge(CharSequence, ExtensionRegistry, Message.Builder) - Static method in class com.google.protobuf.TextFormat
Parse a text-format message from input and merge the contents into builder.
merge(Readable, Message.Builder) - Method in class com.google.protobuf.TextFormat.Parser
Parse a text-format message from input and merge the contents into builder.
merge(CharSequence, Message.Builder) - Method in class com.google.protobuf.TextFormat.Parser
Parse a text-format message from input and merge the contents into builder.
merge(Readable, ExtensionRegistry, Message.Builder) - Method in class com.google.protobuf.TextFormat.Parser
Parse a text-format message from input and merge the contents into builder.
merge(CharSequence, ExtensionRegistry, Message.Builder) - Method in class com.google.protobuf.TextFormat.Parser
Parse a text-format message from input and merge the contents into builder.
mergeDelimitedFrom(InputStream) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeDelimitedFrom(InputStream) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeDelimitedFrom(InputStream) - Method in interface com.google.protobuf.Message.Builder
 
mergeDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Message.Builder
 
mergeDelimitedFrom(InputStream) - Method in interface com.google.protobuf.MessageLite.Builder
Like MessageLite.Builder.mergeFrom(InputStream), but does not read until EOF.
mergeDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
mergeDelimitedFrom(InputStream) - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
mergeDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
mergeExtensionFields(GeneratedMessage.ExtendableMessage) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
mergeExtensionFields(MessageType) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
 
mergeField(int, UnknownFieldSet.Field) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Add a field to the UnknownFieldSet.
mergeFieldFrom(int, CodedInputStream) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Parse a single field from input and merge it into this set.
mergeFrom(Message) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(CodedInputStream) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(ByteString) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(byte[]) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(byte[], int, int) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(byte[], ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(byte[], int, int, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(InputStream) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeFrom(CodedInputStream) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(ByteString) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(byte[]) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(byte[], int, int) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(byte[], ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(byte[], int, int, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(InputStream) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.Any.Builder
 
mergeFrom(Any) - Method in class com.google.protobuf.Any.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Any.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.Api.Builder
 
mergeFrom(Api) - Method in class com.google.protobuf.Api.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Api.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.BoolValue.Builder
 
mergeFrom(BoolValue) - Method in class com.google.protobuf.BoolValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.BoolValue.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.BytesValue.Builder
 
mergeFrom(BytesValue) - Method in class com.google.protobuf.BytesValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.BytesValue.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
 
mergeFrom(PluginProtos.CodeGeneratorRequest) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
 
mergeFrom(PluginProtos.CodeGeneratorResponse) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
 
mergeFrom(PluginProtos.CodeGeneratorResponse.File) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
mergeFrom(DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
mergeFrom(DescriptorProtos.DescriptorProto.ExtensionRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
mergeFrom(DescriptorProtos.DescriptorProto.ReservedRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
mergeFrom(DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
mergeFrom(DescriptorProtos.EnumOptions) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
mergeFrom(DescriptorProtos.EnumValueDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
mergeFrom(DescriptorProtos.EnumValueOptions) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
mergeFrom(DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
mergeFrom(DescriptorProtos.FieldOptions) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
mergeFrom(DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
mergeFrom(DescriptorProtos.FileDescriptorSet) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
mergeFrom(DescriptorProtos.FileOptions) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
mergeFrom(DescriptorProtos.MessageOptions) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
mergeFrom(DescriptorProtos.MethodDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
mergeFrom(DescriptorProtos.MethodOptions) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
mergeFrom(DescriptorProtos.OneofDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
mergeFrom(DescriptorProtos.ServiceDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
mergeFrom(DescriptorProtos.ServiceOptions) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
mergeFrom(DescriptorProtos.SourceCodeInfo) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
mergeFrom(DescriptorProtos.SourceCodeInfo.Location) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
mergeFrom(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
mergeFrom(DescriptorProtos.UninterpretedOption.NamePart) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DoubleValue.Builder
 
mergeFrom(DoubleValue) - Method in class com.google.protobuf.DoubleValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DoubleValue.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.Duration.Builder
 
mergeFrom(Duration) - Method in class com.google.protobuf.Duration.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Duration.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.DynamicMessage.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.Empty.Builder
 
mergeFrom(Empty) - Method in class com.google.protobuf.Empty.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Empty.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.Enum.Builder
 
mergeFrom(Enum) - Method in class com.google.protobuf.Enum.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Enum.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.EnumValue.Builder
 
mergeFrom(EnumValue) - Method in class com.google.protobuf.EnumValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.EnumValue.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.Field.Builder
 
mergeFrom(Field) - Method in class com.google.protobuf.Field.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Field.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.FieldMask.Builder
 
mergeFrom(FieldMask) - Method in class com.google.protobuf.FieldMask.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.FieldMask.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.FloatValue.Builder
 
mergeFrom(FloatValue) - Method in class com.google.protobuf.FloatValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.FloatValue.Builder
 
mergeFrom(MessageType) - Method in class com.google.protobuf.GeneratedMessageLite.Builder
All subclasses implement this.
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.Int32Value.Builder
 
mergeFrom(Int32Value) - Method in class com.google.protobuf.Int32Value.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Int32Value.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.Int64Value.Builder
 
mergeFrom(Int64Value) - Method in class com.google.protobuf.Int64Value.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Int64Value.Builder
 
mergeFrom(LazyStringList) - Method in class com.google.protobuf.LazyStringArrayList
 
mergeFrom(LazyStringList) - Method in interface com.google.protobuf.LazyStringList
Merges all elements from another LazyStringList into this one.
mergeFrom(Message) - Method in class com.google.protobuf.ListValue.Builder
 
mergeFrom(ListValue) - Method in class com.google.protobuf.ListValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.ListValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.MapEntryLite.Builder
 
mergeFrom(MapField<K, V>) - Method in class com.google.protobuf.MapField
 
mergeFrom(MapFieldLite<K, V>) - Method in class com.google.protobuf.MapFieldLite
 
mergeFrom(Message) - Method in interface com.google.protobuf.Message.Builder
Merge other into the message being built.
mergeFrom(CodedInputStream) - Method in interface com.google.protobuf.Message.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Message.Builder
 
mergeFrom(ByteString) - Method in interface com.google.protobuf.Message.Builder
 
mergeFrom(ByteString, ExtensionRegistryLite) - Method in interface com.google.protobuf.Message.Builder
 
mergeFrom(byte[]) - Method in interface com.google.protobuf.Message.Builder
 
mergeFrom(byte[], int, int) - Method in interface com.google.protobuf.Message.Builder
 
mergeFrom(byte[], ExtensionRegistryLite) - Method in interface com.google.protobuf.Message.Builder
 
mergeFrom(byte[], int, int, ExtensionRegistryLite) - Method in interface com.google.protobuf.Message.Builder
 
mergeFrom(InputStream) - Method in interface com.google.protobuf.Message.Builder
 
mergeFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Message.Builder
 
mergeFrom(CodedInputStream) - Method in interface com.google.protobuf.MessageLite.Builder
Parses a message of this type from the input and merges it with this message.
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
Like MessageLite.Builder.mergeFrom(CodedInputStream), but also parses extensions.
mergeFrom(ByteString) - Method in interface com.google.protobuf.MessageLite.Builder
Parse data as a message of this type and merge it with the message being built.
mergeFrom(ByteString, ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
Parse data as a message of this type and merge it with the message being built.
mergeFrom(byte[]) - Method in interface com.google.protobuf.MessageLite.Builder
Parse data as a message of this type and merge it with the message being built.
mergeFrom(byte[], int, int) - Method in interface com.google.protobuf.MessageLite.Builder
Parse data as a message of this type and merge it with the message being built.
mergeFrom(byte[], ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
Parse data as a message of this type and merge it with the message being built.
mergeFrom(byte[], int, int, ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
Parse data as a message of this type and merge it with the message being built.
mergeFrom(InputStream) - Method in interface com.google.protobuf.MessageLite.Builder
Parse a message of this type from input and merge it with the message being built.
mergeFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
Parse a message of this type from input and merge it with the message being built.
mergeFrom(Message) - Method in class com.google.protobuf.Method.Builder
 
mergeFrom(Method) - Method in class com.google.protobuf.Method.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Method.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.Mixin.Builder
 
mergeFrom(Mixin) - Method in class com.google.protobuf.Mixin.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Mixin.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.Option.Builder
 
mergeFrom(Option) - Method in class com.google.protobuf.Option.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Option.Builder
 
mergeFrom(MType) - Method in class com.google.protobuf.SingleFieldBuilder
Merges the field from another field.
mergeFrom(Message) - Method in class com.google.protobuf.SourceContext.Builder
 
mergeFrom(SourceContext) - Method in class com.google.protobuf.SourceContext.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.SourceContext.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.StringValue.Builder
 
mergeFrom(StringValue) - Method in class com.google.protobuf.StringValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.StringValue.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.Struct.Builder
 
mergeFrom(Struct) - Method in class com.google.protobuf.Struct.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Struct.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.Timestamp.Builder
 
mergeFrom(Timestamp) - Method in class com.google.protobuf.Timestamp.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Timestamp.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.Type.Builder
 
mergeFrom(Type) - Method in class com.google.protobuf.Type.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Type.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.UInt32Value.Builder
 
mergeFrom(UInt32Value) - Method in class com.google.protobuf.UInt32Value.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.UInt32Value.Builder
 
mergeFrom(Message) - Method in class com.google.protobuf.UInt64Value.Builder
 
mergeFrom(UInt64Value) - Method in class com.google.protobuf.UInt64Value.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.UInt64Value.Builder
 
mergeFrom(UnknownFieldSet) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Merge the fields from other into this set.
mergeFrom(CodedInputStream) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Parse an entire message from input and merge its fields into this set.
mergeFrom(ByteString) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Parse data as an UnknownFieldSet and merge it with the set being built.
mergeFrom(byte[]) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Parse data as an UnknownFieldSet and merge it with the set being built.
mergeFrom(InputStream) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Parse an UnknownFieldSet from input and merge it with the set being built.
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
mergeFrom(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
mergeFrom(byte[], int, int) - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
mergeFrom(byte[], ExtensionRegistryLite) - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
mergeFrom(byte[], int, int, ExtensionRegistryLite) - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
mergeFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.UnknownFieldSet.Builder
 
mergeFrom(UnknownFieldSet.Field) - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
Merge the values in other into this field.
mergeFrom(LazyStringList) - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
mergeFrom(Message) - Method in class com.google.protobuf.Value.Builder
 
mergeFrom(Value) - Method in class com.google.protobuf.Value.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Value.Builder
 
mergeLengthDelimitedField(int, ByteString) - Method in class com.google.protobuf.GeneratedMessageLite
Called by subclasses to parse an unknown field.
mergeLengthDelimitedField(int, ByteString) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Convenience method for merging a length-delimited field.
mergeLengthDelimitedField(int, ByteString) - Method in class com.google.protobuf.UnknownFieldSetLite.Builder
Convenience method for merging a length-delimited field.
mergeListValue(ListValue) - Method in class com.google.protobuf.Value.Builder
optional .google.protobuf.ListValue list_value = 6;
mergeOptions(DescriptorProtos.MessageOptions) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional .google.protobuf.MessageOptions options = 7;
mergeOptions(DescriptorProtos.EnumOptions) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional .google.protobuf.EnumOptions options = 3;
mergeOptions(DescriptorProtos.EnumValueOptions) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional .google.protobuf.EnumValueOptions options = 3;
mergeOptions(DescriptorProtos.FieldOptions) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldOptions options = 8;
mergeOptions(DescriptorProtos.FileOptions) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.FileOptions options = 8;
mergeOptions(DescriptorProtos.MethodOptions) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional .google.protobuf.MethodOptions options = 4;
mergeOptions(DescriptorProtos.ServiceOptions) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional .google.protobuf.ServiceOptions options = 3;
mergeSourceCodeInfo(DescriptorProtos.SourceCodeInfo) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.SourceCodeInfo source_code_info = 9;
mergeSourceContext(SourceContext) - Method in class com.google.protobuf.Api.Builder
optional .google.protobuf.SourceContext source_context = 5;
mergeSourceContext(SourceContext) - Method in class com.google.protobuf.Enum.Builder
optional .google.protobuf.SourceContext source_context = 4;
mergeSourceContext(SourceContext) - Method in class com.google.protobuf.Type.Builder
optional .google.protobuf.SourceContext source_context = 5;
mergeStructValue(Struct) - Method in class com.google.protobuf.Value.Builder
optional .google.protobuf.Struct struct_value = 5;
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.AbstractMessage.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Any.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Api.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.BoolValue.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.BytesValue.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DoubleValue.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Duration.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DynamicMessage.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Empty.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Enum.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.EnumValue.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Field.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.FieldMask.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.FloatValue.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
mergeUnknownFields(UnknownFieldSetLite) - Method in class com.google.protobuf.GeneratedMessageLite
Merge some unknown fields into the UnknownFieldSetLite for this message.
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Int32Value.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Int64Value.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.ListValue.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in interface com.google.protobuf.Message.Builder
Merge some unknown fields into the UnknownFieldSet for this message.
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Method.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Mixin.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Option.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.SourceContext.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.StringValue.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Struct.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Timestamp.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Type.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.UInt32Value.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.UInt64Value.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Value.Builder
 
mergeValue(Any) - Method in class com.google.protobuf.Option.Builder
optional .google.protobuf.Any value = 2;
mergeVarintField(int, int) - Method in class com.google.protobuf.GeneratedMessageLite
Called by subclasses to parse an unknown field.
mergeVarintField(int, int) - Method in class com.google.protobuf.UnknownFieldSet.Builder
Convenience method for merging a new field containing a single varint value.
Message - Interface in com.google.protobuf
Abstract interface implemented by Protocol Message objects.
Message.Builder - Interface in com.google.protobuf
Abstract interface implemented by Protocol Message builders.
MESSAGE_SET_WIRE_FORMAT_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MessageOptions
 
MESSAGE_TYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
MessageLite - Interface in com.google.protobuf
Abstract interface implemented by Protocol Message objects.
MessageLite.Builder - Interface in com.google.protobuf
Abstract interface implemented by Protocol Message builders.
MessageLiteOrBuilder - Interface in com.google.protobuf
Base interface for methods common to MessageLite and MessageLite.Builder to provide type equivalency.
MessageOrBuilder - Interface in com.google.protobuf
Base interface for methods common to Message and Message.Builder to provide type equivalency.
Method - Class in com.google.protobuf
Protobuf type google.protobuf.Method
Method.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Method
METHOD_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
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
 

N

NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.Api
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
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
 
NAME_PART_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
NANOS_FIELD_NUMBER - Static variable in class com.google.protobuf.Duration
 
NANOS_FIELD_NUMBER - Static variable in class com.google.protobuf.Timestamp
 
needsUtf8Check() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
For internal use only.
NEGATIVE_INT_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
NESTED_TYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
newBooleanList() - Static method in class com.google.protobuf.GeneratedMessageLite
 
newBooleanList(List<Boolean>) - Static method in class com.google.protobuf.GeneratedMessageLite
 
newBooleanListWithCapacity(int) - Static method in class com.google.protobuf.GeneratedMessageLite
 
newBuilder() - Static method in class com.google.protobuf.Any
 
newBuilder(Any) - Static method in class com.google.protobuf.Any
 
newBuilder() - Static method in class com.google.protobuf.Api
 
newBuilder(Api) - Static method in class com.google.protobuf.Api
 
newBuilder() - Static method in class com.google.protobuf.BoolValue
 
newBuilder(BoolValue) - Static method in class com.google.protobuf.BoolValue
 
newBuilder() - Static method in class com.google.protobuf.BytesValue
 
newBuilder(BytesValue) - Static method in class com.google.protobuf.BytesValue
 
newBuilder() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
newBuilder(PluginProtos.CodeGeneratorRequest) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
newBuilder() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
newBuilder(PluginProtos.CodeGeneratorResponse.File) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
newBuilder() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
newBuilder(PluginProtos.CodeGeneratorResponse) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
newBuilder(DescriptorProtos.DescriptorProto.ExtensionRange) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
newBuilder(DescriptorProtos.DescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
newBuilder(DescriptorProtos.DescriptorProto.ReservedRange) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
newBuilder(DescriptorProtos.EnumDescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
newBuilder(DescriptorProtos.EnumOptions) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
newBuilder(DescriptorProtos.EnumValueDescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
newBuilder(DescriptorProtos.EnumValueOptions) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
newBuilder(DescriptorProtos.FieldDescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
newBuilder(DescriptorProtos.FieldOptions) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
newBuilder(DescriptorProtos.FileDescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
newBuilder(DescriptorProtos.FileDescriptorSet) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
newBuilder(DescriptorProtos.FileOptions) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
newBuilder(DescriptorProtos.MessageOptions) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
newBuilder(DescriptorProtos.MethodDescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
newBuilder(DescriptorProtos.MethodOptions) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
newBuilder(DescriptorProtos.OneofDescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
newBuilder(DescriptorProtos.ServiceDescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
newBuilder(DescriptorProtos.ServiceOptions) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
newBuilder(DescriptorProtos.SourceCodeInfo.Location) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
newBuilder(DescriptorProtos.SourceCodeInfo) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
newBuilder(DescriptorProtos.UninterpretedOption.NamePart) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
newBuilder(DescriptorProtos.UninterpretedOption) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
newBuilder() - Static method in class com.google.protobuf.DoubleValue
 
newBuilder(DoubleValue) - Static method in class com.google.protobuf.DoubleValue
 
newBuilder() - Static method in class com.google.protobuf.Duration
 
newBuilder(Duration) - Static method in class com.google.protobuf.Duration
 
newBuilder(Descriptors.Descriptor) - Static method in class com.google.protobuf.DynamicMessage
Construct a Message.Builder for the given type.
newBuilder(Message) - Static method in class com.google.protobuf.DynamicMessage
Construct a Message.Builder for a message of the same type as prototype, and initialize it with prototype's contents.
newBuilder() - Static method in class com.google.protobuf.Empty
 
newBuilder(Empty) - Static method in class com.google.protobuf.Empty
 
newBuilder() - Static method in class com.google.protobuf.Enum
 
newBuilder(Enum) - Static method in class com.google.protobuf.Enum
 
newBuilder() - Static method in class com.google.protobuf.EnumValue
 
newBuilder(EnumValue) - Static method in class com.google.protobuf.EnumValue
 
newBuilder() - Static method in class com.google.protobuf.Field
 
newBuilder(Field) - Static method in class com.google.protobuf.Field
 
newBuilder() - Static method in class com.google.protobuf.FieldMask
 
newBuilder(FieldMask) - Static method in class com.google.protobuf.FieldMask
 
newBuilder() - Static method in class com.google.protobuf.FloatValue
 
newBuilder(FloatValue) - Static method in class com.google.protobuf.FloatValue
 
newBuilder() - Static method in class com.google.protobuf.Int32Value
 
newBuilder(Int32Value) - Static method in class com.google.protobuf.Int32Value
 
newBuilder() - Static method in class com.google.protobuf.Int64Value
 
newBuilder(Int64Value) - Static method in class com.google.protobuf.Int64Value
 
newBuilder() - Static method in class com.google.protobuf.ListValue
 
newBuilder(ListValue) - Static method in class com.google.protobuf.ListValue
 
newBuilder() - Static method in class com.google.protobuf.Method
 
newBuilder(Method) - Static method in class com.google.protobuf.Method
 
newBuilder() - Static method in class com.google.protobuf.Mixin
 
newBuilder(Mixin) - Static method in class com.google.protobuf.Mixin
 
newBuilder() - Static method in class com.google.protobuf.Option
 
newBuilder(Option) - Static method in class com.google.protobuf.Option
 
newBuilder() - Static method in class com.google.protobuf.SourceContext
 
newBuilder(SourceContext) - Static method in class com.google.protobuf.SourceContext
 
newBuilder() - Static method in class com.google.protobuf.StringValue
 
newBuilder(StringValue) - Static method in class com.google.protobuf.StringValue
 
newBuilder() - Static method in class com.google.protobuf.Struct
 
newBuilder(Struct) - Static method in class com.google.protobuf.Struct
 
newBuilder() - Static method in class com.google.protobuf.TextFormat.Parser
Returns a new instance of TextFormat.Parser.Builder.
newBuilder() - Static method in class com.google.protobuf.Timestamp
 
newBuilder(Timestamp) - Static method in class com.google.protobuf.Timestamp
 
newBuilder() - Static method in class com.google.protobuf.Type
 
newBuilder(Type) - Static method in class com.google.protobuf.Type
 
newBuilder() - Static method in class com.google.protobuf.UInt32Value
 
newBuilder(UInt32Value) - Static method in class com.google.protobuf.UInt32Value
 
newBuilder() - Static method in class com.google.protobuf.UInt64Value
 
newBuilder(UInt64Value) - Static method in class com.google.protobuf.UInt64Value
 
newBuilder() - Static method in class com.google.protobuf.UnknownFieldSet.Field
newBuilder(UnknownFieldSet.Field) - Static method in class com.google.protobuf.UnknownFieldSet.Field
Construct a new UnknownFieldSet.Field.Builder and initialize it to a copy of copyFrom.
newBuilder() - Static method in class com.google.protobuf.UnknownFieldSet
newBuilder(UnknownFieldSet) - Static method in class com.google.protobuf.UnknownFieldSet
Create a new UnknownFieldSet.Builder and initialize it to be a copy of copyFrom.
newBuilder() - Static method in class com.google.protobuf.UnknownFieldSetLite
Returns an empty UnknownFieldSetLite.Builder.
newBuilder() - Static method in class com.google.protobuf.Value
 
newBuilder(Value) - Static method in class com.google.protobuf.Value
 
newBuilderForField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DynamicMessage.Builder
 
newBuilderForField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
newBuilderForField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.MapEntry.Builder
 
newBuilderForField(Descriptors.FieldDescriptor) - Method in interface com.google.protobuf.Message.Builder
Create a Builder for messages of the appropriate type for the given field.
newBuilderForType() - Method in class com.google.protobuf.Any
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.Any
 
newBuilderForType() - Method in class com.google.protobuf.Api
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.Api
 
newBuilderForType() - Method in class com.google.protobuf.BoolValue
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.BoolValue
 
newBuilderForType() - Method in class com.google.protobuf.BytesValue
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.BytesValue
 
newBuilderForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
newBuilderForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
newBuilderForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
newBuilderForType() - Method in class com.google.protobuf.DoubleValue
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.DoubleValue
 
newBuilderForType() - Method in class com.google.protobuf.Duration
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.Duration
 
newBuilderForType() - Method in class com.google.protobuf.DynamicMessage
 
newBuilderForType() - Method in class com.google.protobuf.Empty
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.Empty
 
newBuilderForType() - Method in class com.google.protobuf.Enum
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.Enum
 
newBuilderForType() - Method in class com.google.protobuf.EnumValue
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.EnumValue
 
newBuilderForType() - Method in class com.google.protobuf.Field
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.Field
 
newBuilderForType() - Method in class com.google.protobuf.FieldMask
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.FieldMask
 
newBuilderForType() - Method in class com.google.protobuf.FloatValue
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.FloatValue
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.GeneratedMessage
 
newBuilderForType() - Method in class com.google.protobuf.GeneratedMessageLite
 
newBuilderForType() - Method in class com.google.protobuf.Int32Value
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.Int32Value
 
newBuilderForType() - Method in class com.google.protobuf.Int64Value
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.Int64Value
 
newBuilderForType() - Method in class com.google.protobuf.ListValue
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.ListValue
 
newBuilderForType() - Method in class com.google.protobuf.MapEntry
 
newBuilderForType() - Method in class com.google.protobuf.MapEntryLite
 
newBuilderForType() - Method in interface com.google.protobuf.Message
 
newBuilderForType() - Method in interface com.google.protobuf.MessageLite
Constructs a new builder for a message of the same type as this message.
newBuilderForType() - Method in class com.google.protobuf.Method
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.Method
 
newBuilderForType() - Method in class com.google.protobuf.Mixin
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.Mixin
 
newBuilderForType() - Method in class com.google.protobuf.Option
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.Option
 
newBuilderForType() - Method in class com.google.protobuf.SourceContext
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.SourceContext
 
newBuilderForType() - Method in class com.google.protobuf.StringValue
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.StringValue
 
newBuilderForType() - Method in class com.google.protobuf.Struct
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.Struct
 
newBuilderForType() - Method in class com.google.protobuf.Timestamp
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.Timestamp
 
newBuilderForType() - Method in class com.google.protobuf.Type
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.Type
 
newBuilderForType() - Method in class com.google.protobuf.UInt32Value
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.UInt32Value
 
newBuilderForType() - Method in class com.google.protobuf.UInt64Value
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.UInt64Value
 
newBuilderForType() - Method in class com.google.protobuf.UnknownFieldSet
 
newBuilderForType() - Method in class com.google.protobuf.Value
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.Value
 
newCodedInput() - Method in class com.google.protobuf.ByteString
Creates a CodedInputStream which can be used to read the bytes.
newDefaultInstance(Descriptors.Descriptor, WireFormat.FieldType, K, WireFormat.FieldType, V) - Static method in class com.google.protobuf.MapEntry
Create a default MapEntry instance.
newDefaultInstance(WireFormat.FieldType, K, WireFormat.FieldType, V) - Static method in class com.google.protobuf.MapEntryLite
Creates a default MapEntryLite message instance.
newDoubleList() - Static method in class com.google.protobuf.GeneratedMessageLite
 
newDoubleList(List<Double>) - Static method in class com.google.protobuf.GeneratedMessageLite
 
newDoubleListWithCapacity(int) - Static method in class com.google.protobuf.GeneratedMessageLite
 
newEnumConverter(Internal.EnumLiteMap<T>, T) - Static method in class com.google.protobuf.Internal.MapAdapter
 
newExtensionWriter() - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
newExtensionWriter() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
 
newFileScopedGeneratedExtension(Class, Message) - Static method in class com.google.protobuf.GeneratedMessage
For use by generated code only.
newFileScopedGeneratedExtension(Class, Message, String, String) - Static method in class com.google.protobuf.GeneratedMessage
Used in proto1 generated code only.
newFloatList() - Static method in class com.google.protobuf.GeneratedMessageLite
 
newFloatList(List<Float>) - Static method in class com.google.protobuf.GeneratedMessageLite
 
newFloatListWithCapacity(int) - Static method in class com.google.protobuf.GeneratedMessageLite
 
newInput() - Method in class com.google.protobuf.ByteString
Creates an InputStream which can be used to read the bytes.
newInstance(InputStream) - Static method in class com.google.protobuf.CodedInputStream
Create a new CodedInputStream wrapping the given InputStream.
newInstance(byte[]) - Static method in class com.google.protobuf.CodedInputStream
Create a new CodedInputStream wrapping the given byte array.
newInstance(byte[], int, int) - Static method in class com.google.protobuf.CodedInputStream
Create a new CodedInputStream wrapping the given byte array slice.
newInstance(ByteBuffer) - Static method in class com.google.protobuf.CodedInputStream
Create a new CodedInputStream wrapping the given ByteBuffer.
newInstance(OutputStream) - Static method in class com.google.protobuf.CodedOutputStream
Create a new CodedOutputStream wrapping the given OutputStream.
newInstance(OutputStream, int) - Static method in class com.google.protobuf.CodedOutputStream
Create a new CodedOutputStream wrapping the given OutputStream with a given buffer size.
newInstance(byte[]) - Static method in class com.google.protobuf.CodedOutputStream
Create a new CodedOutputStream that writes directly to the given byte array.
newInstance(byte[], int, int) - Static method in class com.google.protobuf.CodedOutputStream
Create a new CodedOutputStream that writes directly to the given byte array slice.
newInstance(ByteBuffer) - Static method in class com.google.protobuf.CodedOutputStream
Create a new CodedOutputStream that writes to the given ByteBuffer.
newInstance(ByteBuffer, int) - Static method in class com.google.protobuf.CodedOutputStream
Create a new CodedOutputStream that writes to the given ByteBuffer.
newInstance() - Static method in class com.google.protobuf.ExtensionRegistry
Construct a new, empty instance.
newInstance() - Static method in class com.google.protobuf.ExtensionRegistryLite
Construct a new, empty instance.
newIntList() - Static method in class com.google.protobuf.GeneratedMessageLite
 
newIntList(List<Integer>) - Static method in class com.google.protobuf.GeneratedMessageLite
 
newIntListWithCapacity(int) - Static method in class com.google.protobuf.GeneratedMessageLite
 
newLongList() - Static method in class com.google.protobuf.GeneratedMessageLite
 
newLongList(List<Long>) - Static method in class com.google.protobuf.GeneratedMessageLite
 
newLongListWithCapacity(int) - Static method in class com.google.protobuf.GeneratedMessageLite
 
newMapField(MapEntry<K, V>) - Static method in class com.google.protobuf.MapField
Creates a new mutable empty MapField.
newMapField() - Static method in class com.google.protobuf.MapFieldLite
Creates a new MapFieldLite instance.
newMessageScopedGeneratedExtension(Message, int, Class, Message) - Static method in class com.google.protobuf.GeneratedMessage
For use by generated code only.
newMessageScopedGeneratedExtension(Message, String, Class, Message) - Static method in class com.google.protobuf.GeneratedMessage
Used in proto1 generated code only.
newMessageSetExtensionWriter() - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
newMessageSetExtensionWriter() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
 
newOneTimeCallback(RpcCallback<ParameterType>) - Static method in class com.google.protobuf.RpcUtil
Creates a callback which can only be called once.
newOutput(int) - Static method in class com.google.protobuf.ByteString
Creates a new ByteString.Output with the given initial capacity.
newOutput() - Static method in class com.google.protobuf.ByteString
Creates a new ByteString.Output.
newProtobufList() - Static method in class com.google.protobuf.GeneratedMessageLite
 
newProtobufList(List<E>) - Static method in class com.google.protobuf.GeneratedMessageLite
 
newProtobufListWithCapacity(int) - Static method in class com.google.protobuf.GeneratedMessageLite
 
newRepeatedGeneratedExtension(ContainingType, MessageLite, Internal.EnumLiteMap<?>, int, WireFormat.FieldType, boolean, Class) - Static method in class com.google.protobuf.GeneratedMessageLite
For use by generated code only.
newSingularGeneratedExtension(ContainingType, Type, MessageLite, Internal.EnumLiteMap<?>, int, WireFormat.FieldType, Class) - Static method in class com.google.protobuf.GeneratedMessageLite
For use by generated code only.
newUninitializedMessageException(Message) - Static method in class com.google.protobuf.AbstractMessage.Builder
Construct an UninitializedMessageException reporting missing fields in the given message.
newUninitializedMessageException(MessageLite) - Static method in class com.google.protobuf.AbstractMessageLite.Builder
Construct an UninitializedMessageException reporting missing fields in the given message.
nextByte() - Method in interface com.google.protobuf.ByteString.ByteIterator
An alternative to Iterator.next() that returns an unboxed primitive byte.
NO_STANDARD_DESCRIPTOR_ACCESSOR_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MessageOptions
 
notifyOnCancel(RpcCallback<Object>) - Method in interface com.google.protobuf.RpcController
Asks that the given callback be called when the RPC is canceled.
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.DescriptorProtos.EnumValueDescriptorProto
 
NUMBER_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
NUMBER_FIELD_NUMBER - Static variable in class com.google.protobuf.EnumValue
 
NUMBER_FIELD_NUMBER - Static variable in class com.google.protobuf.Field
 
NUMBER_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Value
 

O

OBJC_CLASS_PREFIX_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
onBuilt() - Method in class com.google.protobuf.GeneratedMessage.Builder
Called by the subclass when a message is built.
onChanged() - Method in class com.google.protobuf.GeneratedMessage.Builder
Called when a the builder or one of its nested children has changed and any parent should be notified of its invalidation.
ONEOF_DECL_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
ONEOF_INDEX_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
ONEOF_INDEX_FIELD_NUMBER - Static variable in class com.google.protobuf.Field
 
ONEOFS_FIELD_NUMBER - Static variable in class com.google.protobuf.Type
 
OPTIMIZE_FOR_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
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.DescriptorProtos.DescriptorProto
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
OPTIONS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
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
 
OUTPUT_TYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 

P

pack(T) - Static method in class com.google.protobuf.Any
 
PACKAGE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
PACKED_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
 
PACKED_FIELD_NUMBER - Static variable in class com.google.protobuf.Field
 
PARAMETER_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseDelimitedFrom(InputStream) - Method in class com.google.protobuf.AbstractParser
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Any
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Any
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Api
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Api
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.BoolValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.BoolValue
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.BytesValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.BytesValue
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DoubleValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DoubleValue
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Duration
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Duration
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Empty
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Empty
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Enum
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Enum
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.EnumValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.EnumValue
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Field
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Field
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.FieldMask
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.FieldMask
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.FloatValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.FloatValue
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Int32Value
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int32Value
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Int64Value
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int64Value
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.ListValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.ListValue
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Method
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Method
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Mixin
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Mixin
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Option
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 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 util EOF.
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseDelimitedFrom(InputStream) but supporting extensions.
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.SourceContext
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.SourceContext
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.StringValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.StringValue
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Struct
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Struct
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Timestamp
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Timestamp
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Type
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Type
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.UInt32Value
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt32Value
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.UInt64Value
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt64Value
 
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Value
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Value
 
ParseException(String) - Constructor for exception com.google.protobuf.TextFormat.ParseException
Create a new instance, with -1 as the line and column numbers.
ParseException(int, int, String) - Constructor for exception com.google.protobuf.TextFormat.ParseException
Create a new instance
parseFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(CodedInputStream) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(ByteString) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(byte[], int, int, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(byte[], int, int) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(byte[], ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(byte[]) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(InputStream) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Any
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Any
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Any
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Any
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Any
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Any
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Any
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Any
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Api
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Api
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Api
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Api
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Api
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Api
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Api
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Api
 
parseFrom(ByteString) - Static method in class com.google.protobuf.BoolValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.BoolValue
 
parseFrom(byte[]) - Static method in class com.google.protobuf.BoolValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.BoolValue
 
parseFrom(InputStream) - Static method in class com.google.protobuf.BoolValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.BoolValue
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.BoolValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.BoolValue
 
parseFrom(ByteString) - Static method in class com.google.protobuf.BytesValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.BytesValue
 
parseFrom(byte[]) - Static method in class com.google.protobuf.BytesValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.BytesValue
 
parseFrom(InputStream) - Static method in class com.google.protobuf.BytesValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.BytesValue
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.BytesValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.BytesValue
 
parseFrom(ByteString) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
parseFrom(byte[]) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
parseFrom(InputStream) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
parseFrom(ByteString) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
parseFrom(byte[]) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
parseFrom(InputStream) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
parseFrom(ByteString) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
parseFrom(byte[]) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
parseFrom(InputStream) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
parseFrom(ByteString) - Static method in class com.google.protobuf.DoubleValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DoubleValue
 
parseFrom(byte[]) - Static method in class com.google.protobuf.DoubleValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DoubleValue
 
parseFrom(InputStream) - Static method in class com.google.protobuf.DoubleValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DoubleValue
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DoubleValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DoubleValue
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Duration
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Duration
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Duration
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Duration
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Duration
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Duration
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Duration
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Duration
 
parseFrom(Descriptors.Descriptor, CodedInputStream) - Static method in class com.google.protobuf.DynamicMessage
Parse a message of the given type from the given input stream.
parseFrom(Descriptors.Descriptor, CodedInputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DynamicMessage
Parse a message of the given type from the given input stream.
parseFrom(Descriptors.Descriptor, ByteString) - Static method in class com.google.protobuf.DynamicMessage
Parse data as a message of the given type and return it.
parseFrom(Descriptors.Descriptor, ByteString, ExtensionRegistry) - Static method in class com.google.protobuf.DynamicMessage
Parse data as a message of the given type and return it.
parseFrom(Descriptors.Descriptor, byte[]) - Static method in class com.google.protobuf.DynamicMessage
Parse data as a message of the given type and return it.
parseFrom(Descriptors.Descriptor, byte[], ExtensionRegistry) - Static method in class com.google.protobuf.DynamicMessage
Parse data as a message of the given type and return it.
parseFrom(Descriptors.Descriptor, InputStream) - Static method in class com.google.protobuf.DynamicMessage
Parse a message of the given type from input and return it.
parseFrom(Descriptors.Descriptor, InputStream, ExtensionRegistry) - Static method in class com.google.protobuf.DynamicMessage
Parse a message of the given type from input and return it.
parseFrom(ByteString) - Static method in class com.google.protobuf.Empty
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Empty
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Empty
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Empty
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Empty
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Empty
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Empty
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Empty
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Enum
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Enum
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Enum
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Enum
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Enum
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Enum
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Enum
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Enum
 
parseFrom(ByteString) - Static method in class com.google.protobuf.EnumValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.EnumValue
 
parseFrom(byte[]) - Static method in class com.google.protobuf.EnumValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.EnumValue
 
parseFrom(InputStream) - Static method in class com.google.protobuf.EnumValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.EnumValue
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.EnumValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.EnumValue
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Field
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Field
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Field
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Field
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Field
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Field
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Field
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Field
 
parseFrom(ByteString) - Static method in class com.google.protobuf.FieldMask
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.FieldMask
 
parseFrom(byte[]) - Static method in class com.google.protobuf.FieldMask
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.FieldMask
 
parseFrom(InputStream) - Static method in class com.google.protobuf.FieldMask
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.FieldMask
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.FieldMask
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.FieldMask
 
parseFrom(ByteString) - Static method in class com.google.protobuf.FloatValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.FloatValue
 
parseFrom(byte[]) - Static method in class com.google.protobuf.FloatValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.FloatValue
 
parseFrom(InputStream) - Static method in class com.google.protobuf.FloatValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.FloatValue
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.FloatValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.FloatValue
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Int32Value
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int32Value
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Int32Value
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Int32Value
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Int32Value
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int32Value
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Int32Value
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int32Value
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Int64Value
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int64Value
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Int64Value
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Int64Value
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Int64Value
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int64Value
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Int64Value
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int64Value
 
parseFrom(ByteString) - Static method in class com.google.protobuf.ListValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.ListValue
 
parseFrom(byte[]) - Static method in class com.google.protobuf.ListValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.ListValue
 
parseFrom(InputStream) - Static method in class com.google.protobuf.ListValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.ListValue
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.ListValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.ListValue
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Method
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Method
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Method
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Method
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Method
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Method
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Method
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Method
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Mixin
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Mixin
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Mixin
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Mixin
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Mixin
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Mixin
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Mixin
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Mixin
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Option
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Option
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Option
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Option
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Option
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Option
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Option
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 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, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(CodedInputStream), but also parses extensions.
parseFrom(ByteString) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(ByteString, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(byte[], int, int) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(byte[], int, int, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(byte[]) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(byte[], ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(InputStream) - Method in interface com.google.protobuf.Parser
Parse a message of MessageType from input.
parseFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Parses a message of MessageType from input.
parseFrom(ByteString) - Static method in class com.google.protobuf.SourceContext
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.SourceContext
 
parseFrom(byte[]) - Static method in class com.google.protobuf.SourceContext
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.SourceContext
 
parseFrom(InputStream) - Static method in class com.google.protobuf.SourceContext
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.SourceContext
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.SourceContext
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.SourceContext
 
parseFrom(ByteString) - Static method in class com.google.protobuf.StringValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.StringValue
 
parseFrom(byte[]) - Static method in class com.google.protobuf.StringValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.StringValue
 
parseFrom(InputStream) - Static method in class com.google.protobuf.StringValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.StringValue
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.StringValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.StringValue
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Struct
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Struct
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Struct
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Struct
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Struct
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Struct
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Struct
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Struct
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Timestamp
 
parseFrom(ByteString) - Static method in class com.google.protobuf.Type
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Type
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Type
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Type
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Type
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Type
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Type
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Type
 
parseFrom(ByteString) - Static method in class com.google.protobuf.UInt32Value
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt32Value
 
parseFrom(byte[]) - Static method in class com.google.protobuf.UInt32Value
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt32Value
 
parseFrom(InputStream) - Static method in class com.google.protobuf.UInt32Value
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt32Value
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.UInt32Value
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt32Value
 
parseFrom(ByteString) - Static method in class com.google.protobuf.UInt64Value
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt64Value
 
parseFrom(byte[]) - Static method in class com.google.protobuf.UInt64Value
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt64Value
 
parseFrom(InputStream) - Static method in class com.google.protobuf.UInt64Value
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt64Value
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.UInt64Value
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt64Value
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.UnknownFieldSet
Parse an UnknownFieldSet from the given input stream.
parseFrom(ByteString) - Static method in class com.google.protobuf.UnknownFieldSet
Parse data as an UnknownFieldSet and return it.
parseFrom(byte[]) - Static method in class com.google.protobuf.UnknownFieldSet
Parse data as an UnknownFieldSet and return it.
parseFrom(InputStream) - Static method in class com.google.protobuf.UnknownFieldSet
Parse an UnknownFieldSet from input and return it.
parseFrom(ByteString) - Static method in class com.google.protobuf.Value
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Value
 
parseFrom(byte[]) - Static method in class com.google.protobuf.Value
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Value
 
parseFrom(InputStream) - Static method in class com.google.protobuf.Value
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Value
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Value
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Value
 
parsePartialDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parsePartialDelimitedFrom(InputStream) - Method in class com.google.protobuf.AbstractParser
 
parsePartialDelimitedFrom(InputStream) - Method in interface com.google.protobuf.Parser
Like Parser.parseDelimitedFrom(InputStream), but does not throw an exception if the message is missing required fields.
parsePartialDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseDelimitedFrom(InputStream, ExtensionRegistryLite), but does not throw an exception if the message is missing required fields.
parsePartialFrom(CodedInputStream) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(ByteString) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(byte[], int, int, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(byte[], int, int) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(byte[], ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(byte[]) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(InputStream) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser
 
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 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(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 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[], 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 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[]) - 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[], 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(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 interface com.google.protobuf.Parser
Like Parser.parseFrom(InputStream, ExtensionRegistryLite), but does not throw an exception if the message is missing required fields.
parsePartialFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.UnknownFieldSet.Parser
 
parser() - 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 variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
Deprecated.
parser() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
PARSER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
Deprecated.
parser() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
PARSER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
Deprecated.
parser() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
Deprecated.
parser() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
Deprecated.
parser() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
Deprecated.
parser() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
Deprecated.
parser() - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.EnumOptions
Deprecated.
parser() - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
Deprecated.
parser() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.EnumValueOptions
Deprecated.
parser() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
Deprecated.
parser() - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
Deprecated.
parser() - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
Deprecated.
parser() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
Deprecated.
parser() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
Deprecated.
parser() - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
 
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.MessageOptions
Deprecated.
parser() - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
Deprecated.
parser() - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.MethodOptions
Deprecated.
parser() - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
Deprecated.
parser() - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
Deprecated.
parser() - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.ServiceOptions
Deprecated.
parser() - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
Deprecated.
parser() - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
Deprecated.
parser() - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
Deprecated.
parser() - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
PARSER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption
Deprecated.
parser() - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
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<MessageType> - Interface in com.google.protobuf
Abstract interface for parsing Protocol Messages.
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() - Constructor for class com.google.protobuf.UnknownFieldSet.Parser
 
parser() - Static method in class com.google.protobuf.Value
 
parseUnknownField(CodedInputStream, UnknownFieldSet.Builder, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessage.Builder
Called by subclasses to parse an unknown field.
parseUnknownField(CodedInputStream, UnknownFieldSet.Builder, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Called by subclasses to parse an unknown field or an extension.
parseUnknownField(CodedInputStream, UnknownFieldSet.Builder, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
 
parseUnknownField(CodedInputStream, UnknownFieldSet.Builder, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessage
Called by subclasses to parse an unknown field.
parseUnknownField(MessageType, CodedInputStream, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Parse an unknown field or an extension.
parseUnknownField(int, CodedInputStream) - Method in class com.google.protobuf.GeneratedMessageLite
Called by subclasses to parse an unknown field.
partialHash(int, int, int) - Method in class com.google.protobuf.ByteString
Compute the hash across the value bytes starting with the given hash, and return the result.
partialIsValidUtf8(int, int, int) - Method in class com.google.protobuf.ByteString
Tells whether the given byte sequence is a well-formed, malformed, or incomplete UTF-8 byte sequence.
PATH_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
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.
PluginProtos - Class in com.google.protobuf.compiler
 
PluginProtos.CodeGeneratorRequest - Class in com.google.protobuf.compiler
Protobuf type google.protobuf.compiler.CodeGeneratorRequest
PluginProtos.CodeGeneratorRequest.Builder - Class in com.google.protobuf.compiler
Protobuf type google.protobuf.compiler.CodeGeneratorRequest
PluginProtos.CodeGeneratorRequestOrBuilder - Interface in com.google.protobuf.compiler
 
PluginProtos.CodeGeneratorResponse - Class in com.google.protobuf.compiler
Protobuf type google.protobuf.compiler.CodeGeneratorResponse
PluginProtos.CodeGeneratorResponse.Builder - Class in com.google.protobuf.compiler
Protobuf type google.protobuf.compiler.CodeGeneratorResponse
PluginProtos.CodeGeneratorResponse.File - Class in com.google.protobuf.compiler
Protobuf type google.protobuf.compiler.CodeGeneratorResponse.File
PluginProtos.CodeGeneratorResponse.File.Builder - Class in com.google.protobuf.compiler
Protobuf type google.protobuf.compiler.CodeGeneratorResponse.File
PluginProtos.CodeGeneratorResponse.FileOrBuilder - Interface in com.google.protobuf.compiler
 
PluginProtos.CodeGeneratorResponseOrBuilder - Interface in com.google.protobuf.compiler
 
popLimit(int) - Method in class com.google.protobuf.CodedInputStream
Discards the current limit, returning to the previous limit.
POSITIVE_INT_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
print(MessageOrBuilder, Appendable) - Static method in class com.google.protobuf.TextFormat
Outputs a textual representation of the Protocol Message supplied into the parameter output.
print(UnknownFieldSet, Appendable) - Static method in class com.google.protobuf.TextFormat
Outputs a textual representation of fields to output.
printField(Descriptors.FieldDescriptor, Object, Appendable) - Static method in class com.google.protobuf.TextFormat
 
printFieldToString(Descriptors.FieldDescriptor, Object) - Static method in class com.google.protobuf.TextFormat
 
printFieldValue(Descriptors.FieldDescriptor, Object, Appendable) - Static method in class com.google.protobuf.TextFormat
Outputs a textual representation of the value of given field value.
printToString(MessageOrBuilder) - Static method in class com.google.protobuf.TextFormat
Like print(), but writes directly to a String and returns it.
printToString(UnknownFieldSet) - Static method in class com.google.protobuf.TextFormat
Like print(), but writes directly to a String and returns it.
printToUnicodeString(MessageOrBuilder) - Static method in class com.google.protobuf.TextFormat
Same as printToString(), except that non-ASCII characters in string type fields are not escaped in backslash+octals.
printToUnicodeString(UnknownFieldSet) - Static method in class com.google.protobuf.TextFormat
Same as printToString(), except that non-ASCII characters in string type fields are not escaped in backslash+octals.
printUnicode(MessageOrBuilder, Appendable) - Static method in class com.google.protobuf.TextFormat
Same as print(), except that non-ASCII characters are not escaped.
printUnicode(UnknownFieldSet, Appendable) - Static method in class com.google.protobuf.TextFormat
Same as print(), except that non-ASCII characters are not escaped.
printUnknownFieldValue(int, Object, Appendable) - Static method in class com.google.protobuf.TextFormat
Outputs a textual representation of the value of an unknown field.
PROTO_FILE_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
ProtocolMessageEnum - Interface in com.google.protobuf
Interface of useful methods added to all enums generated by the protocol compiler.
ProtocolStringList - Interface in com.google.protobuf
An interface extending List<String> used for repeated string fields to provide optional access to the data as a list of ByteStrings.
PUBLIC_DEPENDENCY_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
pushLimit(int) - Method in class com.google.protobuf.CodedInputStream
Sets currentLimit to (current position) + byteLimit.
put(K, V) - Method in class com.google.protobuf.Internal.MapAdapter
 
putAllFields(Map<String, Value>) - Method in class com.google.protobuf.Struct.Builder
map<string, .google.protobuf.Value> fields = 1;
PY_GENERIC_SERVICES_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 

R

readBool() - Method in class com.google.protobuf.CodedInputStream
Read a bool field value from the stream.
readByteArray() - Method in class com.google.protobuf.CodedInputStream
Read a bytes field value from the stream.
readByteBuffer() - Method in class com.google.protobuf.CodedInputStream
Read a bytes field value from the stream.
readBytes() - Method in class com.google.protobuf.CodedInputStream
Read a bytes field value from the stream.
readDouble() - Method in class com.google.protobuf.CodedInputStream
Read a double field value from the stream.
readEnum() - Method in class com.google.protobuf.CodedInputStream
Read an enum field value from the stream.
readFixed32() - Method in class com.google.protobuf.CodedInputStream
Read a fixed32 field value from the stream.
readFixed64() - Method in class com.google.protobuf.CodedInputStream
Read a fixed64 field value from the stream.
readFloat() - Method in class com.google.protobuf.CodedInputStream
Read a float field value from the stream.
readFrom(InputStream) - Static method in class com.google.protobuf.ByteString
Completely reads the given stream's bytes into a ByteString, blocking if necessary until all bytes are read through to the end of the stream.
readFrom(InputStream, int) - Static method in class com.google.protobuf.ByteString
Completely reads the given stream's bytes into a ByteString, blocking if necessary until all bytes are read through to the end of the stream.
readFrom(InputStream, int, int) - Static method in class com.google.protobuf.ByteString
 
readGroup(int, MessageLite.Builder, ExtensionRegistryLite) - Method in class com.google.protobuf.CodedInputStream
Read a group field value from the stream.
readGroup(int, Parser<T>, ExtensionRegistryLite) - Method in class com.google.protobuf.CodedInputStream
Read a group field value from the stream.
readInt32() - Method in class com.google.protobuf.CodedInputStream
Read an int32 field value from the stream.
readInt64() - Method in class com.google.protobuf.CodedInputStream
Read an int64 field value from the stream.
readMessage(MessageLite.Builder, ExtensionRegistryLite) - Method in class com.google.protobuf.CodedInputStream
Read an embedded message field value from the stream.
readMessage(Parser<T>, ExtensionRegistryLite) - Method in class com.google.protobuf.CodedInputStream
Read an embedded message field value from the stream.
readRawByte() - Method in class com.google.protobuf.CodedInputStream
Read one byte from the input.
readRawBytes(int) - Method in class com.google.protobuf.CodedInputStream
Read a fixed size of bytes from the input.
readRawLittleEndian32() - Method in class com.google.protobuf.CodedInputStream
Read a 32-bit little-endian integer from the stream.
readRawLittleEndian64() - Method in class com.google.protobuf.CodedInputStream
Read a 64-bit little-endian integer from the stream.
readRawVarint32() - Method in class com.google.protobuf.CodedInputStream
Read a raw Varint from the stream.
readRawVarint32(int, InputStream) - Static method in class com.google.protobuf.CodedInputStream
Like CodedInputStream.readRawVarint32(InputStream), but expects that the caller has already read one byte.
readRawVarint64() - Method in class com.google.protobuf.CodedInputStream
Read a raw Varint from the stream.
readSFixed32() - Method in class com.google.protobuf.CodedInputStream
Read an sfixed32 field value from the stream.
readSFixed64() - Method in class com.google.protobuf.CodedInputStream
Read an sfixed64 field value from the stream.
readSInt32() - Method in class com.google.protobuf.CodedInputStream
Read an sint32 field value from the stream.
readSInt64() - Method in class com.google.protobuf.CodedInputStream
Read an sint64 field value from the stream.
readString() - Method in class com.google.protobuf.CodedInputStream
Read a string field value from the stream.
readStringRequireUtf8() - Method in class com.google.protobuf.CodedInputStream
Read a string field value from the stream.
readTag() - Method in class com.google.protobuf.CodedInputStream
Attempt to read a field tag, returning zero if we have reached EOF.
readUInt32() - Method in class com.google.protobuf.CodedInputStream
Read a uint32 field value from the stream.
readUInt64() - Method in class com.google.protobuf.CodedInputStream
Read a uint64 field value from the stream.
readUnknownGroup(int, MessageLite.Builder) - Method in class com.google.protobuf.CodedInputStream
Deprecated.
UnknownFieldSet.Builder now implements MessageLite.Builder, so you can just call CodedInputStream.readGroup(int, com.google.protobuf.MessageLite.Builder, com.google.protobuf.ExtensionRegistryLite).
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.AnyProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.ApiProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.compiler.PluginProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.DescriptorProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.DurationProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.EmptyProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.FieldMaskProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.SourceContextProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.StructProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.TimestampProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.TypeProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.WrappersProto
 
remove(int) - Method in class com.google.protobuf.LazyStringArrayList
 
remove(int) - Method in class com.google.protobuf.RepeatedFieldBuilder
Removes the element at the specified position in this list.
removeEnumType(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
removeEnumType(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
removeEnumvalue(int) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2;
removeExtension(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
removeExtension(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
removeExtensionRange(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
removeField(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
removeFields(int) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2;
removeFile(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
removeFile(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
removeLocation(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
removeMessageType(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4;
removeMethod(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
removeMethods(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2;
removeMixins(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6;
removeName(int) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
removeNestedType(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
removeOneofDecl(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
removeOptions(int) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3;
removeOptions(int) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3;
removeOptions(int) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3;
removeOptions(int) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9;
removeOptions(int) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6;
removeOptions(int) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4;
removeProtoFile(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15;
removeReservedRange(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
removeService(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
removeValue(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
removeValues(int) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1;
RepeatedFieldBuilder<MType extends GeneratedMessage,BType extends GeneratedMessage.Builder,IType extends MessageOrBuilder> - Class in com.google.protobuf
RepeatedFieldBuilder implements a structure that a protocol message uses to hold a repeated field of other protocol messages.
RepeatedFieldBuilder(List<MType>, boolean, GeneratedMessage.BuilderParent, boolean) - Constructor for class com.google.protobuf.RepeatedFieldBuilder
Constructs a new builder with an empty list of messages.
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
 
RESERVED_NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
RESERVED_RANGE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
reset() - Method in class com.google.protobuf.ByteString.Output
Resets this stream, so that all currently accumulated output in the output stream is discarded.
reset() - Method in interface com.google.protobuf.RpcController
Resets the RpcController to its initial state so that it may be reused in a new call.
resetSizeCounter() - Method in class com.google.protobuf.CodedInputStream
Resets the current size counter to zero (see CodedInputStream.setSizeLimit(int)).
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
 
RpcCallback<ParameterType> - Interface in com.google.protobuf
Interface for an RPC callback, normally called when an RPC completes.
RpcChannel - Interface in com.google.protobuf
Abstract interface for an RPC channel.
RpcController - Interface in com.google.protobuf
An RpcController mediates a single method call.
RpcUtil - Class in com.google.protobuf
Grab-bag of utility functions useful when dealing with RPCs.
RpcUtil.AlreadyCalledException - Exception in com.google.protobuf
Exception thrown when a one-time callback is called more than once.
run(ParameterType) - Method in interface com.google.protobuf.RpcCallback
 

S

SECONDS_FIELD_NUMBER - Static variable in class com.google.protobuf.Duration
 
SECONDS_FIELD_NUMBER - Static variable in class com.google.protobuf.Timestamp
 
SERVER_STREAMING_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
Service - Interface in com.google.protobuf
Abstract base interface for protocol-buffer-based RPC services.
SERVICE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
ServiceException - Exception in com.google.protobuf
Thrown by blocking RPC methods when a failure occurs.
ServiceException(String) - Constructor for exception com.google.protobuf.ServiceException
 
ServiceException(Throwable) - Constructor for exception com.google.protobuf.ServiceException
 
ServiceException(String, Throwable) - Constructor for exception com.google.protobuf.ServiceException
 
set(LazyFieldLite) - Method in class com.google.protobuf.LazyFieldLite
Overrides the contents of this LazyField.
set(int, String) - Method in class com.google.protobuf.LazyStringArrayList
 
set(int, ByteString) - Method in class com.google.protobuf.LazyStringArrayList
 
set(int, byte[]) - Method in class com.google.protobuf.LazyStringArrayList
 
set(int, ByteString) - Method in interface com.google.protobuf.LazyStringList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, byte[]) - Method in interface com.google.protobuf.LazyStringList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, ByteString) - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
set(int, byte[]) - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
setAggregateValue(String) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional string aggregate_value = 8;
setAggregateValueBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional string aggregate_value = 8;
setAllowAlias(boolean) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
optional bool allow_alias = 2;
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
optional bool bool_value = 4;
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
optional .google.protobuf.Field.Cardinality cardinality = 2;
setCardinalityValue(int) - Method in class com.google.protobuf.Field.Builder
optional .google.protobuf.Field.Cardinality cardinality = 2;
setCcEnableArenas(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool cc_enable_arenas = 31 [default = false];
setCcGenericServices(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool cc_generic_services = 16 [default = false];
setClientStreaming(boolean) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional bool client_streaming = 5 [default = false];
setContent(String) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string content = 15;
setContentBytes(ByteString) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string content = 15;
setCsharpNamespace(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string csharp_namespace = 37;
setCsharpNamespaceBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string csharp_namespace = 37;
setCtype(DescriptorProtos.FieldOptions.CType) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING];
setDefaultValue(String) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string default_value = 7;
setDefaultValue(String) - Method in class com.google.protobuf.Field.Builder
optional string default_value = 11;
setDefaultValueBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string default_value = 7;
setDefaultValueBytes(ByteString) - Method in class com.google.protobuf.Field.Builder
optional string default_value = 11;
setDependency(int, String) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated string dependency = 3;
setDeprecated(boolean) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
optional bool deprecated = 3 [default = false];
setDeprecated(boolean) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
optional bool deprecated = 1 [default = false];
setDeprecated(boolean) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool deprecated = 3 [default = false];
setDeprecated(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool deprecated = 23 [default = false];
setDeprecated(boolean) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
optional bool deprecated = 3 [default = false];
setDeprecated(boolean) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
optional bool deprecated = 33 [default = false];
setDeprecated(boolean) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
optional bool deprecated = 33 [default = false];
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.
setDoubleValue(double) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional double double_value = 6;
setEagerlyParseMessageSets(boolean) - Static method in class com.google.protobuf.ExtensionRegistryLite
 
setEnd(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
optional int32 end = 2;
setEnd(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
optional int32 end = 2;
setEnumType(int, DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
setEnumType(int, DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
setEnumType(int, DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
setEnumType(int, DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
setEnumvalue(int, EnumValue) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2;
setEnumvalue(int, EnumValue.Builder) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.EnumValue enumvalue = 2;
setError(String) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
optional string error = 1;
setErrorBytes(ByteString) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
optional string error = 1;
setExtendee(String) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string extendee = 2;
setExtendeeBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string extendee = 2;
setExtension(int, DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
setExtension(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 6;
setExtension(int, DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
setExtension(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
setExtension(ExtensionLite<MessageType, Type>, Type) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
Set the value of an extension.
setExtension(ExtensionLite<MessageType, List<Type>>, int, Type) - Method in class com.google.protobuf.GeneratedMessage.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.
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.
setExtensionRange(int, DescriptorProtos.DescriptorProto.ExtensionRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
setExtensionRange(int, DescriptorProtos.DescriptorProto.ExtensionRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
setFailed(String) - Method in interface com.google.protobuf.RpcController
Causes failed() to return true on the client side.
setField(int, DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
setField(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.FieldDescriptorProto field = 2;
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DynamicMessage.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.MapEntry.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in interface com.google.protobuf.Message.Builder
Sets a field to the given value.
setFields(int, Field) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2;
setFields(int, Field.Builder) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Field fields = 2;
setFile(int, PluginProtos.CodeGeneratorResponse.File) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
setFile(int, PluginProtos.CodeGeneratorResponse.File.Builder) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
setFile(int, DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
setFile(int, DescriptorProtos.FileDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
repeated .google.protobuf.FileDescriptorProto file = 1;
setFileName(String) - Method in class com.google.protobuf.SourceContext.Builder
optional string file_name = 1;
setFileNameBytes(ByteString) - Method in class com.google.protobuf.SourceContext.Builder
optional string file_name = 1;
setFileToGenerate(int, String) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated string file_to_generate = 1;
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.
setGoPackage(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string go_package = 11;
setGoPackageBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string go_package = 11;
setIdentifierValue(String) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional string identifier_value = 3;
setIdentifierValueBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional string identifier_value = 3;
setInputType(String) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string input_type = 2;
setInputTypeBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string input_type = 2;
setInsertionPoint(String) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string insertion_point = 2;
setInsertionPointBytes(ByteString) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string insertion_point = 2;
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.
setIsExtension(boolean) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
required bool is_extension = 2;
setJavaGenerateEqualsAndHash(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool java_generate_equals_and_hash = 20 [default = false];
setJavaGenericServices(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool java_generic_services = 17 [default = false];
setJavaMultipleFiles(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool java_multiple_files = 10 [default = false];
setJavananoUseDeprecatedPackage(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool javanano_use_deprecated_package = 38;
setJavaOuterClassname(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string java_outer_classname = 8;
setJavaOuterClassnameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string java_outer_classname = 8;
setJavaPackage(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string java_package = 1;
setJavaPackageBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string java_package = 1;
setJavaStringCheckUtf8(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool java_string_check_utf8 = 27 [default = false];
setJsonName(String) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string json_name = 10;
setJsonName(String) - Method in class com.google.protobuf.Field.Builder
optional string json_name = 10;
setJsonNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string json_name = 10;
setJsonNameBytes(ByteString) - Method in class com.google.protobuf.Field.Builder
optional string json_name = 10;
setJstype(DescriptorProtos.FieldOptions.JSType) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL];
setKey(K) - Method in class com.google.protobuf.MapEntry.Builder
 
setKey(K) - Method in class com.google.protobuf.MapEntryLite.Builder
 
setKind(Field.Kind) - Method in class com.google.protobuf.Field.Builder
optional .google.protobuf.Field.Kind kind = 1;
setKindValue(int) - Method in class com.google.protobuf.Field.Builder
optional .google.protobuf.Field.Kind kind = 1;
setLabel(DescriptorProtos.FieldDescriptorProto.Label) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
setLazy(boolean) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool lazy = 5 [default = false];
setLeadingComments(String) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
optional string leading_comments = 3;
setLeadingCommentsBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
optional string leading_comments = 3;
setLeadingDetachedComments(int, String) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated string leading_detached_comments = 6;
setListValue(ListValue) - Method in class com.google.protobuf.Value.Builder
optional .google.protobuf.ListValue list_value = 6;
setListValue(ListValue.Builder) - Method in class com.google.protobuf.Value.Builder
optional .google.protobuf.ListValue list_value = 6;
setLocation(int, DescriptorProtos.SourceCodeInfo.Location) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
setLocation(int, DescriptorProtos.SourceCodeInfo.Location.Builder) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
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.
setMapEntry(boolean) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
optional bool map_entry = 7;
setMessage(int, MType) - Method in class com.google.protobuf.RepeatedFieldBuilder
Sets a message at the specified index replacing the existing item at that index.
setMessage(MType) - Method in class com.google.protobuf.SingleFieldBuilder
Sets a message for the field replacing any existing value.
setMessageSetWireFormat(boolean) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
optional bool message_set_wire_format = 1 [default = false];
setMessageType(int, DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4;
setMessageType(int, DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.DescriptorProto message_type = 4;
setMethod(int, DescriptorProtos.MethodDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
setMethod(int, DescriptorProtos.MethodDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
repeated .google.protobuf.MethodDescriptorProto method = 2;
setMethods(int, Method) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2;
setMethods(int, Method.Builder) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Method methods = 2;
setMixins(int, Mixin) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6;
setMixins(int, Mixin.Builder) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Mixin mixins = 6;
setName(String) - Method in class com.google.protobuf.Api.Builder
optional string name = 1;
setName(String) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string name = 1;
setName(String) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional string name = 1;
setName(String) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional string name = 1;
setName(String) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional string name = 1;
setName(String) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string name = 1;
setName(String) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string name = 1;
setName(String) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string name = 1;
setName(String) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
optional string name = 1;
setName(String) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional string name = 1;
setName(int, DescriptorProtos.UninterpretedOption.NamePart) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
setName(int, DescriptorProtos.UninterpretedOption.NamePart.Builder) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
setName(String) - Method in class com.google.protobuf.Enum.Builder
optional string name = 1;
setName(String) - Method in class com.google.protobuf.EnumValue.Builder
optional string name = 1;
setName(String) - Method in class com.google.protobuf.Field.Builder
optional string name = 4;
setName(String) - Method in class com.google.protobuf.Method.Builder
optional string name = 1;
setName(String) - Method in class com.google.protobuf.Mixin.Builder
optional string name = 1;
setName(String) - Method in class com.google.protobuf.Option.Builder
optional string name = 1;
setName(String) - Method in class com.google.protobuf.Type.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class com.google.protobuf.Api.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class com.google.protobuf.Enum.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class com.google.protobuf.EnumValue.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class com.google.protobuf.Field.Builder
optional string name = 4;
setNameBytes(ByteString) - Method in class com.google.protobuf.Method.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class com.google.protobuf.Mixin.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class com.google.protobuf.Option.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class com.google.protobuf.Type.Builder
optional string name = 1;
setNamePart(String) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
required string name_part = 1;
setNamePartBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
required string name_part = 1;
setNanos(int) - Method in class com.google.protobuf.Duration.Builder
optional int32 nanos = 2;
setNanos(int) - Method in class com.google.protobuf.Timestamp.Builder
optional int32 nanos = 2;
setNegativeIntValue(long) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional int64 negative_int_value = 5;
setNestedType(int, DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
setNestedType(int, DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto nested_type = 3;
setNoStandardDescriptorAccessor(boolean) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
optional bool no_standard_descriptor_accessor = 2 [default = false];
setNullValue(NullValue) - Method in class com.google.protobuf.Value.Builder
optional .google.protobuf.NullValue null_value = 1;
setNullValueValue(int) - Method in class com.google.protobuf.Value.Builder
optional .google.protobuf.NullValue null_value = 1;
setNumber(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional int32 number = 2;
setNumber(int) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional int32 number = 3;
setNumber(int) - Method in class com.google.protobuf.EnumValue.Builder
optional int32 number = 2;
setNumber(int) - Method in class com.google.protobuf.Field.Builder
optional int32 number = 3;
setNumberValue(double) - Method in class com.google.protobuf.Value.Builder
optional double number_value = 2;
setObjcClassPrefix(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string objc_class_prefix = 36;
setObjcClassPrefixBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional string objc_class_prefix = 36;
setOneofDecl(int, DescriptorProtos.OneofDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
setOneofDecl(int, DescriptorProtos.OneofDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
setOneofIndex(int) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional int32 oneof_index = 9;
setOneofIndex(int) - Method in class com.google.protobuf.Field.Builder
optional int32 oneof_index = 7;
setOneofs(int, String) - Method in class com.google.protobuf.Type.Builder
repeated string oneofs = 3;
setOptimizeFor(DescriptorProtos.FileOptions.OptimizeMode) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
setOptions(int, Option) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3;
setOptions(int, Option.Builder) - Method in class com.google.protobuf.Api.Builder
repeated .google.protobuf.Option options = 3;
setOptions(DescriptorProtos.MessageOptions) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional .google.protobuf.MessageOptions options = 7;
setOptions(DescriptorProtos.MessageOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
optional .google.protobuf.MessageOptions options = 7;
setOptions(DescriptorProtos.EnumOptions) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional .google.protobuf.EnumOptions options = 3;
setOptions(DescriptorProtos.EnumOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
optional .google.protobuf.EnumOptions options = 3;
setOptions(DescriptorProtos.EnumValueOptions) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional .google.protobuf.EnumValueOptions options = 3;
setOptions(DescriptorProtos.EnumValueOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
optional .google.protobuf.EnumValueOptions options = 3;
setOptions(DescriptorProtos.FieldOptions) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldOptions options = 8;
setOptions(DescriptorProtos.FieldOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldOptions options = 8;
setOptions(DescriptorProtos.FileOptions) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.FileOptions options = 8;
setOptions(DescriptorProtos.FileOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.FileOptions options = 8;
setOptions(DescriptorProtos.MethodOptions) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional .google.protobuf.MethodOptions options = 4;
setOptions(DescriptorProtos.MethodOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional .google.protobuf.MethodOptions options = 4;
setOptions(DescriptorProtos.ServiceOptions) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional .google.protobuf.ServiceOptions options = 3;
setOptions(DescriptorProtos.ServiceOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
optional .google.protobuf.ServiceOptions options = 3;
setOptions(int, Option) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3;
setOptions(int, Option.Builder) - Method in class com.google.protobuf.Enum.Builder
repeated .google.protobuf.Option options = 3;
setOptions(int, Option) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3;
setOptions(int, Option.Builder) - Method in class com.google.protobuf.EnumValue.Builder
repeated .google.protobuf.Option options = 3;
setOptions(int, Option) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9;
setOptions(int, Option.Builder) - Method in class com.google.protobuf.Field.Builder
repeated .google.protobuf.Option options = 9;
setOptions(int, Option) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6;
setOptions(int, Option.Builder) - Method in class com.google.protobuf.Method.Builder
repeated .google.protobuf.Option options = 6;
setOptions(int, Option) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4;
setOptions(int, Option.Builder) - Method in class com.google.protobuf.Type.Builder
repeated .google.protobuf.Option options = 4;
setOutputType(String) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string output_type = 3;
setOutputTypeBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional string output_type = 3;
setPackage(String) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string package = 2;
setPackageBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string package = 2;
setPacked(boolean) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool packed = 2;
setPacked(boolean) - Method in class com.google.protobuf.Field.Builder
optional bool packed = 8;
setParameter(String) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
optional string parameter = 2;
setParameterBytes(ByteString) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
optional string parameter = 2;
setPath(int, int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated int32 path = 1 [packed = true];
setPaths(int, String) - Method in class com.google.protobuf.FieldMask.Builder
repeated string paths = 1;
setPositiveIntValue(long) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional uint64 positive_int_value = 4;
setProtoFile(int, DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15;
setProtoFile(int, DescriptorProtos.FileDescriptorProto.Builder) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
repeated .google.protobuf.FileDescriptorProto proto_file = 15;
setPublicDependency(int, int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated int32 public_dependency = 10;
setPyGenericServices(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
optional bool py_generic_services = 18 [default = false];
setRecursionLimit(int) - Method in class com.google.protobuf.CodedInputStream
Set the maximum message recursion depth.
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DynamicMessage.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.MapEntry.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in interface com.google.protobuf.Message.Builder
Sets an element of a repeated field to the given value.
setRequestStreaming(boolean) - Method in class com.google.protobuf.Method.Builder
optional bool request_streaming = 3;
setRequestTypeUrl(String) - Method in class com.google.protobuf.Method.Builder
optional string request_type_url = 2;
setRequestTypeUrlBytes(ByteString) - Method in class com.google.protobuf.Method.Builder
optional string request_type_url = 2;
setReservedName(int, String) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated string reserved_name = 10;
setReservedRange(int, DescriptorProtos.DescriptorProto.ReservedRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
setReservedRange(int, DescriptorProtos.DescriptorProto.ReservedRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
setResponseStreaming(boolean) - Method in class com.google.protobuf.Method.Builder
optional bool response_streaming = 5;
setResponseTypeUrl(String) - Method in class com.google.protobuf.Method.Builder
optional string response_type_url = 4;
setResponseTypeUrlBytes(ByteString) - Method in class com.google.protobuf.Method.Builder
optional string response_type_url = 4;
setRoot(String) - Method in class com.google.protobuf.Mixin.Builder
optional string root = 2;
setRootBytes(ByteString) - Method in class com.google.protobuf.Mixin.Builder
optional string root = 2;
setSeconds(long) - Method in class com.google.protobuf.Duration.Builder
optional int64 seconds = 1;
setSeconds(long) - Method in class com.google.protobuf.Timestamp.Builder
optional int64 seconds = 1;
setServerStreaming(boolean) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
optional bool server_streaming = 6 [default = false];
setService(int, DescriptorProtos.ServiceDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
setService(int, DescriptorProtos.ServiceDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
setSingularOverwritePolicy(TextFormat.Parser.SingularOverwritePolicy) - Method in class com.google.protobuf.TextFormat.Parser.Builder
Sets parser behavior when a non-repeated field appears more than once.
setSizeLimit(int) - Method in class com.google.protobuf.CodedInputStream
Set the maximum message size.
setSourceCodeInfo(DescriptorProtos.SourceCodeInfo) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.SourceCodeInfo source_code_info = 9;
setSourceCodeInfo(DescriptorProtos.SourceCodeInfo.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional .google.protobuf.SourceCodeInfo source_code_info = 9;
setSourceContext(SourceContext) - Method in class com.google.protobuf.Api.Builder
optional .google.protobuf.SourceContext source_context = 5;
setSourceContext(SourceContext.Builder) - Method in class com.google.protobuf.Api.Builder
optional .google.protobuf.SourceContext source_context = 5;
setSourceContext(SourceContext) - Method in class com.google.protobuf.Enum.Builder
optional .google.protobuf.SourceContext source_context = 4;
setSourceContext(SourceContext.Builder) - Method in class com.google.protobuf.Enum.Builder
optional .google.protobuf.SourceContext source_context = 4;
setSourceContext(SourceContext) - Method in class com.google.protobuf.Type.Builder
optional .google.protobuf.SourceContext source_context = 5;
setSourceContext(SourceContext.Builder) - Method in class com.google.protobuf.Type.Builder
optional .google.protobuf.SourceContext source_context = 5;
setSpan(int, int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
repeated int32 span = 2 [packed = true];
setStart(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
optional int32 start = 1;
setStart(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
optional int32 start = 1;
setStringValue(ByteString) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
optional bytes string_value = 7;
setStringValue(String) - Method in class com.google.protobuf.Value.Builder
optional string string_value = 3;
setStringValueBytes(ByteString) - Method in class com.google.protobuf.Value.Builder
optional string string_value = 3;
setStructValue(Struct) - Method in class com.google.protobuf.Value.Builder
optional .google.protobuf.Struct struct_value = 5;
setStructValue(Struct.Builder) - Method in class com.google.protobuf.Value.Builder
optional .google.protobuf.Struct struct_value = 5;
setSyntax(Syntax) - Method in class com.google.protobuf.Api.Builder
optional .google.protobuf.Syntax syntax = 7;
setSyntax(String) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string syntax = 12;
setSyntax(Syntax) - Method in class com.google.protobuf.Enum.Builder
optional .google.protobuf.Syntax syntax = 5;
setSyntax(Syntax) - Method in class com.google.protobuf.Method.Builder
optional .google.protobuf.Syntax syntax = 7;
setSyntax(Syntax) - Method in class com.google.protobuf.Type.Builder
optional .google.protobuf.Syntax syntax = 6;
setSyntaxBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
optional string syntax = 12;
setSyntaxValue(int) - Method in class com.google.protobuf.Api.Builder
optional .google.protobuf.Syntax syntax = 7;
setSyntaxValue(int) - Method in class com.google.protobuf.Enum.Builder
optional .google.protobuf.Syntax syntax = 5;
setSyntaxValue(int) - Method in class com.google.protobuf.Method.Builder
optional .google.protobuf.Syntax syntax = 7;
setSyntaxValue(int) - Method in class com.google.protobuf.Type.Builder
optional .google.protobuf.Syntax syntax = 6;
setTrailingComments(String) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
optional string trailing_comments = 4;
setTrailingCommentsBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
optional string trailing_comments = 4;
setType(DescriptorProtos.FieldDescriptorProto.Type) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional .google.protobuf.FieldDescriptorProto.Type type = 5;
setTypeName(String) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string type_name = 6;
setTypeNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
optional string type_name = 6;
setTypeUrl(String) - Method in class com.google.protobuf.Any.Builder
optional string type_url = 1;
setTypeUrl(String) - Method in class com.google.protobuf.Field.Builder
optional string type_url = 6;
setTypeUrlBytes(ByteString) - Method in class com.google.protobuf.Any.Builder
optional string type_url = 1;
setTypeUrlBytes(ByteString) - Method in class com.google.protobuf.Field.Builder
optional string type_url = 6;
setUnfinishedMessage(MessageLite) - Method in exception com.google.protobuf.InvalidProtocolBufferException
Attaches an unfinished message to the exception to support best-effort parsing in Parser interface.
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Any.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Api.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.BoolValue.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.BytesValue.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DoubleValue.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Duration.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DynamicMessage.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Empty.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Enum.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.EnumValue.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Field.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.FieldMask.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.FloatValue.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.GeneratedMessage.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Int32Value.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Int64Value.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.ListValue.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.MapEntry.Builder
 
setUnknownFields(UnknownFieldSet) - Method in interface com.google.protobuf.Message.Builder
Set the UnknownFieldSet for this message.
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Method.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Mixin.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Option.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.SourceContext.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.StringValue.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Struct.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Timestamp.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Type.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.UInt32Value.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.UInt64Value.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.Value.Builder
 
setValue(ByteString) - Method in class com.google.protobuf.Any.Builder
optional bytes value = 2;
setValue(boolean) - Method in class com.google.protobuf.BoolValue.Builder
optional bool value = 1;
setValue(ByteString) - Method in class com.google.protobuf.BytesValue.Builder
optional bytes value = 1;
setValue(int, DescriptorProtos.EnumValueDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
setValue(int, DescriptorProtos.EnumValueDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
setValue(double) - Method in class com.google.protobuf.DoubleValue.Builder
optional double value = 1;
setValue(float) - Method in class com.google.protobuf.FloatValue.Builder
optional float value = 1;
setValue(int) - Method in class com.google.protobuf.Int32Value.Builder
optional int32 value = 1;
setValue(long) - Method in class com.google.protobuf.Int64Value.Builder
optional int64 value = 1;
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(V) - Method in class com.google.protobuf.MapEntry.Builder
 
setValue(V) - Method in class com.google.protobuf.MapEntryLite.Builder
 
setValue(Any) - Method in class com.google.protobuf.Option.Builder
optional .google.protobuf.Any value = 2;
setValue(Any.Builder) - Method in class com.google.protobuf.Option.Builder
optional .google.protobuf.Any value = 2;
setValue(String) - Method in class com.google.protobuf.StringValue.Builder
optional string value = 1;
setValue(int) - Method in class com.google.protobuf.UInt32Value.Builder
optional uint32 value = 1;
setValue(long) - Method in class com.google.protobuf.UInt64Value.Builder
optional uint64 value = 1;
setValueBytes(ByteString) - Method in class com.google.protobuf.StringValue.Builder
optional string value = 1;
setValues(int, Value) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1;
setValues(int, Value.Builder) - Method in class com.google.protobuf.ListValue.Builder
repeated .google.protobuf.Value values = 1;
setVersion(String) - Method in class com.google.protobuf.Api.Builder
optional string version = 4;
setVersionBytes(ByteString) - Method in class com.google.protobuf.Api.Builder
optional string version = 4;
setWeak(boolean) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
optional bool weak = 10 [default = false];
setWeakDependency(int, int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
repeated int32 weak_dependency = 11;
shortDebugString(MessageOrBuilder) - Static method in class com.google.protobuf.TextFormat
Generates a human readable form of this message, useful for debugging and other purposes, with no newline characters.
shortDebugString(Descriptors.FieldDescriptor, Object) - Static method in class com.google.protobuf.TextFormat
Generates a human readable form of the field, useful for debugging and other purposes, with no newline characters.
shortDebugString(UnknownFieldSet) - Static method in class com.google.protobuf.TextFormat
Generates a human readable form of the unknown fields, useful for debugging and other purposes, with no newline characters.
SingleFieldBuilder<MType extends GeneratedMessage,BType extends GeneratedMessage.Builder,IType extends MessageOrBuilder> - Class in com.google.protobuf
SingleFieldBuilder implements a structure that a protocol message uses to hold a single field of another protocol message.
SingleFieldBuilder(MType, GeneratedMessage.BuilderParent, boolean) - Constructor for class com.google.protobuf.SingleFieldBuilder
 
singularFromReflectionType(Object) - Method in class com.google.protobuf.Extension
 
singularFromReflectionType(Object) - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
Like GeneratedMessage.GeneratedExtension.fromReflectionType(Object), but if the type is a repeated type, this converts a single element.
singularToReflectionType(Object) - Method in class com.google.protobuf.Extension
 
singularToReflectionType(Object) - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
Like GeneratedMessage.GeneratedExtension.toReflectionType(Object), but if the type is a repeated type, this converts a single element.
size() - Method in class com.google.protobuf.ByteString.Output
Returns the current size of the output stream.
size() - Method in class com.google.protobuf.ByteString
Gets the number of bytes.
size() - Method in class com.google.protobuf.Internal.ListAdapter
 
size() - Method in class com.google.protobuf.LazyStringArrayList
 
size() - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
skipField(int) - Method in class com.google.protobuf.CodedInputStream
Reads and discards a single field, given its tag value.
skipField(int, CodedOutputStream) - Method in class com.google.protobuf.CodedInputStream
Reads a single field and writes it to output in wire format, given its tag value.
skipMessage() - Method in class com.google.protobuf.CodedInputStream
Reads and discards an entire message.
skipMessage(CodedOutputStream) - Method in class com.google.protobuf.CodedInputStream
Reads an entire message and writes it to output in wire format.
skipRawBytes(int) - Method in class com.google.protobuf.CodedInputStream
Reads and discards size bytes.
SOURCE_CODE_INFO_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
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.
SPAN_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
specializeCallback(RpcCallback<Message>) - Static method in class com.google.protobuf.RpcUtil
Take an RpcCallback<Message> and convert it to an RpcCallback accepting a specific message type.
SPEED_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
SPEED = 1;
START_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
START_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
startCancel() - Method in interface com.google.protobuf.RpcController
Advises the RPC system that the caller desires that the RPC call be canceled.
startsWith(ByteString) - Method in class com.google.protobuf.ByteString
Tests if this bytestring starts with the specified prefix.
STRING_PIECE_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
STRING_PIECE = 2;
STRING_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
STRING = 0;
STRING_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
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.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Struct
STRUCT_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Value
 
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_FIELD_NUMBER - Static variable in class com.google.protobuf.Api
 
SYNTAX_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
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_VALUE - Static variable in enum com.google.protobuf.Syntax
SYNTAX_PROTO2 = 0;
SYNTAX_PROTO3_VALUE - Static variable in enum com.google.protobuf.Syntax
SYNTAX_PROTO3 = 1;

T

TextFormat - Class in com.google.protobuf
Provide text parsing and formatting support for proto2 instances.
TextFormat.InvalidEscapeSequenceException - Exception in com.google.protobuf
TextFormat.ParseException - Exception in com.google.protobuf
Thrown when parsing an invalid text format message.
TextFormat.Parser - Class in com.google.protobuf
Parser for text-format proto2 instances.
TextFormat.Parser.Builder - Class in com.google.protobuf
Builder that can be used to obtain new instances of Parser.
TextFormat.Parser.SingularOverwritePolicy - Enum in com.google.protobuf
Determines if repeated values for non-repeated fields and oneofs are permitted.
TextFormat.UnknownFieldParseException - Exception in com.google.protobuf
Thrown when encountering an unknown field while parsing a text format message.
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.Any
 
toBuilder() - Method in class com.google.protobuf.Api
 
toBuilder() - Method in class com.google.protobuf.BoolValue
 
toBuilder() - Method in class com.google.protobuf.BytesValue
 
toBuilder() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
toBuilder() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
toBuilder() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
toBuilder() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
toBuilder() - Method in class com.google.protobuf.DoubleValue
 
toBuilder() - Method in class com.google.protobuf.Duration
 
toBuilder() - Method in class com.google.protobuf.DynamicMessage
 
toBuilder() - Method in class com.google.protobuf.Empty
 
toBuilder() - Method in class com.google.protobuf.Enum
 
toBuilder() - Method in class com.google.protobuf.EnumValue
 
toBuilder() - Method in class com.google.protobuf.Field
 
toBuilder() - Method in class com.google.protobuf.FieldMask
 
toBuilder() - Method in class com.google.protobuf.FloatValue
 
toBuilder() - Method in class com.google.protobuf.GeneratedMessageLite
 
toBuilder() - Method in class com.google.protobuf.Int32Value
 
toBuilder() - Method in class com.google.protobuf.Int64Value
 
toBuilder() - Method in class com.google.protobuf.ListValue
 
toBuilder() - Method in class com.google.protobuf.MapEntry
 
toBuilder() - Method in class com.google.protobuf.MapEntryLite
 
toBuilder() - Method in interface com.google.protobuf.Message
 
toBuilder() - Method in interface com.google.protobuf.MessageLite
Constructs a builder initialized with the current message.
toBuilder() - Method in class com.google.protobuf.Method
 
toBuilder() - Method in class com.google.protobuf.Mixin
 
toBuilder() - Method in class com.google.protobuf.Option
 
toBuilder() - Method in class com.google.protobuf.SourceContext
 
toBuilder() - Method in class com.google.protobuf.StringValue
 
toBuilder() - Method in class com.google.protobuf.Struct
 
toBuilder() - Method in class com.google.protobuf.Timestamp
 
toBuilder() - Method in class com.google.protobuf.Type
 
toBuilder() - Method in class com.google.protobuf.UInt32Value
 
toBuilder() - Method in class com.google.protobuf.UInt64Value
 
toBuilder() - Method in class com.google.protobuf.UnknownFieldSet
 
toBuilder() - Method in class com.google.protobuf.Value
 
toByteArray() - Method in class com.google.protobuf.AbstractMessageLite
 
toByteArray() - Method in class com.google.protobuf.ByteString
Copies bytes to a byte[].
toByteArray(String) - Static method in class com.google.protobuf.Internal
Helper method to get the UTF-8 bytes of a string.
toByteArray() - Method in interface com.google.protobuf.MessageLite
Serializes the message to a byte array and returns it.
toByteArray() - Method in class com.google.protobuf.UnknownFieldSet
Serializes the message to a byte array and returns it.
toByteString() - Method in class com.google.protobuf.AbstractMessageLite
 
toByteString() - Method in class com.google.protobuf.ByteString.Output
Creates a byte string.
toByteString() - Method in class com.google.protobuf.LazyFieldLite
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.
toByteString() - Method in class com.google.protobuf.UnknownFieldSet
Serializes the message to a ByteString and returns it.
toProto() - Method in class com.google.protobuf.Descriptors.Descriptor
Convert the descriptor to its protocol message representation.
toProto() - Method in class com.google.protobuf.Descriptors.EnumDescriptor
Convert the descriptor to its protocol message representation.
toProto() - Method in class com.google.protobuf.Descriptors.EnumValueDescriptor
Convert the descriptor to its protocol message representation.
toProto() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
Convert the descriptor to its protocol message representation.
toProto() - Method in enum com.google.protobuf.Descriptors.FieldDescriptor.Type
 
toProto() - Method in class com.google.protobuf.Descriptors.FileDescriptor
Convert the descriptor to its protocol message representation.
toProto() - Method in class com.google.protobuf.Descriptors.GenericDescriptor
 
toProto() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
Convert the descriptor to its protocol message representation.
toProto() - Method in class com.google.protobuf.Descriptors.ServiceDescriptor
Convert the descriptor to its protocol message representation.
toReflectionType(Object) - Method in class com.google.protobuf.Extension
 
toReflectionType(Object) - Method in class com.google.protobuf.GeneratedMessage.GeneratedExtension
Convert from the type used by the native accessors to the type used by reflection accessors.
toString() - Method in class com.google.protobuf.AbstractMessage.Builder
 
toString() - Method in class com.google.protobuf.AbstractMessage
 
toString() - Method in class com.google.protobuf.ByteString.Output
 
toString(String) - Method in class com.google.protobuf.ByteString
Constructs a new String by decoding the bytes using the specified charset.
toString(Charset) - Method in class com.google.protobuf.ByteString
Constructs a new String by decoding the bytes using the specified charset.
toString() - Method in class com.google.protobuf.ByteString
 
toString() - Method in class com.google.protobuf.Descriptors.EnumValueDescriptor
 
toString() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
 
toString() - Method in class com.google.protobuf.LazyField
 
toString() - Method in interface com.google.protobuf.Message
Converts the message to a string in protocol buffer text format.
toString() - Method in class com.google.protobuf.UnknownFieldSet
Converts the set to a string in protocol buffer text format.
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.
TRAILING_COMMENTS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
Type - Class in com.google.protobuf
Protobuf type google.protobuf.Type
Type.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Type
TYPE_BOOL_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_BOOL = 8;
TYPE_BOOL_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_BOOL = 8;
TYPE_BYTES_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_BYTES = 12;
TYPE_BYTES_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_BYTES = 12;
TYPE_DOUBLE_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_DOUBLE = 1;
TYPE_DOUBLE_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_DOUBLE = 1;
TYPE_ENUM_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_ENUM = 14;
TYPE_ENUM_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_ENUM = 14;
TYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
TYPE_FIXED32_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_FIXED32 = 7;
TYPE_FIXED32_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_FIXED32 = 7;
TYPE_FIXED64_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_FIXED64 = 6;
TYPE_FIXED64_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_FIXED64 = 6;
TYPE_FLOAT_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_FLOAT = 2;
TYPE_FLOAT_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_FLOAT = 2;
TYPE_GROUP_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_GROUP = 10;
TYPE_GROUP_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_GROUP = 10;
TYPE_INT32_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_INT32 = 5;
TYPE_INT32_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_INT32 = 5;
TYPE_INT64_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_INT64 = 3;
TYPE_INT64_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_INT64 = 3;
TYPE_MESSAGE_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_MESSAGE = 11;
TYPE_MESSAGE_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_MESSAGE = 11;
TYPE_NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
TYPE_SFIXED32_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_SFIXED32 = 15;
TYPE_SFIXED32_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_SFIXED32 = 15;
TYPE_SFIXED64_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_SFIXED64 = 16;
TYPE_SFIXED64_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_SFIXED64 = 16;
TYPE_SINT32_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_SINT32 = 17;
TYPE_SINT32_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_SINT32 = 17;
TYPE_SINT64_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_SINT64 = 18;
TYPE_SINT64_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_SINT64 = 18;
TYPE_STRING_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_STRING = 9;
TYPE_STRING_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_STRING = 9;
TYPE_UINT32_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_UINT32 = 13;
TYPE_UINT32_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_UINT32 = 13;
TYPE_UINT64_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
TYPE_UINT64 = 4;
TYPE_UINT64_VALUE - Static variable in enum com.google.protobuf.Field.Kind
TYPE_UINT64 = 4;
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
 
TypeOrBuilder - Interface in com.google.protobuf
 
TypeProto - Class in com.google.protobuf
 

U

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
 
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
 
unescapeBytes(CharSequence) - Static method in class com.google.protobuf.TextFormat
Un-escape a byte sequence as escaped using TextFormat.escapeBytes(ByteString).
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
 
UNINTERPRETED_OPTION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumOptions
 
UNINTERPRETED_OPTION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
UNINTERPRETED_OPTION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
 
UNINTERPRETED_OPTION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
 
UNINTERPRETED_OPTION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MessageOptions
 
UNINTERPRETED_OPTION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MethodOptions
 
UNINTERPRETED_OPTION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
UnknownFieldParseException(String) - Constructor for exception com.google.protobuf.TextFormat.UnknownFieldParseException
Create a new instance, with -1 as the line and column numbers, and an empty unknown field name.
UnknownFieldParseException(int, int, String, String) - Constructor for exception com.google.protobuf.TextFormat.UnknownFieldParseException
Create a new instance
unknownFields - Variable in class com.google.protobuf.GeneratedMessage
For use by generated code only.
unknownFields - Variable in class com.google.protobuf.GeneratedMessageLite
For use by generated code only.
UnknownFieldSet - Class in com.google.protobuf
UnknownFieldSet is used to keep track of fields which were seen when parsing a protocol message but whose field numbers or types are unrecognized.
UnknownFieldSet.Builder - Class in com.google.protobuf
Builder for UnknownFieldSets.
UnknownFieldSet.Field - Class in com.google.protobuf
Represents a single field in an UnknownFieldSet.
UnknownFieldSet.Field.Builder - Class in com.google.protobuf
Used to build a Field within an UnknownFieldSet.
UnknownFieldSet.Parser - Class in com.google.protobuf
Parser to implement MessageLite interface.
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.
UnknownFieldSetLite.Builder - Class in com.google.protobuf
Builder for UnknownFieldSetLites.
UnmodifiableLazyStringList - Class in com.google.protobuf
An implementation of LazyStringList that wraps another LazyStringList such that it cannot be modified via the wrapper.
UnmodifiableLazyStringList(LazyStringList) - Constructor for class com.google.protobuf.UnmodifiableLazyStringList
 
unpack(Class<T>) - Method in class com.google.protobuf.Any
 
UnsafeByteStrings - Class in com.google.protobuf
Provides unsafe factory methods for ByteString instances.
unsafeWrap(ByteBuffer) - Static method in class com.google.protobuf.UnsafeByteStrings
An unsafe operation that returns a ByteString that is backed by the provided buffer.
unsignedToString(int) - Static method in class com.google.protobuf.TextFormat
Convert an unsigned 32-bit integer to a string.
unsignedToString(long) - Static method in class com.google.protobuf.TextFormat
Convert an unsigned 64-bit integer to a string.
UTF_8 - Static variable in class com.google.protobuf.Internal
 

V

value - Variable in class com.google.protobuf.LazyFieldLite
The parsed value.
Value - Class in com.google.protobuf
Protobuf type google.protobuf.Value
Value.Builder - Class in com.google.protobuf
Protobuf type google.protobuf.Value
Value.KindCase - Enum in com.google.protobuf
 
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.DescriptorProtos.EnumDescriptorProto
 
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
 
valueOf(String) - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
 
valueOf(String) - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
 
valueOf(String) - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
 
valueOf(String) - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
 
valueOf(String) - Static method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
 
valueOf(String) - Static method in enum com.google.protobuf.Descriptors.FieldDescriptor.JavaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.protobuf.Descriptors.FieldDescriptor.Type
Returns the enum constant of this type with the specified name.
valueOf(DescriptorProtos.FieldDescriptorProto.Type) - Static method in enum com.google.protobuf.Descriptors.FieldDescriptor.Type
 
valueOf(String) - Static method in enum com.google.protobuf.Descriptors.FileDescriptor.Syntax
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.protobuf.Extension.ExtensionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.protobuf.Extension.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.protobuf.Field.Cardinality
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.protobuf.Field.Cardinality
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.Field.Cardinality
 
valueOf(String) - Static method in enum com.google.protobuf.Field.Kind
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.protobuf.Field.Kind
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.Field.Kind
 
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.NullValue
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.protobuf.NullValue
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.NullValue
 
valueOf(String) - Static method in enum com.google.protobuf.Syntax
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.protobuf.Syntax
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.Syntax
 
valueOf(String) - Static method in enum com.google.protobuf.TextFormat.Parser.SingularOverwritePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.protobuf.Value.KindCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.protobuf.Value.KindCase
 
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.DescriptorProtos.FieldDescriptorProto.Label
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.protobuf.Descriptors.FieldDescriptor.JavaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.protobuf.Descriptors.FieldDescriptor.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.protobuf.Descriptors.FileDescriptor.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.Extension.ExtensionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.protobuf.Extension.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.protobuf.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.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.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.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.TextFormat.Parser.SingularOverwritePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.protobuf.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
 

W

WEAK_DEPENDENCY_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
WEAK_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
 
WireFormat - Class in com.google.protobuf
This class is used internally by the Protocol Buffer library and generated message implementations.
WireFormat.FieldType - Enum in com.google.protobuf
WireFormat.JavaType - Enum in com.google.protobuf
WIRETYPE_END_GROUP - Static variable in class com.google.protobuf.WireFormat
 
WIRETYPE_FIXED32 - Static variable in class com.google.protobuf.WireFormat
 
WIRETYPE_FIXED64 - Static variable in class com.google.protobuf.WireFormat
 
WIRETYPE_LENGTH_DELIMITED - Static variable in class com.google.protobuf.WireFormat
 
WIRETYPE_START_GROUP - Static variable in class com.google.protobuf.WireFormat
 
WIRETYPE_VARINT - Static variable in class com.google.protobuf.WireFormat
 
WrappersProto - Class in com.google.protobuf
 
write(int) - Method in class com.google.protobuf.ByteString.Output
 
write(byte[], int, int) - Method in class com.google.protobuf.ByteString.Output
 
writeAsMessageSetExtensionTo(int, CodedOutputStream) - Method in class com.google.protobuf.UnknownFieldSet.Field
Serializes the field, including field number, and writes it to output, using MessageSet wire format.
writeAsMessageSetTo(CodedOutputStream) - Method in class com.google.protobuf.UnknownFieldSet
Serializes the set and writes it to output using MessageSet wire format.
writeBool(int, boolean) - Method in class com.google.protobuf.CodedOutputStream
Write a bool field, including tag, to the stream.
writeBoolNoTag(boolean) - Method in class com.google.protobuf.CodedOutputStream
Write a bool field to the stream.
writeByteArray(int, byte[]) - Method in class com.google.protobuf.CodedOutputStream
Write a bytes field, including tag, to the stream.
writeByteArray(int, byte[], int, int) - Method in class com.google.protobuf.CodedOutputStream
Write a bytes field, including tag, to the stream.
writeByteArrayNoTag(byte[]) - Method in class com.google.protobuf.CodedOutputStream
Write a bytes field to the stream.
writeByteArrayNoTag(byte[], int, int) - Method in class com.google.protobuf.CodedOutputStream
Write a bytes field to the stream.
writeByteBuffer(int, ByteBuffer) - Method in class com.google.protobuf.CodedOutputStream
Write a bytes field, including tag, to the stream.
writeByteBufferNoTag(ByteBuffer) - Method in class com.google.protobuf.CodedOutputStream
Write a bytes field to the stream.
writeBytes(int, ByteString) - Method in class com.google.protobuf.CodedOutputStream
Write a bytes field, including tag, to the stream.
writeBytesNoTag(ByteString) - Method in class com.google.protobuf.CodedOutputStream
Write a bytes field to the stream.
writeDelimitedTo(OutputStream) - Method in class com.google.protobuf.AbstractMessageLite
 
writeDelimitedTo(OutputStream) - Method in interface com.google.protobuf.MessageLite
Like MessageLite.writeTo(OutputStream), but writes the size of the message as a varint before writing the data.
writeDelimitedTo(OutputStream) - Method in class com.google.protobuf.UnknownFieldSet
 
writeDouble(int, double) - Method in class com.google.protobuf.CodedOutputStream
Write a double field, including tag, to the stream.
writeDoubleNoTag(double) - Method in class com.google.protobuf.CodedOutputStream
Write a double field to the stream.
writeEnum(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write an enum field, including tag, to the stream.
writeEnumNoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write an enum field to the stream.
writeFixed32(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write a fixed32 field, including tag, to the stream.
writeFixed32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write a fixed32 field to the stream.
writeFixed64(int, long) - Method in class com.google.protobuf.CodedOutputStream
Write a fixed64 field, including tag, to the stream.
writeFixed64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
Write a fixed64 field to the stream.
writeFloat(int, float) - Method in class com.google.protobuf.CodedOutputStream
Write a float field, including tag, to the stream.
writeFloatNoTag(float) - Method in class com.google.protobuf.CodedOutputStream
Write a float field to the stream.
writeGroup(int, MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Write a group field, including tag, to the stream.
writeGroupNoTag(MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Write a group field to the stream.
writeInt32(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write an int32 field, including tag, to the stream.
writeInt32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write an int32 field to the stream.
writeInt64(int, long) - Method in class com.google.protobuf.CodedOutputStream
Write an int64 field, including tag, to the stream.
writeInt64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
Write an int64 field to the stream.
writeMessage(int, MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Write an embedded message field, including tag, to the stream.
writeMessageNoTag(MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Write an embedded message field to the stream.
writeMessageSetExtension(int, MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Write a MessageSet extension field to the stream.
writeRawByte(byte) - Method in class com.google.protobuf.CodedOutputStream
Write a single byte.
writeRawByte(int) - Method in class com.google.protobuf.CodedOutputStream
Write a single byte, represented by an integer value.
writeRawBytes(ByteString) - Method in class com.google.protobuf.CodedOutputStream
Write a byte string.
writeRawBytes(byte[]) - Method in class com.google.protobuf.CodedOutputStream
Write an array of bytes.
writeRawBytes(ByteBuffer) - Method in class com.google.protobuf.CodedOutputStream
Write a ByteBuffer.
writeRawBytes(byte[], int, int) - Method in class com.google.protobuf.CodedOutputStream
Write part of an array of bytes.
writeRawBytes(ByteString, int, int) - Method in class com.google.protobuf.CodedOutputStream
Write part of a byte string.
writeRawLittleEndian32(int) - Method in class com.google.protobuf.CodedOutputStream
Write a little-endian 32-bit integer.
writeRawLittleEndian64(long) - Method in class com.google.protobuf.CodedOutputStream
Write a little-endian 64-bit integer.
writeRawMessageSetExtension(int, ByteString) - Method in class com.google.protobuf.CodedOutputStream
Write an unparsed MessageSet extension field to the stream.
writeRawVarint32(int) - Method in class com.google.protobuf.CodedOutputStream
Encode and write a varint.
writeRawVarint64(long) - Method in class com.google.protobuf.CodedOutputStream
Encode and write a varint.
writeReplace() - Method in class com.google.protobuf.GeneratedMessage
Replaces this object in the output stream with a serialized form.
writeReplace() - Method in class com.google.protobuf.GeneratedMessageLite
Replaces this object in the output stream with a serialized form.
writeSFixed32(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write an sfixed32 field, including tag, to the stream.
writeSFixed32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write an sfixed32 field to the stream.
writeSFixed64(int, long) - Method in class com.google.protobuf.CodedOutputStream
Write an sfixed64 field, including tag, to the stream.
writeSFixed64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
Write an sfixed64 field to the stream.
writeSInt32(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write an sint32 field, including tag, to the stream.
writeSInt32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write an sint32 field to the stream.
writeSInt64(int, long) - Method in class com.google.protobuf.CodedOutputStream
Write an sint64 field, including tag, to the stream.
writeSInt64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
Write an sint64 field to the stream.
writeString(int, String) - Method in class com.google.protobuf.CodedOutputStream
Write a string field, including tag, to the stream.
writeString(CodedOutputStream, int, Object) - Static method in class com.google.protobuf.GeneratedMessage
 
writeStringNoTag(String) - Method in class com.google.protobuf.CodedOutputStream
Write a string field to the stream.
writeStringNoTag(CodedOutputStream, Object) - Static method in class com.google.protobuf.GeneratedMessage
 
writeTag(int, int) - Method in class com.google.protobuf.CodedOutputStream
Encode and write a tag.
writeTo(CodedOutputStream) - Method in class com.google.protobuf.AbstractMessage
 
writeTo(OutputStream) - Method in class com.google.protobuf.AbstractMessageLite
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.Any
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.Api
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.BoolValue
 
writeTo(OutputStream) - Method in class com.google.protobuf.ByteString.Output
Writes the complete contents of this byte array output stream to the specified output stream argument.
writeTo(OutputStream) - Method in class com.google.protobuf.ByteString
Writes the complete contents of this byte string to the specified output stream argument.
writeTo(CodedOutputStream) - Method in class com.google.protobuf.BytesValue
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DoubleValue
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.Duration
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DynamicMessage
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.Empty
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.Enum
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.EnumValue
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.Field
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.FieldMask
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.FloatValue
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.GeneratedMessage
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.Int32Value
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.Int64Value
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.ListValue
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.MapEntry
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.MapEntryLite
 
writeTo(CodedOutputStream) - Method in interface com.google.protobuf.MessageLite
Serializes the message and writes it to output.
writeTo(OutputStream) - Method in interface com.google.protobuf.MessageLite
Serializes the message and writes it to output.
writeTo(CodedOutputStream) - Method in class com.google.protobuf.Method
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.Mixin
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.Option
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.SourceContext
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.StringValue
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.Struct
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.Timestamp
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.Type
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.UInt32Value
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.UInt64Value
 
writeTo(int, CodedOutputStream) - Method in class com.google.protobuf.UnknownFieldSet.Field
Serializes the field, including field number, and writes it to output.
writeTo(CodedOutputStream) - Method in class com.google.protobuf.UnknownFieldSet
Serializes the set and writes it to output.
writeTo(OutputStream) - Method in class com.google.protobuf.UnknownFieldSet
Serializes the message and writes it to output.
writeTo(CodedOutputStream) - Method in class com.google.protobuf.UnknownFieldSetLite
Serializes the set and writes it to output.
writeTo(CodedOutputStream) - Method in class com.google.protobuf.Value
 
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.GeneratedMessage.ExtendableMessage.ExtensionWriter
 
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 
Skip navigation links

Copyright © 2008–2016 Google. All rights reserved.