A B C D E F G H I J K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
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<BuilderType>> - Class in com.google.protobuf
-
A partial implementation of the
Message.Builder
interface which implements as many methods of that interface as possible in terms of other methods. - AbstractMessage.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.
- AbstractMessageLite<MessageType extends AbstractMessageLite<MessageType,BuilderType>,BuilderType extends AbstractMessageLite.Builder<MessageType,BuilderType>> - Class in com.google.protobuf
-
A partial implementation of the
MessageLite
interface which implements as many methods of that interface as possible in terms of other methods. - AbstractMessageLite() - Constructor for class com.google.protobuf.AbstractMessageLite
- AbstractMessageLite.Builder<MessageType extends AbstractMessageLite<MessageType,BuilderType>,BuilderType extends AbstractMessageLite.Builder<MessageType,BuilderType>> - Class in com.google.protobuf
-
A partial implementation of the
Message.Builder
interface which implements as many methods of that interface as possible in terms of other methods. - AbstractMessageLite.InternalOneOfEnum - Interface in com.google.protobuf
-
Interface for an enum which signifies which field in a
oneof
was specified. - AbstractParser<MessageType extends MessageLite> - Class in com.google.protobuf
-
A partial implementation of the
Parser
interface which implements as many methods of that interface as possible in terms of other methods. - AbstractParser() - Constructor for class com.google.protobuf.AbstractParser
- add(byte[]) - Method in class com.google.protobuf.LazyStringArrayList
- add(byte[]) - Method in interface com.google.protobuf.LazyStringList
-
Appends the specified element to the end of this list (optional operation).
- add(byte[]) - Method in class com.google.protobuf.UnmodifiableLazyStringList
-
Deprecated.
- add(int, String) - Method in class com.google.protobuf.LazyStringArrayList
- add(ByteString) - Method in class com.google.protobuf.LazyStringArrayList
- add(ByteString) - Method in interface com.google.protobuf.LazyStringList
-
Appends the specified element to the end of this list (optional operation).
- add(ByteString) - Method in class com.google.protobuf.UnmodifiableLazyStringList
-
Deprecated.
- add(Descriptors.Descriptor) - Method in class com.google.protobuf.TypeRegistry.Builder
-
Adds a message type and all types defined in the same .proto file as well as all transitively imported .proto files to this
TypeRegistry.Builder
. - 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(Extension<?, ?>) - Method in class com.google.protobuf.ExtensionRegistry
-
Add an extension from a generated file to the registry.
- add(ExtensionLite<?, ?>) - Method in class com.google.protobuf.ExtensionRegistryLite
-
Add an extension from a lite generated file to the registry only if it is a non-lite extension i.e.
- add(GeneratedMessage.GeneratedExtension<?, ?>) - Method in class com.google.protobuf.ExtensionRegistry
-
Add an extension from a generated file to the registry.
- add(GeneratedMessageLite.GeneratedExtension<?, ?>) - Method in class com.google.protobuf.ExtensionRegistryLite
-
Add an extension from a lite generated file to the registry.
- add(Iterable<Descriptors.Descriptor>) - Method in class com.google.protobuf.TypeRegistry.Builder
-
Adds message types and all types defined in the same .proto file as well as all transitively imported .proto files to this
TypeRegistry.Builder
. - addAll(int, Collection<? extends String>) - Method in class com.google.protobuf.LazyStringArrayList
- addAll(Iterable<T>, Collection<? super T>) - Static method in class com.google.protobuf.AbstractMessageLite
-
Deprecated.
- addAll(Iterable<T>, Collection<? super T>) - Static method in class com.google.protobuf.AbstractMessageLite.Builder
-
Deprecated.
- addAll(Iterable<T>, List<? super T>) - Static method in class com.google.protobuf.AbstractMessageLite
- addAll(Iterable<T>, List<? super T>) - Static method in class com.google.protobuf.AbstractMessageLite.Builder
-
Adds the
values
to thelist
. - addAll(Collection<? extends String>) - Method in class com.google.protobuf.LazyStringArrayList
- addAllAnnotation(Iterable<? extends DescriptorProtos.GeneratedCodeInfo.Annotation>) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
-
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
- addAllByteArray(Collection<byte[]>) - Method in class com.google.protobuf.LazyStringArrayList
- addAllByteArray(Collection<byte[]>) - Method in interface com.google.protobuf.LazyStringList
-
Appends all elements in the specified byte[] collection to the end of this list.
- addAllByteArray(Collection<byte[]>) - Method in class com.google.protobuf.UnmodifiableLazyStringList
-
Deprecated.
- addAllByteString(Collection<? extends ByteString>) - Method in class com.google.protobuf.LazyStringArrayList
- addAllByteString(Collection<? extends ByteString>) - Method in interface com.google.protobuf.LazyStringList
-
Appends all elements in the specified ByteString collection to the end of this list.
- addAllByteString(Collection<? extends ByteString>) - Method in class com.google.protobuf.UnmodifiableLazyStringList
-
Deprecated.
- addAllDeclaration(Iterable<? extends DescriptorProtos.ExtensionRangeOptions.Declaration>) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
- addAllDependency(Iterable<String>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated string dependency = 3 [json_name = "dependency"];
- addAllEditionDefaults(Iterable<? extends DescriptorProtos.FieldOptions.EditionDefault>) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.FieldOptions.EditionDefault edition_defaults = 20 [json_name = "editionDefaults"];
- addAllEnumType(Iterable<? extends DescriptorProtos.EnumDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
- addAllEnumType(Iterable<? extends DescriptorProtos.EnumDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
- addAllEnumvalue(Iterable<? extends EnumValue>) - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
- addAllExtension(Iterable<? extends DescriptorProtos.FieldDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
- addAllExtension(Iterable<? extends DescriptorProtos.FieldDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
- addAllExtensionRange(Iterable<? extends DescriptorProtos.DescriptorProto.ExtensionRange>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
- addAllField(Iterable<? extends DescriptorProtos.FieldDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
- addAllFields(Iterable<? extends Field>) - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
- addAllFile(Iterable<? extends PluginProtos.CodeGeneratorResponse.File>) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
- addAllFile(Iterable<? extends DescriptorProtos.FileDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
- addAllFileToGenerate(Iterable<String>) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
- addAllLeadingDetachedComments(Iterable<String>) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
- addAllLocation(Iterable<? extends DescriptorProtos.SourceCodeInfo.Location>) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
- 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.
- addAllMessages(Iterable<? extends MType>) - Method in class com.google.protobuf.RepeatedFieldBuilderV3
-
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 [json_name = "messageType"];
- addAllMethod(Iterable<? extends DescriptorProtos.MethodDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
- addAllMethods(Iterable<? extends Method>) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
- addAllMixins(Iterable<? extends Mixin>) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
- addAllName(Iterable<? extends DescriptorProtos.UninterpretedOption.NamePart>) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
- addAllNestedType(Iterable<? extends DescriptorProtos.DescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
- addAllOneofDecl(Iterable<? extends DescriptorProtos.OneofDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
- addAllOneofs(Iterable<String>) - Method in class com.google.protobuf.Type.Builder
-
repeated string oneofs = 3 [json_name = "oneofs"];
- addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.EnumValue.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.Field.Builder
-
repeated .google.protobuf.Option options = 9 [json_name = "options"];
- addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.Method.Builder
-
repeated .google.protobuf.Option options = 6 [json_name = "options"];
- addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Option options = 4 [json_name = "options"];
- addAllPath(Iterable<? extends Integer>) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
repeated int32 path = 1 [json_name = "path", packed = true];
- addAllPath(Iterable<? extends Integer>) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 path = 1 [json_name = "path", packed = true];
- addAllPaths(Iterable<String>) - Method in class com.google.protobuf.FieldMask.Builder
-
repeated string paths = 1 [json_name = "paths"];
- addAllProtoFile(Iterable<? extends DescriptorProtos.FileDescriptorProto>) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
- addAllPublicDependency(Iterable<? extends Integer>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 public_dependency = 10 [json_name = "publicDependency"];
- addAllReservedName(Iterable<String>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated string reserved_name = 10 [json_name = "reservedName"];
- addAllReservedName(Iterable<String>) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated string reserved_name = 5 [json_name = "reservedName"];
- addAllReservedRange(Iterable<? extends DescriptorProtos.DescriptorProto.ReservedRange>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
- addAllReservedRange(Iterable<? extends DescriptorProtos.EnumDescriptorProto.EnumReservedRange>) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
- addAllService(Iterable<? extends DescriptorProtos.ServiceDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
- addAllSourceFileDescriptors(Iterable<? extends DescriptorProtos.FileDescriptorProto>) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
- addAllSpan(Iterable<? extends Integer>) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 span = 2 [json_name = "span", packed = true];
- addAllTargets(Iterable<? extends DescriptorProtos.FieldOptions.OptionTargetType>) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.FieldOptions.OptionTargetType targets = 19 [json_name = "targets"];
- addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addAllValue(Iterable<? extends DescriptorProtos.EnumValueDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
- addAllValues(Iterable<? extends Value>) - Method in class com.google.protobuf.ListValue.Builder
-
repeated .google.protobuf.Value values = 1 [json_name = "values"];
- addAllWeakDependency(Iterable<? extends Integer>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 weak_dependency = 11 [json_name = "weakDependency"];
- addAnnotation(int, DescriptorProtos.GeneratedCodeInfo.Annotation) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
-
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
- addAnnotation(int, DescriptorProtos.GeneratedCodeInfo.Annotation.Builder) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
-
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
- addAnnotation(DescriptorProtos.GeneratedCodeInfo.Annotation) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
-
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
- addAnnotation(DescriptorProtos.GeneratedCodeInfo.Annotation.Builder) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
-
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
- addAnnotationBuilder() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
-
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
- addAnnotationBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
-
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
- 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(int, MType) - Method in class com.google.protobuf.RepeatedFieldBuilder
-
Inserts a new builder at the specified position in this list.
- addBuilder(int, MType) - Method in class com.google.protobuf.RepeatedFieldBuilderV3
-
Inserts a new builder at the specified position in this list.
- addBuilder(MType) - Method in class com.google.protobuf.RepeatedFieldBuilder
-
Appends a new builder to the end of this list and returns the builder.
- addBuilder(MType) - Method in class com.google.protobuf.RepeatedFieldBuilderV3
-
Appends a new builder to the end of this list and returns the builder.
- addDeclaration(int, DescriptorProtos.ExtensionRangeOptions.Declaration) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
- addDeclaration(int, DescriptorProtos.ExtensionRangeOptions.Declaration.Builder) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
- addDeclaration(DescriptorProtos.ExtensionRangeOptions.Declaration) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
- addDeclaration(DescriptorProtos.ExtensionRangeOptions.Declaration.Builder) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
- addDeclarationBuilder() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
- addDeclarationBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
- addDependency(String) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated string dependency = 3 [json_name = "dependency"];
- addDependencyBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated string dependency = 3 [json_name = "dependency"];
- 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. - addEditionDefaults(int, DescriptorProtos.FieldOptions.EditionDefault) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.FieldOptions.EditionDefault edition_defaults = 20 [json_name = "editionDefaults"];
- addEditionDefaults(int, DescriptorProtos.FieldOptions.EditionDefault.Builder) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.FieldOptions.EditionDefault edition_defaults = 20 [json_name = "editionDefaults"];
- addEditionDefaults(DescriptorProtos.FieldOptions.EditionDefault) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.FieldOptions.EditionDefault edition_defaults = 20 [json_name = "editionDefaults"];
- addEditionDefaults(DescriptorProtos.FieldOptions.EditionDefault.Builder) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.FieldOptions.EditionDefault edition_defaults = 20 [json_name = "editionDefaults"];
- addEditionDefaultsBuilder() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.FieldOptions.EditionDefault edition_defaults = 20 [json_name = "editionDefaults"];
- addEditionDefaultsBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.FieldOptions.EditionDefault edition_defaults = 20 [json_name = "editionDefaults"];
- addEnumType(int, DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
- addEnumType(int, DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
- addEnumType(int, DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
- addEnumType(int, DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
- addEnumType(DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
- addEnumType(DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
- addEnumType(DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
- addEnumType(DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
- addEnumTypeBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
- addEnumTypeBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
- addEnumTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
- addEnumTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
- addEnumvalue(int, EnumValue) - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
- addEnumvalue(int, EnumValue.Builder) - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
- addEnumvalue(EnumValue) - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
- addEnumvalue(EnumValue.Builder) - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
- addEnumvalueBuilder() - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
- addEnumvalueBuilder(int) - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
- addExtension(int, DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
- addExtension(int, DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
- addExtension(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
- addExtension(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
- addExtension(DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
- addExtension(DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
- addExtension(DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
- addExtension(DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
- addExtension(Extension<MessageT, List<T>>, T) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
-
Append a value to a repeated extension.
- addExtension(Extension<MessageType, List<Type>>, Type) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
-
Append a value to a repeated extension.
- addExtension(ExtensionLite<MessageT, List<T>>, T) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
-
Append a value to a repeated extension.
- 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.
- addExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.EnumOptions, List<Type>>, Type) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
- addExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.EnumValueOptions, List<Type>>, Type) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
- addExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.ExtensionRangeOptions, List<Type>>, Type) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
- addExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.FeatureSet, List<Type>>, Type) - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
- addExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.FieldOptions, List<Type>>, Type) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
- addExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.FileOptions, List<Type>>, Type) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
- addExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.MessageOptions, List<Type>>, Type) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
- addExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.MethodOptions, List<Type>>, Type) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
- addExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.OneofOptions, List<Type>>, Type) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
- addExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.ServiceOptions, List<Type>>, Type) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
- addExtension(GeneratedMessage.GeneratedExtension<MessageT, List<T>>, T) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
-
Append a value to a repeated extension.
- addExtension(GeneratedMessage.GeneratedExtension<MessageType, List<Type>>, Type) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
-
Append a value to a repeated extension.
- addExtensionBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
- addExtensionBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
- addExtensionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
- addExtensionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
- addExtensionRange(int, DescriptorProtos.DescriptorProto.ExtensionRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
- addExtensionRange(int, DescriptorProtos.DescriptorProto.ExtensionRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
- addExtensionRange(DescriptorProtos.DescriptorProto.ExtensionRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
- addExtensionRange(DescriptorProtos.DescriptorProto.ExtensionRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
- addExtensionRangeBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
- addExtensionRangeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
- addField(int, DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
- addField(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
- addField(int, UnknownFieldSet.Field) - Method in class com.google.protobuf.UnknownFieldSet.Builder
-
Add a field to the
UnknownFieldSet
. - addField(DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
- addField(DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
- addFieldBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
- addFieldBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
- addFields(int, Field) - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
- addFields(int, Field.Builder) - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
- addFields(Field) - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
- addFields(Field.Builder) - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
- addFieldsBuilder() - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
- addFieldsBuilder(int) - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
- addFile(int, PluginProtos.CodeGeneratorResponse.File) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
- addFile(int, PluginProtos.CodeGeneratorResponse.File.Builder) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
- addFile(int, DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
- addFile(int, DescriptorProtos.FileDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
- addFile(PluginProtos.CodeGeneratorResponse.File) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
- addFile(PluginProtos.CodeGeneratorResponse.File.Builder) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
- addFile(DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
- addFile(DescriptorProtos.FileDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
- addFileBuilder() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
- addFileBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
- addFileBuilder(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
- addFileBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
- addFileToGenerate(String) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
- addFileToGenerateBytes(ByteString) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
- 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 [json_name = "leadingDetachedComments"];
- addLeadingDetachedCommentsBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
- addLengthDelimited(ByteString) - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
-
Add a length-delimited value.
- addLocation(int, DescriptorProtos.SourceCodeInfo.Location) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
- addLocation(int, DescriptorProtos.SourceCodeInfo.Location.Builder) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
- addLocation(DescriptorProtos.SourceCodeInfo.Location) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
- addLocation(DescriptorProtos.SourceCodeInfo.Location.Builder) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
- addLocationBuilder() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
- addLocationBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
- 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(int, MType) - Method in class com.google.protobuf.RepeatedFieldBuilder
-
Inserts the specified message at the specified position in this list.
- addMessage(int, MType) - Method in class com.google.protobuf.RepeatedFieldBuilderV3
-
Inserts the specified message at the specified position in this list.
- addMessage(MType) - Method in class com.google.protobuf.RepeatedFieldBuilder
-
Appends the specified element to the end of this list.
- addMessage(MType) - Method in class com.google.protobuf.RepeatedFieldBuilderV3
-
Appends the specified element to the end of this list.
- addMessageType(int, DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
- addMessageType(int, DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
- addMessageType(DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
- addMessageType(DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
- addMessageTypeBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
- addMessageTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
- addMethod(int, DescriptorProtos.MethodDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
- addMethod(int, DescriptorProtos.MethodDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
- addMethod(DescriptorProtos.MethodDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
- addMethod(DescriptorProtos.MethodDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
- addMethodBuilder() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
- addMethodBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
- addMethods(int, Method) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
- addMethods(int, Method.Builder) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
- addMethods(Method) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
- addMethods(Method.Builder) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
- addMethodsBuilder() - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
- addMethodsBuilder(int) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
- addMixins(int, Mixin) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
- addMixins(int, Mixin.Builder) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
- addMixins(Mixin) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
- addMixins(Mixin.Builder) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
- addMixinsBuilder() - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
- addMixinsBuilder(int) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
- addName(int, DescriptorProtos.UninterpretedOption.NamePart) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
- addName(int, DescriptorProtos.UninterpretedOption.NamePart.Builder) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
- addName(DescriptorProtos.UninterpretedOption.NamePart) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
- addName(DescriptorProtos.UninterpretedOption.NamePart.Builder) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
- addNameBuilder() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
- addNameBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
- addNestedType(int, DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
- addNestedType(int, DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
- addNestedType(DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
- addNestedType(DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
- addNestedTypeBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
- addNestedTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
- addOneofDecl(int, DescriptorProtos.OneofDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
- addOneofDecl(int, DescriptorProtos.OneofDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
- addOneofDecl(DescriptorProtos.OneofDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
- addOneofDecl(DescriptorProtos.OneofDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
- addOneofDeclBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
- addOneofDeclBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
- addOneofs(String) - Method in class com.google.protobuf.Type.Builder
-
repeated string oneofs = 3 [json_name = "oneofs"];
- addOneofsBytes(ByteString) - Method in class com.google.protobuf.Type.Builder
-
repeated string oneofs = 3 [json_name = "oneofs"];
- addOptions(int, Option) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- addOptions(int, Option) - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- addOptions(int, Option) - Method in class com.google.protobuf.EnumValue.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- addOptions(int, Option) - Method in class com.google.protobuf.Field.Builder
-
repeated .google.protobuf.Option options = 9 [json_name = "options"];
- addOptions(int, Option) - Method in class com.google.protobuf.Method.Builder
-
repeated .google.protobuf.Option options = 6 [json_name = "options"];
- addOptions(int, Option) - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Option options = 4 [json_name = "options"];
- addOptions(int, Option.Builder) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- addOptions(int, Option.Builder) - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- addOptions(int, Option.Builder) - Method in class com.google.protobuf.EnumValue.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- addOptions(int, Option.Builder) - Method in class com.google.protobuf.Field.Builder
-
repeated .google.protobuf.Option options = 9 [json_name = "options"];
- addOptions(int, Option.Builder) - Method in class com.google.protobuf.Method.Builder
-
repeated .google.protobuf.Option options = 6 [json_name = "options"];
- addOptions(int, Option.Builder) - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Option options = 4 [json_name = "options"];
- addOptions(Option) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- addOptions(Option) - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- addOptions(Option) - Method in class com.google.protobuf.EnumValue.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- addOptions(Option) - Method in class com.google.protobuf.Field.Builder
-
repeated .google.protobuf.Option options = 9 [json_name = "options"];
- addOptions(Option) - Method in class com.google.protobuf.Method.Builder
-
repeated .google.protobuf.Option options = 6 [json_name = "options"];
- addOptions(Option) - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Option options = 4 [json_name = "options"];
- addOptions(Option.Builder) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- addOptions(Option.Builder) - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- addOptions(Option.Builder) - Method in class com.google.protobuf.EnumValue.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- addOptions(Option.Builder) - Method in class com.google.protobuf.Field.Builder
-
repeated .google.protobuf.Option options = 9 [json_name = "options"];
- addOptions(Option.Builder) - Method in class com.google.protobuf.Method.Builder
-
repeated .google.protobuf.Option options = 6 [json_name = "options"];
- addOptions(Option.Builder) - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Option options = 4 [json_name = "options"];
- addOptionsBuilder() - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- addOptionsBuilder() - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- addOptionsBuilder() - Method in class com.google.protobuf.EnumValue.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- addOptionsBuilder() - Method in class com.google.protobuf.Field.Builder
-
repeated .google.protobuf.Option options = 9 [json_name = "options"];
- addOptionsBuilder() - Method in class com.google.protobuf.Method.Builder
-
repeated .google.protobuf.Option options = 6 [json_name = "options"];
- addOptionsBuilder() - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Option options = 4 [json_name = "options"];
- addOptionsBuilder(int) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- addOptionsBuilder(int) - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- addOptionsBuilder(int) - Method in class com.google.protobuf.EnumValue.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- addOptionsBuilder(int) - Method in class com.google.protobuf.Field.Builder
-
repeated .google.protobuf.Option options = 9 [json_name = "options"];
- addOptionsBuilder(int) - Method in class com.google.protobuf.Method.Builder
-
repeated .google.protobuf.Option options = 6 [json_name = "options"];
- addOptionsBuilder(int) - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Option options = 4 [json_name = "options"];
- addPath(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
repeated int32 path = 1 [json_name = "path", packed = true];
- addPath(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 path = 1 [json_name = "path", packed = true];
- addPaths(String) - Method in class com.google.protobuf.FieldMask.Builder
-
repeated string paths = 1 [json_name = "paths"];
- addPathsBytes(ByteString) - Method in class com.google.protobuf.FieldMask.Builder
-
repeated string paths = 1 [json_name = "paths"];
- addProtoFile(int, DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
- addProtoFile(int, DescriptorProtos.FileDescriptorProto.Builder) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
- addProtoFile(DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
- addProtoFile(DescriptorProtos.FileDescriptorProto.Builder) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
- addProtoFileBuilder() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
- addProtoFileBuilder(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
- addPublicDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 public_dependency = 10 [json_name = "publicDependency"];
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.Any.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.Api.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.BoolValue.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.BytesValue.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DoubleValue.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.Duration.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DynamicMessage.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.Empty.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.Enum.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.EnumValue.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.Field.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.FieldMask.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.FloatValue.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.GeneratedMessageV3.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.Int32Value.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.Int64Value.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.ListValue.Builder
- 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. - addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.Method.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.Mixin.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.Option.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.SourceContext.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.StringValue.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.Struct.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.Timestamp.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.Type.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.UInt32Value.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.UInt64Value.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.Value.Builder
- addReservedName(String) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated string reserved_name = 10 [json_name = "reservedName"];
- addReservedName(String) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated string reserved_name = 5 [json_name = "reservedName"];
- addReservedNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated string reserved_name = 10 [json_name = "reservedName"];
- addReservedNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated string reserved_name = 5 [json_name = "reservedName"];
- addReservedRange(int, DescriptorProtos.DescriptorProto.ReservedRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
- addReservedRange(int, DescriptorProtos.DescriptorProto.ReservedRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
- addReservedRange(int, DescriptorProtos.EnumDescriptorProto.EnumReservedRange) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
- addReservedRange(int, DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
- addReservedRange(DescriptorProtos.DescriptorProto.ReservedRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
- addReservedRange(DescriptorProtos.DescriptorProto.ReservedRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
- addReservedRange(DescriptorProtos.EnumDescriptorProto.EnumReservedRange) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
- addReservedRange(DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
- addReservedRangeBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
- addReservedRangeBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
- addReservedRangeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
- addReservedRangeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
- addService(int, DescriptorProtos.ServiceDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
- addService(int, DescriptorProtos.ServiceDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
- addService(DescriptorProtos.ServiceDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
- addService(DescriptorProtos.ServiceDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
- addServiceBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
- addServiceBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
- addSourceFileDescriptors(int, DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
- addSourceFileDescriptors(int, DescriptorProtos.FileDescriptorProto.Builder) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
- addSourceFileDescriptors(DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
- addSourceFileDescriptors(DescriptorProtos.FileDescriptorProto.Builder) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
- addSourceFileDescriptorsBuilder() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
- addSourceFileDescriptorsBuilder(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
- addSpan(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 span = 2 [json_name = "span", packed = true];
- addTargets(DescriptorProtos.FieldOptions.OptionTargetType) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.FieldOptions.OptionTargetType targets = 19 [json_name = "targets"];
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- addValue(int, DescriptorProtos.EnumValueDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
- addValue(int, DescriptorProtos.EnumValueDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
- addValue(DescriptorProtos.EnumValueDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
- addValue(DescriptorProtos.EnumValueDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
- addValueBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
- addValueBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
- addValues(int, Value) - Method in class com.google.protobuf.ListValue.Builder
-
repeated .google.protobuf.Value values = 1 [json_name = "values"];
- addValues(int, Value.Builder) - Method in class com.google.protobuf.ListValue.Builder
-
repeated .google.protobuf.Value values = 1 [json_name = "values"];
- addValues(Value) - Method in class com.google.protobuf.ListValue.Builder
-
repeated .google.protobuf.Value values = 1 [json_name = "values"];
- addValues(Value.Builder) - Method in class com.google.protobuf.ListValue.Builder
-
repeated .google.protobuf.Value values = 1 [json_name = "values"];
- addValuesBuilder() - Method in class com.google.protobuf.ListValue.Builder
-
repeated .google.protobuf.Value values = 1 [json_name = "values"];
- addValuesBuilder(int) - Method in class com.google.protobuf.ListValue.Builder
-
repeated .google.protobuf.Value values = 1 [json_name = "values"];
- 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 [json_name = "weakDependency"];
- AGGREGATE_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption
- ALIAS - com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic
-
ALIAS = 2;
- ALIAS_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic
-
ALIAS = 2;
- ALLOW - com.google.protobuf.DescriptorProtos.FeatureSet.JsonFormat
-
ALLOW = 1;
- ALLOW_ALIAS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumOptions
- ALLOW_SINGULAR_OVERWRITES - com.google.protobuf.TextFormat.Parser.SingularOverwritePolicy
-
Later values are merged with earlier values.
- ALLOW_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FeatureSet.JsonFormat
-
ALLOW = 1;
- AlreadyCalledException() - Constructor for exception com.google.protobuf.RpcUtil.AlreadyCalledException
- alwaysUseFieldBuilders - Static variable in class com.google.protobuf.GeneratedMessage
-
For testing.
- alwaysUseFieldBuilders - Static variable in class com.google.protobuf.GeneratedMessageV3
-
For testing.
- ANNOTATION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
- Any - Class in com.google.protobuf
-
Protobuf type
google.protobuf.Any
- Any.Builder - Class in com.google.protobuf
-
Protobuf type
google.protobuf.Any
- AnyOrBuilder - Interface in com.google.protobuf
- AnyProto - Class in com.google.protobuf
- Api - Class in com.google.protobuf
-
Protobuf type
google.protobuf.Api
- Api.Builder - Class in com.google.protobuf
-
Protobuf type
google.protobuf.Api
- ApiOrBuilder - Interface in com.google.protobuf
- ApiProto - Class in com.google.protobuf
- asByteArrayList() - Method in class com.google.protobuf.LazyStringArrayList
- asByteArrayList() - Method in interface com.google.protobuf.LazyStringList
-
Returns a mutable view of this list.
- asByteArrayList() - Method in class com.google.protobuf.UnmodifiableLazyStringList
-
Deprecated.
- asByteStringList() - Method in class com.google.protobuf.LazyStringArrayList
- asByteStringList() - Method in interface com.google.protobuf.ProtocolStringList
-
Returns a view of the data as a list of ByteStrings.
- asByteStringList() - Method in class com.google.protobuf.UnmodifiableLazyStringList
-
Deprecated.
- asInvalidProtocolBufferException() - Method in exception com.google.protobuf.UninitializedMessageException
-
Converts this exception to an
InvalidProtocolBufferException
. - 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
Field
s as an immutableMap
. - 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
-
Deprecated.
B
- BEGIN_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
- BlockingRpcChannel - Interface in com.google.protobuf
-
Abstract interface for a blocking RPC channel.
- BlockingService - Interface in com.google.protobuf
-
Blocking equivalent to
Service
. - BOOL - com.google.protobuf.Descriptors.FieldDescriptor.Type
- BOOL - com.google.protobuf.FieldType
- BOOL - com.google.protobuf.WireFormat.FieldType
- BOOL_LIST - com.google.protobuf.FieldType
- BOOL_LIST_PACKED - com.google.protobuf.FieldType
- BOOL_VALUE - com.google.protobuf.Value.KindCase
- BOOL_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Value
- BOOLEAN - com.google.protobuf.Descriptors.FieldDescriptor.JavaType
- BOOLEAN - com.google.protobuf.JavaType
- BOOLEAN - com.google.protobuf.WireFormat.JavaType
- BoolValue - Class in com.google.protobuf
-
Protobuf type
google.protobuf.BoolValue
- BoolValue.Builder - Class in com.google.protobuf
-
Protobuf type
google.protobuf.BoolValue
- BoolValueOrBuilder - Interface in com.google.protobuf
- build() - Method in class com.google.protobuf.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.compiler.PluginProtos.Version.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.EnumDescriptorProto.EnumReservedRange.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.ExtensionRangeOptions.Builder
- build() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
- build() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.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.FieldOptions.EditionDefault.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.GeneratedCodeInfo.Annotation.Builder
- build() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.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.OneofOptions.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 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.RepeatedFieldBuilderV3
-
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.SingleFieldBuilderV3
-
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.TextFormatParseInfoTree.Builder
-
Build the
TextFormatParseInfoTree
. - 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.TypeRegistry.Builder
-
Builds a
TypeRegistry
. - 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.Value.Builder
- BUILD_MESSAGE_INFO - com.google.protobuf.GeneratedMessageLite.MethodToInvoke
- builder() - Static method in class com.google.protobuf.TextFormatParseInfoTree
-
Create a builder for a
ParseInfoTree
. - 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() - Constructor for class com.google.protobuf.GeneratedMessageV3.Builder
- Builder() - Constructor for class com.google.protobuf.TextFormat.Parser.Builder
- Builder(GeneratedMessage.BuilderParent) - Constructor for class com.google.protobuf.GeneratedMessage.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class com.google.protobuf.GeneratedMessageV3.Builder
- Builder(MessageType) - Constructor for class com.google.protobuf.GeneratedMessageLite.Builder
- buildFrom(DescriptorProtos.FileDescriptorProto, Descriptors.FileDescriptor[]) - Static method in class com.google.protobuf.Descriptors.FileDescriptor
-
Construct a
FileDescriptor
. - buildFrom(DescriptorProtos.FileDescriptorProto, Descriptors.FileDescriptor[], boolean) - 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.compiler.PluginProtos.Version.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.EnumDescriptorProto.EnumReservedRange.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.ExtensionRangeOptions.Builder
- buildPartial() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
- buildPartial() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.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.FieldOptions.EditionDefault.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.GeneratedCodeInfo.Annotation.Builder
- buildPartial() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.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.OneofOptions.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 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
- BYTE_STRING - com.google.protobuf.Descriptors.FieldDescriptor.JavaType
- BYTE_STRING - com.google.protobuf.JavaType
- BYTE_STRING - com.google.protobuf.WireFormat.JavaType
- byteArrayDefaultValue(String) - Static method in class com.google.protobuf.Internal
-
Helper called by generated code to construct default values for bytes fields.
- byteAt(int) - Method in class com.google.protobuf.ByteString
-
Gets the byte at the given index.
- byteBufferDefaultValue(String) - Static method in class com.google.protobuf.Internal
-
Helper called by generated code to construct default values for bytes fields.
- ByteOutput - Class in com.google.protobuf
-
An output target for raw bytes.
- ByteOutput() - Constructor for class com.google.protobuf.ByteOutput
- BYTES - com.google.protobuf.Descriptors.FieldDescriptor.Type
- BYTES - com.google.protobuf.FieldType
- BYTES - com.google.protobuf.WireFormat.FieldType
- BYTES_LIST - com.google.protobuf.FieldType
- bytesDefaultValue(String) - Static method in class com.google.protobuf.Internal
-
Helper called by generated code to construct default values for bytes fields.
- ByteString - Class in com.google.protobuf
-
Immutable sequence of bytes.
- ByteString.ByteIterator - Interface in com.google.protobuf
-
This interface extends
Iterator<Byte>
, so that we can return an unboxedbyte
. - 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) - 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 thatcallBlockingMethod()
returns the result of the RPC or throws aServiceException
if there is a failure, rather than passing the information to a callback. - 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.
- 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.
- canUseUnsafe() - Static method in class com.google.protobuf.GeneratedMessageV3
- CARDINALITY_FIELD_NUMBER - Static variable in class com.google.protobuf.Field
- CARDINALITY_OPTIONAL - com.google.protobuf.Field.Cardinality
-
CARDINALITY_OPTIONAL = 1;
- CARDINALITY_OPTIONAL_VALUE - Static variable in enum com.google.protobuf.Field.Cardinality
-
CARDINALITY_OPTIONAL = 1;
- CARDINALITY_REPEATED - com.google.protobuf.Field.Cardinality
-
CARDINALITY_REPEATED = 3;
- CARDINALITY_REPEATED_VALUE - Static variable in enum com.google.protobuf.Field.Cardinality
-
CARDINALITY_REPEATED = 3;
- CARDINALITY_REQUIRED - com.google.protobuf.Field.Cardinality
-
CARDINALITY_REQUIRED = 2;
- CARDINALITY_REQUIRED_VALUE - Static variable in enum com.google.protobuf.Field.Cardinality
-
CARDINALITY_REQUIRED = 2;
- CARDINALITY_UNKNOWN - com.google.protobuf.Field.Cardinality
-
CARDINALITY_UNKNOWN = 0;
- CARDINALITY_UNKNOWN_VALUE - Static variable in enum com.google.protobuf.Field.Cardinality
-
CARDINALITY_UNKNOWN = 0;
- 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. - checkRecursionLimit() - Method in class com.google.protobuf.CodedInputStream
- 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.compiler.PluginProtos.Version.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.EnumDescriptorProto.EnumReservedRange.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.ExtensionRangeOptions.Builder
- clear() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
- clear() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.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.FieldOptions.EditionDefault.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.GeneratedCodeInfo.Annotation.Builder
- clear() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.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.OneofOptions.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.GeneratedMessageV3.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.GeneratedMessageV3.ExtendableBuilder
- 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.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.RepeatedFieldBuilderV3
-
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.SingleFieldBuilderV3
-
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 [json_name = "aggregateValue"];
- clearAllowAlias() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
optional bool allow_alias = 2 [json_name = "allowAlias"];
- clearAnnotation() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
-
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
- clearBegin() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
optional int32 begin = 3 [json_name = "begin"];
- clearBoolValue() - Method in class com.google.protobuf.Value.Builder
-
bool bool_value = 4 [json_name = "boolValue"];
- clearCardinality() - Method in class com.google.protobuf.Field.Builder
-
.google.protobuf.Field.Cardinality cardinality = 2 [json_name = "cardinality"];
- clearCcEnableArenas() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool cc_enable_arenas = 31 [default = true, json_name = "ccEnableArenas"];
- clearCcGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool cc_generic_services = 16 [default = false, json_name = "ccGenericServices"];
- clearClientStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional bool client_streaming = 5 [default = false, json_name = "clientStreaming"];
- clearCompilerVersion() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
optional .google.protobuf.compiler.Version compiler_version = 3 [json_name = "compilerVersion"];
- clearContent() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
optional string content = 15 [json_name = "content"];
- clearCsharpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string csharp_namespace = 37 [json_name = "csharpNamespace"];
- clearCtype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING, json_name = "ctype"];
- clearDebugRedact() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
optional bool debug_redact = 3 [default = false, json_name = "debugRedact"];
- clearDebugRedact() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool debug_redact = 16 [default = false, json_name = "debugRedact"];
- clearDeclaration() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
- clearDefaultValue() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string default_value = 7 [json_name = "defaultValue"];
- clearDefaultValue() - Method in class com.google.protobuf.Field.Builder
-
string default_value = 11 [json_name = "defaultValue"];
- clearDependency() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated string dependency = 3 [json_name = "dependency"];
- clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
- clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
optional bool deprecated = 1 [default = false, json_name = "deprecated"];
- clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
- clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool deprecated = 23 [default = false, json_name = "deprecated"];
- clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
- clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
optional bool deprecated = 33 [default = false, json_name = "deprecated"];
- clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
optional bool deprecated = 33 [default = false, json_name = "deprecated"];
- clearDeprecatedLegacyJsonFieldConflicts() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
Deprecated.google.protobuf.EnumOptions.deprecated_legacy_json_field_conflicts is deprecated. See google/protobuf/descriptor.proto;l=0
- clearDeprecatedLegacyJsonFieldConflicts() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
Deprecated.google.protobuf.MessageOptions.deprecated_legacy_json_field_conflicts is deprecated. See google/protobuf/descriptor.proto;l=0
- clearDoubleValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional double double_value = 6 [json_name = "doubleValue"];
- clearEdition() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault.Builder
-
optional string edition = 1 [json_name = "edition"];
- clearEdition() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string edition = 13 [json_name = "edition"];
- clearEdition() - Method in class com.google.protobuf.Enum.Builder
-
string edition = 6 [json_name = "edition"];
- clearEdition() - Method in class com.google.protobuf.Type.Builder
-
string edition = 7 [json_name = "edition"];
- clearEditionDefaults() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.FieldOptions.EditionDefault edition_defaults = 20 [json_name = "editionDefaults"];
- clearEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
optional int32 end = 2 [json_name = "end"];
- clearEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
-
optional int32 end = 2 [json_name = "end"];
- clearEnd() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
-
optional int32 end = 2 [json_name = "end"];
- clearEnd() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
optional int32 end = 4 [json_name = "end"];
- clearEnumType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
- clearEnumType() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
-
optional .google.protobuf.FeatureSet.EnumType enum_type = 2 [json_name = "enumType", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_ENUM, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- clearEnumType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
- clearEnumvalue() - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
- clearError() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
optional string error = 1 [json_name = "error"];
- clearExtendee() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string extendee = 2 [json_name = "extendee"];
- clearExtension() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
- clearExtension() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
- clearExtension(Extension<MessageT, T>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
-
Clear an extension.
- clearExtension(Extension<MessageType, ?>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
-
Clear an extension.
- clearExtension(ExtensionLite<MessageT, T>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
-
Clear an extension.
- 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.
- clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.EnumOptions, T>) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
- clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.EnumValueOptions, T>) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
- clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.ExtensionRangeOptions, T>) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
- clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.FeatureSet, T>) - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
- clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.FieldOptions, T>) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
- clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.FileOptions, T>) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
- clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.MessageOptions, T>) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
- clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.MethodOptions, T>) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
- clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.OneofOptions, T>) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
- clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.ServiceOptions, T>) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
- clearExtension(GeneratedMessage.GeneratedExtension<MessageT, T>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
-
Clears an extension.
- clearExtension(GeneratedMessage.GeneratedExtension<MessageType, ?>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
-
Clear an extension.
- clearExtensionRange() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
- clearFeatures() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
optional .google.protobuf.FeatureSet features = 7 [json_name = "features"];
- clearFeatures() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
optional .google.protobuf.FeatureSet features = 2 [json_name = "features"];
- clearFeatures() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
optional .google.protobuf.FeatureSet features = 50 [json_name = "features"];
- clearFeatures() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional .google.protobuf.FeatureSet features = 21 [json_name = "features"];
- clearFeatures() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional .google.protobuf.FeatureSet features = 50 [json_name = "features"];
- clearFeatures() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
optional .google.protobuf.FeatureSet features = 12 [json_name = "features"];
- clearFeatures() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
optional .google.protobuf.FeatureSet features = 35 [json_name = "features"];
- clearFeatures() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
optional .google.protobuf.FeatureSet features = 1 [json_name = "features"];
- clearFeatures() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
optional .google.protobuf.FeatureSet features = 34 [json_name = "features"];
- clearField() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
- clearField(int) - Method in class com.google.protobuf.UnknownFieldSet.Builder
-
Clear fields from the set with a given field number.
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.Any.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.Api.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.BoolValue.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.BytesValue.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DoubleValue.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.Duration.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DynamicMessage.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.Empty.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.Enum.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.EnumValue.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.Field.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.FieldMask.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.FloatValue.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.GeneratedMessageV3.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.Int32Value.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.Int64Value.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.ListValue.Builder
- 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(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.Method.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.Mixin.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.Option.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.SourceContext.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.StringValue.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.Struct.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.Timestamp.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.Type.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.UInt32Value.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.UInt64Value.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.Value.Builder
- clearFieldPresence() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
-
optional .google.protobuf.FeatureSet.FieldPresence field_presence = 1 [json_name = "fieldPresence", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- clearFields() - Method in class com.google.protobuf.Struct.Builder
- clearFields() - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
- clearFile() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
- clearFile() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
- clearFileName() - Method in class com.google.protobuf.SourceContext.Builder
-
string file_name = 1 [json_name = "fileName"];
- clearFileToGenerate() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
- clearFullName() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
-
optional string full_name = 2 [json_name = "fullName"];
- clearGeneratedCodeInfo() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];
- clearGoPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string go_package = 11 [json_name = "goPackage"];
- clearIdempotencyLevel() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN, json_name = "idempotencyLevel"];
- clearIdentifierValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional string identifier_value = 3 [json_name = "identifierValue"];
- clearInputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string input_type = 2 [json_name = "inputType"];
- clearInsertionPoint() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
optional string insertion_point = 2 [json_name = "insertionPoint"];
- clearIsExtension() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
-
required bool is_extension = 2 [json_name = "isExtension"];
- clearJavaGenerateEqualsAndHash() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
Deprecated.google.protobuf.FileOptions.java_generate_equals_and_hash is deprecated. See google/protobuf/descriptor.proto;l=0
- clearJavaGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool java_generic_services = 17 [default = false, json_name = "javaGenericServices"];
- clearJavaMultipleFiles() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool java_multiple_files = 10 [default = false, json_name = "javaMultipleFiles"];
- clearJavaOuterClassname() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string java_outer_classname = 8 [json_name = "javaOuterClassname"];
- clearJavaPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string java_package = 1 [json_name = "javaPackage"];
- clearJavaStringCheckUtf8() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool java_string_check_utf8 = 27 [default = false, json_name = "javaStringCheckUtf8"];
- clearJsonFormat() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
-
optional .google.protobuf.FeatureSet.JsonFormat json_format = 6 [json_name = "jsonFormat", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_MESSAGE, targets = TARGET_TYPE_ENUM, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- clearJsonName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string json_name = 10 [json_name = "jsonName"];
- clearJsonName() - Method in class com.google.protobuf.Field.Builder
-
string json_name = 10 [json_name = "jsonName"];
- clearJstype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL, json_name = "jstype"];
- clearKey() - Method in class com.google.protobuf.MapEntry.Builder
- clearKind() - Method in class com.google.protobuf.Field.Builder
-
.google.protobuf.Field.Kind kind = 1 [json_name = "kind"];
- clearKind() - Method in class com.google.protobuf.Value.Builder
- clearLabel() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];
- clearLazy() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool lazy = 5 [default = false, json_name = "lazy"];
- clearLeadingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
optional string leading_comments = 3 [json_name = "leadingComments"];
- clearLeadingDetachedComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
- clearListValue() - Method in class com.google.protobuf.Value.Builder
-
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
- clearLocation() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
- clearMajor() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
-
optional int32 major = 1 [json_name = "major"];
- clearMapEntry() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
optional bool map_entry = 7 [json_name = "mapEntry"];
- clearMessageEncoding() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
-
optional .google.protobuf.FeatureSet.MessageEncoding message_encoding = 5 [json_name = "messageEncoding", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- clearMessageSetWireFormat() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
optional bool message_set_wire_format = 1 [default = false, json_name = "messageSetWireFormat"];
- clearMessageType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
- clearMethod() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
- clearMethods() - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
- clearMinor() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
-
optional int32 minor = 2 [json_name = "minor"];
- clearMixins() - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
- clearName() - Method in class com.google.protobuf.Api.Builder
-
string name = 1 [json_name = "name"];
- clearName() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
optional string name = 1 [json_name = "name"];
- clearName() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- clearName() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- clearName() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- clearName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- clearName() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- clearName() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- clearName() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- clearName() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- clearName() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
- clearName() - Method in class com.google.protobuf.Enum.Builder
-
string name = 1 [json_name = "name"];
- clearName() - Method in class com.google.protobuf.EnumValue.Builder
-
string name = 1 [json_name = "name"];
- clearName() - Method in class com.google.protobuf.Field.Builder
-
string name = 4 [json_name = "name"];
- clearName() - Method in class com.google.protobuf.Method.Builder
-
string name = 1 [json_name = "name"];
- clearName() - Method in class com.google.protobuf.Mixin.Builder
-
string name = 1 [json_name = "name"];
- clearName() - Method in class com.google.protobuf.Option.Builder
-
string name = 1 [json_name = "name"];
- clearName() - Method in class com.google.protobuf.Type.Builder
-
string name = 1 [json_name = "name"];
- clearNamePart() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
-
required string name_part = 1 [json_name = "namePart"];
- clearNanos() - Method in class com.google.protobuf.Duration.Builder
-
int32 nanos = 2 [json_name = "nanos"];
- clearNanos() - Method in class com.google.protobuf.Timestamp.Builder
-
int32 nanos = 2 [json_name = "nanos"];
- clearNegativeIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional int64 negative_int_value = 5 [json_name = "negativeIntValue"];
- clearNestedType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
- clearNoStandardDescriptorAccessor() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
optional bool no_standard_descriptor_accessor = 2 [default = false, json_name = "noStandardDescriptorAccessor"];
- clearNullValue() - Method in class com.google.protobuf.Value.Builder
-
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
- clearNumber() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional int32 number = 2 [json_name = "number"];
- clearNumber() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
-
optional int32 number = 1 [json_name = "number"];
- clearNumber() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional int32 number = 3 [json_name = "number"];
- clearNumber() - Method in class com.google.protobuf.EnumValue.Builder
-
int32 number = 2 [json_name = "number"];
- clearNumber() - Method in class com.google.protobuf.Field.Builder
-
int32 number = 3 [json_name = "number"];
- clearNumberValue() - Method in class com.google.protobuf.Value.Builder
-
double number_value = 2 [json_name = "numberValue"];
- clearObjcClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string objc_class_prefix = 36 [json_name = "objcClassPrefix"];
- 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.Any.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.Api.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.BoolValue.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.BytesValue.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DoubleValue.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.Duration.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DynamicMessage.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.Empty.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.Enum.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.EnumValue.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.Field.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.FieldMask.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.FloatValue.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.GeneratedMessage.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.Int32Value.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.Int64Value.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.ListValue.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in interface com.google.protobuf.Message.Builder
-
Clears the oneof.
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.Method.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.Mixin.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.Option.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.SourceContext.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.StringValue.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.Struct.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.Timestamp.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.Type.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.UInt32Value.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.UInt64Value.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.Value.Builder
- clearOneofDecl() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
- clearOneofIndex() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional int32 oneof_index = 9 [json_name = "oneofIndex"];
- clearOneofIndex() - Method in class com.google.protobuf.Field.Builder
-
int32 oneof_index = 7 [json_name = "oneofIndex"];
- clearOneofs() - Method in class com.google.protobuf.Type.Builder
-
repeated string oneofs = 3 [json_name = "oneofs"];
- clearOptimizeFor() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED, json_name = "optimizeFor"];
- clearOptions() - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- clearOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];
- clearOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
optional .google.protobuf.ExtensionRangeOptions options = 3 [json_name = "options"];
- clearOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
- clearOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];
- clearOptions() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
- clearOptions() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.FileOptions options = 8 [json_name = "options"];
- clearOptions() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];
- clearOptions() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
-
optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
- clearOptions() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];
- clearOptions() - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- clearOptions() - Method in class com.google.protobuf.EnumValue.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- clearOptions() - Method in class com.google.protobuf.Field.Builder
-
repeated .google.protobuf.Option options = 9 [json_name = "options"];
- clearOptions() - Method in class com.google.protobuf.Method.Builder
-
repeated .google.protobuf.Option options = 6 [json_name = "options"];
- clearOptions() - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Option options = 4 [json_name = "options"];
- clearOutputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string output_type = 3 [json_name = "outputType"];
- clearPackage() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string package = 2 [json_name = "package"];
- clearPacked() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool packed = 2 [json_name = "packed"];
- clearPacked() - Method in class com.google.protobuf.Field.Builder
-
bool packed = 8 [json_name = "packed"];
- clearParameter() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
optional string parameter = 2 [json_name = "parameter"];
- clearPatch() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
-
optional int32 patch = 3 [json_name = "patch"];
- clearPath() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
repeated int32 path = 1 [json_name = "path", packed = true];
- clearPath() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 path = 1 [json_name = "path", packed = true];
- clearPaths() - Method in class com.google.protobuf.FieldMask.Builder
-
repeated string paths = 1 [json_name = "paths"];
- clearPhpClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string php_class_prefix = 40 [json_name = "phpClassPrefix"];
- clearPhpGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool php_generic_services = 42 [default = false, json_name = "phpGenericServices"];
- clearPhpMetadataNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string php_metadata_namespace = 44 [json_name = "phpMetadataNamespace"];
- clearPhpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string php_namespace = 41 [json_name = "phpNamespace"];
- clearPositiveIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional uint64 positive_int_value = 4 [json_name = "positiveIntValue"];
- clearProto3Optional() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional bool proto3_optional = 17 [json_name = "proto3Optional"];
- clearProtoFile() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
- clearPublicDependency() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 public_dependency = 10 [json_name = "publicDependency"];
- clearPyGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool py_generic_services = 18 [default = false, json_name = "pyGenericServices"];
- clearRawFeatures() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
-
optional .google.protobuf.FeatureSet raw_features = 999 [json_name = "rawFeatures", targets = TARGET_TYPE_UNKNOWN];
- clearRepeated() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
-
optional bool repeated = 6 [json_name = "repeated"];
- clearRepeatedFieldEncoding() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
-
optional .google.protobuf.FeatureSet.RepeatedFieldEncoding repeated_field_encoding = 3 [json_name = "repeatedFieldEncoding", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- clearRequestStreaming() - Method in class com.google.protobuf.Method.Builder
-
bool request_streaming = 3 [json_name = "requestStreaming"];
- clearRequestTypeUrl() - Method in class com.google.protobuf.Method.Builder
-
string request_type_url = 2 [json_name = "requestTypeUrl"];
- clearReserved() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
-
optional bool reserved = 5 [json_name = "reserved"];
- clearReservedName() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated string reserved_name = 10 [json_name = "reservedName"];
- clearReservedName() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated string reserved_name = 5 [json_name = "reservedName"];
- clearReservedRange() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
- clearReservedRange() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
- clearResponseStreaming() - Method in class com.google.protobuf.Method.Builder
-
bool response_streaming = 5 [json_name = "responseStreaming"];
- clearResponseTypeUrl() - Method in class com.google.protobuf.Method.Builder
-
string response_type_url = 4 [json_name = "responseTypeUrl"];
- clearRetention() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional .google.protobuf.FieldOptions.OptionRetention retention = 17 [json_name = "retention"];
- clearRoot() - Method in class com.google.protobuf.Mixin.Builder
-
string root = 2 [json_name = "root"];
- clearRubyPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string ruby_package = 45 [json_name = "rubyPackage"];
- clearSeconds() - Method in class com.google.protobuf.Duration.Builder
-
int64 seconds = 1 [json_name = "seconds"];
- clearSeconds() - Method in class com.google.protobuf.Timestamp.Builder
-
int64 seconds = 1 [json_name = "seconds"];
- clearSemantic() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
optional .google.protobuf.GeneratedCodeInfo.Annotation.Semantic semantic = 5 [json_name = "semantic"];
- clearServerStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional bool server_streaming = 6 [default = false, json_name = "serverStreaming"];
- clearService() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
- clearSourceCodeInfo() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];
- clearSourceContext() - Method in class com.google.protobuf.Api.Builder
-
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
- clearSourceContext() - Method in class com.google.protobuf.Enum.Builder
-
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
- clearSourceContext() - Method in class com.google.protobuf.Type.Builder
-
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
- clearSourceFile() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
optional string source_file = 2 [json_name = "sourceFile"];
- clearSourceFileDescriptors() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
- clearSpan() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 span = 2 [json_name = "span", packed = true];
- clearStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
optional int32 start = 1 [json_name = "start"];
- clearStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
-
optional int32 start = 1 [json_name = "start"];
- clearStart() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
-
optional int32 start = 1 [json_name = "start"];
- clearStringFieldValidation() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
-
optional .google.protobuf.FeatureSet.StringFieldValidation string_field_validation = 4 [json_name = "stringFieldValidation", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- clearStringValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional bytes string_value = 7 [json_name = "stringValue"];
- clearStringValue() - Method in class com.google.protobuf.Value.Builder
-
string string_value = 3 [json_name = "stringValue"];
- clearStructValue() - Method in class com.google.protobuf.Value.Builder
-
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
- clearSuffix() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
-
optional string suffix = 4 [json_name = "suffix"];
- clearSupportedFeatures() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
optional uint64 supported_features = 2 [json_name = "supportedFeatures"];
- clearSwiftPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string swift_prefix = 39 [json_name = "swiftPrefix"];
- clearSyntax() - Method in class com.google.protobuf.Api.Builder
-
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
- clearSyntax() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string syntax = 12 [json_name = "syntax"];
- clearSyntax() - Method in class com.google.protobuf.Enum.Builder
-
.google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
- clearSyntax() - Method in class com.google.protobuf.Method.Builder
-
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
- clearSyntax() - Method in class com.google.protobuf.Type.Builder
-
.google.protobuf.Syntax syntax = 6 [json_name = "syntax"];
- clearTargets() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.FieldOptions.OptionTargetType targets = 19 [json_name = "targets"];
- clearTrailingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
optional string trailing_comments = 4 [json_name = "trailingComments"];
- clearType() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
-
optional string type = 3 [json_name = "type"];
- clearType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];
- clearTypeName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string type_name = 6 [json_name = "typeName"];
- clearTypeUrl() - Method in class com.google.protobuf.Any.Builder
-
string type_url = 1 [json_name = "typeUrl"];
- clearTypeUrl() - Method in class com.google.protobuf.Field.Builder
-
string type_url = 6 [json_name = "typeUrl"];
- clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- clearUnverifiedLazy() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool unverified_lazy = 15 [default = false, json_name = "unverifiedLazy"];
- clearValue() - Method in class com.google.protobuf.Any.Builder
-
bytes value = 2 [json_name = "value"];
- clearValue() - Method in class com.google.protobuf.BoolValue.Builder
-
bool value = 1 [json_name = "value"];
- clearValue() - Method in class com.google.protobuf.BytesValue.Builder
-
bytes value = 1 [json_name = "value"];
- clearValue() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
- clearValue() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault.Builder
-
optional string value = 2 [json_name = "value"];
- clearValue() - Method in class com.google.protobuf.DoubleValue.Builder
-
double value = 1 [json_name = "value"];
- clearValue() - Method in class com.google.protobuf.FloatValue.Builder
-
float value = 1 [json_name = "value"];
- clearValue() - Method in class com.google.protobuf.Int32Value.Builder
-
int32 value = 1 [json_name = "value"];
- clearValue() - Method in class com.google.protobuf.Int64Value.Builder
-
int64 value = 1 [json_name = "value"];
- clearValue() - Method in class com.google.protobuf.MapEntry.Builder
- clearValue() - Method in class com.google.protobuf.Option.Builder
-
.google.protobuf.Any value = 2 [json_name = "value"];
- clearValue() - Method in class com.google.protobuf.StringValue.Builder
-
string value = 1 [json_name = "value"];
- clearValue() - Method in class com.google.protobuf.UInt32Value.Builder
-
uint32 value = 1 [json_name = "value"];
- clearValue() - Method in class com.google.protobuf.UInt64Value.Builder
-
uint64 value = 1 [json_name = "value"];
- clearValues() - Method in class com.google.protobuf.ListValue.Builder
-
repeated .google.protobuf.Value values = 1 [json_name = "values"];
- clearVerification() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
optional .google.protobuf.ExtensionRangeOptions.VerificationState verification = 3 [default = UNVERIFIED, json_name = "verification"];
- clearVersion() - Method in class com.google.protobuf.Api.Builder
-
string version = 4 [json_name = "version"];
- clearWeak() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool weak = 10 [default = false, json_name = "weak"];
- clearWeakDependency() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 weak_dependency = 11 [json_name = "weakDependency"];
- 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.Any.Builder
- clone() - Method in class com.google.protobuf.Api.Builder
- clone() - Method in class com.google.protobuf.BoolValue.Builder
- clone() - Method in class com.google.protobuf.BytesValue.Builder
- clone() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
- clone() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
- clone() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
- clone() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
- clone() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
- clone() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
- clone() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
- clone() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
- clone() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
- clone() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
- clone() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
- clone() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
- clone() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
- clone() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
- clone() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
- clone() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
- clone() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
- clone() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault.Builder
- clone() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
- clone() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
- clone() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
- clone() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
- clone() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
- clone() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
- clone() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
- clone() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
- clone() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
- clone() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
- clone() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
- clone() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
- clone() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
- clone() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
- clone() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
- clone() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
- clone() - Method in class com.google.protobuf.DoubleValue.Builder
- clone() - Method in class com.google.protobuf.Duration.Builder
- clone() - Method in class com.google.protobuf.DynamicMessage.Builder
- clone() - Method in class com.google.protobuf.Empty.Builder
- clone() - Method in class com.google.protobuf.Enum.Builder
- clone() - Method in class com.google.protobuf.EnumValue.Builder
- clone() - Method in class com.google.protobuf.Field.Builder
- clone() - Method in class com.google.protobuf.FieldMask.Builder
- clone() - Method in class com.google.protobuf.FloatValue.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.GeneratedMessageV3.Builder
- clone() - Method in class com.google.protobuf.Int32Value.Builder
- clone() - Method in class com.google.protobuf.Int64Value.Builder
- clone() - Method in class com.google.protobuf.ListValue.Builder
- clone() - Method in class com.google.protobuf.MapEntry.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.Method.Builder
- clone() - Method in class com.google.protobuf.Mixin.Builder
- clone() - Method in class com.google.protobuf.Option.Builder
- clone() - Method in class com.google.protobuf.SourceContext.Builder
- clone() - Method in class com.google.protobuf.StringValue.Builder
- clone() - Method in class com.google.protobuf.Struct.Builder
- clone() - Method in class com.google.protobuf.Timestamp.Builder
- clone() - Method in class com.google.protobuf.Type.Builder
- clone() - Method in class com.google.protobuf.UInt32Value.Builder
- clone() - Method in class com.google.protobuf.UInt64Value.Builder
- clone() - Method in class com.google.protobuf.UnknownFieldSet.Builder
- clone() - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
- clone() - Method in class com.google.protobuf.Value.Builder
- CLOSED - com.google.protobuf.DescriptorProtos.FeatureSet.EnumType
-
CLOSED = 2;
- CLOSED_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FeatureSet.EnumType
-
CLOSED = 2;
- CODE_SIZE - com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
-
CODE_SIZE = 2;
- 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
. - COMPILER_VERSION_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
- computeBoolSize(int, boolean) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
bool
field, including tag. - computeBoolSizeNoTag(boolean) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
bool
field. - computeByteArraySize(int, byte[]) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
bytes
field, including tag. - computeByteArraySizeNoTag(byte[]) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
bytes
field. - computeByteBufferSize(int, ByteBuffer) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
bytes
field, including tag. - computeByteBufferSizeNoTag(ByteBuffer) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
bytes
field. - computeBytesSize(int, ByteString) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
bytes
field, including tag. - computeBytesSizeNoTag(ByteString) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
bytes
field. - computeDoubleSize(int, double) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
double
field, including tag. - computeDoubleSizeNoTag(double) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
double
field, including tag. - computeEnumSize(int, int) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an enum field, including tag.
- computeEnumSizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an enum field.
- computeFixed32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
fixed32
field, including tag. - computeFixed32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
fixed32
field. - computeFixed64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
fixed64
field, including tag. - computeFixed64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
fixed64
field. - computeFloatSize(int, float) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
float
field, including tag. - computeFloatSizeNoTag(float) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
float
field, including tag. - computeGroupSize(int, MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
-
Deprecated.groups are deprecated.
- computeGroupSizeNoTag(MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
-
Deprecated.
- computeInt32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
int32
field, including tag. - computeInt32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
int32
field, including tag. - computeInt64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
int64
field, including tag. - computeInt64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
int64
field, including tag. - computeLazyFieldMessageSetExtensionSize(int, LazyFieldLite) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a lazily parsed MessageSet extension field to the stream.
- computeLazyFieldSize(int, LazyFieldLite) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an embedded message in lazy field, including tag.
- computeLazyFieldSizeNoTag(LazyFieldLite) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an embedded message stored in lazy field.
- computeMessageSetExtensionSize(int, MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a MessageSet extension to the stream.
- computeMessageSize(int, MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an embedded message field, including tag.
- computeMessageSize(int, K, V) - Method in class com.google.protobuf.MapEntryLite
-
Computes the message size for the provided key and value as though they were wrapped by a
MapEntryLite
. - computeMessageSizeNoTag(MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an embedded message field.
- computeRawMessageSetExtensionSize(int, ByteString) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an unparsed MessageSet extension field to the stream.
- computeRawVarint32Size(int) - Static method in class com.google.protobuf.CodedOutputStream
-
Deprecated.use
CodedOutputStream.computeUInt32SizeNoTag(int)
instead. - computeRawVarint64Size(long) - Static method in class com.google.protobuf.CodedOutputStream
-
Deprecated.use
CodedOutputStream.computeUInt64SizeNoTag(long)
instead. - 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, Object) - Static method in class com.google.protobuf.GeneratedMessage
- computeStringSize(int, Object) - Static method in class com.google.protobuf.GeneratedMessageV3
- computeStringSize(int, String) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
string
field, including tag. - computeStringSizeNoTag(Object) - Static method in class com.google.protobuf.GeneratedMessage
- computeStringSizeNoTag(Object) - Static method in class com.google.protobuf.GeneratedMessageV3
- computeStringSizeNoTag(String) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
string
field. - computeTagSize(int) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a tag.
- computeUInt32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
uint32
field, including tag. - computeUInt32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
uint32
field. - computeUInt64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
uint64
field, including tag. - computeUInt64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
uint64
field, including tag. - concat(ByteString) - Method in class com.google.protobuf.ByteString
-
Concatenate the given
ByteString
to this one. - containsDefaultInstance() - Method in class com.google.protobuf.LazyField
- containsDefaultInstance() - Method in class com.google.protobuf.LazyFieldLite
-
Determines whether this LazyFieldLite instance represents the default instance of this type.
- containsFields(String) - Method in class com.google.protobuf.Struct.Builder
-
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
- containsFields(String) - Method in class com.google.protobuf.Struct
-
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
- containsFields(String) - Method in interface com.google.protobuf.StructOrBuilder
-
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
- 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.
- copyByteBuffer(ByteBuffer) - Static method in class com.google.protobuf.Internal
-
Create a new ByteBuffer and copy all the content of
source
ByteBuffer to the new ByteBuffer. - copyFrom(byte[]) - Static method in class com.google.protobuf.ByteString
-
Copies the given bytes into a
ByteString
. - copyFrom(byte[], int, int) - Static method in class com.google.protobuf.ByteString
-
Copies the given bytes into a
ByteString
. - copyFrom(Iterable<ByteString>) - Static method in class com.google.protobuf.ByteString
-
Concatenates all byte strings in the iterable and returns the result.
- copyFrom(String, String) - Static method in class com.google.protobuf.ByteString
-
Encodes
text
into a sequence of bytes using the named charset and returns the result as aByteString
. - 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 aByteString
. - copyFrom(ByteBuffer) - Static method in class com.google.protobuf.ByteString
-
Copies the remaining bytes from a
java.nio.ByteBuffer
into aByteString
. - copyFrom(ByteBuffer, int) - Static method in class com.google.protobuf.ByteString
-
Copies the next
size
bytes from ajava.nio.ByteBuffer
into aByteString
. - copyFromUtf8(String) - Static method in class com.google.protobuf.ByteString
-
Encodes
text
into a sequence of UTF-8 bytes and returns the result as aByteString
. - copyHeadingTo(DescriptorProtos.FileDescriptorProto.Builder) - Method in class com.google.protobuf.Descriptors.FileDescriptor
- copyOnWrite() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
-
Called before any method that would mutate the builder to ensure that it correctly copies any state before the write happens to preserve immutability guarantees.
- copyOnWriteInternal() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
- copyOnWriteInternal() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
- copyTo(byte[], int) - Method in class com.google.protobuf.ByteString
-
Copies bytes into a buffer at the given offset.
- copyTo(byte[], int, int, int) - Method in class com.google.protobuf.ByteString
-
Deprecated.Instead, call
byteString.substring(sourceOffset, sourceOffset + numberToCopy).copyTo(target, targetOffset)
- copyTo(ByteBuffer) - Method in class com.google.protobuf.ByteString
-
Copies bytes into a ByteBuffer.
- copyToInternal(byte[], int, int, int) - Method in class com.google.protobuf.ByteString
-
Internal (package private) implementation of
ByteString.copyTo(byte[],int,int,int)
. - CORD - com.google.protobuf.DescriptorProtos.FieldOptions.CType
-
CORD = 1;
- CORD_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
-
CORD = 1;
- createBuilder() - Method in class com.google.protobuf.GeneratedMessageLite
- createBuilder(MessageType) - Method in class com.google.protobuf.GeneratedMessageLite
- 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
- DEBUG_REDACT_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumValueOptions
- DEBUG_REDACT_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
- DECLARATION - com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.VerificationState
-
DECLARATION = 0;
- DECLARATION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
- DECLARATION_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.VerificationState
-
DECLARATION = 0;
- decodeZigZag32(int) - Static method in class com.google.protobuf.CodedInputStream
-
Decode a ZigZag-encoded 32-bit value.
- decodeZigZag64(long) - Static method in class com.google.protobuf.CodedInputStream
-
Decode a ZigZag-encoded 64-bit value.
- DEFAULT_BUFFER_SIZE - Static variable in class com.google.protobuf.CodedOutputStream
-
The buffer size used in
CodedOutputStream.newInstance(OutputStream)
. - 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
- DELIMITED - com.google.protobuf.DescriptorProtos.FeatureSet.MessageEncoding
-
DELIMITED = 2;
- DELIMITED_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FeatureSet.MessageEncoding
-
DELIMITED = 2;
- 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
- DEPRECATED_LEGACY_JSON_FIELD_CONFLICTS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumOptions
- DEPRECATED_LEGACY_JSON_FIELD_CONFLICTS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MessageOptions
- 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.EnumDescriptorProto.EnumReservedRange - Class in com.google.protobuf
-
Protobuf type
google.protobuf.EnumDescriptorProto.EnumReservedRange
- DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder - Class in com.google.protobuf
-
Protobuf type
google.protobuf.EnumDescriptorProto.EnumReservedRange
- DescriptorProtos.EnumDescriptorProto.EnumReservedRangeOrBuilder - Interface in com.google.protobuf
- 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.ExtensionRangeOptions - Class in com.google.protobuf
-
Protobuf type
google.protobuf.ExtensionRangeOptions
- DescriptorProtos.ExtensionRangeOptions.Builder - Class in com.google.protobuf
-
Protobuf type
google.protobuf.ExtensionRangeOptions
- DescriptorProtos.ExtensionRangeOptions.Declaration - Class in com.google.protobuf
-
Protobuf type
google.protobuf.ExtensionRangeOptions.Declaration
- DescriptorProtos.ExtensionRangeOptions.Declaration.Builder - Class in com.google.protobuf
-
Protobuf type
google.protobuf.ExtensionRangeOptions.Declaration
- DescriptorProtos.ExtensionRangeOptions.DeclarationOrBuilder - Interface in com.google.protobuf
- DescriptorProtos.ExtensionRangeOptions.VerificationState - Enum in com.google.protobuf
-
Protobuf enum
google.protobuf.ExtensionRangeOptions.VerificationState
- DescriptorProtos.ExtensionRangeOptionsOrBuilder - Interface in com.google.protobuf
- DescriptorProtos.FeatureSet - Class in com.google.protobuf
-
Protobuf type
google.protobuf.FeatureSet
- DescriptorProtos.FeatureSet.Builder - Class in com.google.protobuf
-
Protobuf type
google.protobuf.FeatureSet
- DescriptorProtos.FeatureSet.EnumType - Enum in com.google.protobuf
-
Protobuf enum
google.protobuf.FeatureSet.EnumType
- DescriptorProtos.FeatureSet.FieldPresence - Enum in com.google.protobuf
-
Protobuf enum
google.protobuf.FeatureSet.FieldPresence
- DescriptorProtos.FeatureSet.JsonFormat - Enum in com.google.protobuf
-
Protobuf enum
google.protobuf.FeatureSet.JsonFormat
- DescriptorProtos.FeatureSet.MessageEncoding - Enum in com.google.protobuf
-
Protobuf enum
google.protobuf.FeatureSet.MessageEncoding
- DescriptorProtos.FeatureSet.RepeatedFieldEncoding - Enum in com.google.protobuf
-
Protobuf enum
google.protobuf.FeatureSet.RepeatedFieldEncoding
- DescriptorProtos.FeatureSet.StringFieldValidation - Enum in com.google.protobuf
-
Protobuf enum
google.protobuf.FeatureSet.StringFieldValidation
- DescriptorProtos.FeatureSetOrBuilder - 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.EditionDefault - Class in com.google.protobuf
-
Protobuf type
google.protobuf.FieldOptions.EditionDefault
- DescriptorProtos.FieldOptions.EditionDefault.Builder - Class in com.google.protobuf
-
Protobuf type
google.protobuf.FieldOptions.EditionDefault
- DescriptorProtos.FieldOptions.EditionDefaultOrBuilder - Interface in com.google.protobuf
- DescriptorProtos.FieldOptions.JSType - Enum in com.google.protobuf
-
Protobuf enum
google.protobuf.FieldOptions.JSType
- DescriptorProtos.FieldOptions.OptionRetention - Enum in com.google.protobuf
-
Protobuf enum
google.protobuf.FieldOptions.OptionRetention
- DescriptorProtos.FieldOptions.OptionTargetType - Enum in com.google.protobuf
-
Protobuf enum
google.protobuf.FieldOptions.OptionTargetType
- 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.GeneratedCodeInfo - Class in com.google.protobuf
-
Protobuf type
google.protobuf.GeneratedCodeInfo
- DescriptorProtos.GeneratedCodeInfo.Annotation - Class in com.google.protobuf
-
Protobuf type
google.protobuf.GeneratedCodeInfo.Annotation
- DescriptorProtos.GeneratedCodeInfo.Annotation.Builder - Class in com.google.protobuf
-
Protobuf type
google.protobuf.GeneratedCodeInfo.Annotation
- DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic - Enum in com.google.protobuf
-
Protobuf enum
google.protobuf.GeneratedCodeInfo.Annotation.Semantic
- DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder - Interface in com.google.protobuf
- DescriptorProtos.GeneratedCodeInfo.Builder - Class in com.google.protobuf
-
Protobuf type
google.protobuf.GeneratedCodeInfo
- DescriptorProtos.GeneratedCodeInfoOrBuilder - 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.MethodOptions.IdempotencyLevel - Enum in com.google.protobuf
-
Protobuf enum
google.protobuf.MethodOptions.IdempotencyLevel
- 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.OneofOptions - Class in com.google.protobuf
-
Protobuf type
google.protobuf.OneofOptions
- DescriptorProtos.OneofOptions.Builder - Class in com.google.protobuf
-
Protobuf type
google.protobuf.OneofOptions
- DescriptorProtos.OneofOptionsOrBuilder - 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
-
Deprecated.
- Descriptors.FileDescriptor.Syntax - Enum in com.google.protobuf
-
Deprecated.
- 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 a oneof of a message type.
- Descriptors.ServiceDescriptor - Class in com.google.protobuf
-
Describes a service type.
- DiscardUnknownFieldsParser - Class in com.google.protobuf
-
Parsers to discard unknown fields during parsing.
- dispose() - Method in class com.google.protobuf.RepeatedFieldBuilder
- dispose() - Method in class com.google.protobuf.RepeatedFieldBuilderV3
- dispose() - Method in class com.google.protobuf.SingleFieldBuilder
- dispose() - Method in class com.google.protobuf.SingleFieldBuilderV3
- doBackward(B) - Method in interface com.google.protobuf.Internal.MapAdapter.Converter
- doForward(A) - Method in interface com.google.protobuf.Internal.MapAdapter.Converter
- DOUBLE - com.google.protobuf.Descriptors.FieldDescriptor.JavaType
- DOUBLE - com.google.protobuf.Descriptors.FieldDescriptor.Type
- DOUBLE - com.google.protobuf.FieldType
- DOUBLE - com.google.protobuf.JavaType
- DOUBLE - com.google.protobuf.WireFormat.FieldType
- DOUBLE - com.google.protobuf.WireFormat.JavaType
- DOUBLE_LIST - com.google.protobuf.FieldType
- DOUBLE_LIST_PACKED - com.google.protobuf.FieldType
- 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 aDescriptors.Descriptor
. - DynamicMessage.Builder - Class in com.google.protobuf
-
Builder for
DynamicMessage
s. - dynamicMethod(GeneratedMessageLite.MethodToInvoke) - Method in class com.google.protobuf.GeneratedMessageLite
-
Same as
GeneratedMessageLite.dynamicMethod(MethodToInvoke, Object, Object)
withnull
padding. - dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object) - Method in class com.google.protobuf.GeneratedMessageLite
-
Same as
GeneratedMessageLite.dynamicMethod(MethodToInvoke, Object, Object)
withnull
padding. - dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.google.protobuf.GeneratedMessageLite
-
A method that implements different types of operations described in
GeneratedMessageLite.MethodToInvoke
.
E
- EDITION_DEFAULTS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
- EDITION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
- EDITION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
- EDITION_FIELD_NUMBER - Static variable in class com.google.protobuf.Enum
- EDITION_FIELD_NUMBER - Static variable in class com.google.protobuf.Type
- empty() - Static method in class com.google.protobuf.ByteString
-
Returns an empty
ByteString
of size0
. - Empty - Class in com.google.protobuf
-
Protobuf type
google.protobuf.Empty
- EMPTY - Static variable in class com.google.protobuf.ByteString
-
Empty
ByteString
. - EMPTY - Static variable in class com.google.protobuf.LazyStringArrayList
-
Deprecated.use
LazyStringArrayList.emptyList()
instead - EMPTY - Static variable in class com.google.protobuf.TextFormatParseLocation
-
The empty location.
- EMPTY_BYTE_ARRAY - Static variable in class com.google.protobuf.Internal
-
An empty byte array constant used in generated code.
- EMPTY_BYTE_BUFFER - Static variable in class com.google.protobuf.Internal
-
An empty byte array constant used in generated code.
- EMPTY_CODED_INPUT_STREAM - Static variable in class com.google.protobuf.Internal
-
An empty coded input stream constant used in generated code.
- Empty.Builder - Class in com.google.protobuf
-
Protobuf type
google.protobuf.Empty
- emptyBooleanList() - Static method in class com.google.protobuf.GeneratedMessageLite
- emptyBooleanList() - Static method in class com.google.protobuf.GeneratedMessageV3
- emptyDoubleList() - Static method in class com.google.protobuf.GeneratedMessageLite
- emptyDoubleList() - Static method in class com.google.protobuf.GeneratedMessageV3
- emptyFloatList() - Static method in class com.google.protobuf.GeneratedMessageLite
- emptyFloatList() - Static method in class com.google.protobuf.GeneratedMessageV3
- emptyIntList() - Static method in class com.google.protobuf.GeneratedMessageLite
- emptyIntList() - Static method in class com.google.protobuf.GeneratedMessageV3
- emptyList() - Static method in class com.google.protobuf.LazyStringArrayList
-
Returns an empty immutable
LazyStringArrayList
instance - emptyList(Class<T>) - Static method in class com.google.protobuf.GeneratedMessageV3
- emptyLongList() - Static method in class com.google.protobuf.GeneratedMessageLite
- emptyLongList() - Static method in class com.google.protobuf.GeneratedMessageV3
- emptyMapField() - Static method in class com.google.protobuf.MapFieldLite
-
Returns a singleton immutable empty MapFieldLite instance.
- emptyMapField(MapEntry<K, V>) - Static method in class com.google.protobuf.MapField
-
Returns an immutable empty MapField.
- EmptyOrBuilder - Interface in com.google.protobuf
- EmptyProto - Class in com.google.protobuf
- emptyProtobufList() - Static method in class com.google.protobuf.GeneratedMessageLite
- enableAliasing(boolean) - Method in class com.google.protobuf.CodedInputStream
-
Enables
ByteString
aliasing of the underlying buffer, trading off on buffer pinning for data copies. - encodeZigZag32(int) - Static method in class com.google.protobuf.CodedOutputStream
-
Encode a ZigZag-encoded 32-bit value.
- encodeZigZag64(long) - Static method in class com.google.protobuf.CodedOutputStream
-
Encode a ZigZag-encoded 64-bit value.
- 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
- END_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
- END_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
- 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.
- ensureFieldAccessorsInitialized(Class<? extends GeneratedMessageV3>, Class<? extends GeneratedMessageV3.Builder<?>>) - Method in class com.google.protobuf.GeneratedMessageV3.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
- entrySet() - Method in class com.google.protobuf.Internal.MapAdapter
- entrySet() - Method in class com.google.protobuf.MapFieldLite
- Enum - Class in com.google.protobuf
-
Protobuf type
google.protobuf.Enum
- ENUM - com.google.protobuf.Descriptors.FieldDescriptor.JavaType
- ENUM - com.google.protobuf.Descriptors.FieldDescriptor.Type
- ENUM - com.google.protobuf.FieldType
- ENUM - com.google.protobuf.JavaType
- ENUM - com.google.protobuf.WireFormat.FieldType
- ENUM - com.google.protobuf.WireFormat.JavaType
- ENUM_LIST - com.google.protobuf.FieldType
- ENUM_LIST_PACKED - com.google.protobuf.FieldType
- ENUM_TYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
- ENUM_TYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FeatureSet
- ENUM_TYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
- ENUM_TYPE_UNKNOWN - com.google.protobuf.DescriptorProtos.FeatureSet.EnumType
-
ENUM_TYPE_UNKNOWN = 0;
- ENUM_TYPE_UNKNOWN_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FeatureSet.EnumType
-
ENUM_TYPE_UNKNOWN = 0;
- Enum.Builder - Class in com.google.protobuf
-
Protobuf type
google.protobuf.Enum
- EnumOrBuilder - Interface in com.google.protobuf
- EnumValue - Class in com.google.protobuf
-
Protobuf type
google.protobuf.EnumValue
- ENUMVALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Enum
- EnumValue.Builder - Class in com.google.protobuf
-
Protobuf type
google.protobuf.EnumValue
- EnumValueOrBuilder - Interface in com.google.protobuf
- equals(Object) - Method in class com.google.protobuf.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.compiler.PluginProtos.CodeGeneratorRequest
- equals(Object) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
- equals(Object) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
- equals(Object) - Method in class com.google.protobuf.compiler.PluginProtos.Version
- equals(Object) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
- equals(Object) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- equals(Object) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
- equals(Object) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
- equals(Object) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
- equals(Object) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
- equals(Object) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
- equals(Object) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
- equals(Object) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
- equals(Object) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
- equals(Object) - Method in class com.google.protobuf.DescriptorProtos.FeatureSet
- equals(Object) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
- equals(Object) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
- equals(Object) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
- equals(Object) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
- equals(Object) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
- equals(Object) - Method in class com.google.protobuf.DescriptorProtos.FileOptions
- equals(Object) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
- equals(Object) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
- equals(Object) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
- equals(Object) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
- equals(Object) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
- equals(Object) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
- equals(Object) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
- equals(Object) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
- equals(Object) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
- equals(Object) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
- equals(Object) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
- equals(Object) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
- equals(Object) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- 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.GeneratedMessageLite
- equals(Object) - Method in class com.google.protobuf.Int32Value
- equals(Object) - Method in class com.google.protobuf.Int64Value
- equals(Object) - Method in class com.google.protobuf.LazyField
- equals(Object) - Method in class com.google.protobuf.LazyFieldLite
- equals(Object) - Method in class com.google.protobuf.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.TextFormatParseLocation
- 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
- equals(List<byte[]>, List<byte[]>) - Static method in class com.google.protobuf.Internal
-
Helper method for implementing
Message.equals(Object)
for bytes field. - equalsByteBuffer(ByteBuffer, ByteBuffer) - Static method in class com.google.protobuf.Internal
-
Helper method for implementing
Message.equals(Object)
for bytes field. - equalsByteBuffer(List<ByteBuffer>, List<ByteBuffer>) - Static method in class com.google.protobuf.Internal
-
Helper method for implementing
Message.equals(Object)
for bytes field. - ERROR_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
- errorText() - Method in interface com.google.protobuf.RpcController
-
If
failed()
istrue
, returns a human-readable description of the error. - escapeBytes(byte[]) - Static method in class com.google.protobuf.TextFormat
-
Like
TextFormat.escapeBytes(ByteString)
, but used for byte array. - 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.
- escapeDoubleQuotesAndBackslashes(String) - Static method in class com.google.protobuf.TextFormat
-
Escape double quotes and backslashes in a String for emittingUnicode output of a message.
- escapingNonAscii(boolean) - Method in class com.google.protobuf.TextFormat.Printer
-
Return a new Printer instance with the specified escape mode.
- EXPANDED - com.google.protobuf.DescriptorProtos.FeatureSet.RepeatedFieldEncoding
-
EXPANDED = 2;
- EXPANDED_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FeatureSet.RepeatedFieldEncoding
-
EXPANDED = 2;
- ExperimentalApi - Annotation Type in com.google.protobuf
-
Indicates a public API that can change at any time, and has no guarantee of API stability and backward-compatibility.
- EXPLICIT - com.google.protobuf.DescriptorProtos.FeatureSet.FieldPresence
-
EXPLICIT = 1;
- EXPLICIT_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FeatureSet.FieldPresence
-
EXPLICIT = 1;
- ExtendableBuilder() - Constructor for class com.google.protobuf.GeneratedMessage.ExtendableBuilder
- ExtendableBuilder() - Constructor for class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
- ExtendableBuilder(GeneratedMessage.BuilderParent) - Constructor for class com.google.protobuf.GeneratedMessage.ExtendableBuilder
- ExtendableBuilder(GeneratedMessageV3.BuilderParent) - Constructor for class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
- ExtendableBuilder(MessageType) - Constructor for class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
- ExtendableMessage() - Constructor for class com.google.protobuf.GeneratedMessage.ExtendableMessage
- ExtendableMessage() - Constructor for class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
- ExtendableMessage() - Constructor for class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
- ExtendableMessage(GeneratedMessage.ExtendableBuilder<MessageType, ?>) - Constructor for class com.google.protobuf.GeneratedMessage.ExtendableMessage
- ExtendableMessage(GeneratedMessageV3.ExtendableBuilder<MessageT, ?>) - Constructor for class com.google.protobuf.GeneratedMessageV3.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_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
- 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.
- 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.
- extensionsAreInitialized() - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
-
Called by subclasses to check if all extensions are initialized.
- extensionsAreInitialized() - Method in class com.google.protobuf.GeneratedMessageV3.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.
- extensionsSerializedSize() - Method in class com.google.protobuf.GeneratedMessageV3.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
- extensionsSerializedSizeAsMessageSet() - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
F
- failed() - Method in interface com.google.protobuf.RpcController
-
After a call has finished, returns true if the call failed.
- FEATURE_NONE - com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Feature
-
FEATURE_NONE = 0;
- FEATURE_NONE_VALUE - Static variable in enum com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Feature
-
FEATURE_NONE = 0;
- FEATURE_PROTO3_OPTIONAL - com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Feature
-
FEATURE_PROTO3_OPTIONAL = 1;
- FEATURE_PROTO3_OPTIONAL_VALUE - Static variable in enum com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Feature
-
FEATURE_PROTO3_OPTIONAL = 1;
- FEATURE_SUPPORTS_EDITIONS - com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Feature
-
FEATURE_SUPPORTS_EDITIONS = 2;
- FEATURE_SUPPORTS_EDITIONS_VALUE - Static variable in enum com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Feature
-
FEATURE_SUPPORTS_EDITIONS = 2;
- FEATURES_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumOptions
- FEATURES_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumValueOptions
- FEATURES_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
- FEATURES_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
- FEATURES_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
- FEATURES_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MessageOptions
- FEATURES_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MethodOptions
- FEATURES_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.OneofOptions
- FEATURES_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.ServiceOptions
- Field - Class in com.google.protobuf
-
Protobuf type
google.protobuf.Field
- FIELD_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
- FIELD_PRESENCE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FeatureSet
- FIELD_PRESENCE_UNKNOWN - com.google.protobuf.DescriptorProtos.FeatureSet.FieldPresence
-
FIELD_PRESENCE_UNKNOWN = 0;
- FIELD_PRESENCE_UNKNOWN_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FeatureSet.FieldPresence
-
FIELD_PRESENCE_UNKNOWN = 0;
- 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
- FieldAccessorTable(Descriptors.Descriptor, String[]) - Constructor for class com.google.protobuf.GeneratedMessage.FieldAccessorTable
-
Construct a FieldAccessorTable for a particular message class without initializing FieldAccessors.
- FieldAccessorTable(Descriptors.Descriptor, String[]) - Constructor for class com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
-
Construct a FieldAccessorTable for a particular message class without initializing FieldAccessors.
- 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[], Class<? extends GeneratedMessageV3>, Class<? extends GeneratedMessageV3.Builder<?>>) - Constructor for class com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
-
Construct a FieldAccessorTable for a particular message class.
- FieldMask - Class in com.google.protobuf
-
Protobuf type
google.protobuf.FieldMask
- FieldMask.Builder - Class in com.google.protobuf
-
Protobuf type
google.protobuf.FieldMask
- FieldMaskOrBuilder - Interface in com.google.protobuf
- FieldMaskProto - Class in com.google.protobuf
- FieldOrBuilder - Interface in com.google.protobuf
- FIELDS_FIELD_NUMBER - Static variable in class com.google.protobuf.Struct
- FIELDS_FIELD_NUMBER - Static variable in class com.google.protobuf.Type
- FieldType - Enum in com.google.protobuf
-
Enumeration identifying all relevant type information for a protobuf field.
- FILE_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
- find(String) - Method in class com.google.protobuf.TypeRegistry
-
Find a type by its full name.
- 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.
- FIXED32 - com.google.protobuf.Descriptors.FieldDescriptor.Type
- FIXED32 - com.google.protobuf.FieldType
- FIXED32 - com.google.protobuf.WireFormat.FieldType
- FIXED32_LIST - com.google.protobuf.FieldType
- FIXED32_LIST_PACKED - com.google.protobuf.FieldType
- FIXED64 - com.google.protobuf.Descriptors.FieldDescriptor.Type
- FIXED64 - com.google.protobuf.FieldType
- FIXED64 - com.google.protobuf.WireFormat.FieldType
- FIXED64_LIST - com.google.protobuf.FieldType
- FIXED64_LIST_PACKED - com.google.protobuf.FieldType
- FLOAT - com.google.protobuf.Descriptors.FieldDescriptor.JavaType
- FLOAT - com.google.protobuf.Descriptors.FieldDescriptor.Type
- FLOAT - com.google.protobuf.FieldType
- FLOAT - com.google.protobuf.JavaType
- FLOAT - com.google.protobuf.WireFormat.FieldType
- FLOAT - com.google.protobuf.WireFormat.JavaType
- FLOAT_LIST - com.google.protobuf.FieldType
- FLOAT_LIST_PACKED - com.google.protobuf.FieldType
- FloatValue - Class in com.google.protobuf
-
Protobuf type
google.protobuf.FloatValue
- FloatValue.Builder - Class in com.google.protobuf
-
Protobuf type
google.protobuf.FloatValue
- FloatValueOrBuilder - Interface in com.google.protobuf
- flush() - Method in class com.google.protobuf.CodedOutputStream
-
Flushes the stream and forces any buffered bytes to be written.
- FORBID_SINGULAR_OVERWRITES - com.google.protobuf.TextFormat.Parser.SingularOverwritePolicy
-
An error is issued.
- forId(int) - Static method in enum com.google.protobuf.FieldType
-
Looks up the appropriate
FieldType
by it's identifier. - forNumber(int) - Static method in enum com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Feature
- forNumber(int) - Static method in enum com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.VerificationState
- forNumber(int) - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.EnumType
- forNumber(int) - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.FieldPresence
- forNumber(int) - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.JsonFormat
- forNumber(int) - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.MessageEncoding
- forNumber(int) - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.RepeatedFieldEncoding
- forNumber(int) - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.StringFieldValidation
- forNumber(int) - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
- forNumber(int) - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
- forNumber(int) - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
- forNumber(int) - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
- forNumber(int) - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.OptionRetention
- forNumber(int) - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
- forNumber(int) - Static method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
- forNumber(int) - Static method in enum com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic
- forNumber(int) - Static method in enum com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
- forNumber(int) - Static method in enum com.google.protobuf.Field.Cardinality
- forNumber(int) - Static method in enum com.google.protobuf.Field.Kind
- forNumber(int) - Static method in enum com.google.protobuf.NullValue
- forNumber(int) - Static method in enum com.google.protobuf.Syntax
- forNumber(int) - Static method in enum com.google.protobuf.Value.KindCase
- fromHex(String) - Static method in class com.google.protobuf.ByteString
-
Returns a
ByteString
from a hexadecimal String. - 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.
- FULL_NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
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 anRpcCallback<Message>
. - GENERATED_CODE_INFO_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
- 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<BuilderType>> - Class in com.google.protobuf
- GeneratedMessage.BuilderParent - Interface in com.google.protobuf
-
TODO(xiaofeng): remove this after b/29368482 is fixed.
- GeneratedMessage.ExtendableBuilder<MessageType extends GeneratedMessage.ExtendableMessage,BuilderType extends GeneratedMessage.ExtendableBuilder<MessageType,BuilderType>> - 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
-
Lite equivalent of
GeneratedMessage.ExtendableBuilder
. - GeneratedMessageLite.ExtendableMessage<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>> - Class in com.google.protobuf
-
Lite equivalent of
GeneratedMessage.ExtendableMessage
. - GeneratedMessageLite.ExtendableMessage.ExtensionWriter - Class in com.google.protobuf
-
Used by subclasses to serialize extensions.
- GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>> - Interface in com.google.protobuf
-
Lite equivalent of
GeneratedMessage.ExtendableMessageOrBuilder
. - GeneratedMessageLite.GeneratedExtension<ContainingType extends MessageLite,Type> - Class in com.google.protobuf
-
Lite equivalent to
GeneratedMessage.GeneratedExtension
. - GeneratedMessageLite.MethodToInvoke - Enum in com.google.protobuf
-
Defines which method path to invoke in
#dynamicMethod(MethodToInvoke, Object...)
. - GeneratedMessageLite.SerializedForm - Class in com.google.protobuf
-
A serialized (serializable) form of the generated message.
- GeneratedMessageV3 - Class in com.google.protobuf
-
All generated protocol message classes extend this class.
- GeneratedMessageV3() - Constructor for class com.google.protobuf.GeneratedMessageV3
- GeneratedMessageV3(GeneratedMessageV3.Builder<?>) - Constructor for class com.google.protobuf.GeneratedMessageV3
- GeneratedMessageV3.Builder<BuilderT extends GeneratedMessageV3.Builder<BuilderT>> - Class in com.google.protobuf
-
Builder class for
GeneratedMessageV3
. - GeneratedMessageV3.BuilderParent - Interface in com.google.protobuf
-
TODO(xiaofeng): remove this after b/29368482 is fixed.
- GeneratedMessageV3.ExtendableBuilder<MessageT extends GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>> - Class in com.google.protobuf
-
Generated message builders for message types that contain extension ranges subclass this.
- GeneratedMessageV3.ExtendableMessage<MessageT extends GeneratedMessageV3.ExtendableMessage<MessageT>> - Class in com.google.protobuf
-
Generated message classes for message types that contain extension ranges subclass this.
- GeneratedMessageV3.ExtendableMessage.ExtensionWriter - Class in com.google.protobuf
-
Used by subclasses to serialize extensions.
- GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends GeneratedMessageV3.ExtendableMessage<MessageT>> - Interface in com.google.protobuf
-
Extends
MessageOrBuilder
with extension-related functions. - GeneratedMessageV3.FieldAccessorTable - Class in com.google.protobuf
-
Users should ignore this class.
- GeneratedMessageV3.UnusedPrivateParameter - Class in com.google.protobuf
-
This class is used to make a generated protected method inaccessible from user's code (e.g., the
GeneratedMessageV3.newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)
method below). - get(int) - Method in class com.google.protobuf.Internal.ListAdapter
- get(int) - Method in class com.google.protobuf.LazyStringArrayList
- get(int) - Method in class com.google.protobuf.UnmodifiableLazyStringList
-
Deprecated.
- get(Object) - Method in class com.google.protobuf.Internal.MapAdapter
- GET_DEFAULT_INSTANCE - com.google.protobuf.GeneratedMessageLite.MethodToInvoke
- GET_MEMOIZED_IS_INITIALIZED - com.google.protobuf.GeneratedMessageLite.MethodToInvoke
- GET_PARSER - com.google.protobuf.GeneratedMessageLite.MethodToInvoke
- getAggregateValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional string aggregate_value = 8 [json_name = "aggregateValue"];
- getAggregateValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
-
optional string aggregate_value = 8 [json_name = "aggregateValue"];
- getAggregateValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
optional string aggregate_value = 8 [json_name = "aggregateValue"];
- getAggregateValueBytes() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional string aggregate_value = 8 [json_name = "aggregateValue"];
- getAggregateValueBytes() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
-
optional string aggregate_value = 8 [json_name = "aggregateValue"];
- getAggregateValueBytes() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
optional string aggregate_value = 8 [json_name = "aggregateValue"];
- 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.GeneratedMessageV3.Builder
- getAllFields() - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
- getAllFields() - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
- getAllFields() - Method in class com.google.protobuf.GeneratedMessageV3
- 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
- getAllFieldsRaw() - Method in class com.google.protobuf.GeneratedMessageV3.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 [json_name = "allowAlias"];
- getAllowAlias() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
-
optional bool allow_alias = 2 [json_name = "allowAlias"];
- getAllowAlias() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
-
optional bool allow_alias = 2 [json_name = "allowAlias"];
- getAnnotation(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
-
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
- getAnnotation(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
-
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
- getAnnotation(int) - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfoOrBuilder
-
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
- getAnnotationBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
-
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
- getAnnotationBuilderList() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
-
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
- getAnnotationCount() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
-
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
- getAnnotationCount() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
-
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
- getAnnotationCount() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfoOrBuilder
-
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
- getAnnotationList() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
-
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
- getAnnotationList() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
-
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
- getAnnotationList() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfoOrBuilder
-
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
- getAnnotationOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
-
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
- getAnnotationOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
-
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
- getAnnotationOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfoOrBuilder
-
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
- getAnnotationOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
-
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
- getAnnotationOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
-
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
- getAnnotationOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfoOrBuilder
-
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
- getBegin() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
optional int32 begin = 3 [json_name = "begin"];
- getBegin() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
-
optional int32 begin = 3 [json_name = "begin"];
- getBegin() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
-
optional int32 begin = 3 [json_name = "begin"];
- getBoolean(int) - Method in interface com.google.protobuf.Internal.BooleanList
-
Like
List.get(int)
but more efficient in that it doesn't box the returned value. - getBoolValue() - Method in class com.google.protobuf.Value.Builder
-
bool bool_value = 4 [json_name = "boolValue"];
- getBoolValue() - Method in class com.google.protobuf.Value
-
bool bool_value = 4 [json_name = "boolValue"];
- getBoolValue() - Method in interface com.google.protobuf.ValueOrBuilder
-
bool bool_value = 4 [json_name = "boolValue"];
- getBoxedType() - Method in enum com.google.protobuf.JavaType
- getBuilder() - Method in class com.google.protobuf.SingleFieldBuilder
-
Gets a builder for the field.
- getBuilder() - Method in class com.google.protobuf.SingleFieldBuilderV3
-
Gets a builder for the field.
- getBuilder(int) - Method in class com.google.protobuf.RepeatedFieldBuilder
-
Gets a builder for the specified index.
- getBuilder(int) - Method in class com.google.protobuf.RepeatedFieldBuilderV3
-
Gets a builder for the specified index.
- getBuilderForSubMessageField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.TextFormatParseInfoTree.Builder
-
Set for a sub message.
- getBuilderList() - Method in class com.google.protobuf.RepeatedFieldBuilder
-
Gets a view of the builder as a list of builders.
- getBuilderList() - Method in class com.google.protobuf.RepeatedFieldBuilderV3
-
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
-
Deprecated.
- getByteString(int) - Method in class com.google.protobuf.LazyStringArrayList
- getByteString(int) - Method in interface com.google.protobuf.LazyStringList
-
Returns the element at the specified position in this list as a ByteString.
- getByteString(int) - Method in class com.google.protobuf.UnmodifiableLazyStringList
-
Deprecated.
- getBytesUntilLimit() - Method in class com.google.protobuf.CodedInputStream
-
Returns the number of bytes to be read before the current limit.
- getCardinality() - Method in class com.google.protobuf.Field.Builder
-
.google.protobuf.Field.Cardinality cardinality = 2 [json_name = "cardinality"];
- getCardinality() - Method in class com.google.protobuf.Field
-
.google.protobuf.Field.Cardinality cardinality = 2 [json_name = "cardinality"];
- getCardinality() - Method in interface com.google.protobuf.FieldOrBuilder
-
.google.protobuf.Field.Cardinality cardinality = 2 [json_name = "cardinality"];
- getCardinalityValue() - Method in class com.google.protobuf.Field.Builder
-
.google.protobuf.Field.Cardinality cardinality = 2 [json_name = "cardinality"];
- getCardinalityValue() - Method in class com.google.protobuf.Field
-
.google.protobuf.Field.Cardinality cardinality = 2 [json_name = "cardinality"];
- getCardinalityValue() - Method in interface com.google.protobuf.FieldOrBuilder
-
.google.protobuf.Field.Cardinality cardinality = 2 [json_name = "cardinality"];
- getCcEnableArenas() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool cc_enable_arenas = 31 [default = true, json_name = "ccEnableArenas"];
- getCcEnableArenas() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional bool cc_enable_arenas = 31 [default = true, json_name = "ccEnableArenas"];
- getCcEnableArenas() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional bool cc_enable_arenas = 31 [default = true, json_name = "ccEnableArenas"];
- getCcGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool cc_generic_services = 16 [default = false, json_name = "ccGenericServices"];
- getCcGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional bool cc_generic_services = 16 [default = false, json_name = "ccGenericServices"];
- getCcGenericServices() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional bool cc_generic_services = 16 [default = false, json_name = "ccGenericServices"];
- getClientStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional bool client_streaming = 5 [default = false, json_name = "clientStreaming"];
- getClientStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
-
optional bool client_streaming = 5 [default = false, json_name = "clientStreaming"];
- getClientStreaming() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional bool client_streaming = 5 [default = false, json_name = "clientStreaming"];
- getColumn() - Method in exception com.google.protobuf.TextFormat.ParseException
-
Return the column where the parse exception occurred, or -1 when none is provided.
- getColumn() - Method in class com.google.protobuf.TextFormatParseLocation
- getCompilerVersion() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
optional .google.protobuf.compiler.Version compiler_version = 3 [json_name = "compilerVersion"];
- getCompilerVersion() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
-
optional .google.protobuf.compiler.Version compiler_version = 3 [json_name = "compilerVersion"];
- getCompilerVersion() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
-
optional .google.protobuf.compiler.Version compiler_version = 3 [json_name = "compilerVersion"];
- getCompilerVersionBuilder() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
optional .google.protobuf.compiler.Version compiler_version = 3 [json_name = "compilerVersion"];
- getCompilerVersionOrBuilder() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
optional .google.protobuf.compiler.Version compiler_version = 3 [json_name = "compilerVersion"];
- getCompilerVersionOrBuilder() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
-
optional .google.protobuf.compiler.Version compiler_version = 3 [json_name = "compilerVersion"];
- getCompilerVersionOrBuilder() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
-
optional .google.protobuf.compiler.Version compiler_version = 3 [json_name = "compilerVersion"];
- 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 [json_name = "content"];
- getContent() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
-
optional string content = 15 [json_name = "content"];
- getContent() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
-
optional string content = 15 [json_name = "content"];
- getContentBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
optional string content = 15 [json_name = "content"];
- getContentBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
-
optional string content = 15 [json_name = "content"];
- getContentBytes() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
-
optional string content = 15 [json_name = "content"];
- getCount() - Method in class com.google.protobuf.RepeatedFieldBuilder
-
Gets the count of items in the list.
- getCount() - Method in class com.google.protobuf.RepeatedFieldBuilderV3
-
Gets the count of items in the list.
- getCsharpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string csharp_namespace = 37 [json_name = "csharpNamespace"];
- getCsharpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional string csharp_namespace = 37 [json_name = "csharpNamespace"];
- getCsharpNamespace() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string csharp_namespace = 37 [json_name = "csharpNamespace"];
- getCsharpNamespaceBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string csharp_namespace = 37 [json_name = "csharpNamespace"];
- getCsharpNamespaceBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional string csharp_namespace = 37 [json_name = "csharpNamespace"];
- getCsharpNamespaceBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string csharp_namespace = 37 [json_name = "csharpNamespace"];
- getCtype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING, json_name = "ctype"];
- getCtype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING, json_name = "ctype"];
- getCtype() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING, json_name = "ctype"];
- getDebugRedact() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
optional bool debug_redact = 3 [default = false, json_name = "debugRedact"];
- getDebugRedact() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
-
optional bool debug_redact = 3 [default = false, json_name = "debugRedact"];
- getDebugRedact() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
-
optional bool debug_redact = 3 [default = false, json_name = "debugRedact"];
- getDebugRedact() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool debug_redact = 16 [default = false, json_name = "debugRedact"];
- getDebugRedact() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
optional bool debug_redact = 16 [default = false, json_name = "debugRedact"];
- getDebugRedact() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
optional bool debug_redact = 16 [default = false, json_name = "debugRedact"];
- getDeclaration(int) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
- getDeclaration(int) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
-
repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
- getDeclaration(int) - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptionsOrBuilder
-
repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
- getDeclarationBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
- getDeclarationBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
- getDeclarationCount() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
- getDeclarationCount() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
-
repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
- getDeclarationCount() - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptionsOrBuilder
-
repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
- getDeclarationList() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
- getDeclarationList() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
-
repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
- getDeclarationList() - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptionsOrBuilder
-
repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
- getDeclarationOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
- getDeclarationOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
-
repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
- getDeclarationOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptionsOrBuilder
-
repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
- getDeclarationOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
- getDeclarationOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
-
repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
- getDeclarationOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptionsOrBuilder
-
repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
- getDefaultDefault() - Method in enum com.google.protobuf.JavaType
-
The default default value for fields of this type, if it's a primitive type.
- getDefaultInstance() - Static method in class com.google.protobuf.Any
- getDefaultInstance() - Static method in class com.google.protobuf.Api
- getDefaultInstance() - Static method in class com.google.protobuf.BoolValue
- getDefaultInstance() - Static method in class com.google.protobuf.BytesValue
- getDefaultInstance() - Static method in class com.google.protobuf.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.compiler.PluginProtos.Version
- 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.EnumReservedRange
- 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.ExtensionRangeOptions.Declaration
- getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
- getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.FeatureSet
- getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
- getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
- 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.GeneratedCodeInfo.Annotation
- getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
- 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.OneofOptions
- 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() - Static method in class com.google.protobuf.Empty
- getDefaultInstance() - Static method in class com.google.protobuf.Enum
- getDefaultInstance() - Static method in class com.google.protobuf.EnumValue
- getDefaultInstance() - Static method in class com.google.protobuf.Field
- getDefaultInstance() - Static method in class com.google.protobuf.FieldMask
- getDefaultInstance() - Static method in class com.google.protobuf.FloatValue
- getDefaultInstance() - Static method in class com.google.protobuf.Int32Value
- getDefaultInstance() - Static method in class com.google.protobuf.Int64Value
- getDefaultInstance() - Static method in class com.google.protobuf.ListValue
- getDefaultInstance() - Static method in class com.google.protobuf.Method
- getDefaultInstance() - Static method in class com.google.protobuf.Mixin
- getDefaultInstance() - Static method in class com.google.protobuf.Option
- getDefaultInstance() - Static method in class com.google.protobuf.SourceContext
- getDefaultInstance() - Static method in class com.google.protobuf.StringValue
- getDefaultInstance() - Static method in class com.google.protobuf.Struct
- getDefaultInstance() - Static method in class com.google.protobuf.Timestamp
- getDefaultInstance() - Static method in class com.google.protobuf.Type
- getDefaultInstance() - Static method in class com.google.protobuf.UInt32Value
- getDefaultInstance() - Static method in class com.google.protobuf.UInt64Value
- getDefaultInstance() - Static method in class com.google.protobuf.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
- getDefaultInstance(Descriptors.Descriptor) - Static method in class com.google.protobuf.DynamicMessage
-
Get a
DynamicMessage
representing the default instance of the given type. - getDefaultInstance(Class<T>) - Static method in class com.google.protobuf.Internal
- 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.compiler.PluginProtos.Version.Builder
- getDefaultInstanceForType() - Method in class com.google.protobuf.compiler.PluginProtos.Version
- 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.EnumReservedRange.Builder
- getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
- 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.ExtensionRangeOptions.Builder
- getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
- getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
- getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
- getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
- getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet
- 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.EditionDefault.Builder
- getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
- 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.GeneratedCodeInfo.Annotation.Builder
- getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
- getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
- getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
- 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.OneofOptions.Builder
- getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
- 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 interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder
- 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 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 [json_name = "defaultValue"];
- getDefaultValue() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional string default_value = 7 [json_name = "defaultValue"];
- getDefaultValue() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string default_value = 7 [json_name = "defaultValue"];
- 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
-
string default_value = 11 [json_name = "defaultValue"];
- getDefaultValue() - Method in class com.google.protobuf.Field
-
string default_value = 11 [json_name = "defaultValue"];
- getDefaultValue() - Method in interface com.google.protobuf.FieldOrBuilder
-
string default_value = 11 [json_name = "defaultValue"];
- getDefaultValue() - Method in class com.google.protobuf.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 [json_name = "defaultValue"];
- getDefaultValueBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional string default_value = 7 [json_name = "defaultValue"];
- getDefaultValueBytes() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string default_value = 7 [json_name = "defaultValue"];
- getDefaultValueBytes() - Method in class com.google.protobuf.Field.Builder
-
string default_value = 11 [json_name = "defaultValue"];
- getDefaultValueBytes() - Method in class com.google.protobuf.Field
-
string default_value = 11 [json_name = "defaultValue"];
- getDefaultValueBytes() - Method in interface com.google.protobuf.FieldOrBuilder
-
string default_value = 11 [json_name = "defaultValue"];
- 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 [json_name = "dependency"];
- getDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated string dependency = 3 [json_name = "dependency"];
- getDependency(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated string dependency = 3 [json_name = "dependency"];
- getDependencyBytes(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated string dependency = 3 [json_name = "dependency"];
- getDependencyBytes(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated string dependency = 3 [json_name = "dependency"];
- getDependencyBytes(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated string dependency = 3 [json_name = "dependency"];
- getDependencyCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated string dependency = 3 [json_name = "dependency"];
- getDependencyCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated string dependency = 3 [json_name = "dependency"];
- getDependencyCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated string dependency = 3 [json_name = "dependency"];
- getDependencyList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated string dependency = 3 [json_name = "dependency"];
- getDependencyList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated string dependency = 3 [json_name = "dependency"];
- getDependencyList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated string dependency = 3 [json_name = "dependency"];
- getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
- getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
-
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
- getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
-
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
- getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
optional bool deprecated = 1 [default = false, json_name = "deprecated"];
- getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
-
optional bool deprecated = 1 [default = false, json_name = "deprecated"];
- getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
-
optional bool deprecated = 1 [default = false, json_name = "deprecated"];
- getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
- getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
- getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
- getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool deprecated = 23 [default = false, json_name = "deprecated"];
- getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional bool deprecated = 23 [default = false, json_name = "deprecated"];
- getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional bool deprecated = 23 [default = false, json_name = "deprecated"];
- getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
- getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
-
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
- getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
-
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
- getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
optional bool deprecated = 33 [default = false, json_name = "deprecated"];
- getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
-
optional bool deprecated = 33 [default = false, json_name = "deprecated"];
- getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
-
optional bool deprecated = 33 [default = false, json_name = "deprecated"];
- getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
optional bool deprecated = 33 [default = false, json_name = "deprecated"];
- getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
-
optional bool deprecated = 33 [default = false, json_name = "deprecated"];
- getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
-
optional bool deprecated = 33 [default = false, json_name = "deprecated"];
- getDeprecatedLegacyJsonFieldConflicts() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
Deprecated.google.protobuf.EnumOptions.deprecated_legacy_json_field_conflicts is deprecated. See google/protobuf/descriptor.proto;l=0
- getDeprecatedLegacyJsonFieldConflicts() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
-
Deprecated.google.protobuf.EnumOptions.deprecated_legacy_json_field_conflicts is deprecated. See google/protobuf/descriptor.proto;l=0
- getDeprecatedLegacyJsonFieldConflicts() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
-
Deprecated.google.protobuf.EnumOptions.deprecated_legacy_json_field_conflicts is deprecated. See google/protobuf/descriptor.proto;l=0
- getDeprecatedLegacyJsonFieldConflicts() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
Deprecated.google.protobuf.MessageOptions.deprecated_legacy_json_field_conflicts is deprecated. See google/protobuf/descriptor.proto;l=0
- getDeprecatedLegacyJsonFieldConflicts() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
-
Deprecated.google.protobuf.MessageOptions.deprecated_legacy_json_field_conflicts is deprecated. See google/protobuf/descriptor.proto;l=0
- getDeprecatedLegacyJsonFieldConflicts() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
-
Deprecated.google.protobuf.MessageOptions.deprecated_legacy_json_field_conflicts is deprecated. See google/protobuf/descriptor.proto;l=0
- 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 enum com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Feature
- 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.compiler.PluginProtos.Version.Builder
- getDescriptor() - Static method in class com.google.protobuf.compiler.PluginProtos.Version
- 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.EnumReservedRange.Builder
- getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
- 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.ExtensionRangeOptions.Builder
- getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
- getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
- getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
- getDescriptor() - Static method in enum com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.VerificationState
- getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
- getDescriptor() - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.EnumType
- getDescriptor() - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.FieldPresence
- getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FeatureSet
- getDescriptor() - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.JsonFormat
- getDescriptor() - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.MessageEncoding
- getDescriptor() - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.RepeatedFieldEncoding
- getDescriptor() - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.StringFieldValidation
- 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.EditionDefault.Builder
- getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
- 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 enum com.google.protobuf.DescriptorProtos.FieldOptions.OptionRetention
- getDescriptor() - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
- 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.GeneratedCodeInfo.Annotation.Builder
- getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
- getDescriptor() - Static method in enum com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic
- getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
- getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
- 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 enum com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
- 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.OneofOptions.Builder
- getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
- 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
-
Equivalent to
Service.getDescriptorForType()
. - 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 enum com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Feature
- getDescriptorForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
- getDescriptorForType() - Method in class com.google.protobuf.compiler.PluginProtos.Version.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.EnumDescriptorProto.EnumReservedRange.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.ExtensionRangeOptions.Builder
- getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
- getDescriptorForType() - Method in enum com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.VerificationState
- getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
- getDescriptorForType() - Method in enum com.google.protobuf.DescriptorProtos.FeatureSet.EnumType
- getDescriptorForType() - Method in enum com.google.protobuf.DescriptorProtos.FeatureSet.FieldPresence
- getDescriptorForType() - Method in enum com.google.protobuf.DescriptorProtos.FeatureSet.JsonFormat
- getDescriptorForType() - Method in enum com.google.protobuf.DescriptorProtos.FeatureSet.MessageEncoding
- getDescriptorForType() - Method in enum com.google.protobuf.DescriptorProtos.FeatureSet.RepeatedFieldEncoding
- getDescriptorForType() - Method in enum com.google.protobuf.DescriptorProtos.FeatureSet.StringFieldValidation
- getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
- getDescriptorForType() - Method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
- getDescriptorForType() - Method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
- getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
- getDescriptorForType() - Method in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
- getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault.Builder
- getDescriptorForType() - Method in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
- getDescriptorForType() - Method in enum com.google.protobuf.DescriptorProtos.FieldOptions.OptionRetention
- getDescriptorForType() - Method in enum com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
- 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.GeneratedCodeInfo.Annotation.Builder
- getDescriptorForType() - Method in enum com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic
- getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
- 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 enum com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
- getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
- getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.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.GeneratedMessageV3.Builder
- getDescriptorForType() - Method in class com.google.protobuf.GeneratedMessageV3
- 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
- getDescriptorForTypeUrl(String) - Method in class com.google.protobuf.TypeRegistry
-
Find a type by its typeUrl.
- 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 [json_name = "doubleValue"];
- getDoubleValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
-
optional double double_value = 6 [json_name = "doubleValue"];
- getDoubleValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
optional double double_value = 6 [json_name = "doubleValue"];
- getEdition() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault.Builder
-
optional string edition = 1 [json_name = "edition"];
- getEdition() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
-
optional string edition = 1 [json_name = "edition"];
- getEdition() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefaultOrBuilder
-
optional string edition = 1 [json_name = "edition"];
- getEdition() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string edition = 13 [json_name = "edition"];
- getEdition() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
optional string edition = 13 [json_name = "edition"];
- getEdition() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional string edition = 13 [json_name = "edition"];
- getEdition() - Method in class com.google.protobuf.Enum.Builder
-
string edition = 6 [json_name = "edition"];
- getEdition() - Method in class com.google.protobuf.Enum
-
string edition = 6 [json_name = "edition"];
- getEdition() - Method in interface com.google.protobuf.EnumOrBuilder
-
string edition = 6 [json_name = "edition"];
- getEdition() - Method in class com.google.protobuf.Type.Builder
-
string edition = 7 [json_name = "edition"];
- getEdition() - Method in class com.google.protobuf.Type
-
string edition = 7 [json_name = "edition"];
- getEdition() - Method in interface com.google.protobuf.TypeOrBuilder
-
string edition = 7 [json_name = "edition"];
- getEditionBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault.Builder
-
optional string edition = 1 [json_name = "edition"];
- getEditionBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
-
optional string edition = 1 [json_name = "edition"];
- getEditionBytes() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefaultOrBuilder
-
optional string edition = 1 [json_name = "edition"];
- getEditionBytes() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string edition = 13 [json_name = "edition"];
- getEditionBytes() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
optional string edition = 13 [json_name = "edition"];
- getEditionBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional string edition = 13 [json_name = "edition"];
- getEditionBytes() - Method in class com.google.protobuf.Enum.Builder
-
string edition = 6 [json_name = "edition"];
- getEditionBytes() - Method in class com.google.protobuf.Enum
-
string edition = 6 [json_name = "edition"];
- getEditionBytes() - Method in interface com.google.protobuf.EnumOrBuilder
-
string edition = 6 [json_name = "edition"];
- getEditionBytes() - Method in class com.google.protobuf.Type.Builder
-
string edition = 7 [json_name = "edition"];
- getEditionBytes() - Method in class com.google.protobuf.Type
-
string edition = 7 [json_name = "edition"];
- getEditionBytes() - Method in interface com.google.protobuf.TypeOrBuilder
-
string edition = 7 [json_name = "edition"];
- getEditionDefaults(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.FieldOptions.EditionDefault edition_defaults = 20 [json_name = "editionDefaults"];
- getEditionDefaults(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
repeated .google.protobuf.FieldOptions.EditionDefault edition_defaults = 20 [json_name = "editionDefaults"];
- getEditionDefaults(int) - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
repeated .google.protobuf.FieldOptions.EditionDefault edition_defaults = 20 [json_name = "editionDefaults"];
- getEditionDefaultsBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.FieldOptions.EditionDefault edition_defaults = 20 [json_name = "editionDefaults"];
- getEditionDefaultsBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.FieldOptions.EditionDefault edition_defaults = 20 [json_name = "editionDefaults"];
- getEditionDefaultsCount() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.FieldOptions.EditionDefault edition_defaults = 20 [json_name = "editionDefaults"];
- getEditionDefaultsCount() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
repeated .google.protobuf.FieldOptions.EditionDefault edition_defaults = 20 [json_name = "editionDefaults"];
- getEditionDefaultsCount() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
repeated .google.protobuf.FieldOptions.EditionDefault edition_defaults = 20 [json_name = "editionDefaults"];
- getEditionDefaultsList() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.FieldOptions.EditionDefault edition_defaults = 20 [json_name = "editionDefaults"];
- getEditionDefaultsList() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
repeated .google.protobuf.FieldOptions.EditionDefault edition_defaults = 20 [json_name = "editionDefaults"];
- getEditionDefaultsList() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
repeated .google.protobuf.FieldOptions.EditionDefault edition_defaults = 20 [json_name = "editionDefaults"];
- getEditionDefaultsOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.FieldOptions.EditionDefault edition_defaults = 20 [json_name = "editionDefaults"];
- getEditionDefaultsOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
repeated .google.protobuf.FieldOptions.EditionDefault edition_defaults = 20 [json_name = "editionDefaults"];
- getEditionDefaultsOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
repeated .google.protobuf.FieldOptions.EditionDefault edition_defaults = 20 [json_name = "editionDefaults"];
- getEditionDefaultsOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.FieldOptions.EditionDefault edition_defaults = 20 [json_name = "editionDefaults"];
- getEditionDefaultsOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
repeated .google.protobuf.FieldOptions.EditionDefault edition_defaults = 20 [json_name = "editionDefaults"];
- getEditionDefaultsOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
repeated .google.protobuf.FieldOptions.EditionDefault edition_defaults = 20 [json_name = "editionDefaults"];
- 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 of either ExtensionRegistryLite or
ExtensionRegistry
(if the full (non-Lite) proto libraries are available). - getEmptyTypeRegistry() - Static method in class com.google.protobuf.TypeRegistry
- getEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
optional int32 end = 2 [json_name = "end"];
- getEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
-
optional int32 end = 2 [json_name = "end"];
- getEnd() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
-
optional int32 end = 2 [json_name = "end"];
- getEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
-
optional int32 end = 2 [json_name = "end"];
- getEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
-
optional int32 end = 2 [json_name = "end"];
- getEnd() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder
-
optional int32 end = 2 [json_name = "end"];
- getEnd() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
-
optional int32 end = 2 [json_name = "end"];
- getEnd() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
-
optional int32 end = 2 [json_name = "end"];
- getEnd() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRangeOrBuilder
-
optional int32 end = 2 [json_name = "end"];
- getEnd() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
optional int32 end = 4 [json_name = "end"];
- getEnd() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
-
optional int32 end = 4 [json_name = "end"];
- getEnd() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
-
optional int32 end = 4 [json_name = "end"];
- getEnumType() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
-
optional .google.protobuf.FeatureSet.EnumType enum_type = 2 [json_name = "enumType", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_ENUM, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- getEnumType() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet
-
optional .google.protobuf.FeatureSet.EnumType enum_type = 2 [json_name = "enumType", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_ENUM, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- getEnumType() - Method in interface com.google.protobuf.DescriptorProtos.FeatureSetOrBuilder
-
optional .google.protobuf.FeatureSet.EnumType enum_type = 2 [json_name = "enumType", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_ENUM, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- getEnumType() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
-
For enum fields, gets the field's type.
- getEnumType(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
- getEnumType(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
- getEnumType(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
- getEnumType(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
- getEnumType(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
- getEnumType(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
- getEnumTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
- getEnumTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
- getEnumTypeBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
- getEnumTypeBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
- getEnumTypeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
- getEnumTypeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
- getEnumTypeCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
- getEnumTypeCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
- getEnumTypeCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
- getEnumTypeCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
- getEnumTypeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
- getEnumTypeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
- getEnumTypeList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
- getEnumTypeList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
- getEnumTypeList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
- getEnumTypeList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
- getEnumTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
- getEnumTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
- getEnumTypeOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
- getEnumTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
- getEnumTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
- getEnumTypeOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
- getEnumTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
- getEnumTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
- getEnumTypeOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
- getEnumTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
- getEnumTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
- getEnumTypeOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
- 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 [json_name = "enumvalue"];
- getEnumvalue(int) - Method in class com.google.protobuf.Enum
-
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
- getEnumvalue(int) - Method in interface com.google.protobuf.EnumOrBuilder
-
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
- getEnumvalueBuilder(int) - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
- getEnumvalueBuilderList() - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
- getEnumvalueCount() - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
- getEnumvalueCount() - Method in class com.google.protobuf.Enum
-
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
- getEnumvalueCount() - Method in interface com.google.protobuf.EnumOrBuilder
-
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
- getEnumvalueList() - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
- getEnumvalueList() - Method in class com.google.protobuf.Enum
-
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
- getEnumvalueList() - Method in interface com.google.protobuf.EnumOrBuilder
-
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
- getEnumvalueOrBuilder(int) - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
- getEnumvalueOrBuilder(int) - Method in class com.google.protobuf.Enum
-
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
- getEnumvalueOrBuilder(int) - Method in interface com.google.protobuf.EnumOrBuilder
-
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
- getEnumvalueOrBuilderList() - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
- getEnumvalueOrBuilderList() - Method in class com.google.protobuf.Enum
-
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
- getEnumvalueOrBuilderList() - Method in interface com.google.protobuf.EnumOrBuilder
-
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
- getError() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
optional string error = 1 [json_name = "error"];
- getError() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
-
optional string error = 1 [json_name = "error"];
- getError() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
-
optional string error = 1 [json_name = "error"];
- getErrorBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
optional string error = 1 [json_name = "error"];
- getErrorBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
-
optional string error = 1 [json_name = "error"];
- getErrorBytes() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
-
optional string error = 1 [json_name = "error"];
- getExtendee() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string extendee = 2 [json_name = "extendee"];
- getExtendee() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional string extendee = 2 [json_name = "extendee"];
- getExtendee() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string extendee = 2 [json_name = "extendee"];
- getExtendeeBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string extendee = 2 [json_name = "extendee"];
- getExtendeeBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional string extendee = 2 [json_name = "extendee"];
- getExtendeeBytes() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string extendee = 2 [json_name = "extendee"];
- getExtension(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
- getExtension(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
- getExtension(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
- getExtension(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
- getExtension(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
- getExtension(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
- getExtension(Extension<MessageT, List<T>>, int) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
-
Get the value of an extension.
- getExtension(Extension<MessageT, List<T>>, int) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
-
Get one element of a repeated extension.
- getExtension(Extension<MessageT, List<T>>, int) - Method in interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder
-
Get one element of a repeated extension.
- getExtension(Extension<MessageT, T>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
-
Get the value of an extension.
- getExtension(Extension<MessageT, T>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
-
Get the value of an extension.
- getExtension(Extension<MessageT, T>) - Method in interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder
-
Get the value of an extension.
- getExtension(Extension<MessageType, List<Type>>, int) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
-
Get the value of an extension.
- getExtension(Extension<MessageType, List<Type>>, int) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
-
Get one element of a repeated extension.
- getExtension(Extension<MessageType, List<Type>>, int) - Method in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
-
Get one element of a repeated extension.
- getExtension(Extension<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
-
Get the value of an extension.
- getExtension(Extension<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
-
Get the value of an extension.
- getExtension(Extension<MessageType, Type>) - Method in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
-
Get the value of an extension.
- getExtension(ExtensionLite<MessageT, List<T>>, int) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
-
Get one element of a repeated extension.
- getExtension(ExtensionLite<MessageT, List<T>>, int) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
-
Get one element of a repeated extension.
- getExtension(ExtensionLite<MessageT, List<T>>, int) - Method in interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder
-
Get one element of a repeated extension.
- getExtension(ExtensionLite<MessageT, T>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
-
Get the value of an extension.
- getExtension(ExtensionLite<MessageT, T>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
-
Get the value of an extension.
- getExtension(ExtensionLite<MessageT, T>) - Method in interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder
-
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, List<Type>>, int) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
-
Get one element of a repeated 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, List<Type>>, int) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
-
Get one element of a repeated extension.
- getExtension(ExtensionLite<MessageType, List<Type>>, int) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
-
Get one element of a repeated extension.
- getExtension(ExtensionLite<MessageType, List<Type>>, int) - Method in interface com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder
-
Get one element of a repeated extension.
- getExtension(ExtensionLite<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
-
Get the value of an extension.
- getExtension(ExtensionLite<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
-
Get the value of an extension.
- getExtension(ExtensionLite<MessageType, Type>) - Method in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
-
Get the value of an extension.
- getExtension(ExtensionLite<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
-
Get the value of an extension.
- getExtension(ExtensionLite<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
-
Get the value of an extension.
- getExtension(ExtensionLite<MessageType, Type>) - Method in interface com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder
-
Get the value of an extension.
- getExtension(GeneratedMessage.GeneratedExtension<MessageT, List<T>>, int) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
-
Get the value of an extension.
- getExtension(GeneratedMessage.GeneratedExtension<MessageT, List<T>>, int) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
-
Get one element of a repeated extension.
- getExtension(GeneratedMessage.GeneratedExtension<MessageT, List<T>>, int) - Method in interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder
-
Get one element of a repeated extension.
- getExtension(GeneratedMessage.GeneratedExtension<MessageT, T>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
-
Get the value of an extension.
- getExtension(GeneratedMessage.GeneratedExtension<MessageT, T>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
-
Get the value of an extension.
- getExtension(GeneratedMessage.GeneratedExtension<MessageT, T>) - Method in interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder
-
Get the value of an extension.
- getExtension(GeneratedMessage.GeneratedExtension<MessageType, List<Type>>, int) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
-
Get the value of an extension.
- getExtension(GeneratedMessage.GeneratedExtension<MessageType, List<Type>>, int) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
-
Get one element of a repeated extension.
- getExtension(GeneratedMessage.GeneratedExtension<MessageType, List<Type>>, int) - Method in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
-
Get one element of a repeated extension.
- getExtension(GeneratedMessage.GeneratedExtension<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
-
Get the value of an extension.
- getExtension(GeneratedMessage.GeneratedExtension<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
-
Get the value of an extension.
- getExtension(GeneratedMessage.GeneratedExtension<MessageType, Type>) - Method in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
-
Get the value of an extension.
- getExtensionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
- getExtensionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
- getExtensionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
- getExtensionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
- getExtensionCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
- getExtensionCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
- getExtensionCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
- getExtensionCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
- getExtensionCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
- getExtensionCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
- getExtensionCount(Extension<MessageT, List<T>>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
-
Get the number of elements in a repeated extension.
- getExtensionCount(Extension<MessageT, List<T>>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
-
Get the number of elements in a repeated extension.
- getExtensionCount(Extension<MessageT, List<T>>) - Method in interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder
-
Get the number of elements in a repeated extension.
- getExtensionCount(Extension<MessageType, List<Type>>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
-
Get the number of elements in a repeated extension.
- getExtensionCount(Extension<MessageType, List<Type>>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
-
Get the number of elements in a repeated extension.
- getExtensionCount(Extension<MessageType, List<Type>>) - Method in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
-
Get the number of elements in a repeated extension.
- getExtensionCount(ExtensionLite<MessageT, List<T>>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
-
Get the number of elements in a repeated extension.
- getExtensionCount(ExtensionLite<MessageT, List<T>>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
-
Get the number of elements in a repeated extension.
- getExtensionCount(ExtensionLite<MessageT, List<T>>) - Method in interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder
-
Get the number of elements in a repeated extension.
- 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.
- getExtensionCount(GeneratedMessage.GeneratedExtension<MessageT, List<T>>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
-
Get the number of elements in a repeated extension.
- getExtensionCount(GeneratedMessage.GeneratedExtension<MessageT, List<T>>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
-
Get the number of elements in a repeated extension.
- getExtensionCount(GeneratedMessage.GeneratedExtension<MessageT, List<T>>) - Method in interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder
-
Get the number of elements in a repeated extension.
- getExtensionCount(GeneratedMessage.GeneratedExtension<MessageType, List<Type>>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
-
Get the number of elements in a repeated extension.
- getExtensionCount(GeneratedMessage.GeneratedExtension<MessageType, List<Type>>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
-
Get the number of elements in a repeated extension.
- getExtensionCount(GeneratedMessage.GeneratedExtension<MessageType, List<Type>>) - Method in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
-
Get the number of elements in a repeated extension.
- getExtensionFields() - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
- getExtensionFields() - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
- getExtensionList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
- getExtensionList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
- getExtensionList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
- getExtensionList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
- getExtensionList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
- getExtensionList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
- getExtensionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
- getExtensionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
- getExtensionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
- getExtensionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
- getExtensionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
- getExtensionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
- getExtensionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
- getExtensionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
- getExtensionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
- getExtensionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
- getExtensionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
- getExtensionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
- getExtensionRange(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
- getExtensionRange(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
- getExtensionRange(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
- getExtensionRangeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
- getExtensionRangeBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
- getExtensionRangeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
- getExtensionRangeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
- getExtensionRangeCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
- getExtensionRangeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
- getExtensionRangeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
- getExtensionRangeList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
- getExtensionRangeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
- getExtensionRangeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
- getExtensionRangeOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
- getExtensionRangeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
- getExtensionRangeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
- getExtensionRangeOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
- 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
- getFeatures() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
optional .google.protobuf.FeatureSet features = 7 [json_name = "features"];
- getFeatures() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
-
optional .google.protobuf.FeatureSet features = 7 [json_name = "features"];
- getFeatures() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
-
optional .google.protobuf.FeatureSet features = 7 [json_name = "features"];
- getFeatures() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
optional .google.protobuf.FeatureSet features = 2 [json_name = "features"];
- getFeatures() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
-
optional .google.protobuf.FeatureSet features = 2 [json_name = "features"];
- getFeatures() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
-
optional .google.protobuf.FeatureSet features = 2 [json_name = "features"];
- getFeatures() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
optional .google.protobuf.FeatureSet features = 50 [json_name = "features"];
- getFeatures() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
-
optional .google.protobuf.FeatureSet features = 50 [json_name = "features"];
- getFeatures() - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptionsOrBuilder
-
optional .google.protobuf.FeatureSet features = 50 [json_name = "features"];
- getFeatures() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional .google.protobuf.FeatureSet features = 21 [json_name = "features"];
- getFeatures() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
optional .google.protobuf.FeatureSet features = 21 [json_name = "features"];
- getFeatures() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
optional .google.protobuf.FeatureSet features = 21 [json_name = "features"];
- getFeatures() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional .google.protobuf.FeatureSet features = 50 [json_name = "features"];
- getFeatures() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional .google.protobuf.FeatureSet features = 50 [json_name = "features"];
- getFeatures() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional .google.protobuf.FeatureSet features = 50 [json_name = "features"];
- getFeatures() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
optional .google.protobuf.FeatureSet features = 12 [json_name = "features"];
- getFeatures() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
-
optional .google.protobuf.FeatureSet features = 12 [json_name = "features"];
- getFeatures() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
-
optional .google.protobuf.FeatureSet features = 12 [json_name = "features"];
- getFeatures() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
optional .google.protobuf.FeatureSet features = 35 [json_name = "features"];
- getFeatures() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
-
optional .google.protobuf.FeatureSet features = 35 [json_name = "features"];
- getFeatures() - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
-
optional .google.protobuf.FeatureSet features = 35 [json_name = "features"];
- getFeatures() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
optional .google.protobuf.FeatureSet features = 1 [json_name = "features"];
- getFeatures() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
-
optional .google.protobuf.FeatureSet features = 1 [json_name = "features"];
- getFeatures() - Method in interface com.google.protobuf.DescriptorProtos.OneofOptionsOrBuilder
-
optional .google.protobuf.FeatureSet features = 1 [json_name = "features"];
- getFeatures() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
optional .google.protobuf.FeatureSet features = 34 [json_name = "features"];
- getFeatures() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
-
optional .google.protobuf.FeatureSet features = 34 [json_name = "features"];
- getFeatures() - Method in interface com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
-
optional .google.protobuf.FeatureSet features = 34 [json_name = "features"];
- getFeaturesBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
optional .google.protobuf.FeatureSet features = 7 [json_name = "features"];
- getFeaturesBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
optional .google.protobuf.FeatureSet features = 2 [json_name = "features"];
- getFeaturesBuilder() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
optional .google.protobuf.FeatureSet features = 50 [json_name = "features"];
- getFeaturesBuilder() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional .google.protobuf.FeatureSet features = 21 [json_name = "features"];
- getFeaturesBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional .google.protobuf.FeatureSet features = 50 [json_name = "features"];
- getFeaturesBuilder() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
optional .google.protobuf.FeatureSet features = 12 [json_name = "features"];
- getFeaturesBuilder() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
optional .google.protobuf.FeatureSet features = 35 [json_name = "features"];
- getFeaturesBuilder() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
optional .google.protobuf.FeatureSet features = 1 [json_name = "features"];
- getFeaturesBuilder() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
optional .google.protobuf.FeatureSet features = 34 [json_name = "features"];
- getFeaturesOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
optional .google.protobuf.FeatureSet features = 7 [json_name = "features"];
- getFeaturesOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
-
optional .google.protobuf.FeatureSet features = 7 [json_name = "features"];
- getFeaturesOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
-
optional .google.protobuf.FeatureSet features = 7 [json_name = "features"];
- getFeaturesOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
optional .google.protobuf.FeatureSet features = 2 [json_name = "features"];
- getFeaturesOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
-
optional .google.protobuf.FeatureSet features = 2 [json_name = "features"];
- getFeaturesOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
-
optional .google.protobuf.FeatureSet features = 2 [json_name = "features"];
- getFeaturesOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
optional .google.protobuf.FeatureSet features = 50 [json_name = "features"];
- getFeaturesOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
-
optional .google.protobuf.FeatureSet features = 50 [json_name = "features"];
- getFeaturesOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptionsOrBuilder
-
optional .google.protobuf.FeatureSet features = 50 [json_name = "features"];
- getFeaturesOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional .google.protobuf.FeatureSet features = 21 [json_name = "features"];
- getFeaturesOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
optional .google.protobuf.FeatureSet features = 21 [json_name = "features"];
- getFeaturesOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
optional .google.protobuf.FeatureSet features = 21 [json_name = "features"];
- getFeaturesOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional .google.protobuf.FeatureSet features = 50 [json_name = "features"];
- getFeaturesOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional .google.protobuf.FeatureSet features = 50 [json_name = "features"];
- getFeaturesOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional .google.protobuf.FeatureSet features = 50 [json_name = "features"];
- getFeaturesOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
optional .google.protobuf.FeatureSet features = 12 [json_name = "features"];
- getFeaturesOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
-
optional .google.protobuf.FeatureSet features = 12 [json_name = "features"];
- getFeaturesOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
-
optional .google.protobuf.FeatureSet features = 12 [json_name = "features"];
- getFeaturesOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
optional .google.protobuf.FeatureSet features = 35 [json_name = "features"];
- getFeaturesOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
-
optional .google.protobuf.FeatureSet features = 35 [json_name = "features"];
- getFeaturesOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
-
optional .google.protobuf.FeatureSet features = 35 [json_name = "features"];
- getFeaturesOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
optional .google.protobuf.FeatureSet features = 1 [json_name = "features"];
- getFeaturesOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
-
optional .google.protobuf.FeatureSet features = 1 [json_name = "features"];
- getFeaturesOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.OneofOptionsOrBuilder
-
optional .google.protobuf.FeatureSet features = 1 [json_name = "features"];
- getFeaturesOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
optional .google.protobuf.FeatureSet features = 34 [json_name = "features"];
- getFeaturesOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
-
optional .google.protobuf.FeatureSet features = 34 [json_name = "features"];
- getFeaturesOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
-
optional .google.protobuf.FeatureSet features = 34 [json_name = "features"];
- getField(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
- getField(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
- getField(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
- getField(int) - Method in class com.google.protobuf.Descriptors.OneofDescriptor
- getField(int) - Method in class com.google.protobuf.UnknownFieldSet
-
Get a field by number.
- 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.GeneratedMessageV3.Builder
- getField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
- getField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
- getField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3
- 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.
- getFieldBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
- getFieldBuilder(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.AbstractMessage.Builder
- getFieldBuilder(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DynamicMessage.Builder
- getFieldBuilder(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessage.Builder
- getFieldBuilder(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3.Builder
- getFieldBuilder(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
- 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 [json_name = "field"];
- getFieldCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
- getFieldCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
- getFieldCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
- 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 [json_name = "field"];
- getFieldList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
- getFieldList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
- getFieldOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
- getFieldOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
- getFieldOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
- getFieldOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
- getFieldOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
- getFieldOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
- getFieldPresence() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
-
optional .google.protobuf.FeatureSet.FieldPresence field_presence = 1 [json_name = "fieldPresence", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- getFieldPresence() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet
-
optional .google.protobuf.FeatureSet.FieldPresence field_presence = 1 [json_name = "fieldPresence", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- getFieldPresence() - Method in interface com.google.protobuf.DescriptorProtos.FeatureSetOrBuilder
-
optional .google.protobuf.FeatureSet.FieldPresence field_presence = 1 [json_name = "fieldPresence", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- 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
-
Deprecated.
- getFields() - Method in class com.google.protobuf.Struct
-
Deprecated.
- getFields() - Method in interface com.google.protobuf.StructOrBuilder
-
Deprecated.
- getFields(int) - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
- getFields(int) - Method in class com.google.protobuf.Type
-
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
- getFields(int) - Method in interface com.google.protobuf.TypeOrBuilder
-
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
- getFieldsBuilder(int) - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
- getFieldsBuilderList() - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
- getFieldsCount() - Method in class com.google.protobuf.Struct.Builder
- getFieldsCount() - Method in class com.google.protobuf.Struct
- getFieldsCount() - Method in interface com.google.protobuf.StructOrBuilder
-
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
- getFieldsCount() - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
- getFieldsCount() - Method in class com.google.protobuf.Type
-
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
- getFieldsCount() - Method in interface com.google.protobuf.TypeOrBuilder
-
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
- getFieldsList() - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
- getFieldsList() - Method in class com.google.protobuf.Type
-
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
- getFieldsList() - Method in interface com.google.protobuf.TypeOrBuilder
-
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
- getFieldsMap() - Method in class com.google.protobuf.Struct.Builder
-
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
- getFieldsMap() - Method in class com.google.protobuf.Struct
-
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
- getFieldsMap() - Method in interface com.google.protobuf.StructOrBuilder
-
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
- getFieldsOrBuilder(int) - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
- getFieldsOrBuilder(int) - Method in class com.google.protobuf.Type
-
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
- getFieldsOrBuilder(int) - Method in interface com.google.protobuf.TypeOrBuilder
-
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
- getFieldsOrBuilderList() - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
- getFieldsOrBuilderList() - Method in class com.google.protobuf.Type
-
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
- getFieldsOrBuilderList() - Method in interface com.google.protobuf.TypeOrBuilder
-
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
- getFieldsOrDefault(String, Value) - Method in class com.google.protobuf.Struct.Builder
-
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
- getFieldsOrDefault(String, Value) - Method in class com.google.protobuf.Struct
-
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
- getFieldsOrDefault(String, Value) - Method in interface com.google.protobuf.StructOrBuilder
-
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
- getFieldsOrThrow(String) - Method in class com.google.protobuf.Struct.Builder
-
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
- getFieldsOrThrow(String) - Method in class com.google.protobuf.Struct
-
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
- getFieldsOrThrow(String) - Method in interface com.google.protobuf.StructOrBuilder
-
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
- 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. - getFile(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
- getFile(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
- getFile(int) - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
- getFile(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
- getFile(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
-
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
- getFile(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder
-
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
- getFileBuilder(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
- getFileBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
- getFileBuilderList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
- getFileBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
- getFileCount() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
- getFileCount() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
- getFileCount() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
- getFileCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
- getFileCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
-
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
- getFileCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder
-
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
- getFileList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
- getFileList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
- getFileList() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
- getFileList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
- getFileList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
-
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
- getFileList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder
-
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
- getFileName() - Method in class com.google.protobuf.SourceContext.Builder
-
string file_name = 1 [json_name = "fileName"];
- getFileName() - Method in class com.google.protobuf.SourceContext
-
string file_name = 1 [json_name = "fileName"];
- getFileName() - Method in interface com.google.protobuf.SourceContextOrBuilder
-
string file_name = 1 [json_name = "fileName"];
- getFileNameBytes() - Method in class com.google.protobuf.SourceContext.Builder
-
string file_name = 1 [json_name = "fileName"];
- getFileNameBytes() - Method in class com.google.protobuf.SourceContext
-
string file_name = 1 [json_name = "fileName"];
- getFileNameBytes() - Method in interface com.google.protobuf.SourceContextOrBuilder
-
string file_name = 1 [json_name = "fileName"];
- getFileOrBuilder(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
- getFileOrBuilder(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
- getFileOrBuilder(int) - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
- getFileOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
- getFileOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
-
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
- getFileOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder
-
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
- getFileOrBuilderList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
- getFileOrBuilderList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
- getFileOrBuilderList() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
- getFileOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
- getFileOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
-
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
- getFileOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder
-
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
- getFileToGenerate(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
- getFileToGenerate(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
-
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
- getFileToGenerate(int) - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
-
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
- getFileToGenerateBytes(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
- getFileToGenerateBytes(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
-
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
- getFileToGenerateBytes(int) - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
-
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
- getFileToGenerateCount() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
- getFileToGenerateCount() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
-
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
- getFileToGenerateCount() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
-
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
- getFileToGenerateList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
- getFileToGenerateList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
-
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
- getFileToGenerateList() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
-
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
- 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.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
-
optional string full_name = 2 [json_name = "fullName"];
- getFullName() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
-
optional string full_name = 2 [json_name = "fullName"];
- getFullName() - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.DeclarationOrBuilder
-
optional string full_name = 2 [json_name = "fullName"];
- 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.
- getFullNameBytes() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
-
optional string full_name = 2 [json_name = "fullName"];
- getFullNameBytes() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
-
optional string full_name = 2 [json_name = "fullName"];
- getFullNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.DeclarationOrBuilder
-
optional string full_name = 2 [json_name = "fullName"];
- getGeneratedCodeInfo() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];
- getGeneratedCodeInfo() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
-
optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];
- getGeneratedCodeInfo() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
-
optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];
- getGeneratedCodeInfoBuilder() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];
- getGeneratedCodeInfoOrBuilder() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];
- getGeneratedCodeInfoOrBuilder() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
-
optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];
- getGeneratedCodeInfoOrBuilder() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
-
optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];
- getGoPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string go_package = 11 [json_name = "goPackage"];
- getGoPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional string go_package = 11 [json_name = "goPackage"];
- getGoPackage() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string go_package = 11 [json_name = "goPackage"];
- getGoPackageBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string go_package = 11 [json_name = "goPackage"];
- getGoPackageBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional string go_package = 11 [json_name = "goPackage"];
- getGoPackageBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string go_package = 11 [json_name = "goPackage"];
- getGroupList() - Method in class com.google.protobuf.UnknownFieldSet.Field
-
Get the list of embedded group values for this field.
- getIdempotencyLevel() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN, json_name = "idempotencyLevel"];
- getIdempotencyLevel() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
-
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN, json_name = "idempotencyLevel"];
- getIdempotencyLevel() - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
-
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN, json_name = "idempotencyLevel"];
- getIdentifierValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional string identifier_value = 3 [json_name = "identifierValue"];
- getIdentifierValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
-
optional string identifier_value = 3 [json_name = "identifierValue"];
- getIdentifierValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
optional string identifier_value = 3 [json_name = "identifierValue"];
- getIdentifierValueBytes() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional string identifier_value = 3 [json_name = "identifierValue"];
- getIdentifierValueBytes() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
-
optional string identifier_value = 3 [json_name = "identifierValue"];
- getIdentifierValueBytes() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
optional string identifier_value = 3 [json_name = "identifierValue"];
- 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 [json_name = "inputType"];
- getInputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
-
optional string input_type = 2 [json_name = "inputType"];
- getInputType() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional string input_type = 2 [json_name = "inputType"];
- 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 [json_name = "inputType"];
- getInputTypeBytes() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
-
optional string input_type = 2 [json_name = "inputType"];
- getInputTypeBytes() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional string input_type = 2 [json_name = "inputType"];
- getInsertionPoint() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
optional string insertion_point = 2 [json_name = "insertionPoint"];
- getInsertionPoint() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
-
optional string insertion_point = 2 [json_name = "insertionPoint"];
- getInsertionPoint() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
-
optional string insertion_point = 2 [json_name = "insertionPoint"];
- getInsertionPointBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
optional string insertion_point = 2 [json_name = "insertionPoint"];
- getInsertionPointBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
-
optional string insertion_point = 2 [json_name = "insertionPoint"];
- getInsertionPointBytes() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
-
optional string insertion_point = 2 [json_name = "insertionPoint"];
- 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 [json_name = "isExtension"];
- getIsExtension() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
-
required bool is_extension = 2 [json_name = "isExtension"];
- getIsExtension() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder
-
required bool is_extension = 2 [json_name = "isExtension"];
- getJavaGenerateEqualsAndHash() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
Deprecated.google.protobuf.FileOptions.java_generate_equals_and_hash is deprecated. See google/protobuf/descriptor.proto;l=0
- getJavaGenerateEqualsAndHash() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
Deprecated.google.protobuf.FileOptions.java_generate_equals_and_hash is deprecated. See google/protobuf/descriptor.proto;l=0
- getJavaGenerateEqualsAndHash() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
Deprecated.google.protobuf.FileOptions.java_generate_equals_and_hash is deprecated. See google/protobuf/descriptor.proto;l=0
- getJavaGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool java_generic_services = 17 [default = false, json_name = "javaGenericServices"];
- getJavaGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional bool java_generic_services = 17 [default = false, json_name = "javaGenericServices"];
- getJavaGenericServices() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional bool java_generic_services = 17 [default = false, json_name = "javaGenericServices"];
- getJavaMultipleFiles() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool java_multiple_files = 10 [default = false, json_name = "javaMultipleFiles"];
- getJavaMultipleFiles() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional bool java_multiple_files = 10 [default = false, json_name = "javaMultipleFiles"];
- getJavaMultipleFiles() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional bool java_multiple_files = 10 [default = false, json_name = "javaMultipleFiles"];
- getJavaOuterClassname() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string java_outer_classname = 8 [json_name = "javaOuterClassname"];
- getJavaOuterClassname() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional string java_outer_classname = 8 [json_name = "javaOuterClassname"];
- getJavaOuterClassname() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string java_outer_classname = 8 [json_name = "javaOuterClassname"];
- getJavaOuterClassnameBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string java_outer_classname = 8 [json_name = "javaOuterClassname"];
- getJavaOuterClassnameBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional string java_outer_classname = 8 [json_name = "javaOuterClassname"];
- getJavaOuterClassnameBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string java_outer_classname = 8 [json_name = "javaOuterClassname"];
- getJavaPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string java_package = 1 [json_name = "javaPackage"];
- getJavaPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional string java_package = 1 [json_name = "javaPackage"];
- getJavaPackage() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string java_package = 1 [json_name = "javaPackage"];
- getJavaPackageBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string java_package = 1 [json_name = "javaPackage"];
- getJavaPackageBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional string java_package = 1 [json_name = "javaPackage"];
- getJavaPackageBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string java_package = 1 [json_name = "javaPackage"];
- getJavaStringCheckUtf8() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool java_string_check_utf8 = 27 [default = false, json_name = "javaStringCheckUtf8"];
- getJavaStringCheckUtf8() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional bool java_string_check_utf8 = 27 [default = false, json_name = "javaStringCheckUtf8"];
- getJavaStringCheckUtf8() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional bool java_string_check_utf8 = 27 [default = false, json_name = "javaStringCheckUtf8"];
- 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.FieldType
-
Gets the
JavaType
for this field. - getJavaType() - Method in enum com.google.protobuf.WireFormat.FieldType
- getJsonFormat() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
-
optional .google.protobuf.FeatureSet.JsonFormat json_format = 6 [json_name = "jsonFormat", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_MESSAGE, targets = TARGET_TYPE_ENUM, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- getJsonFormat() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet
-
optional .google.protobuf.FeatureSet.JsonFormat json_format = 6 [json_name = "jsonFormat", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_MESSAGE, targets = TARGET_TYPE_ENUM, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- getJsonFormat() - Method in interface com.google.protobuf.DescriptorProtos.FeatureSetOrBuilder
-
optional .google.protobuf.FeatureSet.JsonFormat json_format = 6 [json_name = "jsonFormat", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_MESSAGE, targets = TARGET_TYPE_ENUM, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- getJsonName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string json_name = 10 [json_name = "jsonName"];
- getJsonName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional string json_name = 10 [json_name = "jsonName"];
- getJsonName() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string json_name = 10 [json_name = "jsonName"];
- 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
-
string json_name = 10 [json_name = "jsonName"];
- getJsonName() - Method in class com.google.protobuf.Field
-
string json_name = 10 [json_name = "jsonName"];
- getJsonName() - Method in interface com.google.protobuf.FieldOrBuilder
-
string json_name = 10 [json_name = "jsonName"];
- getJsonNameBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string json_name = 10 [json_name = "jsonName"];
- getJsonNameBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional string json_name = 10 [json_name = "jsonName"];
- getJsonNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string json_name = 10 [json_name = "jsonName"];
- getJsonNameBytes() - Method in class com.google.protobuf.Field.Builder
-
string json_name = 10 [json_name = "jsonName"];
- getJsonNameBytes() - Method in class com.google.protobuf.Field
-
string json_name = 10 [json_name = "jsonName"];
- getJsonNameBytes() - Method in interface com.google.protobuf.FieldOrBuilder
-
string json_name = 10 [json_name = "jsonName"];
- getJstype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL, json_name = "jstype"];
- getJstype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL, json_name = "jstype"];
- getJstype() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL, json_name = "jstype"];
- 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
- getKind() - Method in class com.google.protobuf.Field.Builder
-
.google.protobuf.Field.Kind kind = 1 [json_name = "kind"];
- getKind() - Method in class com.google.protobuf.Field
-
.google.protobuf.Field.Kind kind = 1 [json_name = "kind"];
- getKind() - Method in interface com.google.protobuf.FieldOrBuilder
-
.google.protobuf.Field.Kind kind = 1 [json_name = "kind"];
- getKindCase() - Method in class com.google.protobuf.Value.Builder
- getKindCase() - Method in class com.google.protobuf.Value
- getKindCase() - Method in interface com.google.protobuf.ValueOrBuilder
- getKindValue() - Method in class com.google.protobuf.Field.Builder
-
.google.protobuf.Field.Kind kind = 1 [json_name = "kind"];
- getKindValue() - Method in class com.google.protobuf.Field
-
.google.protobuf.Field.Kind kind = 1 [json_name = "kind"];
- getKindValue() - Method in interface com.google.protobuf.FieldOrBuilder
-
.google.protobuf.Field.Kind kind = 1 [json_name = "kind"];
- getLabel() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];
- getLabel() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];
- getLabel() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];
- getLastTag() - Method in class com.google.protobuf.CodedInputStream
- getLazy() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool lazy = 5 [default = false, json_name = "lazy"];
- getLazy() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
optional bool lazy = 5 [default = false, json_name = "lazy"];
- getLazy() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
optional bool lazy = 5 [default = false, json_name = "lazy"];
- getLeadingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
optional string leading_comments = 3 [json_name = "leadingComments"];
- getLeadingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
optional string leading_comments = 3 [json_name = "leadingComments"];
- getLeadingComments() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
optional string leading_comments = 3 [json_name = "leadingComments"];
- getLeadingCommentsBytes() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
optional string leading_comments = 3 [json_name = "leadingComments"];
- getLeadingCommentsBytes() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
optional string leading_comments = 3 [json_name = "leadingComments"];
- getLeadingCommentsBytes() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
optional string leading_comments = 3 [json_name = "leadingComments"];
- getLeadingDetachedComments(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
- getLeadingDetachedComments(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
- getLeadingDetachedComments(int) - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
- getLeadingDetachedCommentsBytes(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
- getLeadingDetachedCommentsBytes(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
- getLeadingDetachedCommentsBytes(int) - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
- getLeadingDetachedCommentsCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
- getLeadingDetachedCommentsCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
- getLeadingDetachedCommentsCount() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
- getLeadingDetachedCommentsList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
- getLeadingDetachedCommentsList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
- getLeadingDetachedCommentsList() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
- 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.
- getLine() - Method in class com.google.protobuf.TextFormatParseLocation
- getListValue() - Method in class com.google.protobuf.Value.Builder
-
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
- getListValue() - Method in class com.google.protobuf.Value
-
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
- getListValue() - Method in interface com.google.protobuf.ValueOrBuilder
-
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
- getListValueBuilder() - Method in class com.google.protobuf.Value.Builder
-
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
- getListValueOrBuilder() - Method in class com.google.protobuf.Value.Builder
-
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
- getListValueOrBuilder() - Method in class com.google.protobuf.Value
-
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
- getListValueOrBuilder() - Method in interface com.google.protobuf.ValueOrBuilder
-
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
- 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 [json_name = "location"];
- getLocation(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
- getLocation(int) - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
- getLocation(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.TextFormatParseInfoTree
-
Get the location in the source of a field's value.
- getLocationBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
- getLocationBuilderList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
- getLocationCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
- getLocationCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
- getLocationCount() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
- getLocationList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
- getLocationList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
- getLocationList() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
- getLocationOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
- getLocationOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
- getLocationOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
- getLocationOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
- getLocationOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
- getLocationOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
- getLocations(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.TextFormatParseInfoTree
-
Retrieve all the locations of a field.
- 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. - getMajor() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
-
optional int32 major = 1 [json_name = "major"];
- getMajor() - Method in class com.google.protobuf.compiler.PluginProtos.Version
-
optional int32 major = 1 [json_name = "major"];
- getMajor() - Method in interface com.google.protobuf.compiler.PluginProtos.VersionOrBuilder
-
optional int32 major = 1 [json_name = "major"];
- getMap() - Method in class com.google.protobuf.MapField
-
Returns 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 [json_name = "mapEntry"];
- getMapEntry() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
-
optional bool map_entry = 7 [json_name = "mapEntry"];
- getMapEntry() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
-
optional bool map_entry = 7 [json_name = "mapEntry"];
- getMessage() - Method in class com.google.protobuf.SingleFieldBuilder
-
Get the message for the field.
- getMessage() - Method in class com.google.protobuf.SingleFieldBuilderV3
-
Get the message for the field.
- getMessage(int) - Method in class com.google.protobuf.RepeatedFieldBuilder
-
Get the message at the specified index.
- getMessage(int) - Method in class com.google.protobuf.RepeatedFieldBuilderV3
-
Get the message at the specified index.
- getMessageDefaultInstance() - Method in class com.google.protobuf.Extension
-
Returns the default instance of the extension field, if it's a message extension.
- getMessageDefaultInstance() - Method in class com.google.protobuf.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.
- getMessageEncoding() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
-
optional .google.protobuf.FeatureSet.MessageEncoding message_encoding = 5 [json_name = "messageEncoding", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- getMessageEncoding() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet
-
optional .google.protobuf.FeatureSet.MessageEncoding message_encoding = 5 [json_name = "messageEncoding", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- getMessageEncoding() - Method in interface com.google.protobuf.DescriptorProtos.FeatureSetOrBuilder
-
optional .google.protobuf.FeatureSet.MessageEncoding message_encoding = 5 [json_name = "messageEncoding", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- getMessageList() - Method in class com.google.protobuf.RepeatedFieldBuilder
-
Gets a view of the builder as a list of messages.
- getMessageList() - Method in class com.google.protobuf.RepeatedFieldBuilderV3
-
Gets a view of the builder as a list of messages.
- getMessageOrBuilder() - Method in class com.google.protobuf.SingleFieldBuilder
-
Gets the base class interface for the field.
- getMessageOrBuilder() - Method in class com.google.protobuf.SingleFieldBuilderV3
-
Gets the base class interface for the field.
- getMessageOrBuilder(int) - Method in class com.google.protobuf.RepeatedFieldBuilder
-
Gets the base class interface for the specified index.
- getMessageOrBuilder(int) - Method in class com.google.protobuf.RepeatedFieldBuilderV3
-
Gets the base class interface for the specified index.
- getMessageOrBuilderList() - Method in class com.google.protobuf.RepeatedFieldBuilder
-
Gets a view of the builder as a list of MessageOrBuilders.
- getMessageOrBuilderList() - Method in class com.google.protobuf.RepeatedFieldBuilderV3
-
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, json_name = "messageSetWireFormat"];
- getMessageSetWireFormat() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
-
optional bool message_set_wire_format = 1 [default = false, json_name = "messageSetWireFormat"];
- getMessageSetWireFormat() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
-
optional bool message_set_wire_format = 1 [default = false, json_name = "messageSetWireFormat"];
- 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.
- getMessageType(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
- getMessageType(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
- getMessageType(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
- getMessageTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
- getMessageTypeBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
- getMessageTypeCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
- getMessageTypeCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
- getMessageTypeCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
- getMessageTypeList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
- getMessageTypeList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
- getMessageTypeList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
- getMessageTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
- getMessageTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
- getMessageTypeOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
- getMessageTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
- getMessageTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
- getMessageTypeOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
- 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 [json_name = "method"];
- getMethod(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
-
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
- getMethod(int) - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
- getMethodBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
- getMethodBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
- getMethodCount() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
- getMethodCount() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
-
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
- getMethodCount() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
- getMethodList() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
- getMethodList() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
-
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
- getMethodList() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
- getMethodOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
- getMethodOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
-
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
- getMethodOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
- getMethodOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
- getMethodOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
-
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
- getMethodOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
- getMethods() - Method in class com.google.protobuf.Descriptors.ServiceDescriptor
-
Get a list of methods for this service.
- getMethods(int) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
- getMethods(int) - Method in class com.google.protobuf.Api
-
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
- getMethods(int) - Method in interface com.google.protobuf.ApiOrBuilder
-
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
- getMethodsBuilder(int) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
- getMethodsBuilderList() - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
- getMethodsCount() - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
- getMethodsCount() - Method in class com.google.protobuf.Api
-
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
- getMethodsCount() - Method in interface com.google.protobuf.ApiOrBuilder
-
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
- getMethodsList() - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
- getMethodsList() - Method in class com.google.protobuf.Api
-
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
- getMethodsList() - Method in interface com.google.protobuf.ApiOrBuilder
-
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
- getMethodsOrBuilder(int) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
- getMethodsOrBuilder(int) - Method in class com.google.protobuf.Api
-
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
- getMethodsOrBuilder(int) - Method in interface com.google.protobuf.ApiOrBuilder
-
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
- getMethodsOrBuilderList() - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
- getMethodsOrBuilderList() - Method in class com.google.protobuf.Api
-
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
- getMethodsOrBuilderList() - Method in interface com.google.protobuf.ApiOrBuilder
-
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
- getMinor() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
-
optional int32 minor = 2 [json_name = "minor"];
- getMinor() - Method in class com.google.protobuf.compiler.PluginProtos.Version
-
optional int32 minor = 2 [json_name = "minor"];
- getMinor() - Method in interface com.google.protobuf.compiler.PluginProtos.VersionOrBuilder
-
optional int32 minor = 2 [json_name = "minor"];
- getMissingFields() - Method in exception com.google.protobuf.UninitializedMessageException
-
Get a list of human-readable names of required fields missing from this message.
- getMixins(int) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
- getMixins(int) - Method in class com.google.protobuf.Api
-
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
- getMixins(int) - Method in interface com.google.protobuf.ApiOrBuilder
-
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
- getMixinsBuilder(int) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
- getMixinsBuilderList() - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
- getMixinsCount() - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
- getMixinsCount() - Method in class com.google.protobuf.Api
-
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
- getMixinsCount() - Method in interface com.google.protobuf.ApiOrBuilder
-
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
- getMixinsList() - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
- getMixinsList() - Method in class com.google.protobuf.Api
-
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
- getMixinsList() - Method in interface com.google.protobuf.ApiOrBuilder
-
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
- getMixinsOrBuilder(int) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
- getMixinsOrBuilder(int) - Method in class com.google.protobuf.Api
-
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
- getMixinsOrBuilder(int) - Method in interface com.google.protobuf.ApiOrBuilder
-
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
- getMixinsOrBuilderList() - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
- getMixinsOrBuilderList() - Method in class com.google.protobuf.Api
-
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
- getMixinsOrBuilderList() - Method in interface com.google.protobuf.ApiOrBuilder
-
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
- getMutableFields() - Method in class com.google.protobuf.Struct.Builder
-
Deprecated.
- getMutableMap() - Method in class com.google.protobuf.MapField
-
Gets a mutable Map view of this MapField.
- getName() - Method in class com.google.protobuf.Api.Builder
-
string name = 1 [json_name = "name"];
- getName() - Method in class com.google.protobuf.Api
-
string name = 1 [json_name = "name"];
- getName() - Method in interface com.google.protobuf.ApiOrBuilder
-
string name = 1 [json_name = "name"];
- getName() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
optional string name = 1 [json_name = "name"];
- getName() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
-
optional string name = 1 [json_name = "name"];
- getName() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
-
optional string name = 1 [json_name = "name"];
- getName() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- getName() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
optional string name = 1 [json_name = "name"];
- getName() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
optional string name = 1 [json_name = "name"];
- getName() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- getName() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
-
optional string name = 1 [json_name = "name"];
- getName() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
-
optional string name = 1 [json_name = "name"];
- getName() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- getName() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
-
optional string name = 1 [json_name = "name"];
- getName() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
-
optional string name = 1 [json_name = "name"];
- getName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- getName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional string name = 1 [json_name = "name"];
- getName() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string name = 1 [json_name = "name"];
- getName() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- getName() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
optional string name = 1 [json_name = "name"];
- getName() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional string name = 1 [json_name = "name"];
- getName() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- getName() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
-
optional string name = 1 [json_name = "name"];
- getName() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional string name = 1 [json_name = "name"];
- getName() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- getName() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
-
optional string name = 1 [json_name = "name"];
- getName() - Method in interface com.google.protobuf.DescriptorProtos.OneofDescriptorProtoOrBuilder
-
optional string name = 1 [json_name = "name"];
- getName() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- getName() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
-
optional string name = 1 [json_name = "name"];
- getName() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
optional string name = 1 [json_name = "name"];
- 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
-
string name = 1 [json_name = "name"];
- getName() - Method in class com.google.protobuf.Enum
-
string name = 1 [json_name = "name"];
- getName() - Method in interface com.google.protobuf.EnumOrBuilder
-
string name = 1 [json_name = "name"];
- getName() - Method in class com.google.protobuf.EnumValue.Builder
-
string name = 1 [json_name = "name"];
- getName() - Method in class com.google.protobuf.EnumValue
-
string name = 1 [json_name = "name"];
- getName() - Method in interface com.google.protobuf.EnumValueOrBuilder
-
string name = 1 [json_name = "name"];
- getName() - Method in class com.google.protobuf.Field.Builder
-
string name = 4 [json_name = "name"];
- getName() - Method in class com.google.protobuf.Field
-
string name = 4 [json_name = "name"];
- getName() - Method in interface com.google.protobuf.FieldOrBuilder
-
string name = 4 [json_name = "name"];
- getName() - Method in class com.google.protobuf.Method.Builder
-
string name = 1 [json_name = "name"];
- getName() - Method in class com.google.protobuf.Method
-
string name = 1 [json_name = "name"];
- getName() - Method in interface com.google.protobuf.MethodOrBuilder
-
string name = 1 [json_name = "name"];
- getName() - Method in class com.google.protobuf.Mixin.Builder
-
string name = 1 [json_name = "name"];
- getName() - Method in class com.google.protobuf.Mixin
-
string name = 1 [json_name = "name"];
- getName() - Method in interface com.google.protobuf.MixinOrBuilder
-
string name = 1 [json_name = "name"];
- getName() - Method in class com.google.protobuf.Option.Builder
-
string name = 1 [json_name = "name"];
- getName() - Method in class com.google.protobuf.Option
-
string name = 1 [json_name = "name"];
- getName() - Method in interface com.google.protobuf.OptionOrBuilder
-
string name = 1 [json_name = "name"];
- getName() - Method in class com.google.protobuf.Type.Builder
-
string name = 1 [json_name = "name"];
- getName() - Method in class com.google.protobuf.Type
-
string name = 1 [json_name = "name"];
- getName() - Method in interface com.google.protobuf.TypeOrBuilder
-
string name = 1 [json_name = "name"];
- getName(int) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
- getName(int) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
- getName(int) - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
- getNameBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
- getNameBuilderList() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
- getNameBytes() - Method in class com.google.protobuf.Api.Builder
-
string name = 1 [json_name = "name"];
- getNameBytes() - Method in class com.google.protobuf.Api
-
string name = 1 [json_name = "name"];
- getNameBytes() - Method in interface com.google.protobuf.ApiOrBuilder
-
string name = 1 [json_name = "name"];
- getNameBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
optional string name = 1 [json_name = "name"];
- getNameBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
-
optional string name = 1 [json_name = "name"];
- getNameBytes() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
-
optional string name = 1 [json_name = "name"];
- getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
optional string name = 1 [json_name = "name"];
- getNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
optional string name = 1 [json_name = "name"];
- getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
-
optional string name = 1 [json_name = "name"];
- getNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
-
optional string name = 1 [json_name = "name"];
- getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
-
optional string name = 1 [json_name = "name"];
- getNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
-
optional string name = 1 [json_name = "name"];
- getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional string name = 1 [json_name = "name"];
- getNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string name = 1 [json_name = "name"];
- getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
optional string name = 1 [json_name = "name"];
- getNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional string name = 1 [json_name = "name"];
- getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
-
optional string name = 1 [json_name = "name"];
- getNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional string name = 1 [json_name = "name"];
- getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
-
optional string name = 1 [json_name = "name"];
- getNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.OneofDescriptorProtoOrBuilder
-
optional string name = 1 [json_name = "name"];
- getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- getNameBytes() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
-
optional string name = 1 [json_name = "name"];
- getNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
optional string name = 1 [json_name = "name"];
- getNameBytes() - Method in class com.google.protobuf.Enum.Builder
-
string name = 1 [json_name = "name"];
- getNameBytes() - Method in class com.google.protobuf.Enum
-
string name = 1 [json_name = "name"];
- getNameBytes() - Method in interface com.google.protobuf.EnumOrBuilder
-
string name = 1 [json_name = "name"];
- getNameBytes() - Method in class com.google.protobuf.EnumValue.Builder
-
string name = 1 [json_name = "name"];
- getNameBytes() - Method in class com.google.protobuf.EnumValue
-
string name = 1 [json_name = "name"];
- getNameBytes() - Method in interface com.google.protobuf.EnumValueOrBuilder
-
string name = 1 [json_name = "name"];
- getNameBytes() - Method in class com.google.protobuf.Field.Builder
-
string name = 4 [json_name = "name"];
- getNameBytes() - Method in class com.google.protobuf.Field
-
string name = 4 [json_name = "name"];
- getNameBytes() - Method in interface com.google.protobuf.FieldOrBuilder
-
string name = 4 [json_name = "name"];
- getNameBytes() - Method in class com.google.protobuf.Method.Builder
-
string name = 1 [json_name = "name"];
- getNameBytes() - Method in class com.google.protobuf.Method
-
string name = 1 [json_name = "name"];
- getNameBytes() - Method in interface com.google.protobuf.MethodOrBuilder
-
string name = 1 [json_name = "name"];
- getNameBytes() - Method in class com.google.protobuf.Mixin.Builder
-
string name = 1 [json_name = "name"];
- getNameBytes() - Method in class com.google.protobuf.Mixin
-
string name = 1 [json_name = "name"];
- getNameBytes() - Method in interface com.google.protobuf.MixinOrBuilder
-
string name = 1 [json_name = "name"];
- getNameBytes() - Method in class com.google.protobuf.Option.Builder
-
string name = 1 [json_name = "name"];
- getNameBytes() - Method in class com.google.protobuf.Option
-
string name = 1 [json_name = "name"];
- getNameBytes() - Method in interface com.google.protobuf.OptionOrBuilder
-
string name = 1 [json_name = "name"];
- getNameBytes() - Method in class com.google.protobuf.Type.Builder
-
string name = 1 [json_name = "name"];
- getNameBytes() - Method in class com.google.protobuf.Type
-
string name = 1 [json_name = "name"];
- getNameBytes() - Method in interface com.google.protobuf.TypeOrBuilder
-
string name = 1 [json_name = "name"];
- getNameCount() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
- getNameCount() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
- getNameCount() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
- getNameList() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
- getNameList() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
- getNameList() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
- getNameOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
- getNameOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
- getNameOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
- getNameOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
- getNameOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
- getNameOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
- getNamePart() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
-
required string name_part = 1 [json_name = "namePart"];
- getNamePart() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
-
required string name_part = 1 [json_name = "namePart"];
- getNamePart() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder
-
required string name_part = 1 [json_name = "namePart"];
- getNamePartBytes() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
-
required string name_part = 1 [json_name = "namePart"];
- getNamePartBytes() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
-
required string name_part = 1 [json_name = "namePart"];
- getNamePartBytes() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder
-
required string name_part = 1 [json_name = "namePart"];
- getNanos() - Method in class com.google.protobuf.Duration.Builder
-
int32 nanos = 2 [json_name = "nanos"];
- getNanos() - Method in class com.google.protobuf.Duration
-
int32 nanos = 2 [json_name = "nanos"];
- getNanos() - Method in interface com.google.protobuf.DurationOrBuilder
-
int32 nanos = 2 [json_name = "nanos"];
- getNanos() - Method in class com.google.protobuf.Timestamp.Builder
-
int32 nanos = 2 [json_name = "nanos"];
- getNanos() - Method in class com.google.protobuf.Timestamp
-
int32 nanos = 2 [json_name = "nanos"];
- getNanos() - Method in interface com.google.protobuf.TimestampOrBuilder
-
int32 nanos = 2 [json_name = "nanos"];
- getNegativeIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional int64 negative_int_value = 5 [json_name = "negativeIntValue"];
- getNegativeIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
-
optional int64 negative_int_value = 5 [json_name = "negativeIntValue"];
- getNegativeIntValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
optional int64 negative_int_value = 5 [json_name = "negativeIntValue"];
- getNestedTree(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.TextFormatParseInfoTree
-
Returns the parse info tree for the given field, which must be a message type.
- getNestedTrees(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.TextFormatParseInfoTree
-
Retrieve a list of all the location information trees for a sub message field.
- getNestedType(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
- getNestedType(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
- getNestedType(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
- getNestedTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
- getNestedTypeBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
- getNestedTypeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
- getNestedTypeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
- getNestedTypeCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
- getNestedTypeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
- getNestedTypeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
- getNestedTypeList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
- getNestedTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
- getNestedTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
- getNestedTypeOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
- getNestedTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
- getNestedTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
- getNestedTypeOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
- 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, json_name = "noStandardDescriptorAccessor"];
- getNoStandardDescriptorAccessor() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
-
optional bool no_standard_descriptor_accessor = 2 [default = false, json_name = "noStandardDescriptorAccessor"];
- getNoStandardDescriptorAccessor() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
-
optional bool no_standard_descriptor_accessor = 2 [default = false, json_name = "noStandardDescriptorAccessor"];
- getNullValue() - Method in class com.google.protobuf.Value.Builder
-
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
- getNullValue() - Method in class com.google.protobuf.Value
-
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
- getNullValue() - Method in interface com.google.protobuf.ValueOrBuilder
-
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
- getNullValueValue() - Method in class com.google.protobuf.Value.Builder
-
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
- getNullValueValue() - Method in class com.google.protobuf.Value
-
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
- getNullValueValue() - Method in interface com.google.protobuf.ValueOrBuilder
-
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
- getNumber() - Method in interface com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
-
Retrieves the field number of the field which was set in this
oneof
, or0
if none were. - getNumber() - Method in enum com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Feature
- getNumber() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional int32 number = 2 [json_name = "number"];
- getNumber() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
-
optional int32 number = 2 [json_name = "number"];
- getNumber() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
-
optional int32 number = 2 [json_name = "number"];
- getNumber() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
-
optional int32 number = 1 [json_name = "number"];
- getNumber() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
-
optional int32 number = 1 [json_name = "number"];
- getNumber() - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.DeclarationOrBuilder
-
optional int32 number = 1 [json_name = "number"];
- getNumber() - Method in enum com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.VerificationState
- getNumber() - Method in enum com.google.protobuf.DescriptorProtos.FeatureSet.EnumType
- getNumber() - Method in enum com.google.protobuf.DescriptorProtos.FeatureSet.FieldPresence
- getNumber() - Method in enum com.google.protobuf.DescriptorProtos.FeatureSet.JsonFormat
- getNumber() - Method in enum com.google.protobuf.DescriptorProtos.FeatureSet.MessageEncoding
- getNumber() - Method in enum com.google.protobuf.DescriptorProtos.FeatureSet.RepeatedFieldEncoding
- getNumber() - Method in enum com.google.protobuf.DescriptorProtos.FeatureSet.StringFieldValidation
- getNumber() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional int32 number = 3 [json_name = "number"];
- getNumber() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional int32 number = 3 [json_name = "number"];
- 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 [json_name = "number"];
- 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.FieldOptions.OptionRetention
- getNumber() - Method in enum com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
- getNumber() - Method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
- getNumber() - Method in enum com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic
- getNumber() - Method in enum com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
- 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
-
int32 number = 2 [json_name = "number"];
- getNumber() - Method in class com.google.protobuf.EnumValue
-
int32 number = 2 [json_name = "number"];
- getNumber() - Method in interface com.google.protobuf.EnumValueOrBuilder
-
int32 number = 2 [json_name = "number"];
- getNumber() - Method in class com.google.protobuf.ExtensionLite
-
Returns the field number of the extension.
- getNumber() - Method in class com.google.protobuf.Field.Builder
-
int32 number = 3 [json_name = "number"];
- getNumber() - Method in enum com.google.protobuf.Field.Cardinality
- getNumber() - Method in class com.google.protobuf.Field
-
int32 number = 3 [json_name = "number"];
- getNumber() - Method in enum com.google.protobuf.Field.Kind
- getNumber() - Method in interface com.google.protobuf.FieldOrBuilder
-
int32 number = 3 [json_name = "number"];
- getNumber() - Method in class com.google.protobuf.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
-
double number_value = 2 [json_name = "numberValue"];
- getNumberValue() - Method in class com.google.protobuf.Value
-
double number_value = 2 [json_name = "numberValue"];
- getNumberValue() - Method in interface com.google.protobuf.ValueOrBuilder
-
double number_value = 2 [json_name = "numberValue"];
- getObjcClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string objc_class_prefix = 36 [json_name = "objcClassPrefix"];
- getObjcClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional string objc_class_prefix = 36 [json_name = "objcClassPrefix"];
- getObjcClassPrefix() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string objc_class_prefix = 36 [json_name = "objcClassPrefix"];
- getObjcClassPrefixBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string objc_class_prefix = 36 [json_name = "objcClassPrefix"];
- getObjcClassPrefixBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional string objc_class_prefix = 36 [json_name = "objcClassPrefix"];
- getObjcClassPrefixBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string objc_class_prefix = 36 [json_name = "objcClassPrefix"];
- getOneofDecl(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
- getOneofDecl(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
- getOneofDecl(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
- getOneofDeclBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
- getOneofDeclBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
- getOneofDeclCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
- getOneofDeclCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
- getOneofDeclCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
- getOneofDeclList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
- getOneofDeclList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
- getOneofDeclList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
- getOneofDeclOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
- getOneofDeclOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
- getOneofDeclOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
- getOneofDeclOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
- getOneofDeclOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
- getOneofDeclOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
- 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
- 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 class com.google.protobuf.GeneratedMessageV3.Builder
- getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3
- 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 [json_name = "oneofIndex"];
- getOneofIndex() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional int32 oneof_index = 9 [json_name = "oneofIndex"];
- getOneofIndex() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional int32 oneof_index = 9 [json_name = "oneofIndex"];
- getOneofIndex() - Method in class com.google.protobuf.Field.Builder
-
int32 oneof_index = 7 [json_name = "oneofIndex"];
- getOneofIndex() - Method in class com.google.protobuf.Field
-
int32 oneof_index = 7 [json_name = "oneofIndex"];
- getOneofIndex() - Method in interface com.google.protobuf.FieldOrBuilder
-
int32 oneof_index = 7 [json_name = "oneofIndex"];
- getOneofs() - 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 [json_name = "oneofs"];
- getOneofs(int) - Method in class com.google.protobuf.Type
-
repeated string oneofs = 3 [json_name = "oneofs"];
- getOneofs(int) - Method in interface com.google.protobuf.TypeOrBuilder
-
repeated string oneofs = 3 [json_name = "oneofs"];
- getOneofsBytes(int) - Method in class com.google.protobuf.Type.Builder
-
repeated string oneofs = 3 [json_name = "oneofs"];
- getOneofsBytes(int) - Method in class com.google.protobuf.Type
-
repeated string oneofs = 3 [json_name = "oneofs"];
- getOneofsBytes(int) - Method in interface com.google.protobuf.TypeOrBuilder
-
repeated string oneofs = 3 [json_name = "oneofs"];
- getOneofsCount() - Method in class com.google.protobuf.Type.Builder
-
repeated string oneofs = 3 [json_name = "oneofs"];
- getOneofsCount() - Method in class com.google.protobuf.Type
-
repeated string oneofs = 3 [json_name = "oneofs"];
- getOneofsCount() - Method in interface com.google.protobuf.TypeOrBuilder
-
repeated string oneofs = 3 [json_name = "oneofs"];
- getOneofsList() - Method in class com.google.protobuf.Type.Builder
-
repeated string oneofs = 3 [json_name = "oneofs"];
- getOneofsList() - Method in class com.google.protobuf.Type
-
repeated string oneofs = 3 [json_name = "oneofs"];
- getOneofsList() - Method in interface com.google.protobuf.TypeOrBuilder
-
repeated string oneofs = 3 [json_name = "oneofs"];
- getOptimizeFor() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED, json_name = "optimizeFor"];
- getOptimizeFor() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED, json_name = "optimizeFor"];
- getOptimizeFor() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED, json_name = "optimizeFor"];
- getOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];
- getOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
optional .google.protobuf.ExtensionRangeOptions options = 3 [json_name = "options"];
- getOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
-
optional .google.protobuf.ExtensionRangeOptions options = 3 [json_name = "options"];
- getOptions() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
-
optional .google.protobuf.ExtensionRangeOptions options = 3 [json_name = "options"];
- getOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];
- getOptions() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];
- getOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
- getOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
-
optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
- getOptions() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
-
optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
- getOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];
- getOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
-
optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];
- getOptions() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
-
optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];
- getOptions() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
- getOptions() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
- getOptions() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
- getOptions() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.FileOptions options = 8 [json_name = "options"];
- getOptions() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
optional .google.protobuf.FileOptions options = 8 [json_name = "options"];
- getOptions() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional .google.protobuf.FileOptions options = 8 [json_name = "options"];
- getOptions() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];
- getOptions() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
-
optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];
- getOptions() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];
- getOptions() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
-
optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
- getOptions() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
-
optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
- getOptions() - Method in interface com.google.protobuf.DescriptorProtos.OneofDescriptorProtoOrBuilder
-
optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
- getOptions() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];
- getOptions() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
-
optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];
- getOptions() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];
- getOptions() - Method in class com.google.protobuf.Descriptors.Descriptor
-
Get the
MessageOptions
, defined indescriptor.proto
. - getOptions() - Method in class com.google.protobuf.Descriptors.EnumDescriptor
-
Get the
EnumOptions
, defined indescriptor.proto
. - getOptions() - Method in class com.google.protobuf.Descriptors.EnumValueDescriptor
-
Get the
EnumValueOptions
, defined indescriptor.proto
. - getOptions() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
-
Get the
FieldOptions
, defined indescriptor.proto
. - getOptions() - Method in class com.google.protobuf.Descriptors.FileDescriptor
-
Get the
FileOptions
, defined indescriptor.proto
. - getOptions() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
-
Get the
MethodOptions
, defined indescriptor.proto
. - getOptions() - Method in class com.google.protobuf.Descriptors.OneofDescriptor
- getOptions() - Method in class com.google.protobuf.Descriptors.ServiceDescriptor
-
Get the
ServiceOptions
, defined indescriptor.proto
. - getOptions(int) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptions(int) - Method in class com.google.protobuf.Api
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptions(int) - Method in interface com.google.protobuf.ApiOrBuilder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptions(int) - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptions(int) - Method in class com.google.protobuf.Enum
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptions(int) - Method in interface com.google.protobuf.EnumOrBuilder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptions(int) - Method in class com.google.protobuf.EnumValue.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptions(int) - Method in class com.google.protobuf.EnumValue
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptions(int) - Method in interface com.google.protobuf.EnumValueOrBuilder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptions(int) - Method in class com.google.protobuf.Field.Builder
-
repeated .google.protobuf.Option options = 9 [json_name = "options"];
- getOptions(int) - Method in class com.google.protobuf.Field
-
repeated .google.protobuf.Option options = 9 [json_name = "options"];
- getOptions(int) - Method in interface com.google.protobuf.FieldOrBuilder
-
repeated .google.protobuf.Option options = 9 [json_name = "options"];
- getOptions(int) - Method in class com.google.protobuf.Method.Builder
-
repeated .google.protobuf.Option options = 6 [json_name = "options"];
- getOptions(int) - Method in class com.google.protobuf.Method
-
repeated .google.protobuf.Option options = 6 [json_name = "options"];
- getOptions(int) - Method in interface com.google.protobuf.MethodOrBuilder
-
repeated .google.protobuf.Option options = 6 [json_name = "options"];
- getOptions(int) - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Option options = 4 [json_name = "options"];
- getOptions(int) - Method in class com.google.protobuf.Type
-
repeated .google.protobuf.Option options = 4 [json_name = "options"];
- getOptions(int) - Method in interface com.google.protobuf.TypeOrBuilder
-
repeated .google.protobuf.Option options = 4 [json_name = "options"];
- getOptionsBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];
- getOptionsBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
optional .google.protobuf.ExtensionRangeOptions options = 3 [json_name = "options"];
- getOptionsBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
- getOptionsBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];
- getOptionsBuilder() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
- getOptionsBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.FileOptions options = 8 [json_name = "options"];
- getOptionsBuilder() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];
- getOptionsBuilder() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
-
optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
- getOptionsBuilder() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];
- getOptionsBuilder(int) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsBuilder(int) - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsBuilder(int) - Method in class com.google.protobuf.EnumValue.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsBuilder(int) - Method in class com.google.protobuf.Field.Builder
-
repeated .google.protobuf.Option options = 9 [json_name = "options"];
- getOptionsBuilder(int) - Method in class com.google.protobuf.Method.Builder
-
repeated .google.protobuf.Option options = 6 [json_name = "options"];
- getOptionsBuilder(int) - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Option options = 4 [json_name = "options"];
- getOptionsBuilderList() - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsBuilderList() - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsBuilderList() - Method in class com.google.protobuf.EnumValue.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsBuilderList() - Method in class com.google.protobuf.Field.Builder
-
repeated .google.protobuf.Option options = 9 [json_name = "options"];
- getOptionsBuilderList() - Method in class com.google.protobuf.Method.Builder
-
repeated .google.protobuf.Option options = 6 [json_name = "options"];
- getOptionsBuilderList() - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Option options = 4 [json_name = "options"];
- getOptionsCount() - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsCount() - Method in class com.google.protobuf.Api
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsCount() - Method in interface com.google.protobuf.ApiOrBuilder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsCount() - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsCount() - Method in class com.google.protobuf.Enum
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsCount() - Method in interface com.google.protobuf.EnumOrBuilder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsCount() - Method in class com.google.protobuf.EnumValue.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsCount() - Method in class com.google.protobuf.EnumValue
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsCount() - Method in interface com.google.protobuf.EnumValueOrBuilder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsCount() - Method in class com.google.protobuf.Field.Builder
-
repeated .google.protobuf.Option options = 9 [json_name = "options"];
- getOptionsCount() - Method in class com.google.protobuf.Field
-
repeated .google.protobuf.Option options = 9 [json_name = "options"];
- getOptionsCount() - Method in interface com.google.protobuf.FieldOrBuilder
-
repeated .google.protobuf.Option options = 9 [json_name = "options"];
- getOptionsCount() - Method in class com.google.protobuf.Method.Builder
-
repeated .google.protobuf.Option options = 6 [json_name = "options"];
- getOptionsCount() - Method in class com.google.protobuf.Method
-
repeated .google.protobuf.Option options = 6 [json_name = "options"];
- getOptionsCount() - Method in interface com.google.protobuf.MethodOrBuilder
-
repeated .google.protobuf.Option options = 6 [json_name = "options"];
- getOptionsCount() - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Option options = 4 [json_name = "options"];
- getOptionsCount() - Method in class com.google.protobuf.Type
-
repeated .google.protobuf.Option options = 4 [json_name = "options"];
- getOptionsCount() - Method in interface com.google.protobuf.TypeOrBuilder
-
repeated .google.protobuf.Option options = 4 [json_name = "options"];
- getOptionsList() - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsList() - Method in class com.google.protobuf.Api
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsList() - Method in interface com.google.protobuf.ApiOrBuilder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsList() - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsList() - Method in class com.google.protobuf.Enum
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsList() - Method in interface com.google.protobuf.EnumOrBuilder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsList() - Method in class com.google.protobuf.EnumValue.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsList() - Method in class com.google.protobuf.EnumValue
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsList() - Method in interface com.google.protobuf.EnumValueOrBuilder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsList() - Method in class com.google.protobuf.Field.Builder
-
repeated .google.protobuf.Option options = 9 [json_name = "options"];
- getOptionsList() - Method in class com.google.protobuf.Field
-
repeated .google.protobuf.Option options = 9 [json_name = "options"];
- getOptionsList() - Method in interface com.google.protobuf.FieldOrBuilder
-
repeated .google.protobuf.Option options = 9 [json_name = "options"];
- getOptionsList() - Method in class com.google.protobuf.Method.Builder
-
repeated .google.protobuf.Option options = 6 [json_name = "options"];
- getOptionsList() - Method in class com.google.protobuf.Method
-
repeated .google.protobuf.Option options = 6 [json_name = "options"];
- getOptionsList() - Method in interface com.google.protobuf.MethodOrBuilder
-
repeated .google.protobuf.Option options = 6 [json_name = "options"];
- getOptionsList() - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Option options = 4 [json_name = "options"];
- getOptionsList() - Method in class com.google.protobuf.Type
-
repeated .google.protobuf.Option options = 4 [json_name = "options"];
- getOptionsList() - Method in interface com.google.protobuf.TypeOrBuilder
-
repeated .google.protobuf.Option options = 4 [json_name = "options"];
- getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];
- getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
optional .google.protobuf.ExtensionRangeOptions options = 3 [json_name = "options"];
- getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
-
optional .google.protobuf.ExtensionRangeOptions options = 3 [json_name = "options"];
- getOptionsOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
-
optional .google.protobuf.ExtensionRangeOptions options = 3 [json_name = "options"];
- getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];
- getOptionsOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];
- getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
- getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
-
optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
- getOptionsOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
-
optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
- getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];
- getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
-
optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];
- getOptionsOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
-
optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];
- getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
- getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
- getOptionsOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
- getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.FileOptions options = 8 [json_name = "options"];
- getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
optional .google.protobuf.FileOptions options = 8 [json_name = "options"];
- getOptionsOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional .google.protobuf.FileOptions options = 8 [json_name = "options"];
- getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];
- getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
-
optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];
- getOptionsOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];
- getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
-
optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
- getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
-
optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
- getOptionsOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.OneofDescriptorProtoOrBuilder
-
optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
- getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];
- getOptionsOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
-
optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];
- getOptionsOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];
- getOptionsOrBuilder(int) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsOrBuilder(int) - Method in class com.google.protobuf.Api
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsOrBuilder(int) - Method in interface com.google.protobuf.ApiOrBuilder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsOrBuilder(int) - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsOrBuilder(int) - Method in class com.google.protobuf.Enum
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsOrBuilder(int) - Method in interface com.google.protobuf.EnumOrBuilder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsOrBuilder(int) - Method in class com.google.protobuf.EnumValue.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsOrBuilder(int) - Method in class com.google.protobuf.EnumValue
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsOrBuilder(int) - Method in interface com.google.protobuf.EnumValueOrBuilder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsOrBuilder(int) - Method in class com.google.protobuf.Field.Builder
-
repeated .google.protobuf.Option options = 9 [json_name = "options"];
- getOptionsOrBuilder(int) - Method in class com.google.protobuf.Field
-
repeated .google.protobuf.Option options = 9 [json_name = "options"];
- getOptionsOrBuilder(int) - Method in interface com.google.protobuf.FieldOrBuilder
-
repeated .google.protobuf.Option options = 9 [json_name = "options"];
- getOptionsOrBuilder(int) - Method in class com.google.protobuf.Method.Builder
-
repeated .google.protobuf.Option options = 6 [json_name = "options"];
- getOptionsOrBuilder(int) - Method in class com.google.protobuf.Method
-
repeated .google.protobuf.Option options = 6 [json_name = "options"];
- getOptionsOrBuilder(int) - Method in interface com.google.protobuf.MethodOrBuilder
-
repeated .google.protobuf.Option options = 6 [json_name = "options"];
- getOptionsOrBuilder(int) - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Option options = 4 [json_name = "options"];
- getOptionsOrBuilder(int) - Method in class com.google.protobuf.Type
-
repeated .google.protobuf.Option options = 4 [json_name = "options"];
- getOptionsOrBuilder(int) - Method in interface com.google.protobuf.TypeOrBuilder
-
repeated .google.protobuf.Option options = 4 [json_name = "options"];
- getOptionsOrBuilderList() - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsOrBuilderList() - Method in class com.google.protobuf.Api
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsOrBuilderList() - Method in interface com.google.protobuf.ApiOrBuilder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsOrBuilderList() - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsOrBuilderList() - Method in class com.google.protobuf.Enum
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsOrBuilderList() - Method in interface com.google.protobuf.EnumOrBuilder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsOrBuilderList() - Method in class com.google.protobuf.EnumValue.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsOrBuilderList() - Method in class com.google.protobuf.EnumValue
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsOrBuilderList() - Method in interface com.google.protobuf.EnumValueOrBuilder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- getOptionsOrBuilderList() - Method in class com.google.protobuf.Field.Builder
-
repeated .google.protobuf.Option options = 9 [json_name = "options"];
- getOptionsOrBuilderList() - Method in class com.google.protobuf.Field
-
repeated .google.protobuf.Option options = 9 [json_name = "options"];
- getOptionsOrBuilderList() - Method in interface com.google.protobuf.FieldOrBuilder
-
repeated .google.protobuf.Option options = 9 [json_name = "options"];
- getOptionsOrBuilderList() - Method in class com.google.protobuf.Method.Builder
-
repeated .google.protobuf.Option options = 6 [json_name = "options"];
- getOptionsOrBuilderList() - Method in class com.google.protobuf.Method
-
repeated .google.protobuf.Option options = 6 [json_name = "options"];
- getOptionsOrBuilderList() - Method in interface com.google.protobuf.MethodOrBuilder
-
repeated .google.protobuf.Option options = 6 [json_name = "options"];
- getOptionsOrBuilderList() - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Option options = 4 [json_name = "options"];
- getOptionsOrBuilderList() - Method in class com.google.protobuf.Type
-
repeated .google.protobuf.Option options = 4 [json_name = "options"];
- getOptionsOrBuilderList() - Method in interface com.google.protobuf.TypeOrBuilder
-
repeated .google.protobuf.Option options = 4 [json_name = "options"];
- getOutputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string output_type = 3 [json_name = "outputType"];
- getOutputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
-
optional string output_type = 3 [json_name = "outputType"];
- getOutputType() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional string output_type = 3 [json_name = "outputType"];
- 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 [json_name = "outputType"];
- getOutputTypeBytes() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
-
optional string output_type = 3 [json_name = "outputType"];
- getOutputTypeBytes() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional string output_type = 3 [json_name = "outputType"];
- getPackage() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string package = 2 [json_name = "package"];
- getPackage() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
optional string package = 2 [json_name = "package"];
- getPackage() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional string package = 2 [json_name = "package"];
- 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 [json_name = "package"];
- getPackageBytes() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
optional string package = 2 [json_name = "package"];
- getPackageBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional string package = 2 [json_name = "package"];
- getPacked() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool packed = 2 [json_name = "packed"];
- getPacked() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
optional bool packed = 2 [json_name = "packed"];
- getPacked() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
optional bool packed = 2 [json_name = "packed"];
- getPacked() - Method in class com.google.protobuf.Field.Builder
-
bool packed = 8 [json_name = "packed"];
- getPacked() - Method in class com.google.protobuf.Field
-
bool packed = 8 [json_name = "packed"];
- getPacked() - Method in interface com.google.protobuf.FieldOrBuilder
-
bool packed = 8 [json_name = "packed"];
- getParameter() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
optional string parameter = 2 [json_name = "parameter"];
- getParameter() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
-
optional string parameter = 2 [json_name = "parameter"];
- getParameter() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
-
optional string parameter = 2 [json_name = "parameter"];
- getParameterBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
optional string parameter = 2 [json_name = "parameter"];
- getParameterBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
-
optional string parameter = 2 [json_name = "parameter"];
- getParameterBytes() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
-
optional string parameter = 2 [json_name = "parameter"];
- getParentForChildren() - Method in class com.google.protobuf.GeneratedMessage.Builder
-
Gets the
GeneratedMessage.BuilderParent
for giving to our children. - getParentForChildren() - Method in class com.google.protobuf.GeneratedMessageV3.Builder
-
Gets the
GeneratedMessageV3.BuilderParent
for giving to our children. - getParser() - Static method in class com.google.protobuf.TextFormat
-
Return a
TextFormat.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.compiler.PluginProtos.Version
- 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.EnumReservedRange
- 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.ExtensionRangeOptions.Declaration
- getParserForType() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
- getParserForType() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet
- getParserForType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
- getParserForType() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
- 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.GeneratedCodeInfo.Annotation
- getParserForType() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
- 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.OneofOptions
- 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.GeneratedMessageV3
-
TODO(b/258340024): Remove this unnecessary intermediate implementation of this method.
- 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 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
- getPatch() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
-
optional int32 patch = 3 [json_name = "patch"];
- getPatch() - Method in class com.google.protobuf.compiler.PluginProtos.Version
-
optional int32 patch = 3 [json_name = "patch"];
- getPatch() - Method in interface com.google.protobuf.compiler.PluginProtos.VersionOrBuilder
-
optional int32 patch = 3 [json_name = "patch"];
- getPath(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
repeated int32 path = 1 [json_name = "path", packed = true];
- getPath(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
-
repeated int32 path = 1 [json_name = "path", packed = true];
- getPath(int) - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
-
repeated int32 path = 1 [json_name = "path", packed = true];
- getPath(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 path = 1 [json_name = "path", packed = true];
- getPath(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
repeated int32 path = 1 [json_name = "path", packed = true];
- getPath(int) - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
repeated int32 path = 1 [json_name = "path", packed = true];
- getPathCount() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
repeated int32 path = 1 [json_name = "path", packed = true];
- getPathCount() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
-
repeated int32 path = 1 [json_name = "path", packed = true];
- getPathCount() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
-
repeated int32 path = 1 [json_name = "path", packed = true];
- getPathCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 path = 1 [json_name = "path", packed = true];
- getPathCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
repeated int32 path = 1 [json_name = "path", packed = true];
- getPathCount() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
repeated int32 path = 1 [json_name = "path", packed = true];
- getPathList() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
repeated int32 path = 1 [json_name = "path", packed = true];
- getPathList() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
-
repeated int32 path = 1 [json_name = "path", packed = true];
- getPathList() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
-
repeated int32 path = 1 [json_name = "path", packed = true];
- getPathList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 path = 1 [json_name = "path", packed = true];
- getPathList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
repeated int32 path = 1 [json_name = "path", packed = true];
- getPathList() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
repeated int32 path = 1 [json_name = "path", packed = true];
- getPaths(int) - Method in class com.google.protobuf.FieldMask.Builder
-
repeated string paths = 1 [json_name = "paths"];
- getPaths(int) - Method in class com.google.protobuf.FieldMask
-
repeated string paths = 1 [json_name = "paths"];
- getPaths(int) - Method in interface com.google.protobuf.FieldMaskOrBuilder
-
repeated string paths = 1 [json_name = "paths"];
- getPathsBytes(int) - Method in class com.google.protobuf.FieldMask.Builder
-
repeated string paths = 1 [json_name = "paths"];
- getPathsBytes(int) - Method in class com.google.protobuf.FieldMask
-
repeated string paths = 1 [json_name = "paths"];
- getPathsBytes(int) - Method in interface com.google.protobuf.FieldMaskOrBuilder
-
repeated string paths = 1 [json_name = "paths"];
- getPathsCount() - Method in class com.google.protobuf.FieldMask.Builder
-
repeated string paths = 1 [json_name = "paths"];
- getPathsCount() - Method in class com.google.protobuf.FieldMask
-
repeated string paths = 1 [json_name = "paths"];
- getPathsCount() - Method in interface com.google.protobuf.FieldMaskOrBuilder
-
repeated string paths = 1 [json_name = "paths"];
- getPathsList() - Method in class com.google.protobuf.FieldMask.Builder
-
repeated string paths = 1 [json_name = "paths"];
- getPathsList() - Method in class com.google.protobuf.FieldMask
-
repeated string paths = 1 [json_name = "paths"];
- getPathsList() - Method in interface com.google.protobuf.FieldMaskOrBuilder
-
repeated string paths = 1 [json_name = "paths"];
- getPhpClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string php_class_prefix = 40 [json_name = "phpClassPrefix"];
- getPhpClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional string php_class_prefix = 40 [json_name = "phpClassPrefix"];
- getPhpClassPrefix() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string php_class_prefix = 40 [json_name = "phpClassPrefix"];
- getPhpClassPrefixBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string php_class_prefix = 40 [json_name = "phpClassPrefix"];
- getPhpClassPrefixBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional string php_class_prefix = 40 [json_name = "phpClassPrefix"];
- getPhpClassPrefixBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string php_class_prefix = 40 [json_name = "phpClassPrefix"];
- getPhpGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool php_generic_services = 42 [default = false, json_name = "phpGenericServices"];
- getPhpGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional bool php_generic_services = 42 [default = false, json_name = "phpGenericServices"];
- getPhpGenericServices() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional bool php_generic_services = 42 [default = false, json_name = "phpGenericServices"];
- getPhpMetadataNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string php_metadata_namespace = 44 [json_name = "phpMetadataNamespace"];
- getPhpMetadataNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional string php_metadata_namespace = 44 [json_name = "phpMetadataNamespace"];
- getPhpMetadataNamespace() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string php_metadata_namespace = 44 [json_name = "phpMetadataNamespace"];
- getPhpMetadataNamespaceBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string php_metadata_namespace = 44 [json_name = "phpMetadataNamespace"];
- getPhpMetadataNamespaceBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional string php_metadata_namespace = 44 [json_name = "phpMetadataNamespace"];
- getPhpMetadataNamespaceBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string php_metadata_namespace = 44 [json_name = "phpMetadataNamespace"];
- getPhpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string php_namespace = 41 [json_name = "phpNamespace"];
- getPhpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional string php_namespace = 41 [json_name = "phpNamespace"];
- getPhpNamespace() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string php_namespace = 41 [json_name = "phpNamespace"];
- getPhpNamespaceBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string php_namespace = 41 [json_name = "phpNamespace"];
- getPhpNamespaceBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional string php_namespace = 41 [json_name = "phpNamespace"];
- getPhpNamespaceBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string php_namespace = 41 [json_name = "phpNamespace"];
- getPositiveIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional uint64 positive_int_value = 4 [json_name = "positiveIntValue"];
- getPositiveIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
-
optional uint64 positive_int_value = 4 [json_name = "positiveIntValue"];
- getPositiveIntValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
optional uint64 positive_int_value = 4 [json_name = "positiveIntValue"];
- 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.
- getProto3Optional() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional bool proto3_optional = 17 [json_name = "proto3Optional"];
- getProto3Optional() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional bool proto3_optional = 17 [json_name = "proto3Optional"];
- getProto3Optional() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional bool proto3_optional = 17 [json_name = "proto3Optional"];
- getProtoFile(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
- getProtoFile(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
-
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
- getProtoFile(int) - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
-
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
- getProtoFileBuilder(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
- getProtoFileBuilderList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
- getProtoFileCount() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
- getProtoFileCount() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
-
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
- getProtoFileCount() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
-
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
- getProtoFileList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
- getProtoFileList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
-
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
- getProtoFileList() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
-
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
- getProtoFileOrBuilder(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
- getProtoFileOrBuilder(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
-
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
- getProtoFileOrBuilder(int) - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
-
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
- getProtoFileOrBuilderList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
- getProtoFileOrBuilderList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
-
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
- getProtoFileOrBuilderList() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
-
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
- 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 [json_name = "publicDependency"];
- getPublicDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated int32 public_dependency = 10 [json_name = "publicDependency"];
- getPublicDependency(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated int32 public_dependency = 10 [json_name = "publicDependency"];
- getPublicDependencyCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 public_dependency = 10 [json_name = "publicDependency"];
- getPublicDependencyCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated int32 public_dependency = 10 [json_name = "publicDependency"];
- getPublicDependencyCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated int32 public_dependency = 10 [json_name = "publicDependency"];
- getPublicDependencyList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 public_dependency = 10 [json_name = "publicDependency"];
- getPublicDependencyList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated int32 public_dependency = 10 [json_name = "publicDependency"];
- getPublicDependencyList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated int32 public_dependency = 10 [json_name = "publicDependency"];
- getPyGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool py_generic_services = 18 [default = false, json_name = "pyGenericServices"];
- getPyGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional bool py_generic_services = 18 [default = false, json_name = "pyGenericServices"];
- getPyGenericServices() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional bool py_generic_services = 18 [default = false, json_name = "pyGenericServices"];
- getRaw(int) - Method in class com.google.protobuf.LazyStringArrayList
- getRaw(int) - Method in interface com.google.protobuf.LazyStringList
-
Returns the element at the specified position in this list as an Object that will either be a String or a ByteString.
- getRaw(int) - Method in class com.google.protobuf.UnmodifiableLazyStringList
-
Deprecated.
- getRawFeatures() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
-
optional .google.protobuf.FeatureSet raw_features = 999 [json_name = "rawFeatures", targets = TARGET_TYPE_UNKNOWN];
- getRawFeatures() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet
-
optional .google.protobuf.FeatureSet raw_features = 999 [json_name = "rawFeatures", targets = TARGET_TYPE_UNKNOWN];
- getRawFeatures() - Method in interface com.google.protobuf.DescriptorProtos.FeatureSetOrBuilder
-
optional .google.protobuf.FeatureSet raw_features = 999 [json_name = "rawFeatures", targets = TARGET_TYPE_UNKNOWN];
- getRawFeaturesBuilder() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
-
optional .google.protobuf.FeatureSet raw_features = 999 [json_name = "rawFeatures", targets = TARGET_TYPE_UNKNOWN];
- getRawFeaturesOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
-
optional .google.protobuf.FeatureSet raw_features = 999 [json_name = "rawFeatures", targets = TARGET_TYPE_UNKNOWN];
- getRawFeaturesOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet
-
optional .google.protobuf.FeatureSet raw_features = 999 [json_name = "rawFeatures", targets = TARGET_TYPE_UNKNOWN];
- getRawFeaturesOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.FeatureSetOrBuilder
-
optional .google.protobuf.FeatureSet raw_features = 999 [json_name = "rawFeatures", targets = TARGET_TYPE_UNKNOWN];
- getRealContainingOneof() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
-
Get the field's containing oneof, only if non-synthetic.
- getRealOneofs() - Method in class com.google.protobuf.Descriptors.Descriptor
-
Get a list of this message type's real oneofs.
- getRepeated() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
-
optional bool repeated = 6 [json_name = "repeated"];
- getRepeated() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
-
optional bool repeated = 6 [json_name = "repeated"];
- getRepeated() - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.DeclarationOrBuilder
-
optional bool repeated = 6 [json_name = "repeated"];
- 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.GeneratedMessageV3.Builder
- getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
- getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
- getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.GeneratedMessageV3
- 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 class com.google.protobuf.GeneratedMessageV3.Builder
- getRepeatedFieldBuilder(Descriptors.FieldDescriptor, int) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
- 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.GeneratedMessageV3.Builder
- getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
- getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
- getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3
- 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.
- getRepeatedFieldEncoding() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
-
optional .google.protobuf.FeatureSet.RepeatedFieldEncoding repeated_field_encoding = 3 [json_name = "repeatedFieldEncoding", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- getRepeatedFieldEncoding() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet
-
optional .google.protobuf.FeatureSet.RepeatedFieldEncoding repeated_field_encoding = 3 [json_name = "repeatedFieldEncoding", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- getRepeatedFieldEncoding() - Method in interface com.google.protobuf.DescriptorProtos.FeatureSetOrBuilder
-
optional .google.protobuf.FeatureSet.RepeatedFieldEncoding repeated_field_encoding = 3 [json_name = "repeatedFieldEncoding", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- 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 ofMessage
. - getRequestStreaming() - Method in class com.google.protobuf.Method.Builder
-
bool request_streaming = 3 [json_name = "requestStreaming"];
- getRequestStreaming() - Method in class com.google.protobuf.Method
-
bool request_streaming = 3 [json_name = "requestStreaming"];
- getRequestStreaming() - Method in interface com.google.protobuf.MethodOrBuilder
-
bool request_streaming = 3 [json_name = "requestStreaming"];
- getRequestTypeUrl() - Method in class com.google.protobuf.Method.Builder
-
string request_type_url = 2 [json_name = "requestTypeUrl"];
- getRequestTypeUrl() - Method in class com.google.protobuf.Method
-
string request_type_url = 2 [json_name = "requestTypeUrl"];
- getRequestTypeUrl() - Method in interface com.google.protobuf.MethodOrBuilder
-
string request_type_url = 2 [json_name = "requestTypeUrl"];
- getRequestTypeUrlBytes() - Method in class com.google.protobuf.Method.Builder
-
string request_type_url = 2 [json_name = "requestTypeUrl"];
- getRequestTypeUrlBytes() - Method in class com.google.protobuf.Method
-
string request_type_url = 2 [json_name = "requestTypeUrl"];
- getRequestTypeUrlBytes() - Method in interface com.google.protobuf.MethodOrBuilder
-
string request_type_url = 2 [json_name = "requestTypeUrl"];
- getReserved() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
-
optional bool reserved = 5 [json_name = "reserved"];
- getReserved() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
-
optional bool reserved = 5 [json_name = "reserved"];
- getReserved() - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.DeclarationOrBuilder
-
optional bool reserved = 5 [json_name = "reserved"];
- getReservedName(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated string reserved_name = 10 [json_name = "reservedName"];
- getReservedName(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated string reserved_name = 10 [json_name = "reservedName"];
- getReservedName(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated string reserved_name = 10 [json_name = "reservedName"];
- getReservedName(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated string reserved_name = 5 [json_name = "reservedName"];
- getReservedName(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
-
repeated string reserved_name = 5 [json_name = "reservedName"];
- getReservedName(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
-
repeated string reserved_name = 5 [json_name = "reservedName"];
- getReservedNameBytes(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated string reserved_name = 10 [json_name = "reservedName"];
- getReservedNameBytes(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated string reserved_name = 10 [json_name = "reservedName"];
- getReservedNameBytes(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated string reserved_name = 10 [json_name = "reservedName"];
- getReservedNameBytes(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated string reserved_name = 5 [json_name = "reservedName"];
- getReservedNameBytes(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
-
repeated string reserved_name = 5 [json_name = "reservedName"];
- getReservedNameBytes(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
-
repeated string reserved_name = 5 [json_name = "reservedName"];
- getReservedNameCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated string reserved_name = 10 [json_name = "reservedName"];
- getReservedNameCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated string reserved_name = 10 [json_name = "reservedName"];
- getReservedNameCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated string reserved_name = 10 [json_name = "reservedName"];
- getReservedNameCount() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated string reserved_name = 5 [json_name = "reservedName"];
- getReservedNameCount() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
-
repeated string reserved_name = 5 [json_name = "reservedName"];
- getReservedNameCount() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
-
repeated string reserved_name = 5 [json_name = "reservedName"];
- getReservedNameList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated string reserved_name = 10 [json_name = "reservedName"];
- getReservedNameList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated string reserved_name = 10 [json_name = "reservedName"];
- getReservedNameList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated string reserved_name = 10 [json_name = "reservedName"];
- getReservedNameList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated string reserved_name = 5 [json_name = "reservedName"];
- getReservedNameList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
-
repeated string reserved_name = 5 [json_name = "reservedName"];
- getReservedNameList() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
-
repeated string reserved_name = 5 [json_name = "reservedName"];
- getReservedRange(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
- getReservedRange(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
- getReservedRange(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
- getReservedRange(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
- getReservedRange(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
- getReservedRange(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
- getReservedRangeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
- getReservedRangeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
- getReservedRangeBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
- getReservedRangeBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
- getReservedRangeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
- getReservedRangeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
- getReservedRangeCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
- getReservedRangeCount() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
- getReservedRangeCount() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
- getReservedRangeCount() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
- getReservedRangeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
- getReservedRangeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
- getReservedRangeList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
- getReservedRangeList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
- getReservedRangeList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
- getReservedRangeList() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
- getReservedRangeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
- getReservedRangeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
- getReservedRangeOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
- getReservedRangeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
- getReservedRangeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
- getReservedRangeOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
- getReservedRangeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
- getReservedRangeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
- getReservedRangeOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
- getReservedRangeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
- getReservedRangeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
- getReservedRangeOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
- 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
-
bool response_streaming = 5 [json_name = "responseStreaming"];
- getResponseStreaming() - Method in class com.google.protobuf.Method
-
bool response_streaming = 5 [json_name = "responseStreaming"];
- getResponseStreaming() - Method in interface com.google.protobuf.MethodOrBuilder
-
bool response_streaming = 5 [json_name = "responseStreaming"];
- getResponseTypeUrl() - Method in class com.google.protobuf.Method.Builder
-
string response_type_url = 4 [json_name = "responseTypeUrl"];
- getResponseTypeUrl() - Method in class com.google.protobuf.Method
-
string response_type_url = 4 [json_name = "responseTypeUrl"];
- getResponseTypeUrl() - Method in interface com.google.protobuf.MethodOrBuilder
-
string response_type_url = 4 [json_name = "responseTypeUrl"];
- getResponseTypeUrlBytes() - Method in class com.google.protobuf.Method.Builder
-
string response_type_url = 4 [json_name = "responseTypeUrl"];
- getResponseTypeUrlBytes() - Method in class com.google.protobuf.Method
-
string response_type_url = 4 [json_name = "responseTypeUrl"];
- getResponseTypeUrlBytes() - Method in interface com.google.protobuf.MethodOrBuilder
-
string response_type_url = 4 [json_name = "responseTypeUrl"];
- getRetention() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional .google.protobuf.FieldOptions.OptionRetention retention = 17 [json_name = "retention"];
- getRetention() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
optional .google.protobuf.FieldOptions.OptionRetention retention = 17 [json_name = "retention"];
- getRetention() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
optional .google.protobuf.FieldOptions.OptionRetention retention = 17 [json_name = "retention"];
- getRoot() - Method in class com.google.protobuf.Mixin.Builder
-
string root = 2 [json_name = "root"];
- getRoot() - Method in class com.google.protobuf.Mixin
-
string root = 2 [json_name = "root"];
- getRoot() - Method in interface com.google.protobuf.MixinOrBuilder
-
string root = 2 [json_name = "root"];
- getRootBytes() - Method in class com.google.protobuf.Mixin.Builder
-
string root = 2 [json_name = "root"];
- getRootBytes() - Method in class com.google.protobuf.Mixin
-
string root = 2 [json_name = "root"];
- getRootBytes() - Method in interface com.google.protobuf.MixinOrBuilder
-
string root = 2 [json_name = "root"];
- getRubyPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string ruby_package = 45 [json_name = "rubyPackage"];
- getRubyPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional string ruby_package = 45 [json_name = "rubyPackage"];
- getRubyPackage() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string ruby_package = 45 [json_name = "rubyPackage"];
- getRubyPackageBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string ruby_package = 45 [json_name = "rubyPackage"];
- getRubyPackageBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional string ruby_package = 45 [json_name = "rubyPackage"];
- getRubyPackageBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string ruby_package = 45 [json_name = "rubyPackage"];
- getSeconds() - Method in class com.google.protobuf.Duration.Builder
-
int64 seconds = 1 [json_name = "seconds"];
- getSeconds() - Method in class com.google.protobuf.Duration
-
int64 seconds = 1 [json_name = "seconds"];
- getSeconds() - Method in interface com.google.protobuf.DurationOrBuilder
-
int64 seconds = 1 [json_name = "seconds"];
- getSeconds() - Method in class com.google.protobuf.Timestamp.Builder
-
int64 seconds = 1 [json_name = "seconds"];
- getSeconds() - Method in class com.google.protobuf.Timestamp
-
int64 seconds = 1 [json_name = "seconds"];
- getSeconds() - Method in interface com.google.protobuf.TimestampOrBuilder
-
int64 seconds = 1 [json_name = "seconds"];
- getSemantic() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
optional .google.protobuf.GeneratedCodeInfo.Annotation.Semantic semantic = 5 [json_name = "semantic"];
- getSemantic() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
-
optional .google.protobuf.GeneratedCodeInfo.Annotation.Semantic semantic = 5 [json_name = "semantic"];
- getSemantic() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
-
optional .google.protobuf.GeneratedCodeInfo.Annotation.Semantic semantic = 5 [json_name = "semantic"];
- 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.compiler.PluginProtos.Version
- 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.EnumReservedRange
- 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.ExtensionRangeOptions.Declaration
- getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
- getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet
- getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
- getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
- 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.GeneratedCodeInfo.Annotation
- getSerializedSize() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
- 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.OneofOptions
- 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.GeneratedMessageLite
- getSerializedSize() - Method in class com.google.protobuf.GeneratedMessageV3
- 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 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() - 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
- getSerializedSize(int) - Method in class com.google.protobuf.UnknownFieldSet.Field
-
Get the number of bytes required to encode this field, including field number.
- getSerializedSizeAsMessageSet() - Method in class com.google.protobuf.UnknownFieldSet
-
Get the number of bytes required to encode this set using
MessageSet
wire format. - getSerializedSizeAsMessageSet() - Method in class com.google.protobuf.UnknownFieldSetLite
-
Get the number of bytes required to encode this field, including field number, using
MessageSet
wire format. - 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, json_name = "serverStreaming"];
- getServerStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
-
optional bool server_streaming = 6 [default = false, json_name = "serverStreaming"];
- getServerStreaming() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional bool server_streaming = 6 [default = false, json_name = "serverStreaming"];
- getService() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
-
Get the method's service type.
- getService(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
- getService(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
- getService(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
- getServiceBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
- getServiceBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
- getServiceCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
- getServiceCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
- getServiceCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
- getServiceList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
- getServiceList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
- getServiceList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
- getServiceOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
- getServiceOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
- getServiceOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
- getServiceOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
- getServiceOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
- getServiceOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
- 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 [json_name = "sourceCodeInfo"];
- getSourceCodeInfo() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];
- getSourceCodeInfo() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];
- getSourceCodeInfoBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];
- getSourceCodeInfoOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];
- getSourceCodeInfoOrBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];
- getSourceCodeInfoOrBuilder() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];
- getSourceContext() - Method in class com.google.protobuf.Api.Builder
-
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
- getSourceContext() - Method in class com.google.protobuf.Api
-
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
- getSourceContext() - Method in interface com.google.protobuf.ApiOrBuilder
-
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
- getSourceContext() - Method in class com.google.protobuf.Enum.Builder
-
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
- getSourceContext() - Method in class com.google.protobuf.Enum
-
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
- getSourceContext() - Method in interface com.google.protobuf.EnumOrBuilder
-
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
- getSourceContext() - Method in class com.google.protobuf.Type.Builder
-
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
- getSourceContext() - Method in class com.google.protobuf.Type
-
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
- getSourceContext() - Method in interface com.google.protobuf.TypeOrBuilder
-
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
- getSourceContextBuilder() - Method in class com.google.protobuf.Api.Builder
-
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
- getSourceContextBuilder() - Method in class com.google.protobuf.Enum.Builder
-
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
- getSourceContextBuilder() - Method in class com.google.protobuf.Type.Builder
-
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
- getSourceContextOrBuilder() - Method in class com.google.protobuf.Api.Builder
-
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
- getSourceContextOrBuilder() - Method in class com.google.protobuf.Api
-
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
- getSourceContextOrBuilder() - Method in interface com.google.protobuf.ApiOrBuilder
-
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
- getSourceContextOrBuilder() - Method in class com.google.protobuf.Enum.Builder
-
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
- getSourceContextOrBuilder() - Method in class com.google.protobuf.Enum
-
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
- getSourceContextOrBuilder() - Method in interface com.google.protobuf.EnumOrBuilder
-
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
- getSourceContextOrBuilder() - Method in class com.google.protobuf.Type.Builder
-
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
- getSourceContextOrBuilder() - Method in class com.google.protobuf.Type
-
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
- getSourceContextOrBuilder() - Method in interface com.google.protobuf.TypeOrBuilder
-
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
- getSourceFile() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
optional string source_file = 2 [json_name = "sourceFile"];
- getSourceFile() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
-
optional string source_file = 2 [json_name = "sourceFile"];
- getSourceFile() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
-
optional string source_file = 2 [json_name = "sourceFile"];
- getSourceFileBytes() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
optional string source_file = 2 [json_name = "sourceFile"];
- getSourceFileBytes() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
-
optional string source_file = 2 [json_name = "sourceFile"];
- getSourceFileBytes() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
-
optional string source_file = 2 [json_name = "sourceFile"];
- getSourceFileDescriptors(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
- getSourceFileDescriptors(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
-
repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
- getSourceFileDescriptors(int) - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
-
repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
- getSourceFileDescriptorsBuilder(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
- getSourceFileDescriptorsBuilderList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
- getSourceFileDescriptorsCount() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
- getSourceFileDescriptorsCount() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
-
repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
- getSourceFileDescriptorsCount() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
-
repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
- getSourceFileDescriptorsList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
- getSourceFileDescriptorsList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
-
repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
- getSourceFileDescriptorsList() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
-
repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
- getSourceFileDescriptorsOrBuilder(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
- getSourceFileDescriptorsOrBuilder(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
-
repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
- getSourceFileDescriptorsOrBuilder(int) - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
-
repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
- getSourceFileDescriptorsOrBuilderList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
- getSourceFileDescriptorsOrBuilderList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
-
repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
- getSourceFileDescriptorsOrBuilderList() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
-
repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
- getSpan(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 span = 2 [json_name = "span", packed = true];
- getSpan(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
repeated int32 span = 2 [json_name = "span", packed = true];
- getSpan(int) - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
repeated int32 span = 2 [json_name = "span", packed = true];
- getSpanCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 span = 2 [json_name = "span", packed = true];
- getSpanCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
repeated int32 span = 2 [json_name = "span", packed = true];
- getSpanCount() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
repeated int32 span = 2 [json_name = "span", packed = true];
- getSpanList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 span = 2 [json_name = "span", packed = true];
- getSpanList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
repeated int32 span = 2 [json_name = "span", packed = true];
- getSpanList() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
repeated int32 span = 2 [json_name = "span", packed = true];
- getStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
optional int32 start = 1 [json_name = "start"];
- getStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
-
optional int32 start = 1 [json_name = "start"];
- getStart() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
-
optional int32 start = 1 [json_name = "start"];
- getStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
-
optional int32 start = 1 [json_name = "start"];
- getStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
-
optional int32 start = 1 [json_name = "start"];
- getStart() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder
-
optional int32 start = 1 [json_name = "start"];
- getStart() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
-
optional int32 start = 1 [json_name = "start"];
- getStart() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
-
optional int32 start = 1 [json_name = "start"];
- getStart() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRangeOrBuilder
-
optional int32 start = 1 [json_name = "start"];
- getStringFieldValidation() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
-
optional .google.protobuf.FeatureSet.StringFieldValidation string_field_validation = 4 [json_name = "stringFieldValidation", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- getStringFieldValidation() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet
-
optional .google.protobuf.FeatureSet.StringFieldValidation string_field_validation = 4 [json_name = "stringFieldValidation", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- getStringFieldValidation() - Method in interface com.google.protobuf.DescriptorProtos.FeatureSetOrBuilder
-
optional .google.protobuf.FeatureSet.StringFieldValidation string_field_validation = 4 [json_name = "stringFieldValidation", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- getStringValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional bytes string_value = 7 [json_name = "stringValue"];
- getStringValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
-
optional bytes string_value = 7 [json_name = "stringValue"];
- getStringValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
optional bytes string_value = 7 [json_name = "stringValue"];
- getStringValue() - Method in class com.google.protobuf.Value.Builder
-
string string_value = 3 [json_name = "stringValue"];
- getStringValue() - Method in class com.google.protobuf.Value
-
string string_value = 3 [json_name = "stringValue"];
- getStringValue() - Method in interface com.google.protobuf.ValueOrBuilder
-
string string_value = 3 [json_name = "stringValue"];
- getStringValueBytes() - Method in class com.google.protobuf.Value.Builder
-
string string_value = 3 [json_name = "stringValue"];
- getStringValueBytes() - Method in class com.google.protobuf.Value
-
string string_value = 3 [json_name = "stringValue"];
- getStringValueBytes() - Method in interface com.google.protobuf.ValueOrBuilder
-
string string_value = 3 [json_name = "stringValue"];
- getStructValue() - Method in class com.google.protobuf.Value.Builder
-
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
- getStructValue() - Method in class com.google.protobuf.Value
-
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
- getStructValue() - Method in interface com.google.protobuf.ValueOrBuilder
-
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
- getStructValueBuilder() - Method in class com.google.protobuf.Value.Builder
-
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
- getStructValueOrBuilder() - Method in class com.google.protobuf.Value.Builder
-
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
- getStructValueOrBuilder() - Method in class com.google.protobuf.Value
-
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
- getStructValueOrBuilder() - Method in interface com.google.protobuf.ValueOrBuilder
-
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
- getSuffix() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
-
optional string suffix = 4 [json_name = "suffix"];
- getSuffix() - Method in class com.google.protobuf.compiler.PluginProtos.Version
-
optional string suffix = 4 [json_name = "suffix"];
- getSuffix() - Method in interface com.google.protobuf.compiler.PluginProtos.VersionOrBuilder
-
optional string suffix = 4 [json_name = "suffix"];
- getSuffixBytes() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
-
optional string suffix = 4 [json_name = "suffix"];
- getSuffixBytes() - Method in class com.google.protobuf.compiler.PluginProtos.Version
-
optional string suffix = 4 [json_name = "suffix"];
- getSuffixBytes() - Method in interface com.google.protobuf.compiler.PluginProtos.VersionOrBuilder
-
optional string suffix = 4 [json_name = "suffix"];
- getSupportedFeatures() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
optional uint64 supported_features = 2 [json_name = "supportedFeatures"];
- getSupportedFeatures() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
-
optional uint64 supported_features = 2 [json_name = "supportedFeatures"];
- getSupportedFeatures() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
-
optional uint64 supported_features = 2 [json_name = "supportedFeatures"];
- getSwiftPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string swift_prefix = 39 [json_name = "swiftPrefix"];
- getSwiftPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional string swift_prefix = 39 [json_name = "swiftPrefix"];
- getSwiftPrefix() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string swift_prefix = 39 [json_name = "swiftPrefix"];
- getSwiftPrefixBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string swift_prefix = 39 [json_name = "swiftPrefix"];
- getSwiftPrefixBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional string swift_prefix = 39 [json_name = "swiftPrefix"];
- getSwiftPrefixBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string swift_prefix = 39 [json_name = "swiftPrefix"];
- getSyntax() - Method in class com.google.protobuf.Api.Builder
-
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
- getSyntax() - Method in class com.google.protobuf.Api
-
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
- getSyntax() - Method in interface com.google.protobuf.ApiOrBuilder
-
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
- getSyntax() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string syntax = 12 [json_name = "syntax"];
- getSyntax() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
optional string syntax = 12 [json_name = "syntax"];
- getSyntax() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional string syntax = 12 [json_name = "syntax"];
- getSyntax() - Method in class com.google.protobuf.Descriptors.FileDescriptor
-
Deprecated.
- getSyntax() - Method in class com.google.protobuf.Enum.Builder
-
.google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
- getSyntax() - Method in class com.google.protobuf.Enum
-
.google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
- getSyntax() - Method in interface com.google.protobuf.EnumOrBuilder
-
.google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
- getSyntax() - Method in class com.google.protobuf.Method.Builder
-
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
- getSyntax() - Method in class com.google.protobuf.Method
-
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
- getSyntax() - Method in interface com.google.protobuf.MethodOrBuilder
-
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
- getSyntax() - Method in class com.google.protobuf.Type.Builder
-
.google.protobuf.Syntax syntax = 6 [json_name = "syntax"];
- getSyntax() - Method in class com.google.protobuf.Type
-
.google.protobuf.Syntax syntax = 6 [json_name = "syntax"];
- getSyntax() - Method in interface com.google.protobuf.TypeOrBuilder
-
.google.protobuf.Syntax syntax = 6 [json_name = "syntax"];
- getSyntax(Descriptors.FileDescriptor) - Static method in class com.google.protobuf.LegacyDescriptorsUtil.LegacyFileDescriptor
- getSyntaxBytes() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string syntax = 12 [json_name = "syntax"];
- getSyntaxBytes() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
optional string syntax = 12 [json_name = "syntax"];
- getSyntaxBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional string syntax = 12 [json_name = "syntax"];
- getSyntaxValue() - Method in class com.google.protobuf.Api.Builder
-
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
- getSyntaxValue() - Method in class com.google.protobuf.Api
-
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
- getSyntaxValue() - Method in interface com.google.protobuf.ApiOrBuilder
-
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
- getSyntaxValue() - Method in class com.google.protobuf.Enum.Builder
-
.google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
- getSyntaxValue() - Method in class com.google.protobuf.Enum
-
.google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
- getSyntaxValue() - Method in interface com.google.protobuf.EnumOrBuilder
-
.google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
- getSyntaxValue() - Method in class com.google.protobuf.Method.Builder
-
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
- getSyntaxValue() - Method in class com.google.protobuf.Method
-
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
- getSyntaxValue() - Method in interface com.google.protobuf.MethodOrBuilder
-
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
- getSyntaxValue() - Method in class com.google.protobuf.Type.Builder
-
.google.protobuf.Syntax syntax = 6 [json_name = "syntax"];
- getSyntaxValue() - Method in class com.google.protobuf.Type
-
.google.protobuf.Syntax syntax = 6 [json_name = "syntax"];
- getSyntaxValue() - Method in interface com.google.protobuf.TypeOrBuilder
-
.google.protobuf.Syntax syntax = 6 [json_name = "syntax"];
- getTagFieldNumber(int) - Static method in class com.google.protobuf.WireFormat
-
Given a tag value, determines the field number (the upper 29 bits).
- getTagWireType(int) - Static method in class com.google.protobuf.WireFormat
-
Given a tag value, determines the wire type (the lower 3 bits).
- getTargets(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.FieldOptions.OptionTargetType targets = 19 [json_name = "targets"];
- getTargets(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
repeated .google.protobuf.FieldOptions.OptionTargetType targets = 19 [json_name = "targets"];
- getTargets(int) - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
repeated .google.protobuf.FieldOptions.OptionTargetType targets = 19 [json_name = "targets"];
- getTargetsCount() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.FieldOptions.OptionTargetType targets = 19 [json_name = "targets"];
- getTargetsCount() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
repeated .google.protobuf.FieldOptions.OptionTargetType targets = 19 [json_name = "targets"];
- getTargetsCount() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
repeated .google.protobuf.FieldOptions.OptionTargetType targets = 19 [json_name = "targets"];
- getTargetsList() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.FieldOptions.OptionTargetType targets = 19 [json_name = "targets"];
- getTargetsList() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
repeated .google.protobuf.FieldOptions.OptionTargetType targets = 19 [json_name = "targets"];
- getTargetsList() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
repeated .google.protobuf.FieldOptions.OptionTargetType targets = 19 [json_name = "targets"];
- 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 [json_name = "trailingComments"];
- getTrailingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
optional string trailing_comments = 4 [json_name = "trailingComments"];
- getTrailingComments() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
optional string trailing_comments = 4 [json_name = "trailingComments"];
- getTrailingCommentsBytes() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
optional string trailing_comments = 4 [json_name = "trailingComments"];
- getTrailingCommentsBytes() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
optional string trailing_comments = 4 [json_name = "trailingComments"];
- getTrailingCommentsBytes() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
optional string trailing_comments = 4 [json_name = "trailingComments"];
- 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.ExtensionRangeOptions.Declaration.Builder
-
optional string type = 3 [json_name = "type"];
- getType() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
-
optional string type = 3 [json_name = "type"];
- getType() - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.DeclarationOrBuilder
-
optional string type = 3 [json_name = "type"];
- getType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];
- getType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];
- getType() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];
- 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.
- getType() - Method in enum com.google.protobuf.JavaType
-
Gets the required type for a field that would hold a value of this type.
- getTypeBytes() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
-
optional string type = 3 [json_name = "type"];
- getTypeBytes() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
-
optional string type = 3 [json_name = "type"];
- getTypeBytes() - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.DeclarationOrBuilder
-
optional string type = 3 [json_name = "type"];
- getTypeName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string type_name = 6 [json_name = "typeName"];
- getTypeName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional string type_name = 6 [json_name = "typeName"];
- getTypeName() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string type_name = 6 [json_name = "typeName"];
- getTypeNameBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string type_name = 6 [json_name = "typeName"];
- getTypeNameBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional string type_name = 6 [json_name = "typeName"];
- getTypeNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string type_name = 6 [json_name = "typeName"];
- getTypeUrl() - Method in class com.google.protobuf.Any.Builder
-
string type_url = 1 [json_name = "typeUrl"];
- getTypeUrl() - Method in class com.google.protobuf.Any
-
string type_url = 1 [json_name = "typeUrl"];
- getTypeUrl() - Method in interface com.google.protobuf.AnyOrBuilder
-
string type_url = 1 [json_name = "typeUrl"];
- getTypeUrl() - Method in class com.google.protobuf.Field.Builder
-
string type_url = 6 [json_name = "typeUrl"];
- getTypeUrl() - Method in class com.google.protobuf.Field
-
string type_url = 6 [json_name = "typeUrl"];
- getTypeUrl() - Method in interface com.google.protobuf.FieldOrBuilder
-
string type_url = 6 [json_name = "typeUrl"];
- getTypeUrlBytes() - Method in class com.google.protobuf.Any.Builder
-
string type_url = 1 [json_name = "typeUrl"];
- getTypeUrlBytes() - Method in class com.google.protobuf.Any
-
string type_url = 1 [json_name = "typeUrl"];
- getTypeUrlBytes() - Method in interface com.google.protobuf.AnyOrBuilder
-
string type_url = 1 [json_name = "typeUrl"];
- getTypeUrlBytes() - Method in class com.google.protobuf.Field.Builder
-
string type_url = 6 [json_name = "typeUrl"];
- getTypeUrlBytes() - Method in class com.google.protobuf.Field
-
string type_url = 6 [json_name = "typeUrl"];
- getTypeUrlBytes() - Method in interface com.google.protobuf.FieldOrBuilder
-
string type_url = 6 [json_name = "typeUrl"];
- getUnderlyingElements() - Method in class com.google.protobuf.LazyStringArrayList
- getUnderlyingElements() - Method in interface com.google.protobuf.LazyStringList
-
Returns an unmodifiable List of the underlying elements, each of which is either a
String
or its equivalent UTF-8 encodedByteString
or byte[]. - getUnderlyingElements() - Method in class com.google.protobuf.UnmodifiableLazyStringList
-
Deprecated.
- getUnfinishedMessage() - Method in exception com.google.protobuf.InvalidProtocolBufferException
-
Returns the unfinished message attached to the exception, or null if no message is attached.
- getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOption(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOption(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOption(int) - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOption(int) - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOption(int) - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOption(int) - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOption(int) - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOption(int) - Method in interface com.google.protobuf.DescriptorProtos.OneofOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOption(int) - Method in interface com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionCount() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionCount() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionCount() - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionCount() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionCount() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionCount() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionCount() - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionCount() - Method in interface com.google.protobuf.DescriptorProtos.OneofOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionCount() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionCount() - Method in interface com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionList() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionList() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionList() - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionList() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionList() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionList() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionList() - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionList() - Method in interface com.google.protobuf.DescriptorProtos.OneofOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionList() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionList() - Method in interface com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.OneofOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.OneofOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- getUninterpretedOptionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- 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.DynamicMessage.Builder
- getUnknownFields() - Method in class com.google.protobuf.DynamicMessage
- getUnknownFields() - Method in class com.google.protobuf.GeneratedMessage.Builder
- getUnknownFields() - Method in class com.google.protobuf.GeneratedMessage
- getUnknownFields() - Method in class com.google.protobuf.GeneratedMessageV3.Builder
- getUnknownFields() - Method in class com.google.protobuf.GeneratedMessageV3
- 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. - getUnknownFieldSetBuilder() - Method in class com.google.protobuf.AbstractMessage.Builder
- getUnknownFieldSetBuilder() - Method in class com.google.protobuf.GeneratedMessageV3.Builder
- 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
-
Deprecated.
- getUnverifiedLazy() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool unverified_lazy = 15 [default = false, json_name = "unverifiedLazy"];
- getUnverifiedLazy() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
optional bool unverified_lazy = 15 [default = false, json_name = "unverifiedLazy"];
- getUnverifiedLazy() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
optional bool unverified_lazy = 15 [default = false, json_name = "unverifiedLazy"];
- getValue() - Method in class com.google.protobuf.Any.Builder
-
bytes value = 2 [json_name = "value"];
- getValue() - Method in class com.google.protobuf.Any
-
bytes value = 2 [json_name = "value"];
- getValue() - Method in interface com.google.protobuf.AnyOrBuilder
-
bytes value = 2 [json_name = "value"];
- getValue() - Method in class com.google.protobuf.BoolValue.Builder
-
bool value = 1 [json_name = "value"];
- getValue() - Method in class com.google.protobuf.BoolValue
-
bool value = 1 [json_name = "value"];
- getValue() - Method in interface com.google.protobuf.BoolValueOrBuilder
-
bool value = 1 [json_name = "value"];
- getValue() - Method in class com.google.protobuf.BytesValue.Builder
-
bytes value = 1 [json_name = "value"];
- getValue() - Method in class com.google.protobuf.BytesValue
-
bytes value = 1 [json_name = "value"];
- getValue() - Method in interface com.google.protobuf.BytesValueOrBuilder
-
bytes value = 1 [json_name = "value"];
- getValue() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault.Builder
-
optional string value = 2 [json_name = "value"];
- getValue() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
-
optional string value = 2 [json_name = "value"];
- getValue() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefaultOrBuilder
-
optional string value = 2 [json_name = "value"];
- getValue() - Method in class com.google.protobuf.DoubleValue.Builder
-
double value = 1 [json_name = "value"];
- getValue() - Method in class com.google.protobuf.DoubleValue
-
double value = 1 [json_name = "value"];
- getValue() - Method in interface com.google.protobuf.DoubleValueOrBuilder
-
double value = 1 [json_name = "value"];
- getValue() - Method in class com.google.protobuf.FloatValue.Builder
-
float value = 1 [json_name = "value"];
- getValue() - Method in class com.google.protobuf.FloatValue
-
float value = 1 [json_name = "value"];
- getValue() - Method in interface com.google.protobuf.FloatValueOrBuilder
-
float value = 1 [json_name = "value"];
- getValue() - Method in class com.google.protobuf.Int32Value.Builder
-
int32 value = 1 [json_name = "value"];
- getValue() - Method in class com.google.protobuf.Int32Value
-
int32 value = 1 [json_name = "value"];
- getValue() - Method in interface com.google.protobuf.Int32ValueOrBuilder
-
int32 value = 1 [json_name = "value"];
- getValue() - Method in class com.google.protobuf.Int64Value.Builder
-
int64 value = 1 [json_name = "value"];
- getValue() - Method in class com.google.protobuf.Int64Value
-
int64 value = 1 [json_name = "value"];
- getValue() - Method in interface com.google.protobuf.Int64ValueOrBuilder
-
int64 value = 1 [json_name = "value"];
- getValue() - Method in class com.google.protobuf.LazyField
- getValue() - Method in class com.google.protobuf.MapEntry.Builder
- getValue() - Method in class com.google.protobuf.MapEntry
- getValue() - Method in class com.google.protobuf.MapEntryLite
- getValue() - Method in class com.google.protobuf.Option.Builder
-
.google.protobuf.Any value = 2 [json_name = "value"];
- getValue() - Method in class com.google.protobuf.Option
-
.google.protobuf.Any value = 2 [json_name = "value"];
- getValue() - Method in interface com.google.protobuf.OptionOrBuilder
-
.google.protobuf.Any value = 2 [json_name = "value"];
- getValue() - Method in class com.google.protobuf.StringValue.Builder
-
string value = 1 [json_name = "value"];
- getValue() - Method in class com.google.protobuf.StringValue
-
string value = 1 [json_name = "value"];
- getValue() - Method in interface com.google.protobuf.StringValueOrBuilder
-
string value = 1 [json_name = "value"];
- getValue() - Method in class com.google.protobuf.UInt32Value.Builder
-
uint32 value = 1 [json_name = "value"];
- getValue() - Method in class com.google.protobuf.UInt32Value
-
uint32 value = 1 [json_name = "value"];
- getValue() - Method in interface com.google.protobuf.UInt32ValueOrBuilder
-
uint32 value = 1 [json_name = "value"];
- getValue() - Method in class com.google.protobuf.UInt64Value.Builder
-
uint64 value = 1 [json_name = "value"];
- getValue() - Method in class com.google.protobuf.UInt64Value
-
uint64 value = 1 [json_name = "value"];
- getValue() - Method in interface com.google.protobuf.UInt64ValueOrBuilder
-
uint64 value = 1 [json_name = "value"];
- getValue(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
- getValue(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
- getValue(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
- getValue(MessageLite) - Method in class com.google.protobuf.LazyFieldLite
-
Returns message instance.
- getValueBuilder() - Method in class com.google.protobuf.Option.Builder
-
.google.protobuf.Any value = 2 [json_name = "value"];
- getValueBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
- getValueBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
- getValueBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault.Builder
-
optional string value = 2 [json_name = "value"];
- getValueBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
-
optional string value = 2 [json_name = "value"];
- getValueBytes() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefaultOrBuilder
-
optional string value = 2 [json_name = "value"];
- getValueBytes() - Method in class com.google.protobuf.StringValue.Builder
-
string value = 1 [json_name = "value"];
- getValueBytes() - Method in class com.google.protobuf.StringValue
-
string value = 1 [json_name = "value"];
- getValueBytes() - Method in interface com.google.protobuf.StringValueOrBuilder
-
string value = 1 [json_name = "value"];
- getValueCount() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
- getValueCount() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
- getValueCount() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
- getValueDescriptor() - Method in enum com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Feature
- getValueDescriptor() - Method in enum com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.VerificationState
- getValueDescriptor() - Method in enum com.google.protobuf.DescriptorProtos.FeatureSet.EnumType
- getValueDescriptor() - Method in enum com.google.protobuf.DescriptorProtos.FeatureSet.FieldPresence
- getValueDescriptor() - Method in enum com.google.protobuf.DescriptorProtos.FeatureSet.JsonFormat
- getValueDescriptor() - Method in enum com.google.protobuf.DescriptorProtos.FeatureSet.MessageEncoding
- getValueDescriptor() - Method in enum com.google.protobuf.DescriptorProtos.FeatureSet.RepeatedFieldEncoding
- getValueDescriptor() - Method in enum com.google.protobuf.DescriptorProtos.FeatureSet.StringFieldValidation
- 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.FieldOptions.OptionRetention
- getValueDescriptor() - Method in enum com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
- getValueDescriptor() - Method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
- getValueDescriptor() - Method in enum com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic
- getValueDescriptor() - Method in enum com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
- 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 [json_name = "value"];
- getValueList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
- getValueList() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
- getValueOrBuilder() - Method in class com.google.protobuf.Option.Builder
-
.google.protobuf.Any value = 2 [json_name = "value"];
- getValueOrBuilder() - Method in class com.google.protobuf.Option
-
.google.protobuf.Any value = 2 [json_name = "value"];
- getValueOrBuilder() - Method in interface com.google.protobuf.OptionOrBuilder
-
.google.protobuf.Any value = 2 [json_name = "value"];
- getValueOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
- getValueOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
- getValueOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
- getValueOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
- getValueOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
- getValueOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
- 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 [json_name = "values"];
- getValues(int) - Method in class com.google.protobuf.ListValue
-
repeated .google.protobuf.Value values = 1 [json_name = "values"];
- getValues(int) - Method in interface com.google.protobuf.ListValueOrBuilder
-
repeated .google.protobuf.Value values = 1 [json_name = "values"];
- getValuesBuilder(int) - Method in class com.google.protobuf.ListValue.Builder
-
repeated .google.protobuf.Value values = 1 [json_name = "values"];
- getValuesBuilderList() - Method in class com.google.protobuf.ListValue.Builder
-
repeated .google.protobuf.Value values = 1 [json_name = "values"];
- getValuesCount() - Method in class com.google.protobuf.ListValue.Builder
-
repeated .google.protobuf.Value values = 1 [json_name = "values"];
- getValuesCount() - Method in class com.google.protobuf.ListValue
-
repeated .google.protobuf.Value values = 1 [json_name = "values"];
- getValuesCount() - Method in interface com.google.protobuf.ListValueOrBuilder
-
repeated .google.protobuf.Value values = 1 [json_name = "values"];
- getValuesList() - Method in class com.google.protobuf.ListValue.Builder
-
repeated .google.protobuf.Value values = 1 [json_name = "values"];
- getValuesList() - Method in class com.google.protobuf.ListValue
-
repeated .google.protobuf.Value values = 1 [json_name = "values"];
- getValuesList() - Method in interface com.google.protobuf.ListValueOrBuilder
-
repeated .google.protobuf.Value values = 1 [json_name = "values"];
- getValuesOrBuilder(int) - Method in class com.google.protobuf.ListValue.Builder
-
repeated .google.protobuf.Value values = 1 [json_name = "values"];
- getValuesOrBuilder(int) - Method in class com.google.protobuf.ListValue
-
repeated .google.protobuf.Value values = 1 [json_name = "values"];
- getValuesOrBuilder(int) - Method in interface com.google.protobuf.ListValueOrBuilder
-
repeated .google.protobuf.Value values = 1 [json_name = "values"];
- getValuesOrBuilderList() - Method in class com.google.protobuf.ListValue.Builder
-
repeated .google.protobuf.Value values = 1 [json_name = "values"];
- getValuesOrBuilderList() - Method in class com.google.protobuf.ListValue
-
repeated .google.protobuf.Value values = 1 [json_name = "values"];
- getValuesOrBuilderList() - Method in interface com.google.protobuf.ListValueOrBuilder
-
repeated .google.protobuf.Value values = 1 [json_name = "values"];
- getVarintList() - Method in class com.google.protobuf.UnknownFieldSet.Field
-
Get the list of varint values for this field.
- getVerification() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
optional .google.protobuf.ExtensionRangeOptions.VerificationState verification = 3 [default = UNVERIFIED, json_name = "verification"];
- getVerification() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
-
optional .google.protobuf.ExtensionRangeOptions.VerificationState verification = 3 [default = UNVERIFIED, json_name = "verification"];
- getVerification() - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptionsOrBuilder
-
optional .google.protobuf.ExtensionRangeOptions.VerificationState verification = 3 [default = UNVERIFIED, json_name = "verification"];
- getVersion() - Method in class com.google.protobuf.Api.Builder
-
string version = 4 [json_name = "version"];
- getVersion() - Method in class com.google.protobuf.Api
-
string version = 4 [json_name = "version"];
- getVersion() - Method in interface com.google.protobuf.ApiOrBuilder
-
string version = 4 [json_name = "version"];
- getVersionBytes() - Method in class com.google.protobuf.Api.Builder
-
string version = 4 [json_name = "version"];
- getVersionBytes() - Method in class com.google.protobuf.Api
-
string version = 4 [json_name = "version"];
- getVersionBytes() - Method in interface com.google.protobuf.ApiOrBuilder
-
string version = 4 [json_name = "version"];
- getWeak() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool weak = 10 [default = false, json_name = "weak"];
- getWeak() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
optional bool weak = 10 [default = false, json_name = "weak"];
- getWeak() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
optional bool weak = 10 [default = false, json_name = "weak"];
- getWeakDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 weak_dependency = 11 [json_name = "weakDependency"];
- getWeakDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated int32 weak_dependency = 11 [json_name = "weakDependency"];
- getWeakDependency(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated int32 weak_dependency = 11 [json_name = "weakDependency"];
- getWeakDependencyCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 weak_dependency = 11 [json_name = "weakDependency"];
- getWeakDependencyCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated int32 weak_dependency = 11 [json_name = "weakDependency"];
- getWeakDependencyCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated int32 weak_dependency = 11 [json_name = "weakDependency"];
- getWeakDependencyList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 weak_dependency = 11 [json_name = "weakDependency"];
- getWeakDependencyList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated int32 weak_dependency = 11 [json_name = "weakDependency"];
- getWeakDependencyList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated int32 weak_dependency = 11 [json_name = "weakDependency"];
- getWireType() - Method in enum com.google.protobuf.WireFormat.FieldType
- GO_PACKAGE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
- GROUP - com.google.protobuf.Descriptors.FieldDescriptor.Type
- GROUP - com.google.protobuf.FieldType
- GROUP - com.google.protobuf.WireFormat.FieldType
- GROUP_LIST - com.google.protobuf.FieldType
H
- hasAggregateValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional string aggregate_value = 8 [json_name = "aggregateValue"];
- hasAggregateValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
-
optional string aggregate_value = 8 [json_name = "aggregateValue"];
- hasAggregateValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
optional string aggregate_value = 8 [json_name = "aggregateValue"];
- hasAllowAlias() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
optional bool allow_alias = 2 [json_name = "allowAlias"];
- hasAllowAlias() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
-
optional bool allow_alias = 2 [json_name = "allowAlias"];
- hasAllowAlias() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
-
optional bool allow_alias = 2 [json_name = "allowAlias"];
- hasBegin() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
optional int32 begin = 3 [json_name = "begin"];
- hasBegin() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
-
optional int32 begin = 3 [json_name = "begin"];
- hasBegin() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
-
optional int32 begin = 3 [json_name = "begin"];
- hasBoolValue() - Method in class com.google.protobuf.Value.Builder
-
bool bool_value = 4 [json_name = "boolValue"];
- hasBoolValue() - Method in class com.google.protobuf.Value
-
bool bool_value = 4 [json_name = "boolValue"];
- hasBoolValue() - Method in interface com.google.protobuf.ValueOrBuilder
-
bool bool_value = 4 [json_name = "boolValue"];
- hasCcEnableArenas() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool cc_enable_arenas = 31 [default = true, json_name = "ccEnableArenas"];
- hasCcEnableArenas() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional bool cc_enable_arenas = 31 [default = true, json_name = "ccEnableArenas"];
- hasCcEnableArenas() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional bool cc_enable_arenas = 31 [default = true, json_name = "ccEnableArenas"];
- hasCcGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool cc_generic_services = 16 [default = false, json_name = "ccGenericServices"];
- hasCcGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional bool cc_generic_services = 16 [default = false, json_name = "ccGenericServices"];
- hasCcGenericServices() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional bool cc_generic_services = 16 [default = false, json_name = "ccGenericServices"];
- hasClientStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional bool client_streaming = 5 [default = false, json_name = "clientStreaming"];
- hasClientStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
-
optional bool client_streaming = 5 [default = false, json_name = "clientStreaming"];
- hasClientStreaming() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional bool client_streaming = 5 [default = false, json_name = "clientStreaming"];
- hasCompilerVersion() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
optional .google.protobuf.compiler.Version compiler_version = 3 [json_name = "compilerVersion"];
- hasCompilerVersion() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
-
optional .google.protobuf.compiler.Version compiler_version = 3 [json_name = "compilerVersion"];
- hasCompilerVersion() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
-
optional .google.protobuf.compiler.Version compiler_version = 3 [json_name = "compilerVersion"];
- hasContent() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
optional string content = 15 [json_name = "content"];
- hasContent() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
-
optional string content = 15 [json_name = "content"];
- hasContent() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
-
optional string content = 15 [json_name = "content"];
- hasCsharpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string csharp_namespace = 37 [json_name = "csharpNamespace"];
- hasCsharpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional string csharp_namespace = 37 [json_name = "csharpNamespace"];
- hasCsharpNamespace() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string csharp_namespace = 37 [json_name = "csharpNamespace"];
- hasCtype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING, json_name = "ctype"];
- hasCtype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING, json_name = "ctype"];
- hasCtype() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING, json_name = "ctype"];
- hasDebugRedact() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
optional bool debug_redact = 3 [default = false, json_name = "debugRedact"];
- hasDebugRedact() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
-
optional bool debug_redact = 3 [default = false, json_name = "debugRedact"];
- hasDebugRedact() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
-
optional bool debug_redact = 3 [default = false, json_name = "debugRedact"];
- hasDebugRedact() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool debug_redact = 16 [default = false, json_name = "debugRedact"];
- hasDebugRedact() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
optional bool debug_redact = 16 [default = false, json_name = "debugRedact"];
- hasDebugRedact() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
optional bool debug_redact = 16 [default = false, json_name = "debugRedact"];
- hasDefaultValue() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string default_value = 7 [json_name = "defaultValue"];
- hasDefaultValue() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional string default_value = 7 [json_name = "defaultValue"];
- hasDefaultValue() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string default_value = 7 [json_name = "defaultValue"];
- 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, json_name = "deprecated"];
- hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
-
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
- hasDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
-
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
- hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
optional bool deprecated = 1 [default = false, json_name = "deprecated"];
- hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
-
optional bool deprecated = 1 [default = false, json_name = "deprecated"];
- hasDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
-
optional bool deprecated = 1 [default = false, json_name = "deprecated"];
- hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
- hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
- hasDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
- hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool deprecated = 23 [default = false, json_name = "deprecated"];
- hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional bool deprecated = 23 [default = false, json_name = "deprecated"];
- hasDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional bool deprecated = 23 [default = false, json_name = "deprecated"];
- hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
- hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
-
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
- hasDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
-
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
- hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
optional bool deprecated = 33 [default = false, json_name = "deprecated"];
- hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
-
optional bool deprecated = 33 [default = false, json_name = "deprecated"];
- hasDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
-
optional bool deprecated = 33 [default = false, json_name = "deprecated"];
- hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
optional bool deprecated = 33 [default = false, json_name = "deprecated"];
- hasDeprecated() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
-
optional bool deprecated = 33 [default = false, json_name = "deprecated"];
- hasDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
-
optional bool deprecated = 33 [default = false, json_name = "deprecated"];
- hasDeprecatedLegacyJsonFieldConflicts() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
Deprecated.google.protobuf.EnumOptions.deprecated_legacy_json_field_conflicts is deprecated. See google/protobuf/descriptor.proto;l=0
- hasDeprecatedLegacyJsonFieldConflicts() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
-
Deprecated.google.protobuf.EnumOptions.deprecated_legacy_json_field_conflicts is deprecated. See google/protobuf/descriptor.proto;l=0
- hasDeprecatedLegacyJsonFieldConflicts() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
-
Deprecated.google.protobuf.EnumOptions.deprecated_legacy_json_field_conflicts is deprecated. See google/protobuf/descriptor.proto;l=0
- hasDeprecatedLegacyJsonFieldConflicts() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
Deprecated.google.protobuf.MessageOptions.deprecated_legacy_json_field_conflicts is deprecated. See google/protobuf/descriptor.proto;l=0
- hasDeprecatedLegacyJsonFieldConflicts() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
-
Deprecated.google.protobuf.MessageOptions.deprecated_legacy_json_field_conflicts is deprecated. See google/protobuf/descriptor.proto;l=0
- hasDeprecatedLegacyJsonFieldConflicts() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
-
Deprecated.google.protobuf.MessageOptions.deprecated_legacy_json_field_conflicts is deprecated. See google/protobuf/descriptor.proto;l=0
- hasDoubleValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional double double_value = 6 [json_name = "doubleValue"];
- hasDoubleValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
-
optional double double_value = 6 [json_name = "doubleValue"];
- hasDoubleValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
optional double double_value = 6 [json_name = "doubleValue"];
- hasEdition() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault.Builder
-
optional string edition = 1 [json_name = "edition"];
- hasEdition() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
-
optional string edition = 1 [json_name = "edition"];
- hasEdition() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefaultOrBuilder
-
optional string edition = 1 [json_name = "edition"];
- hasEdition() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string edition = 13 [json_name = "edition"];
- hasEdition() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
optional string edition = 13 [json_name = "edition"];
- hasEdition() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional string edition = 13 [json_name = "edition"];
- hasEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
optional int32 end = 2 [json_name = "end"];
- hasEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
-
optional int32 end = 2 [json_name = "end"];
- hasEnd() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
-
optional int32 end = 2 [json_name = "end"];
- hasEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
-
optional int32 end = 2 [json_name = "end"];
- hasEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
-
optional int32 end = 2 [json_name = "end"];
- hasEnd() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder
-
optional int32 end = 2 [json_name = "end"];
- hasEnd() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
-
optional int32 end = 2 [json_name = "end"];
- hasEnd() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
-
optional int32 end = 2 [json_name = "end"];
- hasEnd() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRangeOrBuilder
-
optional int32 end = 2 [json_name = "end"];
- hasEnd() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
optional int32 end = 4 [json_name = "end"];
- hasEnd() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
-
optional int32 end = 4 [json_name = "end"];
- hasEnd() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
-
optional int32 end = 4 [json_name = "end"];
- hasEnumType() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
-
optional .google.protobuf.FeatureSet.EnumType enum_type = 2 [json_name = "enumType", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_ENUM, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- hasEnumType() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet
-
optional .google.protobuf.FeatureSet.EnumType enum_type = 2 [json_name = "enumType", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_ENUM, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- hasEnumType() - Method in interface com.google.protobuf.DescriptorProtos.FeatureSetOrBuilder
-
optional .google.protobuf.FeatureSet.EnumType enum_type = 2 [json_name = "enumType", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_ENUM, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- hasError() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
optional string error = 1 [json_name = "error"];
- hasError() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
-
optional string error = 1 [json_name = "error"];
- hasError() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
-
optional string error = 1 [json_name = "error"];
- hasExtendee() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string extendee = 2 [json_name = "extendee"];
- hasExtendee() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional string extendee = 2 [json_name = "extendee"];
- hasExtendee() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string extendee = 2 [json_name = "extendee"];
- hasExtension(Extension<MessageT, T>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
-
Check if a singular extension is present.
- hasExtension(Extension<MessageT, T>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
-
Check if a singular extension is present.
- hasExtension(Extension<MessageT, T>) - Method in interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder
-
Check if a singular extension is present.
- hasExtension(Extension<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
-
Check if a singular extension is present.
- hasExtension(Extension<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
-
Check if a singular extension is present.
- hasExtension(Extension<MessageType, Type>) - Method in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
-
Check if a singular extension is present.
- hasExtension(ExtensionLite<MessageT, T>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
-
Check if a singular extension is present.
- hasExtension(ExtensionLite<MessageT, T>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
-
Check if a singular extension is present.
- hasExtension(ExtensionLite<MessageT, T>) - Method in interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder
-
Check if a singular extension is present.
- 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.
- hasExtension(GeneratedMessage.GeneratedExtension<MessageT, T>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
-
Check if a singular extension is present.
- hasExtension(GeneratedMessage.GeneratedExtension<MessageT, T>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
-
Check if a singular extension is present.
- hasExtension(GeneratedMessage.GeneratedExtension<MessageT, T>) - Method in interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder
-
Check if a singular extension is present.
- hasExtension(GeneratedMessage.GeneratedExtension<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
-
Check if a singular extension is present.
- hasExtension(GeneratedMessage.GeneratedExtension<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
-
Check if a singular extension is present.
- hasExtension(GeneratedMessage.GeneratedExtension<MessageType, Type>) - Method in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
-
Check if a singular extension is present.
- hasFeatures() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
optional .google.protobuf.FeatureSet features = 7 [json_name = "features"];
- hasFeatures() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
-
optional .google.protobuf.FeatureSet features = 7 [json_name = "features"];
- hasFeatures() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
-
optional .google.protobuf.FeatureSet features = 7 [json_name = "features"];
- hasFeatures() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
optional .google.protobuf.FeatureSet features = 2 [json_name = "features"];
- hasFeatures() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
-
optional .google.protobuf.FeatureSet features = 2 [json_name = "features"];
- hasFeatures() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
-
optional .google.protobuf.FeatureSet features = 2 [json_name = "features"];
- hasFeatures() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
optional .google.protobuf.FeatureSet features = 50 [json_name = "features"];
- hasFeatures() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
-
optional .google.protobuf.FeatureSet features = 50 [json_name = "features"];
- hasFeatures() - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptionsOrBuilder
-
optional .google.protobuf.FeatureSet features = 50 [json_name = "features"];
- hasFeatures() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional .google.protobuf.FeatureSet features = 21 [json_name = "features"];
- hasFeatures() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
optional .google.protobuf.FeatureSet features = 21 [json_name = "features"];
- hasFeatures() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
optional .google.protobuf.FeatureSet features = 21 [json_name = "features"];
- hasFeatures() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional .google.protobuf.FeatureSet features = 50 [json_name = "features"];
- hasFeatures() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional .google.protobuf.FeatureSet features = 50 [json_name = "features"];
- hasFeatures() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional .google.protobuf.FeatureSet features = 50 [json_name = "features"];
- hasFeatures() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
optional .google.protobuf.FeatureSet features = 12 [json_name = "features"];
- hasFeatures() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
-
optional .google.protobuf.FeatureSet features = 12 [json_name = "features"];
- hasFeatures() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
-
optional .google.protobuf.FeatureSet features = 12 [json_name = "features"];
- hasFeatures() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
optional .google.protobuf.FeatureSet features = 35 [json_name = "features"];
- hasFeatures() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
-
optional .google.protobuf.FeatureSet features = 35 [json_name = "features"];
- hasFeatures() - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
-
optional .google.protobuf.FeatureSet features = 35 [json_name = "features"];
- hasFeatures() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
optional .google.protobuf.FeatureSet features = 1 [json_name = "features"];
- hasFeatures() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
-
optional .google.protobuf.FeatureSet features = 1 [json_name = "features"];
- hasFeatures() - Method in interface com.google.protobuf.DescriptorProtos.OneofOptionsOrBuilder
-
optional .google.protobuf.FeatureSet features = 1 [json_name = "features"];
- hasFeatures() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
optional .google.protobuf.FeatureSet features = 34 [json_name = "features"];
- hasFeatures() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
-
optional .google.protobuf.FeatureSet features = 34 [json_name = "features"];
- hasFeatures() - Method in interface com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
-
optional .google.protobuf.FeatureSet features = 34 [json_name = "features"];
- 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.
- 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.GeneratedMessageV3.Builder
- hasField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
- hasField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
- hasField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3
- 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.
- hasFieldPresence() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
-
optional .google.protobuf.FeatureSet.FieldPresence field_presence = 1 [json_name = "fieldPresence", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- hasFieldPresence() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet
-
optional .google.protobuf.FeatureSet.FieldPresence field_presence = 1 [json_name = "fieldPresence", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- hasFieldPresence() - Method in interface com.google.protobuf.DescriptorProtos.FeatureSetOrBuilder
-
optional .google.protobuf.FeatureSet.FieldPresence field_presence = 1 [json_name = "fieldPresence", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- hasFullName() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
-
optional string full_name = 2 [json_name = "fullName"];
- hasFullName() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
-
optional string full_name = 2 [json_name = "fullName"];
- hasFullName() - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.DeclarationOrBuilder
-
optional string full_name = 2 [json_name = "fullName"];
- hasGeneratedCodeInfo() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];
- hasGeneratedCodeInfo() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
-
optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];
- hasGeneratedCodeInfo() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
-
optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];
- hasGoPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string go_package = 11 [json_name = "goPackage"];
- hasGoPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional string go_package = 11 [json_name = "goPackage"];
- hasGoPackage() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string go_package = 11 [json_name = "goPackage"];
- hashBoolean(boolean) - Static method in class com.google.protobuf.AbstractMessage
-
Deprecated.from v3.0.0-beta-3+, for compatibility with v2.5.0 and v2.6.1 generated code.
- 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.compiler.PluginProtos.CodeGeneratorRequest
- hashCode() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
- hashCode() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
- hashCode() - Method in class com.google.protobuf.compiler.PluginProtos.Version
- hashCode() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- hashCode() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
- hashCode() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
- hashCode() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
- hashCode() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
- hashCode() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
- hashCode() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
- hashCode() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
- hashCode() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
- hashCode() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
- hashCode() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet
- hashCode() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
- hashCode() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
- hashCode() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
- hashCode() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
- hashCode() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
- hashCode() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
- hashCode() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
- hashCode() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
- hashCode() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
- hashCode() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
- hashCode() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
- hashCode() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
- hashCode() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
- hashCode() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
- hashCode() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
- hashCode() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
- hashCode() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
- hashCode() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
- hashCode() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- 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.GeneratedMessageLite
- hashCode() - Method in class com.google.protobuf.Int32Value
- hashCode() - Method in class com.google.protobuf.Int64Value
- hashCode() - Method in class com.google.protobuf.LazyField
- hashCode() - Method in class com.google.protobuf.LazyFieldLite
- 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.TextFormatParseLocation
- 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
- hashCode(byte[]) - Static method in class com.google.protobuf.Internal
-
Helper method for implementing
Message.hashCode()
for bytes field. - hashCode(List<byte[]>) - Static method in class com.google.protobuf.Internal
-
Helper method for implementing
Message.hashCode()
for bytes field. - hashCodeByteBuffer(ByteBuffer) - Static method in class com.google.protobuf.Internal
-
Helper method for implementing
Message.hashCode()
for bytes field. - hashCodeByteBuffer(List<ByteBuffer>) - Static method in class com.google.protobuf.Internal
-
Helper method for implementing
Message.hashCode()
for bytes field. - hashEnum(Internal.EnumLite) - Static method in class com.google.protobuf.AbstractMessage
-
Deprecated.from v3.0.0-beta-3+, for compatibility with v2.5.0 and v2.6.1 generated code.
- 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.AbstractMessage
-
Deprecated.from v3.0.0-beta-3+, for compatibility with v2.5.0 and v2.6.1 generated code.
- 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.AbstractMessage
-
Deprecated.from v3.0.0-beta-3+, for compatibility with v2.5.0 and v2.6.1 generated code.
- hashLong(long) - Static method in class com.google.protobuf.Internal
-
Helper method for implementing
Message.hashCode()
for longs. - hasIdempotencyLevel() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN, json_name = "idempotencyLevel"];
- hasIdempotencyLevel() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
-
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN, json_name = "idempotencyLevel"];
- hasIdempotencyLevel() - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
-
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN, json_name = "idempotencyLevel"];
- hasIdentifierValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional string identifier_value = 3 [json_name = "identifierValue"];
- hasIdentifierValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
-
optional string identifier_value = 3 [json_name = "identifierValue"];
- hasIdentifierValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
optional string identifier_value = 3 [json_name = "identifierValue"];
- hasInputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string input_type = 2 [json_name = "inputType"];
- hasInputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
-
optional string input_type = 2 [json_name = "inputType"];
- hasInputType() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional string input_type = 2 [json_name = "inputType"];
- hasInsertionPoint() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
optional string insertion_point = 2 [json_name = "insertionPoint"];
- hasInsertionPoint() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
-
optional string insertion_point = 2 [json_name = "insertionPoint"];
- hasInsertionPoint() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
-
optional string insertion_point = 2 [json_name = "insertionPoint"];
- hasIsExtension() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
-
required bool is_extension = 2 [json_name = "isExtension"];
- hasIsExtension() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
-
required bool is_extension = 2 [json_name = "isExtension"];
- hasIsExtension() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder
-
required bool is_extension = 2 [json_name = "isExtension"];
- hasJavaGenerateEqualsAndHash() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
Deprecated.google.protobuf.FileOptions.java_generate_equals_and_hash is deprecated. See google/protobuf/descriptor.proto;l=0
- hasJavaGenerateEqualsAndHash() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
Deprecated.google.protobuf.FileOptions.java_generate_equals_and_hash is deprecated. See google/protobuf/descriptor.proto;l=0
- hasJavaGenerateEqualsAndHash() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
Deprecated.google.protobuf.FileOptions.java_generate_equals_and_hash is deprecated. See google/protobuf/descriptor.proto;l=0
- hasJavaGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool java_generic_services = 17 [default = false, json_name = "javaGenericServices"];
- hasJavaGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional bool java_generic_services = 17 [default = false, json_name = "javaGenericServices"];
- hasJavaGenericServices() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional bool java_generic_services = 17 [default = false, json_name = "javaGenericServices"];
- hasJavaMultipleFiles() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool java_multiple_files = 10 [default = false, json_name = "javaMultipleFiles"];
- hasJavaMultipleFiles() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional bool java_multiple_files = 10 [default = false, json_name = "javaMultipleFiles"];
- hasJavaMultipleFiles() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional bool java_multiple_files = 10 [default = false, json_name = "javaMultipleFiles"];
- hasJavaOuterClassname() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string java_outer_classname = 8 [json_name = "javaOuterClassname"];
- hasJavaOuterClassname() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional string java_outer_classname = 8 [json_name = "javaOuterClassname"];
- hasJavaOuterClassname() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string java_outer_classname = 8 [json_name = "javaOuterClassname"];
- hasJavaPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string java_package = 1 [json_name = "javaPackage"];
- hasJavaPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional string java_package = 1 [json_name = "javaPackage"];
- hasJavaPackage() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string java_package = 1 [json_name = "javaPackage"];
- hasJavaStringCheckUtf8() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool java_string_check_utf8 = 27 [default = false, json_name = "javaStringCheckUtf8"];
- hasJavaStringCheckUtf8() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional bool java_string_check_utf8 = 27 [default = false, json_name = "javaStringCheckUtf8"];
- hasJavaStringCheckUtf8() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional bool java_string_check_utf8 = 27 [default = false, json_name = "javaStringCheckUtf8"];
- hasJsonFormat() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
-
optional .google.protobuf.FeatureSet.JsonFormat json_format = 6 [json_name = "jsonFormat", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_MESSAGE, targets = TARGET_TYPE_ENUM, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- hasJsonFormat() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet
-
optional .google.protobuf.FeatureSet.JsonFormat json_format = 6 [json_name = "jsonFormat", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_MESSAGE, targets = TARGET_TYPE_ENUM, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- hasJsonFormat() - Method in interface com.google.protobuf.DescriptorProtos.FeatureSetOrBuilder
-
optional .google.protobuf.FeatureSet.JsonFormat json_format = 6 [json_name = "jsonFormat", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_MESSAGE, targets = TARGET_TYPE_ENUM, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- hasJsonName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string json_name = 10 [json_name = "jsonName"];
- hasJsonName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional string json_name = 10 [json_name = "jsonName"];
- hasJsonName() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string json_name = 10 [json_name = "jsonName"];
- hasJstype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL, json_name = "jstype"];
- hasJstype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL, json_name = "jstype"];
- hasJstype() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL, json_name = "jstype"];
- hasLabel() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];
- hasLabel() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];
- hasLabel() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];
- hasLazy() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool lazy = 5 [default = false, json_name = "lazy"];
- hasLazy() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
optional bool lazy = 5 [default = false, json_name = "lazy"];
- hasLazy() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
optional bool lazy = 5 [default = false, json_name = "lazy"];
- hasLeadingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
optional string leading_comments = 3 [json_name = "leadingComments"];
- hasLeadingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
optional string leading_comments = 3 [json_name = "leadingComments"];
- hasLeadingComments() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
optional string leading_comments = 3 [json_name = "leadingComments"];
- hasListValue() - Method in class com.google.protobuf.Value.Builder
-
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
- hasListValue() - Method in class com.google.protobuf.Value
-
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
- hasListValue() - Method in interface com.google.protobuf.ValueOrBuilder
-
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
- hasMajor() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
-
optional int32 major = 1 [json_name = "major"];
- hasMajor() - Method in class com.google.protobuf.compiler.PluginProtos.Version
-
optional int32 major = 1 [json_name = "major"];
- hasMajor() - Method in interface com.google.protobuf.compiler.PluginProtos.VersionOrBuilder
-
optional int32 major = 1 [json_name = "major"];
- hasMapEntry() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
optional bool map_entry = 7 [json_name = "mapEntry"];
- hasMapEntry() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
-
optional bool map_entry = 7 [json_name = "mapEntry"];
- hasMapEntry() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
-
optional bool map_entry = 7 [json_name = "mapEntry"];
- hasMessageEncoding() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
-
optional .google.protobuf.FeatureSet.MessageEncoding message_encoding = 5 [json_name = "messageEncoding", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- hasMessageEncoding() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet
-
optional .google.protobuf.FeatureSet.MessageEncoding message_encoding = 5 [json_name = "messageEncoding", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- hasMessageEncoding() - Method in interface com.google.protobuf.DescriptorProtos.FeatureSetOrBuilder
-
optional .google.protobuf.FeatureSet.MessageEncoding message_encoding = 5 [json_name = "messageEncoding", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- hasMessageSetWireFormat() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
optional bool message_set_wire_format = 1 [default = false, json_name = "messageSetWireFormat"];
- hasMessageSetWireFormat() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
-
optional bool message_set_wire_format = 1 [default = false, json_name = "messageSetWireFormat"];
- hasMessageSetWireFormat() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
-
optional bool message_set_wire_format = 1 [default = false, json_name = "messageSetWireFormat"];
- hasMinor() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
-
optional int32 minor = 2 [json_name = "minor"];
- hasMinor() - Method in class com.google.protobuf.compiler.PluginProtos.Version
-
optional int32 minor = 2 [json_name = "minor"];
- hasMinor() - Method in interface com.google.protobuf.compiler.PluginProtos.VersionOrBuilder
-
optional int32 minor = 2 [json_name = "minor"];
- hasName() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
optional string name = 1 [json_name = "name"];
- hasName() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
-
optional string name = 1 [json_name = "name"];
- hasName() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
-
optional string name = 1 [json_name = "name"];
- hasName() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- hasName() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
optional string name = 1 [json_name = "name"];
- hasName() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
optional string name = 1 [json_name = "name"];
- hasName() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- hasName() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
-
optional string name = 1 [json_name = "name"];
- hasName() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
-
optional string name = 1 [json_name = "name"];
- hasName() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- hasName() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
-
optional string name = 1 [json_name = "name"];
- hasName() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
-
optional string name = 1 [json_name = "name"];
- hasName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- hasName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional string name = 1 [json_name = "name"];
- hasName() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string name = 1 [json_name = "name"];
- hasName() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- hasName() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
optional string name = 1 [json_name = "name"];
- hasName() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional string name = 1 [json_name = "name"];
- hasName() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- hasName() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
-
optional string name = 1 [json_name = "name"];
- hasName() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional string name = 1 [json_name = "name"];
- hasName() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- hasName() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
-
optional string name = 1 [json_name = "name"];
- hasName() - Method in interface com.google.protobuf.DescriptorProtos.OneofDescriptorProtoOrBuilder
-
optional string name = 1 [json_name = "name"];
- hasName() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- hasName() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
-
optional string name = 1 [json_name = "name"];
- hasName() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
optional string name = 1 [json_name = "name"];
- hasNamePart() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
-
required string name_part = 1 [json_name = "namePart"];
- hasNamePart() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
-
required string name_part = 1 [json_name = "namePart"];
- hasNamePart() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder
-
required string name_part = 1 [json_name = "namePart"];
- hasNegativeIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional int64 negative_int_value = 5 [json_name = "negativeIntValue"];
- hasNegativeIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
-
optional int64 negative_int_value = 5 [json_name = "negativeIntValue"];
- hasNegativeIntValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
optional int64 negative_int_value = 5 [json_name = "negativeIntValue"];
- hasNoStandardDescriptorAccessor() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
optional bool no_standard_descriptor_accessor = 2 [default = false, json_name = "noStandardDescriptorAccessor"];
- hasNoStandardDescriptorAccessor() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
-
optional bool no_standard_descriptor_accessor = 2 [default = false, json_name = "noStandardDescriptorAccessor"];
- hasNoStandardDescriptorAccessor() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
-
optional bool no_standard_descriptor_accessor = 2 [default = false, json_name = "noStandardDescriptorAccessor"];
- hasNullValue() - Method in class com.google.protobuf.Value.Builder
-
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
- hasNullValue() - Method in class com.google.protobuf.Value
-
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
- hasNullValue() - Method in interface com.google.protobuf.ValueOrBuilder
-
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
- hasNumber() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional int32 number = 2 [json_name = "number"];
- hasNumber() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
-
optional int32 number = 2 [json_name = "number"];
- hasNumber() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
-
optional int32 number = 2 [json_name = "number"];
- hasNumber() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
-
optional int32 number = 1 [json_name = "number"];
- hasNumber() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
-
optional int32 number = 1 [json_name = "number"];
- hasNumber() - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.DeclarationOrBuilder
-
optional int32 number = 1 [json_name = "number"];
- hasNumber() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional int32 number = 3 [json_name = "number"];
- hasNumber() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional int32 number = 3 [json_name = "number"];
- hasNumber() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional int32 number = 3 [json_name = "number"];
- hasNumberValue() - Method in class com.google.protobuf.Value.Builder
-
double number_value = 2 [json_name = "numberValue"];
- hasNumberValue() - Method in class com.google.protobuf.Value
-
double number_value = 2 [json_name = "numberValue"];
- hasNumberValue() - Method in interface com.google.protobuf.ValueOrBuilder
-
double number_value = 2 [json_name = "numberValue"];
- hasObjcClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string objc_class_prefix = 36 [json_name = "objcClassPrefix"];
- hasObjcClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional string objc_class_prefix = 36 [json_name = "objcClassPrefix"];
- hasObjcClassPrefix() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string objc_class_prefix = 36 [json_name = "objcClassPrefix"];
- 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
- 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 class com.google.protobuf.GeneratedMessageV3.Builder
- hasOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3
- 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 [json_name = "oneofIndex"];
- hasOneofIndex() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional int32 oneof_index = 9 [json_name = "oneofIndex"];
- hasOneofIndex() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional int32 oneof_index = 9 [json_name = "oneofIndex"];
- hasOptimizeFor() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED, json_name = "optimizeFor"];
- hasOptimizeFor() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED, json_name = "optimizeFor"];
- hasOptimizeFor() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED, json_name = "optimizeFor"];
- hasOptionalKeyword() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
-
Returns true if this field was syntactically written with "optional" in the .proto file.
- hasOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];
- hasOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
optional .google.protobuf.ExtensionRangeOptions options = 3 [json_name = "options"];
- hasOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
-
optional .google.protobuf.ExtensionRangeOptions options = 3 [json_name = "options"];
- hasOptions() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
-
optional .google.protobuf.ExtensionRangeOptions options = 3 [json_name = "options"];
- hasOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];
- hasOptions() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];
- hasOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
- hasOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
-
optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
- hasOptions() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
-
optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
- hasOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];
- hasOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
-
optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];
- hasOptions() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
-
optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];
- hasOptions() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
- hasOptions() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
- hasOptions() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
- hasOptions() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.FileOptions options = 8 [json_name = "options"];
- hasOptions() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
optional .google.protobuf.FileOptions options = 8 [json_name = "options"];
- hasOptions() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional .google.protobuf.FileOptions options = 8 [json_name = "options"];
- hasOptions() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];
- hasOptions() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
-
optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];
- hasOptions() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];
- hasOptions() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
-
optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
- hasOptions() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
-
optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
- hasOptions() - Method in interface com.google.protobuf.DescriptorProtos.OneofDescriptorProtoOrBuilder
-
optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
- hasOptions() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];
- hasOptions() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
-
optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];
- hasOptions() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];
- hasOutputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string output_type = 3 [json_name = "outputType"];
- hasOutputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
-
optional string output_type = 3 [json_name = "outputType"];
- hasOutputType() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional string output_type = 3 [json_name = "outputType"];
- hasPackage() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string package = 2 [json_name = "package"];
- hasPackage() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
optional string package = 2 [json_name = "package"];
- hasPackage() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional string package = 2 [json_name = "package"];
- hasPacked() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool packed = 2 [json_name = "packed"];
- hasPacked() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
optional bool packed = 2 [json_name = "packed"];
- hasPacked() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
optional bool packed = 2 [json_name = "packed"];
- hasParameter() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
optional string parameter = 2 [json_name = "parameter"];
- hasParameter() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
-
optional string parameter = 2 [json_name = "parameter"];
- hasParameter() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
-
optional string parameter = 2 [json_name = "parameter"];
- hasPatch() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
-
optional int32 patch = 3 [json_name = "patch"];
- hasPatch() - Method in class com.google.protobuf.compiler.PluginProtos.Version
-
optional int32 patch = 3 [json_name = "patch"];
- hasPatch() - Method in interface com.google.protobuf.compiler.PluginProtos.VersionOrBuilder
-
optional int32 patch = 3 [json_name = "patch"];
- hasPhpClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string php_class_prefix = 40 [json_name = "phpClassPrefix"];
- hasPhpClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional string php_class_prefix = 40 [json_name = "phpClassPrefix"];
- hasPhpClassPrefix() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string php_class_prefix = 40 [json_name = "phpClassPrefix"];
- hasPhpGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool php_generic_services = 42 [default = false, json_name = "phpGenericServices"];
- hasPhpGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional bool php_generic_services = 42 [default = false, json_name = "phpGenericServices"];
- hasPhpGenericServices() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional bool php_generic_services = 42 [default = false, json_name = "phpGenericServices"];
- hasPhpMetadataNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string php_metadata_namespace = 44 [json_name = "phpMetadataNamespace"];
- hasPhpMetadataNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional string php_metadata_namespace = 44 [json_name = "phpMetadataNamespace"];
- hasPhpMetadataNamespace() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string php_metadata_namespace = 44 [json_name = "phpMetadataNamespace"];
- hasPhpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string php_namespace = 41 [json_name = "phpNamespace"];
- hasPhpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional string php_namespace = 41 [json_name = "phpNamespace"];
- hasPhpNamespace() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string php_namespace = 41 [json_name = "phpNamespace"];
- hasPositiveIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional uint64 positive_int_value = 4 [json_name = "positiveIntValue"];
- hasPositiveIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
-
optional uint64 positive_int_value = 4 [json_name = "positiveIntValue"];
- hasPositiveIntValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
optional uint64 positive_int_value = 4 [json_name = "positiveIntValue"];
- hasPresence() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
-
Returns true if this field tracks presence, ie.
- hasProto3Optional() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional bool proto3_optional = 17 [json_name = "proto3Optional"];
- hasProto3Optional() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional bool proto3_optional = 17 [json_name = "proto3Optional"];
- hasProto3Optional() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional bool proto3_optional = 17 [json_name = "proto3Optional"];
- hasPyGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool py_generic_services = 18 [default = false, json_name = "pyGenericServices"];
- hasPyGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional bool py_generic_services = 18 [default = false, json_name = "pyGenericServices"];
- hasPyGenericServices() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional bool py_generic_services = 18 [default = false, json_name = "pyGenericServices"];
- hasRawFeatures() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
-
optional .google.protobuf.FeatureSet raw_features = 999 [json_name = "rawFeatures", targets = TARGET_TYPE_UNKNOWN];
- hasRawFeatures() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet
-
optional .google.protobuf.FeatureSet raw_features = 999 [json_name = "rawFeatures", targets = TARGET_TYPE_UNKNOWN];
- hasRawFeatures() - Method in interface com.google.protobuf.DescriptorProtos.FeatureSetOrBuilder
-
optional .google.protobuf.FeatureSet raw_features = 999 [json_name = "rawFeatures", targets = TARGET_TYPE_UNKNOWN];
- hasRepeated() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
-
optional bool repeated = 6 [json_name = "repeated"];
- hasRepeated() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
-
optional bool repeated = 6 [json_name = "repeated"];
- hasRepeated() - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.DeclarationOrBuilder
-
optional bool repeated = 6 [json_name = "repeated"];
- hasRepeatedFieldEncoding() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
-
optional .google.protobuf.FeatureSet.RepeatedFieldEncoding repeated_field_encoding = 3 [json_name = "repeatedFieldEncoding", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- hasRepeatedFieldEncoding() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet
-
optional .google.protobuf.FeatureSet.RepeatedFieldEncoding repeated_field_encoding = 3 [json_name = "repeatedFieldEncoding", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- hasRepeatedFieldEncoding() - Method in interface com.google.protobuf.DescriptorProtos.FeatureSetOrBuilder
-
optional .google.protobuf.FeatureSet.RepeatedFieldEncoding repeated_field_encoding = 3 [json_name = "repeatedFieldEncoding", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- hasReserved() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
-
optional bool reserved = 5 [json_name = "reserved"];
- hasReserved() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
-
optional bool reserved = 5 [json_name = "reserved"];
- hasReserved() - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.DeclarationOrBuilder
-
optional bool reserved = 5 [json_name = "reserved"];
- hasRetention() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional .google.protobuf.FieldOptions.OptionRetention retention = 17 [json_name = "retention"];
- hasRetention() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
optional .google.protobuf.FieldOptions.OptionRetention retention = 17 [json_name = "retention"];
- hasRetention() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
optional .google.protobuf.FieldOptions.OptionRetention retention = 17 [json_name = "retention"];
- hasRubyPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string ruby_package = 45 [json_name = "rubyPackage"];
- hasRubyPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional string ruby_package = 45 [json_name = "rubyPackage"];
- hasRubyPackage() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string ruby_package = 45 [json_name = "rubyPackage"];
- hasSemantic() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
optional .google.protobuf.GeneratedCodeInfo.Annotation.Semantic semantic = 5 [json_name = "semantic"];
- hasSemantic() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
-
optional .google.protobuf.GeneratedCodeInfo.Annotation.Semantic semantic = 5 [json_name = "semantic"];
- hasSemantic() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
-
optional .google.protobuf.GeneratedCodeInfo.Annotation.Semantic semantic = 5 [json_name = "semantic"];
- hasServerStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional bool server_streaming = 6 [default = false, json_name = "serverStreaming"];
- hasServerStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
-
optional bool server_streaming = 6 [default = false, json_name = "serverStreaming"];
- hasServerStreaming() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
-
optional bool server_streaming = 6 [default = false, json_name = "serverStreaming"];
- hasSourceCodeInfo() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];
- hasSourceCodeInfo() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];
- hasSourceCodeInfo() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];
- hasSourceContext() - Method in class com.google.protobuf.Api.Builder
-
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
- hasSourceContext() - Method in class com.google.protobuf.Api
-
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
- hasSourceContext() - Method in interface com.google.protobuf.ApiOrBuilder
-
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
- hasSourceContext() - Method in class com.google.protobuf.Enum.Builder
-
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
- hasSourceContext() - Method in class com.google.protobuf.Enum
-
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
- hasSourceContext() - Method in interface com.google.protobuf.EnumOrBuilder
-
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
- hasSourceContext() - Method in class com.google.protobuf.Type.Builder
-
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
- hasSourceContext() - Method in class com.google.protobuf.Type
-
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
- hasSourceContext() - Method in interface com.google.protobuf.TypeOrBuilder
-
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
- hasSourceFile() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
optional string source_file = 2 [json_name = "sourceFile"];
- hasSourceFile() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
-
optional string source_file = 2 [json_name = "sourceFile"];
- hasSourceFile() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
-
optional string source_file = 2 [json_name = "sourceFile"];
- hasStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
optional int32 start = 1 [json_name = "start"];
- hasStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
-
optional int32 start = 1 [json_name = "start"];
- hasStart() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
-
optional int32 start = 1 [json_name = "start"];
- hasStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
-
optional int32 start = 1 [json_name = "start"];
- hasStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
-
optional int32 start = 1 [json_name = "start"];
- hasStart() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder
-
optional int32 start = 1 [json_name = "start"];
- hasStart() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
-
optional int32 start = 1 [json_name = "start"];
- hasStart() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
-
optional int32 start = 1 [json_name = "start"];
- hasStart() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRangeOrBuilder
-
optional int32 start = 1 [json_name = "start"];
- hasStringFieldValidation() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
-
optional .google.protobuf.FeatureSet.StringFieldValidation string_field_validation = 4 [json_name = "stringFieldValidation", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- hasStringFieldValidation() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet
-
optional .google.protobuf.FeatureSet.StringFieldValidation string_field_validation = 4 [json_name = "stringFieldValidation", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- hasStringFieldValidation() - Method in interface com.google.protobuf.DescriptorProtos.FeatureSetOrBuilder
-
optional .google.protobuf.FeatureSet.StringFieldValidation string_field_validation = 4 [json_name = "stringFieldValidation", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- hasStringValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional bytes string_value = 7 [json_name = "stringValue"];
- hasStringValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
-
optional bytes string_value = 7 [json_name = "stringValue"];
- hasStringValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
optional bytes string_value = 7 [json_name = "stringValue"];
- hasStringValue() - Method in class com.google.protobuf.Value.Builder
-
string string_value = 3 [json_name = "stringValue"];
- hasStringValue() - Method in class com.google.protobuf.Value
-
string string_value = 3 [json_name = "stringValue"];
- hasStringValue() - Method in interface com.google.protobuf.ValueOrBuilder
-
string string_value = 3 [json_name = "stringValue"];
- hasStructValue() - Method in class com.google.protobuf.Value.Builder
-
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
- hasStructValue() - Method in class com.google.protobuf.Value
-
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
- hasStructValue() - Method in interface com.google.protobuf.ValueOrBuilder
-
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
- hasSuffix() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
-
optional string suffix = 4 [json_name = "suffix"];
- hasSuffix() - Method in class com.google.protobuf.compiler.PluginProtos.Version
-
optional string suffix = 4 [json_name = "suffix"];
- hasSuffix() - Method in interface com.google.protobuf.compiler.PluginProtos.VersionOrBuilder
-
optional string suffix = 4 [json_name = "suffix"];
- hasSupportedFeatures() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
optional uint64 supported_features = 2 [json_name = "supportedFeatures"];
- hasSupportedFeatures() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
-
optional uint64 supported_features = 2 [json_name = "supportedFeatures"];
- hasSupportedFeatures() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
-
optional uint64 supported_features = 2 [json_name = "supportedFeatures"];
- hasSwiftPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string swift_prefix = 39 [json_name = "swiftPrefix"];
- hasSwiftPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional string swift_prefix = 39 [json_name = "swiftPrefix"];
- hasSwiftPrefix() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional string swift_prefix = 39 [json_name = "swiftPrefix"];
- hasSyntax() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string syntax = 12 [json_name = "syntax"];
- hasSyntax() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
optional string syntax = 12 [json_name = "syntax"];
- hasSyntax() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
optional string syntax = 12 [json_name = "syntax"];
- hasTrailingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
optional string trailing_comments = 4 [json_name = "trailingComments"];
- hasTrailingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
optional string trailing_comments = 4 [json_name = "trailingComments"];
- hasTrailingComments() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
optional string trailing_comments = 4 [json_name = "trailingComments"];
- hasType() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
-
optional string type = 3 [json_name = "type"];
- hasType() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
-
optional string type = 3 [json_name = "type"];
- hasType() - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.DeclarationOrBuilder
-
optional string type = 3 [json_name = "type"];
- hasType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];
- hasType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];
- hasType() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];
- hasTypeName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string type_name = 6 [json_name = "typeName"];
- hasTypeName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional string type_name = 6 [json_name = "typeName"];
- hasTypeName() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string type_name = 6 [json_name = "typeName"];
- hasUnverifiedLazy() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool unverified_lazy = 15 [default = false, json_name = "unverifiedLazy"];
- hasUnverifiedLazy() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
optional bool unverified_lazy = 15 [default = false, json_name = "unverifiedLazy"];
- hasUnverifiedLazy() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
optional bool unverified_lazy = 15 [default = false, json_name = "unverifiedLazy"];
- hasValue() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault.Builder
-
optional string value = 2 [json_name = "value"];
- hasValue() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
-
optional string value = 2 [json_name = "value"];
- hasValue() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefaultOrBuilder
-
optional string value = 2 [json_name = "value"];
- hasValue() - Method in class com.google.protobuf.Option.Builder
-
.google.protobuf.Any value = 2 [json_name = "value"];
- hasValue() - Method in class com.google.protobuf.Option
-
.google.protobuf.Any value = 2 [json_name = "value"];
- hasValue() - Method in interface com.google.protobuf.OptionOrBuilder
-
.google.protobuf.Any value = 2 [json_name = "value"];
- hasVerification() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
optional .google.protobuf.ExtensionRangeOptions.VerificationState verification = 3 [default = UNVERIFIED, json_name = "verification"];
- hasVerification() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
-
optional .google.protobuf.ExtensionRangeOptions.VerificationState verification = 3 [default = UNVERIFIED, json_name = "verification"];
- hasVerification() - Method in interface com.google.protobuf.DescriptorProtos.ExtensionRangeOptionsOrBuilder
-
optional .google.protobuf.ExtensionRangeOptions.VerificationState verification = 3 [default = UNVERIFIED, json_name = "verification"];
- hasWeak() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool weak = 10 [default = false, json_name = "weak"];
- hasWeak() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
optional bool weak = 10 [default = false, json_name = "weak"];
- hasWeak() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
optional bool weak = 10 [default = false, json_name = "weak"];
- HINT - com.google.protobuf.DescriptorProtos.FeatureSet.StringFieldValidation
-
HINT = 2;
- HINT_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FeatureSet.StringFieldValidation
-
HINT = 2;
I
- id() - Method in enum com.google.protobuf.FieldType
-
A reliable unique identifier for this type.
- IDEMPOTENCY_LEVEL_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MethodOptions
- IDEMPOTENCY_UNKNOWN - com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
-
IDEMPOTENCY_UNKNOWN = 0;
- IDEMPOTENCY_UNKNOWN_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
-
IDEMPOTENCY_UNKNOWN = 0;
- IDEMPOTENT - com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
-
IDEMPOTENT = 2;
- IDEMPOTENT_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
-
IDEMPOTENT = 2;
- IDENTIFIER_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption
- IMMUTABLE - com.google.protobuf.Extension.ExtensionType
- IMPLICIT - com.google.protobuf.DescriptorProtos.FeatureSet.FieldPresence
-
IMPLICIT = 2;
- IMPLICIT_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FeatureSet.FieldPresence
-
IMPLICIT = 2;
- 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
- INT - com.google.protobuf.Descriptors.FieldDescriptor.JavaType
- INT - com.google.protobuf.JavaType
- INT - com.google.protobuf.WireFormat.JavaType
- INT32 - com.google.protobuf.Descriptors.FieldDescriptor.Type
- INT32 - com.google.protobuf.FieldType
- INT32 - com.google.protobuf.WireFormat.FieldType
- INT32_LIST - com.google.protobuf.FieldType
- INT32_LIST_PACKED - com.google.protobuf.FieldType
- Int32Value - Class in com.google.protobuf
-
Protobuf type
google.protobuf.Int32Value
- Int32Value.Builder - Class in com.google.protobuf
-
Protobuf type
google.protobuf.Int32Value
- Int32ValueOrBuilder - Interface in com.google.protobuf
- INT64 - com.google.protobuf.Descriptors.FieldDescriptor.Type
- INT64 - com.google.protobuf.FieldType
- INT64 - com.google.protobuf.WireFormat.FieldType
- INT64_LIST - com.google.protobuf.FieldType
- INT64_LIST_PACKED - com.google.protobuf.FieldType
- Int64Value - Class in com.google.protobuf
-
Protobuf type
google.protobuf.Int64Value
- Int64Value.Builder - Class in com.google.protobuf
-
Protobuf type
google.protobuf.Int64Value
- Int64ValueOrBuilder - Interface in com.google.protobuf
- Internal - Class in com.google.protobuf
-
The classes contained within are used internally by the Protocol Buffer library and generated message implementations.
- Internal.BooleanList - Interface in com.google.protobuf
-
A
List
implementation that avoids boxing the elements into Booleans if possible. - Internal.DoubleList - Interface in com.google.protobuf
-
A
List
implementation that avoids boxing the elements into Doubles if possible. - Internal.EnumLite - Interface in com.google.protobuf
-
Interface for an enum value or value descriptor, to be used in FieldSet.
- Internal.EnumLiteMap<T extends Internal.EnumLite> - Interface in com.google.protobuf
-
Interface for an object which maps integers to
Internal.EnumLite
s. - Internal.EnumVerifier - Interface in com.google.protobuf
-
Interface for an object which verifies integers are in range.
- Internal.FloatList - Interface in com.google.protobuf
-
A
List
implementation that avoids boxing the elements into Floats if possible. - Internal.IntList - Interface in com.google.protobuf
-
A
List
implementation that avoids boxing the elements into Integers if possible. - Internal.ListAdapter<F,T> - Class in com.google.protobuf
-
Provides an immutable view of
List<T>
around aList<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 aMap<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[]) - Static method in class com.google.protobuf.Descriptors.FileDescriptor
-
This method is to be called by generated code only.
- internalBuildGeneratedFileFrom(String[], Descriptors.FileDescriptor[], Descriptors.FileDescriptor.InternalDescriptorAssigner) - Static method in class com.google.protobuf.Descriptors.FileDescriptor
-
Deprecated.
- internalBuildGeneratedFileFrom(String[], Class<?>, String[], String[]) - 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
-
Deprecated.
- 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.compiler.PluginProtos.Version.Builder
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.compiler.PluginProtos.Version
- 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.EnumReservedRange.Builder
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
- 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.ExtensionRangeOptions.Builder
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet
- 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.EditionDefault.Builder
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
- 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.GeneratedCodeInfo.Annotation.Builder
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
- 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.OneofOptions.Builder
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
- 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.GeneratedMessageV3.Builder
-
Get the FieldAccessorTable for this type.
- internalGetFieldAccessorTable() - Method in class com.google.protobuf.GeneratedMessageV3
-
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.GeneratedMessageV3.Builder
-
Gets the map field with the given field number.
- internalGetMapField(int) - Method in class com.google.protobuf.GeneratedMessageV3
-
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
GeneratedMessage.Builder.internalGetMapField(int)
but return a mutable version. - internalGetMutableMapField(int) - Method in class com.google.protobuf.GeneratedMessageV3.Builder
-
Like
GeneratedMessageV3.Builder.internalGetMapField(int)
but return a mutable version. - internalGetMutableMapField(int) - Method in class com.google.protobuf.Struct.Builder
- internalGetValueMap() - Static method in enum com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Feature
- internalGetValueMap() - Static method in enum com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.VerificationState
- internalGetValueMap() - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.EnumType
- internalGetValueMap() - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.FieldPresence
- internalGetValueMap() - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.JsonFormat
- internalGetValueMap() - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.MessageEncoding
- internalGetValueMap() - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.RepeatedFieldEncoding
- internalGetValueMap() - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.StringFieldValidation
- 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.FieldOptions.OptionRetention
- internalGetValueMap() - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
- internalGetValueMap() - Static method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
- internalGetValueMap() - Static method in enum com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic
- internalGetValueMap() - Static method in enum com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
- 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(AbstractMessageLite) - Method in class com.google.protobuf.AbstractMessage.Builder
- internalMergeFrom(MessageLite.Builder, MessageLite) - Method in class com.google.protobuf.Descriptors.FieldDescriptor
-
For internal use only.
- internalMergeFrom(MessageType) - Method in class com.google.protobuf.AbstractMessageLite.Builder
- internalMergeFrom(MessageType) - Method in class com.google.protobuf.GeneratedMessageLite.Builder
- 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.
- InvalidProtocolBufferException(IOException) - Constructor for exception com.google.protobuf.InvalidProtocolBufferException
- InvalidProtocolBufferException(Exception) - Constructor for exception com.google.protobuf.InvalidProtocolBufferException
- InvalidProtocolBufferException(String) - Constructor for exception com.google.protobuf.InvalidProtocolBufferException
- InvalidProtocolBufferException(String, IOException) - Constructor for exception com.google.protobuf.InvalidProtocolBufferException
- InvalidProtocolBufferException(String, Exception) - Constructor for exception com.google.protobuf.InvalidProtocolBufferException
- InvalidProtocolBufferException.InvalidWireTypeException - Exception in com.google.protobuf
-
Exception indicating that an unexpected wire type was encountered for a field.
- InvalidWireTypeException(String) - Constructor for exception com.google.protobuf.InvalidProtocolBufferException.InvalidWireTypeException
- 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 ofRopeByteString
. - 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
- isClean() - Method in class com.google.protobuf.GeneratedMessageV3.Builder
-
Gets whether invalidations are needed
- isClientStreaming() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
-
Get whether or not the inputs are streaming.
- isClosed() - Method in class com.google.protobuf.Descriptors.EnumDescriptor
-
Determines if the given enum is closed.
- isEagerlyParseMessageSets() - Static method in class com.google.protobuf.ExtensionRegistryLite
- isEmpty() - Method in class com.google.protobuf.ByteString
-
Returns
true
if the size is0
,false
otherwise. - isEmpty() - Method in class com.google.protobuf.RepeatedFieldBuilder
-
Gets whether the list is empty.
- isEmpty() - Method in class com.google.protobuf.RepeatedFieldBuilderV3
-
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.compiler.PluginProtos.Version.Builder
- isInitialized() - Method in class com.google.protobuf.compiler.PluginProtos.Version
- 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.EnumReservedRange.Builder
- isInitialized() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
- 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.ExtensionRangeOptions.Builder
- isInitialized() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
- isInitialized() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
- isInitialized() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
- isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
- isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet
- 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.EditionDefault.Builder
- isInitialized() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
- 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.GeneratedCodeInfo.Annotation.Builder
- isInitialized() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
- isInitialized() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
- isInitialized() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
- 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.OneofOptions.Builder
- isInitialized() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
- 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() - Method in class com.google.protobuf.GeneratedMessageV3.Builder
- isInitialized() - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
- isInitialized() - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
- isInitialized() - Method in class com.google.protobuf.GeneratedMessageV3
- 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 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
- isInitialized(T, boolean) - Static method in class com.google.protobuf.GeneratedMessageLite
-
A static helper method for checking if a message is initialized, optionally memoizing.
- isInRange(int) - Method in interface com.google.protobuf.Internal.EnumVerifier
- isList() - Method in enum com.google.protobuf.FieldType
-
Indicates whether this field represents a list of values.
- isMap() - Method in enum com.google.protobuf.FieldType
-
Indicates whether this field represents a map.
- 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.
- 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? That is, is it a repeated primitive field?
- 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 set to unpacked? - isPacked() - Method in enum com.google.protobuf.FieldType
-
Indicates whether a list field should be represented on the wire in packed form.
- isPrimitiveScalar() - Method in enum com.google.protobuf.FieldType
-
Indicates whether this field type represents a primitive scalar value.
- isRepeated() - Method in class com.google.protobuf.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.
- isReservedName(String) - Method in class com.google.protobuf.Descriptors.EnumDescriptor
-
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.
- isReservedNumber(int) - Method in class com.google.protobuf.Descriptors.EnumDescriptor
-
Determines if the given field number is reserved.
- isSameTypeAs(Message) - Method in class com.google.protobuf.Any
- isScalar() - Method in enum com.google.protobuf.FieldType
-
Indicates whether this field type represents a scalar value.
- isServerStreaming() - Method in class com.google.protobuf.Descriptors.MethodDescriptor
-
Get whether or not the outputs are streaming.
- isStringEmpty(Object) - Static method in class com.google.protobuf.GeneratedMessageV3
- isSynthetic() - Method in class com.google.protobuf.Descriptors.OneofDescriptor
-
Deprecated.
- isSynthetic(Descriptors.OneofDescriptor) - Static method in class com.google.protobuf.LegacyDescriptorsUtil.LegacyOneofDescriptor
- isValidForField(Field) - Method in enum com.google.protobuf.FieldType
-
Indicates whether or not this
FieldType
can be applied to the givenField
. - isValidType(Class<?>) - Method in enum com.google.protobuf.JavaType
-
Indicates whether or not this
JavaType
can be applied to a field of the given type. - isValidUtf8() - Method in class com.google.protobuf.ByteString
-
Tells whether this
ByteString
represents a well-formed UTF-8 byte sequence, such that the original bytes can be converted to a String object and then round tripped back to bytes without loss. - isValidUtf8(byte[]) - Static method in class com.google.protobuf.Internal
-
Like
Internal.isValidUtf8(ByteString)
but for byte arrays. - isValidUtf8(ByteString) - Static method in class com.google.protobuf.Internal
-
Helper called by generated code to determine if a byte array is a valid UTF-8 encoded string such that the original bytes can be converted to a String object and then back to a byte array round tripping the bytes without loss.
- iterator() - Method in class com.google.protobuf.ByteString
-
Return a
ByteString.ByteIterator
over the bytes in the ByteString. - iterator() - Method in class com.google.protobuf.UnmodifiableLazyStringList
-
Deprecated.
J
- 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
- JavaType - Enum in com.google.protobuf
-
Enum that identifies the Java types required to store protobuf fields.
- JS_NORMAL - com.google.protobuf.DescriptorProtos.FieldOptions.JSType
-
JS_NORMAL = 0;
- JS_NORMAL_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
-
JS_NORMAL = 0;
- JS_NUMBER - com.google.protobuf.DescriptorProtos.FieldOptions.JSType
-
JS_NUMBER = 2;
- JS_NUMBER_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
-
JS_NUMBER = 2;
- JS_STRING - com.google.protobuf.DescriptorProtos.FieldOptions.JSType
-
JS_STRING = 1;
- JS_STRING_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
-
JS_STRING = 1;
- JSON_FORMAT_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FeatureSet
- JSON_FORMAT_UNKNOWN - com.google.protobuf.DescriptorProtos.FeatureSet.JsonFormat
-
JSON_FORMAT_UNKNOWN = 0;
- JSON_FORMAT_UNKNOWN_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FeatureSet.JsonFormat
-
JSON_FORMAT_UNKNOWN = 0;
- 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
- KIND_NOT_SET - com.google.protobuf.Value.KindCase
L
- LABEL_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
- LABEL_OPTIONAL - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
-
LABEL_OPTIONAL = 1;
- LABEL_OPTIONAL_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
-
LABEL_OPTIONAL = 1;
- LABEL_REPEATED - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
-
LABEL_REPEATED = 3;
- LABEL_REPEATED_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
-
LABEL_REPEATED = 3;
- LABEL_REQUIRED - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
-
LABEL_REQUIRED = 2;
- 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() - Constructor for class com.google.protobuf.LazyFieldLite
-
Constructs a LazyFieldLite with no contents, and no ability to parse extensions.
- LazyFieldLite(ExtensionRegistryLite, ByteString) - Constructor for class com.google.protobuf.LazyFieldLite
-
Constructs a LazyFieldLite with bytes that will be parsed lazily.
- LazyStringArrayList - Class in com.google.protobuf
-
An implementation of
LazyStringList
that wraps an ArrayList. - LazyStringArrayList() - Constructor for class com.google.protobuf.LazyStringArrayList
- LazyStringArrayList(int) - Constructor for class com.google.protobuf.LazyStringArrayList
- LazyStringArrayList(LazyStringList) - Constructor for class com.google.protobuf.LazyStringArrayList
- LazyStringArrayList(List<String>) - Constructor for class com.google.protobuf.LazyStringArrayList
- LazyStringList - Interface in com.google.protobuf
-
An interface extending
List<String>
that also provides access to the items of the list as UTF8-encoded ByteString or byte[] objects. - 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
- LEGACY_BEST_EFFORT - com.google.protobuf.DescriptorProtos.FeatureSet.JsonFormat
-
LEGACY_BEST_EFFORT = 2;
- LEGACY_BEST_EFFORT_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FeatureSet.JsonFormat
-
LEGACY_BEST_EFFORT = 2;
- LEGACY_REQUIRED - com.google.protobuf.DescriptorProtos.FeatureSet.FieldPresence
-
LEGACY_REQUIRED = 3;
- LEGACY_REQUIRED_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FeatureSet.FieldPresence
-
LEGACY_REQUIRED = 3;
- LegacyDescriptorsUtil - Class in com.google.protobuf
-
This file is meant to be a temporary housing for legacy descriptor APIs we want to deprecate and remove.
- LegacyDescriptorsUtil.LegacyFileDescriptor - Class in com.google.protobuf
-
Wraps FileDescriptor
- LegacyDescriptorsUtil.LegacyFileDescriptor.Syntax - Enum in com.google.protobuf
-
The syntax of the .proto file.
- LegacyDescriptorsUtil.LegacyOneofDescriptor - Class in com.google.protobuf
-
Wraps OneofDescriptor
- legacyEnumFieldTreatedAsClosed() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
-
Determines if the given enum field is treated as closed based on legacy non-conformant behavior.
- LENGTH_PREFIXED - com.google.protobuf.DescriptorProtos.FeatureSet.MessageEncoding
-
LENGTH_PREFIXED = 1;
- LENGTH_PREFIXED_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FeatureSet.MessageEncoding
-
LENGTH_PREFIXED = 1;
- LIST_VALUE - com.google.protobuf.Value.KindCase
- LIST_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Value
- ListAdapter(List<F>, Internal.ListAdapter.Converter<F, T>) - Constructor for class com.google.protobuf.Internal.ListAdapter
- listIterator(int) - Method in class com.google.protobuf.UnmodifiableLazyStringList
-
Deprecated.
- ListValue - Class in com.google.protobuf
-
Protobuf type
google.protobuf.ListValue
- ListValue.Builder - Class in com.google.protobuf
-
Protobuf type
google.protobuf.ListValue
- ListValueOrBuilder - Interface in com.google.protobuf
- LITE_RUNTIME - com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
-
LITE_RUNTIME = 3;
- 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
-
Deprecated.Use
CodedOutputStream.computeFixed32SizeNoTag(int)
instead. - LOCATION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
- LONG - com.google.protobuf.Descriptors.FieldDescriptor.JavaType
- LONG - com.google.protobuf.JavaType
- LONG - com.google.protobuf.WireFormat.JavaType
M
- MAJOR_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.Version
- makeExtensionsImmutable() - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
-
Used by parsing constructors in generated classes.
- makeExtensionsImmutable() - Method in class com.google.protobuf.GeneratedMessage
-
Used by parsing constructors in generated classes.
- makeExtensionsImmutable() - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
-
Used by parsing constructors in generated classes.
- makeExtensionsImmutable() - Method in class com.google.protobuf.GeneratedMessageV3
-
Used by parsing constructors in generated classes.
- makeImmutable() - Method in class com.google.protobuf.GeneratedMessageLite
-
Called by subclasses to complete parsing.
- makeImmutable() - Method in interface com.google.protobuf.Internal.ProtobufList
-
Makes this list immutable.
- makeImmutable() - Method in class com.google.protobuf.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.
- makeMutableCopy(ListT) - Static method in class com.google.protobuf.GeneratedMessageV3
- makeMutableCopy(ListT, int) - Static method in class com.google.protobuf.GeneratedMessageV3
- MANDATORY - com.google.protobuf.DescriptorProtos.FeatureSet.StringFieldValidation
-
MANDATORY = 1;
- MANDATORY_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FeatureSet.StringFieldValidation
-
MANDATORY = 1;
- MAP - com.google.protobuf.FieldType
- 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.
- 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.
- markClean() - Method in class com.google.protobuf.GeneratedMessageV3.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.AbstractMessage.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.RepeatedFieldBuilderV3
- markDirty() - Method in class com.google.protobuf.SingleFieldBuilder
- markDirty() - Method in class com.google.protobuf.SingleFieldBuilderV3
- memoizedHashCode - Variable in class com.google.protobuf.AbstractMessageLite
- memoizedSize - Variable in class com.google.protobuf.AbstractMessage
- merge(LazyFieldLite) - Method in class com.google.protobuf.LazyFieldLite
-
Merges another instance's contents.
- merge(CharSequence, ExtensionRegistry, Message.Builder) - Static method in class com.google.protobuf.TextFormat
-
Parse a text-format message from
input
and merge the contents intobuilder
. - merge(CharSequence, ExtensionRegistry, Message.Builder) - Method in class com.google.protobuf.TextFormat.Parser
-
Parse a text-format message from
input
and merge the contents intobuilder
. - merge(CharSequence, Message.Builder) - Static method in class com.google.protobuf.TextFormat
-
Parse a text-format message from
input
and merge the contents intobuilder
. - merge(CharSequence, Message.Builder) - Method in class com.google.protobuf.TextFormat.Parser
-
Parse a text-format message from
input
and merge the contents intobuilder
. - merge(Readable, ExtensionRegistry, Message.Builder) - Static method in class com.google.protobuf.TextFormat
-
Parse a text-format message from
input
and merge the contents intobuilder
. - merge(Readable, ExtensionRegistry, Message.Builder) - Method in class com.google.protobuf.TextFormat.Parser
-
Parse a text-format message from
input
and merge the contents intobuilder
. - merge(Readable, Message.Builder) - Static method in class com.google.protobuf.TextFormat
-
Parse a text-format message from
input
and merge the contents intobuilder
. - merge(Readable, Message.Builder) - Method in class com.google.protobuf.TextFormat.Parser
-
Parse a text-format message from
input
and merge the contents intobuilder
. - mergeCompilerVersion(PluginProtos.Version) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
optional .google.protobuf.compiler.Version compiler_version = 3 [json_name = "compilerVersion"];
- mergeDelimitedFrom(InputStream) - Method in class com.google.protobuf.AbstractMessageLite.Builder
- mergeDelimitedFrom(InputStream) - 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) - Method in class com.google.protobuf.UnknownFieldSet.Builder
- mergeDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
- mergeDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Message.Builder
- mergeDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
-
Like
MessageLite.Builder.mergeDelimitedFrom(InputStream)
but supporting extensions. - mergeDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.UnknownFieldSet.Builder
- mergeExtensionFields(GeneratedMessage.ExtendableMessage) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
- mergeExtensionFields(GeneratedMessageV3.ExtendableMessage<?>) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
- mergeExtensionFields(MessageType) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
- mergeFeatures(DescriptorProtos.FeatureSet) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
optional .google.protobuf.FeatureSet features = 7 [json_name = "features"];
- mergeFeatures(DescriptorProtos.FeatureSet) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
optional .google.protobuf.FeatureSet features = 2 [json_name = "features"];
- mergeFeatures(DescriptorProtos.FeatureSet) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
optional .google.protobuf.FeatureSet features = 50 [json_name = "features"];
- mergeFeatures(DescriptorProtos.FeatureSet) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional .google.protobuf.FeatureSet features = 21 [json_name = "features"];
- mergeFeatures(DescriptorProtos.FeatureSet) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional .google.protobuf.FeatureSet features = 50 [json_name = "features"];
- mergeFeatures(DescriptorProtos.FeatureSet) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
optional .google.protobuf.FeatureSet features = 12 [json_name = "features"];
- mergeFeatures(DescriptorProtos.FeatureSet) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
optional .google.protobuf.FeatureSet features = 35 [json_name = "features"];
- mergeFeatures(DescriptorProtos.FeatureSet) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
optional .google.protobuf.FeatureSet features = 1 [json_name = "features"];
- mergeFeatures(DescriptorProtos.FeatureSet) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
optional .google.protobuf.FeatureSet features = 34 [json_name = "features"];
- 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(byte[]) - Method in class com.google.protobuf.AbstractMessage.Builder
- mergeFrom(byte[]) - Method in class com.google.protobuf.AbstractMessageLite.Builder
- mergeFrom(byte[]) - Method in interface com.google.protobuf.Message.Builder
- mergeFrom(byte[]) - Method in interface com.google.protobuf.MessageLite.Builder
-
Parse
data
as a message of this type and merge it with the message being built. - mergeFrom(byte[]) - Method in class com.google.protobuf.UnknownFieldSet.Builder
-
Parse
data
as anUnknownFieldSet
and merge it with the set being built. - mergeFrom(byte[], int, int) - Method in class com.google.protobuf.AbstractMessage.Builder
- mergeFrom(byte[], int, int) - Method in class com.google.protobuf.AbstractMessageLite.Builder
- mergeFrom(byte[], int, int) - Method in class com.google.protobuf.GeneratedMessageLite.Builder
- mergeFrom(byte[], int, int) - Method in interface com.google.protobuf.Message.Builder
- mergeFrom(byte[], int, int) - Method in interface com.google.protobuf.MessageLite.Builder
-
Parse
data
as a message of this type and merge it with the message being built. - mergeFrom(byte[], int, int) - Method in class com.google.protobuf.UnknownFieldSet.Builder
- mergeFrom(byte[], int, int, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessage.Builder
- mergeFrom(byte[], int, int, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
- mergeFrom(byte[], int, int, ExtensionRegistryLite) - Method in class com.google.protobuf.GeneratedMessageLite.Builder
- mergeFrom(byte[], int, int, ExtensionRegistryLite) - Method in interface com.google.protobuf.Message.Builder
- mergeFrom(byte[], int, int, ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
-
Parse
data
as a message of this type and merge it with the message being built. - mergeFrom(byte[], int, int, ExtensionRegistryLite) - Method in class com.google.protobuf.UnknownFieldSet.Builder
- mergeFrom(byte[], ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessage.Builder
- mergeFrom(byte[], ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
- mergeFrom(byte[], ExtensionRegistryLite) - Method in interface com.google.protobuf.Message.Builder
- mergeFrom(byte[], ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
-
Parse
data
as a message of this type and merge it with the message being built. - mergeFrom(byte[], ExtensionRegistryLite) - Method in class com.google.protobuf.UnknownFieldSet.Builder
- mergeFrom(Any) - Method in class com.google.protobuf.Any.Builder
- mergeFrom(Api) - Method in class com.google.protobuf.Api.Builder
- mergeFrom(BoolValue) - Method in class com.google.protobuf.BoolValue.Builder
- mergeFrom(ByteString) - Method in class com.google.protobuf.AbstractMessage.Builder
- mergeFrom(ByteString) - Method in class com.google.protobuf.AbstractMessageLite.Builder
- mergeFrom(ByteString) - Method in interface com.google.protobuf.Message.Builder
- mergeFrom(ByteString) - Method in interface com.google.protobuf.MessageLite.Builder
-
Parse
data
as a message of this type and merge it with the message being built. - mergeFrom(ByteString) - Method in class com.google.protobuf.UnknownFieldSet.Builder
-
Parse
data
as anUnknownFieldSet
and merge it with the set being built. - mergeFrom(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessage.Builder
- mergeFrom(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
- mergeFrom(ByteString, ExtensionRegistryLite) - Method in interface com.google.protobuf.Message.Builder
- mergeFrom(ByteString, ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
-
Parse
data
as a message of this type and merge it with the message being built. - mergeFrom(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.UnknownFieldSet.Builder
- mergeFrom(BytesValue) - Method in class com.google.protobuf.BytesValue.Builder
- mergeFrom(CodedInputStream) - Method in class com.google.protobuf.AbstractMessage.Builder
- mergeFrom(CodedInputStream) - Method in class com.google.protobuf.AbstractMessageLite.Builder
- mergeFrom(CodedInputStream) - 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) - Method in class com.google.protobuf.UnknownFieldSet.Builder
-
Parse an entire message from
input
and merge its fields into this set. - mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessage.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Any.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Api.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.BoolValue.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.BytesValue.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.DoubleValue.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Duration.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Empty.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Enum.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.EnumValue.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Field.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.FieldMask.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.FloatValue.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.GeneratedMessageLite.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Int32Value.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Int64Value.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.LazyFieldLite
-
Merges another instance's contents from a stream.
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.ListValue.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Message.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
-
Like
MessageLite.Builder.mergeFrom(CodedInputStream)
, but also parses extensions. - mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Method.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Mixin.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Option.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.SourceContext.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.StringValue.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Struct.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Timestamp.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Type.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.UInt32Value.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.UInt64Value.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.UnknownFieldSet.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.Value.Builder
- mergeFrom(PluginProtos.CodeGeneratorRequest) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
- mergeFrom(PluginProtos.CodeGeneratorResponse) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
- mergeFrom(PluginProtos.CodeGeneratorResponse.File) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
- mergeFrom(PluginProtos.Version) - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
- mergeFrom(DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
- mergeFrom(DescriptorProtos.DescriptorProto.ExtensionRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
- mergeFrom(DescriptorProtos.DescriptorProto.ReservedRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
- mergeFrom(DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
- mergeFrom(DescriptorProtos.EnumDescriptorProto.EnumReservedRange) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
- mergeFrom(DescriptorProtos.EnumOptions) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
- mergeFrom(DescriptorProtos.EnumValueDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
- mergeFrom(DescriptorProtos.EnumValueOptions) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
- mergeFrom(DescriptorProtos.ExtensionRangeOptions) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
- mergeFrom(DescriptorProtos.ExtensionRangeOptions.Declaration) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
- mergeFrom(DescriptorProtos.FeatureSet) - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
- mergeFrom(DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
- mergeFrom(DescriptorProtos.FieldOptions) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
- mergeFrom(DescriptorProtos.FieldOptions.EditionDefault) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault.Builder
- mergeFrom(DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
- mergeFrom(DescriptorProtos.FileDescriptorSet) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
- mergeFrom(DescriptorProtos.FileOptions) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
- mergeFrom(DescriptorProtos.GeneratedCodeInfo) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
- mergeFrom(DescriptorProtos.GeneratedCodeInfo.Annotation) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
- mergeFrom(DescriptorProtos.MessageOptions) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
- mergeFrom(DescriptorProtos.MethodDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
- mergeFrom(DescriptorProtos.MethodOptions) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
- mergeFrom(DescriptorProtos.OneofDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
- mergeFrom(DescriptorProtos.OneofOptions) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
- mergeFrom(DescriptorProtos.ServiceDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
- mergeFrom(DescriptorProtos.ServiceOptions) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
- mergeFrom(DescriptorProtos.SourceCodeInfo) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
- mergeFrom(DescriptorProtos.SourceCodeInfo.Location) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
- mergeFrom(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
- mergeFrom(DescriptorProtos.UninterpretedOption.NamePart) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
- mergeFrom(DoubleValue) - Method in class com.google.protobuf.DoubleValue.Builder
- mergeFrom(Duration) - Method in class com.google.protobuf.Duration.Builder
- mergeFrom(Empty) - Method in class com.google.protobuf.Empty.Builder
- mergeFrom(Enum) - Method in class com.google.protobuf.Enum.Builder
- mergeFrom(EnumValue) - Method in class com.google.protobuf.EnumValue.Builder
- mergeFrom(Field) - Method in class com.google.protobuf.Field.Builder
- mergeFrom(FieldMask) - Method in class com.google.protobuf.FieldMask.Builder
- mergeFrom(FloatValue) - Method in class com.google.protobuf.FloatValue.Builder
- mergeFrom(Int32Value) - Method in class com.google.protobuf.Int32Value.Builder
- mergeFrom(Int64Value) - 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(LazyStringList) - Method in class com.google.protobuf.UnmodifiableLazyStringList
-
Deprecated.
- mergeFrom(ListValue) - Method in class com.google.protobuf.ListValue.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 class com.google.protobuf.AbstractMessage.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.Any.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.Api.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.BoolValue.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.BytesValue.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.DoubleValue.Builder
- mergeFrom(Message) - 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(Message) - Method in class com.google.protobuf.Enum.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.EnumValue.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.Field.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.FieldMask.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.FloatValue.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.Int32Value.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.Int64Value.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.ListValue.Builder
- mergeFrom(Message) - Method in interface com.google.protobuf.Message.Builder
-
Merge
other
into the message being built. - mergeFrom(Message) - Method in class com.google.protobuf.Method.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.Mixin.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.Option.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.SourceContext.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.StringValue.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.Struct.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.Timestamp.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.Type.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.UInt32Value.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.UInt64Value.Builder
- mergeFrom(Message) - Method in class com.google.protobuf.Value.Builder
- mergeFrom(MessageLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
- mergeFrom(MessageLite) - Method in interface com.google.protobuf.MessageLite.Builder
-
Merge
other
into the message being built. - mergeFrom(MessageLite) - Method in class com.google.protobuf.UnknownFieldSet.Builder
- mergeFrom(Method) - Method in class com.google.protobuf.Method.Builder
- mergeFrom(Mixin) - Method in class com.google.protobuf.Mixin.Builder
- mergeFrom(Option) - Method in class com.google.protobuf.Option.Builder
- mergeFrom(SourceContext) - Method in class com.google.protobuf.SourceContext.Builder
- mergeFrom(StringValue) - Method in class com.google.protobuf.StringValue.Builder
- mergeFrom(Struct) - Method in class com.google.protobuf.Struct.Builder
- mergeFrom(Timestamp) - Method in class com.google.protobuf.Timestamp.Builder
- mergeFrom(Type) - Method in class com.google.protobuf.Type.Builder
- mergeFrom(UInt32Value) - Method in class com.google.protobuf.UInt32Value.Builder
- mergeFrom(UInt64Value) - 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(UnknownFieldSet.Field) - Method in class com.google.protobuf.UnknownFieldSet.Field.Builder
-
Merge the values in
other
into this field. - mergeFrom(Value) - Method in class com.google.protobuf.Value.Builder
- mergeFrom(InputStream) - Method in class com.google.protobuf.AbstractMessage.Builder
- mergeFrom(InputStream) - Method in class com.google.protobuf.AbstractMessageLite.Builder
- mergeFrom(InputStream) - Method in interface com.google.protobuf.Message.Builder
- mergeFrom(InputStream) - Method in interface com.google.protobuf.MessageLite.Builder
-
Parse a message of this type from
input
and merge it with the message being built. - mergeFrom(InputStream) - Method in class com.google.protobuf.UnknownFieldSet.Builder
-
Parse an
UnknownFieldSet
frominput
and merge it with the set being built. - mergeFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessage.Builder
- mergeFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
- mergeFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Message.Builder
- mergeFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
-
Parse a message of this type from
input
and merge it with the message being built. - mergeFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.UnknownFieldSet.Builder
- mergeFrom(MessageType) - Method in class com.google.protobuf.GeneratedMessageLite.Builder
-
All subclasses implement this.
- mergeFrom(MType) - Method in class com.google.protobuf.SingleFieldBuilder
-
Merges the field from another field.
- mergeFrom(MType) - Method in class com.google.protobuf.SingleFieldBuilderV3
-
Merges the field from another field.
- mergeFromAndMakeImmutableInternal(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.GeneratedMessageV3
-
Deprecated.use newBuilder().mergeFrom() instead
- mergeGeneratedCodeInfo(DescriptorProtos.GeneratedCodeInfo) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];
- 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.
- mergeListValue(ListValue) - Method in class com.google.protobuf.Value.Builder
-
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
- mergeOptions(DescriptorProtos.EnumOptions) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
- mergeOptions(DescriptorProtos.EnumValueOptions) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];
- mergeOptions(DescriptorProtos.ExtensionRangeOptions) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
optional .google.protobuf.ExtensionRangeOptions options = 3 [json_name = "options"];
- mergeOptions(DescriptorProtos.FieldOptions) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
- mergeOptions(DescriptorProtos.FileOptions) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.FileOptions options = 8 [json_name = "options"];
- mergeOptions(DescriptorProtos.MessageOptions) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];
- mergeOptions(DescriptorProtos.MethodOptions) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];
- mergeOptions(DescriptorProtos.OneofOptions) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
-
optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
- mergeOptions(DescriptorProtos.ServiceOptions) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];
- mergeRawFeatures(DescriptorProtos.FeatureSet) - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
-
optional .google.protobuf.FeatureSet raw_features = 999 [json_name = "rawFeatures", targets = TARGET_TYPE_UNKNOWN];
- mergeSourceCodeInfo(DescriptorProtos.SourceCodeInfo) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];
- mergeSourceContext(SourceContext) - Method in class com.google.protobuf.Api.Builder
-
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
- mergeSourceContext(SourceContext) - Method in class com.google.protobuf.Enum.Builder
-
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
- mergeSourceContext(SourceContext) - Method in class com.google.protobuf.Type.Builder
-
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
- mergeStructValue(Struct) - Method in class com.google.protobuf.Value.Builder
-
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
- mergeUnknownFields(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.compiler.PluginProtos.CodeGeneratorRequest.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.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(UnknownFieldSet) - Method in class com.google.protobuf.GeneratedMessageV3.Builder
- 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
- mergeUnknownFields(UnknownFieldSetLite) - Method in class com.google.protobuf.GeneratedMessageLite
-
Merge some unknown fields into the
UnknownFieldSetLite
for this message. - mergeUnknownLengthDelimitedField(int, ByteString) - Method in class com.google.protobuf.GeneratedMessageV3.Builder
-
Called by generated subclasses to add to the unknown field set.
- mergeUnknownVarintField(int, int) - Method in class com.google.protobuf.GeneratedMessageV3.Builder
-
Called by generated subclasses to add to the unknown field set.
- mergeValue(Any) - Method in class com.google.protobuf.Option.Builder
-
.google.protobuf.Any value = 2 [json_name = "value"];
- mergeVarintField(int, int) - Method in class com.google.protobuf.GeneratedMessageLite
-
Called by subclasses to parse an unknown field.
- 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 - com.google.protobuf.Descriptors.FieldDescriptor.JavaType
- MESSAGE - com.google.protobuf.Descriptors.FieldDescriptor.Type
- MESSAGE - com.google.protobuf.FieldType
- MESSAGE - com.google.protobuf.JavaType
- MESSAGE - com.google.protobuf.WireFormat.FieldType
- MESSAGE - com.google.protobuf.WireFormat.JavaType
- MESSAGE_ENCODING_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FeatureSet
- MESSAGE_ENCODING_UNKNOWN - com.google.protobuf.DescriptorProtos.FeatureSet.MessageEncoding
-
MESSAGE_ENCODING_UNKNOWN = 0;
- MESSAGE_ENCODING_UNKNOWN_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FeatureSet.MessageEncoding
-
MESSAGE_ENCODING_UNKNOWN = 0;
- MESSAGE_LIST - com.google.protobuf.FieldType
- 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
- Message.Builder - Interface in com.google.protobuf
-
Abstract interface implemented by Protocol Message builders.
- MessageLite - Interface in com.google.protobuf
-
Abstract interface implemented by Protocol Message objects.
- MessageLite.Builder - Interface in com.google.protobuf
-
Abstract interface implemented by Protocol Message builders.
- MessageLiteOrBuilder - Interface in com.google.protobuf
-
Base interface for methods common to
MessageLite
andMessageLite.Builder
to provide type equivalency. - MessageOrBuilder - Interface in com.google.protobuf
-
Base interface for methods common to
Message
andMessage.Builder
to provide type equivalency. - Method - Class in com.google.protobuf
-
Protobuf type
google.protobuf.Method
- METHOD_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
- Method.Builder - Class in com.google.protobuf
-
Protobuf type
google.protobuf.Method
- MethodOrBuilder - Interface in com.google.protobuf
- METHODS_FIELD_NUMBER - Static variable in class com.google.protobuf.Api
- MINOR_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.Version
- 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
- MUTABLE - com.google.protobuf.Extension.ExtensionType
- mutableCopy() - Method in class com.google.protobuf.MapFieldLite
-
Returns a deep copy of this map field.
- mutableCopy(Internal.BooleanList) - Static method in class com.google.protobuf.GeneratedMessageLite
- mutableCopy(Internal.BooleanList) - Static method in class com.google.protobuf.GeneratedMessageV3
- mutableCopy(Internal.DoubleList) - Static method in class com.google.protobuf.GeneratedMessageLite
- mutableCopy(Internal.DoubleList) - Static method in class com.google.protobuf.GeneratedMessageV3
- mutableCopy(Internal.FloatList) - Static method in class com.google.protobuf.GeneratedMessageLite
- mutableCopy(Internal.FloatList) - Static method in class com.google.protobuf.GeneratedMessageV3
- mutableCopy(Internal.IntList) - Static method in class com.google.protobuf.GeneratedMessageLite
- mutableCopy(Internal.IntList) - Static method in class com.google.protobuf.GeneratedMessageV3
- mutableCopy(Internal.LongList) - Static method in class com.google.protobuf.GeneratedMessageLite
- mutableCopy(Internal.LongList) - Static method in class com.google.protobuf.GeneratedMessageV3
- mutableCopy(Internal.ProtobufList<E>) - Static method in class com.google.protobuf.GeneratedMessageLite
- mutableCopyWithCapacity(int) - Method in interface com.google.protobuf.Internal.BooleanList
-
Returns a mutable clone of this list with the specified capacity.
- mutableCopyWithCapacity(int) - Method in interface com.google.protobuf.Internal.DoubleList
-
Returns a mutable clone of this list with the specified capacity.
- mutableCopyWithCapacity(int) - Method in interface com.google.protobuf.Internal.FloatList
-
Returns a mutable clone of this list with the specified capacity.
- mutableCopyWithCapacity(int) - Method in interface com.google.protobuf.Internal.IntList
-
Returns a mutable clone of this list with the specified capacity.
- mutableCopyWithCapacity(int) - Method in interface com.google.protobuf.Internal.LongList
-
Returns a mutable clone of this list with the specified capacity.
- mutableCopyWithCapacity(int) - Method in interface com.google.protobuf.Internal.ProtobufList
-
Returns a mutable clone of this list with the specified capacity.
- mutableCopyWithCapacity(int) - Method in class com.google.protobuf.LazyStringArrayList
N
- NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.Api
- NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.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
- NEW_BUILDER - com.google.protobuf.GeneratedMessageLite.MethodToInvoke
- NEW_MUTABLE_INSTANCE - com.google.protobuf.GeneratedMessageLite.MethodToInvoke
- newBooleanList() - Static method in class com.google.protobuf.GeneratedMessageV3
- newBuilder() - Static method in class com.google.protobuf.Any
- newBuilder() - Static method in class com.google.protobuf.Api
- newBuilder() - Static method in class com.google.protobuf.BoolValue
- newBuilder() - Static method in class com.google.protobuf.BytesValue
- newBuilder() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
- newBuilder() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
- newBuilder() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
- newBuilder() - Static method in class com.google.protobuf.compiler.PluginProtos.Version
- newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
- newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
- newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
- newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
- newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
- newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
- newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
- newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
- newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
- newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.FeatureSet
- newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
- newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
- newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
- newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
- newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
- newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
- newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
- newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
- newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
- newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
- newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
- newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
- newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
- newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
- newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
- newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
- newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
- newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- newBuilder() - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
- newBuilder() - Static method in class com.google.protobuf.DoubleValue
- newBuilder() - Static method in class com.google.protobuf.Duration
- newBuilder() - Static method in class com.google.protobuf.Empty
- newBuilder() - Static method in class com.google.protobuf.Enum
- newBuilder() - Static method in class com.google.protobuf.EnumValue
- newBuilder() - Static method in class com.google.protobuf.Field
- newBuilder() - Static method in class com.google.protobuf.FieldMask
- newBuilder() - Static method in class com.google.protobuf.FloatValue
- newBuilder() - Static method in class com.google.protobuf.Int32Value
- newBuilder() - Static method in class com.google.protobuf.Int64Value
- newBuilder() - Static method in class com.google.protobuf.ListValue
- newBuilder() - Static method in class com.google.protobuf.Method
- newBuilder() - Static method in class com.google.protobuf.Mixin
- newBuilder() - Static method in class com.google.protobuf.Option
- newBuilder() - Static method in class com.google.protobuf.SourceContext
- newBuilder() - Static method in class com.google.protobuf.StringValue
- newBuilder() - Static method in class com.google.protobuf.Struct
- newBuilder() - Static method in class com.google.protobuf.TextFormat.Parser
-
Returns a new instance of
TextFormat.Parser.Builder
. - newBuilder() - Static method in class com.google.protobuf.Timestamp
- newBuilder() - Static method in class com.google.protobuf.Type
- newBuilder() - Static method in class com.google.protobuf.TypeRegistry
- newBuilder() - Static method in class com.google.protobuf.UInt32Value
- newBuilder() - Static method in class com.google.protobuf.UInt64Value
- newBuilder() - Static method in class com.google.protobuf.UnknownFieldSet.Field
-
Construct a new
UnknownFieldSet.Field.Builder
. - newBuilder() - Static method in class com.google.protobuf.UnknownFieldSet
-
Create a new
UnknownFieldSet.Builder
. - newBuilder() - Static method in class com.google.protobuf.Value
- newBuilder(Any) - Static method in class com.google.protobuf.Any
- newBuilder(Api) - Static method in class com.google.protobuf.Api
- newBuilder(BoolValue) - Static method in class com.google.protobuf.BoolValue
- newBuilder(BytesValue) - Static method in class com.google.protobuf.BytesValue
- newBuilder(PluginProtos.CodeGeneratorRequest) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
- newBuilder(PluginProtos.CodeGeneratorResponse) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
- newBuilder(PluginProtos.CodeGeneratorResponse.File) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
- newBuilder(PluginProtos.Version) - Static method in class com.google.protobuf.compiler.PluginProtos.Version
- newBuilder(DescriptorProtos.DescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
- newBuilder(DescriptorProtos.DescriptorProto.ExtensionRange) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- newBuilder(DescriptorProtos.DescriptorProto.ReservedRange) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
- newBuilder(DescriptorProtos.EnumDescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
- newBuilder(DescriptorProtos.EnumDescriptorProto.EnumReservedRange) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
- newBuilder(DescriptorProtos.EnumOptions) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
- newBuilder(DescriptorProtos.EnumValueDescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
- newBuilder(DescriptorProtos.EnumValueOptions) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
- newBuilder(DescriptorProtos.ExtensionRangeOptions) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
- newBuilder(DescriptorProtos.ExtensionRangeOptions.Declaration) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
- newBuilder(DescriptorProtos.FeatureSet) - Static method in class com.google.protobuf.DescriptorProtos.FeatureSet
- newBuilder(DescriptorProtos.FieldDescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
- newBuilder(DescriptorProtos.FieldOptions) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
- newBuilder(DescriptorProtos.FieldOptions.EditionDefault) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
- newBuilder(DescriptorProtos.FileDescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
- newBuilder(DescriptorProtos.FileDescriptorSet) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
- newBuilder(DescriptorProtos.FileOptions) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
- newBuilder(DescriptorProtos.GeneratedCodeInfo) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
- newBuilder(DescriptorProtos.GeneratedCodeInfo.Annotation) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
- newBuilder(DescriptorProtos.MessageOptions) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
- newBuilder(DescriptorProtos.MethodDescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
- newBuilder(DescriptorProtos.MethodOptions) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
- newBuilder(DescriptorProtos.OneofDescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
- newBuilder(DescriptorProtos.OneofOptions) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
- newBuilder(DescriptorProtos.ServiceDescriptorProto) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
- newBuilder(DescriptorProtos.ServiceOptions) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
- newBuilder(DescriptorProtos.SourceCodeInfo) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
- newBuilder(DescriptorProtos.SourceCodeInfo.Location) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
- newBuilder(DescriptorProtos.UninterpretedOption) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
- newBuilder(DescriptorProtos.UninterpretedOption.NamePart) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- newBuilder(Descriptors.Descriptor) - Static method in class com.google.protobuf.DynamicMessage
-
Construct a
Message.Builder
for the given type. - newBuilder(DoubleValue) - Static method in class com.google.protobuf.DoubleValue
- newBuilder(Duration) - Static method in class com.google.protobuf.Duration
- newBuilder(Empty) - Static method in class com.google.protobuf.Empty
- newBuilder(Enum) - Static method in class com.google.protobuf.Enum
- newBuilder(EnumValue) - Static method in class com.google.protobuf.EnumValue
- newBuilder(Field) - Static method in class com.google.protobuf.Field
- newBuilder(FieldMask) - Static method in class com.google.protobuf.FieldMask
- newBuilder(FloatValue) - Static method in class com.google.protobuf.FloatValue
- newBuilder(Int32Value) - Static method in class com.google.protobuf.Int32Value
- newBuilder(Int64Value) - Static method in class com.google.protobuf.Int64Value
- newBuilder(ListValue) - Static method in class com.google.protobuf.ListValue
- newBuilder(Message) - Static method in class com.google.protobuf.DynamicMessage
-
Construct a
Message.Builder
for a message of the same type asprototype
, and initialize it withprototype
's contents. - newBuilder(Method) - Static method in class com.google.protobuf.Method
- newBuilder(Mixin) - Static method in class com.google.protobuf.Mixin
- newBuilder(Option) - Static method in class com.google.protobuf.Option
- newBuilder(SourceContext) - Static method in class com.google.protobuf.SourceContext
- newBuilder(StringValue) - Static method in class com.google.protobuf.StringValue
- newBuilder(Struct) - Static method in class com.google.protobuf.Struct
- newBuilder(Timestamp) - Static method in class com.google.protobuf.Timestamp
- newBuilder(Type) - Static method in class com.google.protobuf.Type
- newBuilder(UInt32Value) - Static method in class com.google.protobuf.UInt32Value
- newBuilder(UInt64Value) - Static method in class com.google.protobuf.UInt64Value
- newBuilder(UnknownFieldSet) - Static method in class com.google.protobuf.UnknownFieldSet
-
Create a new
UnknownFieldSet.Builder
and initialize it to be a copy ofcopyFrom
. - newBuilder(UnknownFieldSet.Field) - Static method in class com.google.protobuf.UnknownFieldSet.Field
-
Construct a new
UnknownFieldSet.Field.Builder
and initialize it to a copy ofcopyFrom
. - 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.GeneratedMessageV3.Builder
- newBuilderForField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
- 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() - Method in class com.google.protobuf.Api
- newBuilderForType() - Method in class com.google.protobuf.BoolValue
- newBuilderForType() - Method in class com.google.protobuf.BytesValue
- newBuilderForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
- newBuilderForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
- newBuilderForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
- newBuilderForType() - Method in class com.google.protobuf.compiler.PluginProtos.Version
- newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
- newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
- newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
- newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
- newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
- newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
- newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
- newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
- newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
- newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet
- newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
- newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
- newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
- newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
- newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
- newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
- newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
- newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
- newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
- newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
- newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
- newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
- newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
- newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
- newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
- newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
- newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
- newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- newBuilderForType() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
- newBuilderForType() - Method in class com.google.protobuf.DoubleValue
- newBuilderForType() - Method in class com.google.protobuf.Duration
- newBuilderForType() - Method in class com.google.protobuf.DynamicMessage
- newBuilderForType() - Method in class com.google.protobuf.Empty
- newBuilderForType() - Method in class com.google.protobuf.Enum
- newBuilderForType() - Method in class com.google.protobuf.EnumValue
- newBuilderForType() - Method in class com.google.protobuf.Field
- newBuilderForType() - Method in class com.google.protobuf.FieldMask
- newBuilderForType() - Method in class com.google.protobuf.FloatValue
- newBuilderForType() - Method in class com.google.protobuf.GeneratedMessageLite
- newBuilderForType() - Method in class com.google.protobuf.Int32Value
- newBuilderForType() - Method in class com.google.protobuf.Int64Value
- newBuilderForType() - Method in class com.google.protobuf.ListValue
- newBuilderForType() - Method in class com.google.protobuf.MapEntry
- 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() - Method in class com.google.protobuf.Mixin
- newBuilderForType() - Method in class com.google.protobuf.Option
- newBuilderForType() - Method in class com.google.protobuf.SourceContext
- newBuilderForType() - Method in class com.google.protobuf.StringValue
- newBuilderForType() - Method in class com.google.protobuf.Struct
- newBuilderForType() - Method in class com.google.protobuf.Timestamp
- newBuilderForType() - Method in class com.google.protobuf.Type
- newBuilderForType() - Method in class com.google.protobuf.UInt32Value
- newBuilderForType() - Method in class com.google.protobuf.UInt64Value
- newBuilderForType() - Method in class com.google.protobuf.UnknownFieldSet
- newBuilderForType() - Method in class com.google.protobuf.Value
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.protobuf.AbstractMessage
-
Create a nested builder.
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.protobuf.GeneratedMessage
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.protobuf.GeneratedMessageV3
-
TODO(b/258340024): generated class should implement this directly
- newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.GeneratedMessage
-
TODO(xiaofeng): remove this together with GeneratedMessage.BuilderParent.
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.Any
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.Api
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.BoolValue
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.BytesValue
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.compiler.PluginProtos.Version
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.FeatureSet
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.FileOptions
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.DoubleValue
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.Duration
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.Empty
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.Enum
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.EnumValue
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.Field
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.FieldMask
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.FloatValue
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.GeneratedMessageV3
-
TODO(b/258340024): remove this together with GeneratedMessageV3.BuilderParent.
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.Int32Value
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.Int64Value
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.ListValue
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.Method
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.Mixin
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.Option
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.SourceContext
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.StringValue
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.Struct
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.Timestamp
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.Type
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.UInt32Value
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.protobuf.UInt64Value
- newBuilderForType(GeneratedMessageV3.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.GeneratedMessageV3
- 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
- newExtensionWriter() - Method in class com.google.protobuf.GeneratedMessageV3.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.GeneratedMessageV3
- newInput() - Method in class com.google.protobuf.ByteString
-
Creates an
InputStream
which can be used to read the bytes. - newInstance() - Static method in class com.google.protobuf.ExtensionRegistry
-
Construct a new, empty instance.
- newInstance() - Static method in class com.google.protobuf.ExtensionRegistryLite
-
Construct a new, empty instance.
- newInstance(byte[]) - Static method in class com.google.protobuf.CodedInputStream
-
Create a new CodedInputStream wrapping the given byte array.
- newInstance(byte[]) - Static method in class com.google.protobuf.CodedOutputStream
-
Create a new
CodedOutputStream
that writes directly to the given byte array. - newInstance(byte[], int, int) - Static method in class com.google.protobuf.CodedInputStream
-
Create a new CodedInputStream wrapping the given byte array slice.
- newInstance(byte[], int, int) - Static method in class com.google.protobuf.CodedOutputStream
-
Create a new
CodedOutputStream
that writes directly to the given byte array slice. - newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.Any
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.Api
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.BoolValue
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.BytesValue
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.compiler.PluginProtos.Version
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.FeatureSet
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.FileOptions
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.DoubleValue
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.Duration
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.Empty
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.Enum
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.EnumValue
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.Field
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.FieldMask
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.FloatValue
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.GeneratedMessageV3
-
Creates a new instance of this message type.
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.Int32Value
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.Int64Value
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.ListValue
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.Method
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.Mixin
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.Option
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.SourceContext
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.StringValue
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.Struct
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.Timestamp
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.Type
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.UInt32Value
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.UInt64Value
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.protobuf.Value
- newInstance(InputStream) - Static method in class com.google.protobuf.CodedInputStream
-
Create a new CodedInputStream wrapping the given InputStream.
- newInstance(InputStream, int) - Static method in class com.google.protobuf.CodedInputStream
-
Create a new CodedInputStream wrapping the given InputStream, with a specified buffer size.
- newInstance(OutputStream) - Static method in class com.google.protobuf.CodedOutputStream
-
Create a new
CodedOutputStream
wrapping the givenOutputStream
. - newInstance(OutputStream, int) - Static method in class com.google.protobuf.CodedOutputStream
-
Create a new
CodedOutputStream
wrapping the givenOutputStream
with a given buffer size. - newInstance(Iterable<ByteBuffer>) - Static method in class com.google.protobuf.CodedInputStream
-
Create a new CodedInputStream wrapping the given
Iterable <ByteBuffer>
. - newInstance(ByteBuffer) - Static method in class com.google.protobuf.CodedInputStream
-
Create a new CodedInputStream wrapping the given ByteBuffer.
- newInstance(ByteBuffer) - Static method in class com.google.protobuf.CodedOutputStream
-
Create a new
CodedOutputStream
that writes to the givenByteBuffer
. - newInstance(ByteBuffer, int) - Static method in class com.google.protobuf.CodedOutputStream
-
Deprecated.the size parameter is no longer used since use of an internal buffer is useless (and wasteful) when writing to a
ByteBuffer
. UseCodedOutputStream.newInstance(ByteBuffer)
instead. - newIntList() - Static method in class com.google.protobuf.GeneratedMessageV3
- newLongList() - Static method in class com.google.protobuf.GeneratedMessageV3
- newMapField(MapEntry<K, V>) - Static method in class com.google.protobuf.MapField
-
Creates a new mutable empty MapField.
- newMessageInfo(MessageLite, String, Object[]) - Static method in class com.google.protobuf.GeneratedMessageLite
- 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
- newMessageSetExtensionWriter() - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
- newOneTimeCallback(RpcCallback<ParameterType>) - Static method in class com.google.protobuf.RpcUtil
-
Creates a callback which can only be called once.
- newOutput() - Static method in class com.google.protobuf.ByteString
-
Creates a new
ByteString.Output
. - newOutput(int) - Static method in class com.google.protobuf.ByteString
-
Creates a new
ByteString.Output
with the given initial capacity. - newRepeatedGeneratedExtension(ContainingType, MessageLite, Internal.EnumLiteMap<?>, int, WireFormat.FieldType, boolean, Class) - Static method in class com.google.protobuf.GeneratedMessageLite
-
For use by generated code only.
- newSingularGeneratedExtension(ContainingType, Type, MessageLite, Internal.EnumLiteMap<?>, int, WireFormat.FieldType, Class) - Static method in class com.google.protobuf.GeneratedMessageLite
-
For use by generated code only.
- newUninitializedMessageException(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 primitivebyte
. - NO_SIDE_EFFECTS - com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
-
NO_SIDE_EFFECTS = 1;
- NO_SIDE_EFFECTS_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
-
NO_SIDE_EFFECTS = 1;
- NO_STANDARD_DESCRIPTOR_ACCESSOR_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.MessageOptions
- NONE - com.google.protobuf.DescriptorProtos.FeatureSet.StringFieldValidation
-
NONE = 3;
- NONE - com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic
-
NONE = 0;
- NONE_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FeatureSet.StringFieldValidation
-
NONE = 3;
- NONE_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic
-
NONE = 0;
- notifyOnCancel(RpcCallback<Object>) - Method in interface com.google.protobuf.RpcController
-
Asks that the given callback be called when the RPC is canceled.
- NULL_VALUE - com.google.protobuf.NullValue
-
NULL_VALUE = 0;
- NULL_VALUE - com.google.protobuf.Value.KindCase
- NULL_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Value
- NULL_VALUE_VALUE - Static variable in enum com.google.protobuf.NullValue
-
NULL_VALUE = 0;
- NullValue - Enum in com.google.protobuf
-
Protobuf enum
google.protobuf.NullValue
- NUMBER_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
- NUMBER_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
- 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 - com.google.protobuf.Value.KindCase
- 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
- of(boolean) - Static method in class com.google.protobuf.BoolValue
- of(double) - Static method in class com.google.protobuf.DoubleValue
- of(float) - Static method in class com.google.protobuf.FloatValue
- of(int) - Static method in class com.google.protobuf.Int32Value
- of(int) - Static method in class com.google.protobuf.UInt32Value
- of(long) - Static method in class com.google.protobuf.Int64Value
- of(long) - Static method in class com.google.protobuf.UInt64Value
- of(ByteString) - Static method in class com.google.protobuf.BytesValue
- of(MessageLite) - Static method in class com.google.protobuf.GeneratedMessageLite.SerializedForm
- of(String) - Static method in class com.google.protobuf.StringValue
- onBuilt() - Method in class com.google.protobuf.GeneratedMessage.Builder
-
Called by the subclass when a message is built.
- onBuilt() - Method in class com.google.protobuf.GeneratedMessageV3.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.
- onChanged() - Method in class com.google.protobuf.GeneratedMessageV3.Builder
-
Called when a 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
- OPEN - com.google.protobuf.DescriptorProtos.FeatureSet.EnumType
-
OPEN = 1;
- OPEN_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FeatureSet.EnumType
-
OPEN = 1;
- 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.ExtensionRange
- 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.OneofDescriptorProto
- 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
- pack(T, String) - Static method in class com.google.protobuf.Any
-
Packs a message using the given type URL prefix.
- PACKAGE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
- PACKED - com.google.protobuf.DescriptorProtos.FeatureSet.RepeatedFieldEncoding
-
PACKED = 1;
- PACKED_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
- PACKED_FIELD_NUMBER - Static variable in class com.google.protobuf.Field
- PACKED_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FeatureSet.RepeatedFieldEncoding
-
PACKED = 1;
- PARAMETER_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
- parse(CharSequence, ExtensionRegistry, Class<T>) - Static method in class com.google.protobuf.TextFormat
-
Parse a text-format message from
input
. - parse(CharSequence, Class<T>) - Static method in class com.google.protobuf.TextFormat
-
Parse a text-format message from
input
. - parseDelimitedFrom(InputStream) - Method in class com.google.protobuf.AbstractParser
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Any
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Api
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.BoolValue
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.BytesValue
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
- parseDelimitedFrom(InputStream) - 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) - Static method in class com.google.protobuf.compiler.PluginProtos.Version
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FeatureSet
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.DoubleValue
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Duration
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Empty
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Enum
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.EnumValue
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Field
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.FieldMask
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.FloatValue
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Int32Value
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Int64Value
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.ListValue
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Method
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Mixin
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Option
- parseDelimitedFrom(InputStream) - Method in interface com.google.protobuf.Parser
-
Like
Parser.parseFrom(InputStream)
, but does not read until EOF. - parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.SourceContext
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.StringValue
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Struct
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Timestamp
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Type
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.UInt32Value
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.UInt64Value
- parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.Value
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Any
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Api
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.BoolValue
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.BytesValue
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.Version
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FeatureSet
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DoubleValue
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Duration
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Empty
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Enum
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.EnumValue
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Field
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.FieldMask
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.FloatValue
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int32Value
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int64Value
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.ListValue
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Method
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Mixin
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Option
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
-
Like
Parser.parseDelimitedFrom(InputStream)
but supporting extensions. - parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.SourceContext
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.StringValue
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Struct
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Timestamp
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Type
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt32Value
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt64Value
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Value
- parseDelimitedFrom(T, InputStream) - Static method in class com.google.protobuf.GeneratedMessageLite
- parseDelimitedFrom(T, InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessageLite
- parseDelimitedWithIOException(Parser<M>, InputStream) - Static method in class com.google.protobuf.GeneratedMessage
- parseDelimitedWithIOException(Parser<M>, InputStream) - Static method in class com.google.protobuf.GeneratedMessageV3
-
Used by generated code.
- parseDelimitedWithIOException(Parser<M>, InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessage
- parseDelimitedWithIOException(Parser<M>, InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessageV3
-
Used by generated code.
- parseEntry(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.MapEntryLite
-
Parses an entry off of the input as a
Map.Entry
. - ParseException(int, int, String) - Constructor for exception com.google.protobuf.TextFormat.ParseException
-
Create a new instance
- ParseException(String) - Constructor for exception com.google.protobuf.TextFormat.ParseException
-
Create a new instance, with -1 as the line and column numbers.
- parseFrom(byte[]) - Method in class com.google.protobuf.AbstractParser
- parseFrom(byte[]) - Static method in class com.google.protobuf.Any
- parseFrom(byte[]) - Static method in class com.google.protobuf.Api
- parseFrom(byte[]) - Static method in class com.google.protobuf.BoolValue
- parseFrom(byte[]) - Static method in class com.google.protobuf.BytesValue
- parseFrom(byte[]) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
- parseFrom(byte[]) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
- parseFrom(byte[]) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
- parseFrom(byte[]) - Static method in class com.google.protobuf.compiler.PluginProtos.Version
- parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
- parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
- parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
- parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
- parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
- parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
- parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
- parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
- parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
- parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.FeatureSet
- parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
- parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
- parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
- parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
- parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
- parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
- parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
- parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
- parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
- parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
- parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
- parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
- parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
- parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
- parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
- parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
- parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
- parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- parseFrom(byte[]) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
- parseFrom(byte[]) - Static method in class com.google.protobuf.DoubleValue
- parseFrom(byte[]) - Static method in class com.google.protobuf.Duration
- parseFrom(byte[]) - Static method in class com.google.protobuf.Empty
- parseFrom(byte[]) - Static method in class com.google.protobuf.Enum
- parseFrom(byte[]) - Static method in class com.google.protobuf.EnumValue
- parseFrom(byte[]) - Static method in class com.google.protobuf.Field
- parseFrom(byte[]) - Static method in class com.google.protobuf.FieldMask
- parseFrom(byte[]) - Static method in class com.google.protobuf.FloatValue
- parseFrom(byte[]) - Static method in class com.google.protobuf.Int32Value
- parseFrom(byte[]) - Static method in class com.google.protobuf.Int64Value
- parseFrom(byte[]) - Static method in class com.google.protobuf.ListValue
- parseFrom(byte[]) - Static method in class com.google.protobuf.Method
- parseFrom(byte[]) - Static method in class com.google.protobuf.Mixin
- parseFrom(byte[]) - Static method in class com.google.protobuf.Option
- parseFrom(byte[]) - Method in interface com.google.protobuf.Parser
-
Parses
data
as a message ofMessageType
. - parseFrom(byte[]) - Static method in class com.google.protobuf.SourceContext
- parseFrom(byte[]) - Static method in class com.google.protobuf.StringValue
- parseFrom(byte[]) - Static method in class com.google.protobuf.Struct
- parseFrom(byte[]) - Static method in class com.google.protobuf.Timestamp
- parseFrom(byte[]) - Static method in class com.google.protobuf.Type
- parseFrom(byte[]) - Static method in class com.google.protobuf.UInt32Value
- parseFrom(byte[]) - Static method in class com.google.protobuf.UInt64Value
- parseFrom(byte[]) - Static method in class com.google.protobuf.UnknownFieldSet
-
Parse
data
as anUnknownFieldSet
and return it. - parseFrom(byte[]) - Static method in class com.google.protobuf.Value
- parseFrom(byte[], int, int) - Method in class com.google.protobuf.AbstractParser
- parseFrom(byte[], int, int) - Method in interface com.google.protobuf.Parser
-
Parses
data
as a message ofMessageType
. - parseFrom(byte[], int, int, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
- parseFrom(byte[], int, int, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
-
Parses
data
as a message ofMessageType
. - parseFrom(byte[], ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Any
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Api
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.BoolValue
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.BytesValue
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.Version
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FeatureSet
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.DoubleValue
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Duration
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Empty
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Enum
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.EnumValue
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Field
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.FieldMask
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.FloatValue
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Int32Value
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Int64Value
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.ListValue
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Method
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Mixin
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Option
- parseFrom(byte[], ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
-
Parses
data
as a message ofMessageType
. - parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.SourceContext
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.StringValue
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Struct
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Timestamp
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Type
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt32Value
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt64Value
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.Value
- parseFrom(ByteString) - Method in class com.google.protobuf.AbstractParser
- parseFrom(ByteString) - Static method in class com.google.protobuf.Any
- parseFrom(ByteString) - Static method in class com.google.protobuf.Api
- parseFrom(ByteString) - Static method in class com.google.protobuf.BoolValue
- parseFrom(ByteString) - Static method in class com.google.protobuf.BytesValue
- parseFrom(ByteString) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
- parseFrom(ByteString) - 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) - Static method in class com.google.protobuf.compiler.PluginProtos.Version
- parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
- parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
- parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
- parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
- parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
- parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
- parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
- parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
- parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
- parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.FeatureSet
- parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
- parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
- parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
- parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
- parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
- parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
- parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
- parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
- parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
- parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
- parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
- parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
- parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
- parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
- parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
- parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
- parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
- parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- parseFrom(ByteString) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
- parseFrom(ByteString) - Static method in class com.google.protobuf.DoubleValue
- parseFrom(ByteString) - Static method in class com.google.protobuf.Duration
- parseFrom(ByteString) - Static method in class com.google.protobuf.Empty
- parseFrom(ByteString) - Static method in class com.google.protobuf.Enum
- parseFrom(ByteString) - Static method in class com.google.protobuf.EnumValue
- parseFrom(ByteString) - Static method in class com.google.protobuf.Field
- parseFrom(ByteString) - Static method in class com.google.protobuf.FieldMask
- parseFrom(ByteString) - Static method in class com.google.protobuf.FloatValue
- parseFrom(ByteString) - Static method in class com.google.protobuf.Int32Value
- parseFrom(ByteString) - Static method in class com.google.protobuf.Int64Value
- parseFrom(ByteString) - Static method in class com.google.protobuf.ListValue
- parseFrom(ByteString) - Static method in class com.google.protobuf.Method
- parseFrom(ByteString) - Static method in class com.google.protobuf.Mixin
- parseFrom(ByteString) - Static method in class com.google.protobuf.Option
- parseFrom(ByteString) - Method in interface com.google.protobuf.Parser
-
Parses
data
as a message ofMessageType
. - parseFrom(ByteString) - Static method in class com.google.protobuf.SourceContext
- parseFrom(ByteString) - Static method in class com.google.protobuf.StringValue
- parseFrom(ByteString) - Static method in class com.google.protobuf.Struct
- parseFrom(ByteString) - Static method in class com.google.protobuf.Timestamp
- parseFrom(ByteString) - Static method in class com.google.protobuf.Type
- parseFrom(ByteString) - Static method in class com.google.protobuf.UInt32Value
- parseFrom(ByteString) - Static method in class com.google.protobuf.UInt64Value
- parseFrom(ByteString) - Static method in class com.google.protobuf.UnknownFieldSet
-
Parse
data
as anUnknownFieldSet
and return it. - parseFrom(ByteString) - Static method in class com.google.protobuf.Value
- parseFrom(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Any
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Api
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.BoolValue
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.BytesValue
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.Version
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FeatureSet
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.DoubleValue
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Duration
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Empty
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Enum
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.EnumValue
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Field
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.FieldMask
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.FloatValue
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int32Value
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int64Value
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.ListValue
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Method
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Mixin
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Option
- parseFrom(ByteString, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
-
Parses
data
as a message ofMessageType
. - parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.SourceContext
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.StringValue
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Struct
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Timestamp
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Type
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt32Value
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt64Value
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.Value
- parseFrom(CodedInputStream) - Method in class com.google.protobuf.AbstractParser
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Any
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Api
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.BoolValue
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.BytesValue
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.compiler.PluginProtos.Version
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.FeatureSet
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.DoubleValue
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Duration
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Empty
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Enum
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.EnumValue
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Field
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.FieldMask
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.FloatValue
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Int32Value
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Int64Value
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.ListValue
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Method
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Mixin
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Option
- parseFrom(CodedInputStream) - Method in interface com.google.protobuf.Parser
-
Parses a message of
MessageType
from the input. - parseFrom(CodedInputStream) - Static method in class com.google.protobuf.SourceContext
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.StringValue
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Struct
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Timestamp
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Type
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.UInt32Value
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.UInt64Value
- parseFrom(CodedInputStream) - Static method in class com.google.protobuf.UnknownFieldSet
-
Parse an
UnknownFieldSet
from the given input stream. - parseFrom(CodedInputStream) - Static method in class com.google.protobuf.Value
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Any
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Api
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.BoolValue
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.BytesValue
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.Version
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FeatureSet
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DoubleValue
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Duration
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Empty
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Enum
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.EnumValue
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Field
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.FieldMask
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.FloatValue
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int32Value
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int64Value
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.ListValue
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Method
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Mixin
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Option
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
-
Like
Parser.parseFrom(CodedInputStream)
, but also parses extensions. - parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.SourceContext
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.StringValue
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Struct
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Timestamp
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Type
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt32Value
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt64Value
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Value
- parseFrom(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, 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, 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, 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(InputStream) - Method in class com.google.protobuf.AbstractParser
- parseFrom(InputStream) - Static method in class com.google.protobuf.Any
- parseFrom(InputStream) - Static method in class com.google.protobuf.Api
- parseFrom(InputStream) - Static method in class com.google.protobuf.BoolValue
- parseFrom(InputStream) - Static method in class com.google.protobuf.BytesValue
- parseFrom(InputStream) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
- parseFrom(InputStream) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
- parseFrom(InputStream) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
- parseFrom(InputStream) - Static method in class com.google.protobuf.compiler.PluginProtos.Version
- parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
- parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
- parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
- parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
- parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
- parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
- parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
- parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
- parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
- parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FeatureSet
- parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
- parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
- parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
- parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
- parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
- parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
- parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
- parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
- parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
- parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
- parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
- parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
- parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
- parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
- parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
- parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
- parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
- parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- parseFrom(InputStream) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
- parseFrom(InputStream) - Static method in class com.google.protobuf.DoubleValue
- parseFrom(InputStream) - Static method in class com.google.protobuf.Duration
- parseFrom(InputStream) - Static method in class com.google.protobuf.Empty
- parseFrom(InputStream) - Static method in class com.google.protobuf.Enum
- parseFrom(InputStream) - Static method in class com.google.protobuf.EnumValue
- parseFrom(InputStream) - Static method in class com.google.protobuf.Field
- parseFrom(InputStream) - Static method in class com.google.protobuf.FieldMask
- parseFrom(InputStream) - Static method in class com.google.protobuf.FloatValue
- parseFrom(InputStream) - Static method in class com.google.protobuf.Int32Value
- parseFrom(InputStream) - Static method in class com.google.protobuf.Int64Value
- parseFrom(InputStream) - Static method in class com.google.protobuf.ListValue
- parseFrom(InputStream) - Static method in class com.google.protobuf.Method
- parseFrom(InputStream) - Static method in class com.google.protobuf.Mixin
- parseFrom(InputStream) - Static method in class com.google.protobuf.Option
- parseFrom(InputStream) - Method in interface com.google.protobuf.Parser
-
Parse a message of
MessageType
frominput
. - parseFrom(InputStream) - Static method in class com.google.protobuf.SourceContext
- parseFrom(InputStream) - Static method in class com.google.protobuf.StringValue
- parseFrom(InputStream) - Static method in class com.google.protobuf.Struct
- parseFrom(InputStream) - Static method in class com.google.protobuf.Timestamp
- parseFrom(InputStream) - Static method in class com.google.protobuf.Type
- parseFrom(InputStream) - Static method in class com.google.protobuf.UInt32Value
- parseFrom(InputStream) - Static method in class com.google.protobuf.UInt64Value
- parseFrom(InputStream) - Static method in class com.google.protobuf.UnknownFieldSet
-
Parse an
UnknownFieldSet
frominput
and return it. - parseFrom(InputStream) - Static method in class com.google.protobuf.Value
- parseFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Any
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Api
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.BoolValue
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.BytesValue
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.Version
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FeatureSet
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.DoubleValue
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Duration
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Empty
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Enum
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.EnumValue
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Field
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.FieldMask
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.FloatValue
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int32Value
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int64Value
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.ListValue
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Method
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Mixin
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Option
- parseFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
-
Parses a message of
MessageType
frominput
. - parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.SourceContext
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.StringValue
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Struct
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Timestamp
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Type
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt32Value
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt64Value
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.Value
- parseFrom(ByteBuffer) - Method in class com.google.protobuf.AbstractParser
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Any
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Api
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.BoolValue
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.BytesValue
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.compiler.PluginProtos.Version
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.FeatureSet
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.DoubleValue
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Duration
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Empty
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Enum
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.EnumValue
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Field
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.FieldMask
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.FloatValue
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Int32Value
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Int64Value
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.ListValue
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Method
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Mixin
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Option
- parseFrom(ByteBuffer) - Method in interface com.google.protobuf.Parser
-
Parses
data
as a message ofMessageType
. - parseFrom(ByteBuffer) - Static method in class com.google.protobuf.SourceContext
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.StringValue
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Struct
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Timestamp
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Type
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.UInt32Value
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.UInt64Value
- parseFrom(ByteBuffer) - Static method in class com.google.protobuf.Value
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Any
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Api
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.BoolValue
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.BytesValue
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos.Version
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FeatureSet
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.DoubleValue
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Duration
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Empty
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Enum
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.EnumValue
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Field
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.FieldMask
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.FloatValue
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int32Value
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Int64Value
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.ListValue
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Method
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Mixin
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Option
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
-
Parses
data
as a message ofMessageType
. - parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.SourceContext
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.StringValue
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Struct
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Timestamp
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Type
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt32Value
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.UInt64Value
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.Value
- parseFrom(T, byte[]) - Static method in class com.google.protobuf.GeneratedMessageLite
- parseFrom(T, byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessageLite
- parseFrom(T, ByteString) - Static method in class com.google.protobuf.GeneratedMessageLite
- parseFrom(T, ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessageLite
- parseFrom(T, CodedInputStream) - Static method in class com.google.protobuf.GeneratedMessageLite
- parseFrom(T, CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessageLite
- parseFrom(T, InputStream) - Static method in class com.google.protobuf.GeneratedMessageLite
- parseFrom(T, InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessageLite
- parseFrom(T, ByteBuffer) - Static method in class com.google.protobuf.GeneratedMessageLite
- parseFrom(T, ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessageLite
- parseInto(MapFieldLite<K, V>, CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.MapEntryLite
-
Parses an entry off of the input into the map.
- parsePartialDelimitedFrom(InputStream) - Method in class com.google.protobuf.AbstractParser
- parsePartialDelimitedFrom(InputStream) - Method in interface com.google.protobuf.Parser
-
Like
Parser.parseDelimitedFrom(InputStream)
, but does not throw an exception if the message is missing required fields. - parsePartialDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
- parsePartialDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
-
Like
Parser.parseDelimitedFrom(InputStream, ExtensionRegistryLite)
, but does not throw an exception if the message is missing required fields. - parsePartialFrom(byte[]) - Method in class com.google.protobuf.AbstractParser
- parsePartialFrom(byte[]) - Method in interface com.google.protobuf.Parser
-
Like
Parser.parseFrom(byte[])
, but does not throw an exception if the message is missing required fields. - parsePartialFrom(byte[], int, int) - Method in class com.google.protobuf.AbstractParser
- parsePartialFrom(byte[], int, int) - Method in interface com.google.protobuf.Parser
-
Like
Parser.parseFrom(byte[], int, int)
, but does not throw an exception if the message is missing required fields. - parsePartialFrom(byte[], int, int, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
- parsePartialFrom(byte[], int, int, ExtensionRegistryLite) - Method in class com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser
- parsePartialFrom(byte[], int, int, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
-
Like
Parser.parseFrom(ByteString, ExtensionRegistryLite)
, but does not throw an exception if the message is missing required fields. - parsePartialFrom(byte[], ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
- parsePartialFrom(byte[], ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
-
Like
Parser.parseFrom(byte[], ExtensionRegistryLite)
, but does not throw an exception if the message is missing required fields. - parsePartialFrom(ByteString) - Method in class com.google.protobuf.AbstractParser
- parsePartialFrom(ByteString) - Method in interface com.google.protobuf.Parser
-
Like
Parser.parseFrom(ByteString)
, but does not throw an exception if the message is missing required fields. - parsePartialFrom(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
- parsePartialFrom(ByteString, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
-
Like
Parser.parseFrom(ByteString, ExtensionRegistryLite)
, but does not throw an exception if the message is missing required fields. - parsePartialFrom(CodedInputStream) - Method in class com.google.protobuf.AbstractParser
- parsePartialFrom(CodedInputStream) - Method in interface com.google.protobuf.Parser
-
Like
Parser.parseFrom(CodedInputStream)
, but does not throw an exception if the message is missing required fields. - parsePartialFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser
- parsePartialFrom(CodedInputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
-
Like
Parser.parseFrom(CodedInputStream input, ExtensionRegistryLite)
, but does not throw an exception if the message is missing required fields. - parsePartialFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.UnknownFieldSet.Parser
- parsePartialFrom(InputStream) - Method in class com.google.protobuf.AbstractParser
- parsePartialFrom(InputStream) - Method in interface com.google.protobuf.Parser
-
Like
Parser.parseFrom(InputStream)
, but does not throw an exception if the message is missing required fields. - parsePartialFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
- parsePartialFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
-
Like
Parser.parseFrom(InputStream, ExtensionRegistryLite)
, but does not throw an exception if the message is missing required fields. - parsePartialFrom(T, CodedInputStream) - Static method in class com.google.protobuf.GeneratedMessageLite
- parser() - Static method in class com.google.protobuf.Any
- parser() - Static method in class com.google.protobuf.Api
- parser() - Static method in class com.google.protobuf.BoolValue
- parser() - Static method in class com.google.protobuf.BytesValue
- parser() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
- parser() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
- parser() - Static method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
- parser() - Static method in class com.google.protobuf.compiler.PluginProtos.Version
- parser() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
- parser() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto
- parser() - Static method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
- parser() - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
- parser() - Static method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
- parser() - Static method in class com.google.protobuf.DescriptorProtos.EnumOptions
- parser() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
- parser() - Static method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
- parser() - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
- parser() - Static method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
- parser() - Static method in class com.google.protobuf.DescriptorProtos.FeatureSet
- parser() - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
- parser() - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
- parser() - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
- parser() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
- parser() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
- parser() - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
- parser() - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
- parser() - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
- parser() - Static method in class com.google.protobuf.DescriptorProtos.MessageOptions
- parser() - Static method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
- parser() - Static method in class com.google.protobuf.DescriptorProtos.MethodOptions
- parser() - Static method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
- parser() - Static method in class com.google.protobuf.DescriptorProtos.OneofOptions
- parser() - Static method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
- parser() - Static method in class com.google.protobuf.DescriptorProtos.ServiceOptions
- parser() - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
- parser() - Static method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
- parser() - Static method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
- 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() - Static method in class com.google.protobuf.SourceContext
- parser() - Static method in class com.google.protobuf.StringValue
- parser() - Static method in class com.google.protobuf.Struct
- parser() - Static method in class com.google.protobuf.Timestamp
- parser() - Static method in class com.google.protobuf.Type
- parser() - Static method in class com.google.protobuf.UInt32Value
- parser() - Static method in class com.google.protobuf.UInt64Value
- parser() - Static method in class com.google.protobuf.Value
- Parser<MessageType> - Interface in com.google.protobuf
-
Abstract interface for parsing Protocol Messages.
- Parser() - Constructor for class com.google.protobuf.UnknownFieldSet.Parser
- PARSER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
-
Deprecated.
- PARSER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
-
Deprecated.
- PARSER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
-
Deprecated.
- PARSER - Static variable in class com.google.protobuf.compiler.PluginProtos.Version
-
Deprecated.
- PARSER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
-
Deprecated.
- PARSER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
Deprecated.
- PARSER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
-
Deprecated.
- PARSER - Static variable in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
-
Deprecated.
- PARSER - Static variable in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
-
Deprecated.
- PARSER - Static variable in class com.google.protobuf.DescriptorProtos.EnumOptions
-
Deprecated.
- PARSER - Static variable in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
-
Deprecated.
- PARSER - Static variable in class com.google.protobuf.DescriptorProtos.EnumValueOptions
-
Deprecated.
- PARSER - Static variable in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
-
Deprecated.
- PARSER - Static variable in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
-
Deprecated.
- PARSER - Static variable in class com.google.protobuf.DescriptorProtos.FeatureSet
-
Deprecated.
- PARSER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
Deprecated.
- PARSER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
-
Deprecated.
- PARSER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
-
Deprecated.
- PARSER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
Deprecated.
- PARSER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
-
Deprecated.
- PARSER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
-
Deprecated.
- PARSER - Static variable in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
-
Deprecated.
- PARSER - Static variable in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
-
Deprecated.
- PARSER - Static variable in class com.google.protobuf.DescriptorProtos.MessageOptions
-
Deprecated.
- PARSER - Static variable in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
-
Deprecated.
- PARSER - Static variable in class com.google.protobuf.DescriptorProtos.MethodOptions
-
Deprecated.
- PARSER - Static variable in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto
-
Deprecated.
- PARSER - Static variable in class com.google.protobuf.DescriptorProtos.OneofOptions
-
Deprecated.
- PARSER - Static variable in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
-
Deprecated.
- PARSER - Static variable in class com.google.protobuf.DescriptorProtos.ServiceOptions
-
Deprecated.
- PARSER - Static variable in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
Deprecated.
- PARSER - Static variable in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
-
Deprecated.
- PARSER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
-
Deprecated.
- PARSER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption
-
Deprecated.
- parseUnknownField(int, CodedInputStream) - Method in class com.google.protobuf.GeneratedMessageLite
-
Called by subclasses to parse an unknown field.
- parseUnknownField(CodedInputStream, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessageV3.Builder
-
Called by generated subclasses to parse an unknown field.
- parseUnknownField(CodedInputStream, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
- parseUnknownField(CodedInputStream, UnknownFieldSet.Builder, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessage.Builder
-
Called by subclasses to parse an unknown field.
- parseUnknownField(CodedInputStream, UnknownFieldSet.Builder, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
-
Called by subclasses to parse an unknown field or an extension.
- parseUnknownField(CodedInputStream, UnknownFieldSet.Builder, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage
- parseUnknownField(CodedInputStream, UnknownFieldSet.Builder, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessage
-
Called by subclasses to parse an unknown field.
- parseUnknownField(CodedInputStream, UnknownFieldSet.Builder, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
- parseUnknownField(CodedInputStream, UnknownFieldSet.Builder, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessageV3
-
Called by subclasses to parse an unknown field.
- parseUnknownField(MessageType, CodedInputStream, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
-
Parse an unknown field or an extension.
- parseUnknownFieldAsMessageSet(MessageType, CodedInputStream, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
-
Parse an unknown field or an extension.
- parseUnknownFieldProto3(CodedInputStream, UnknownFieldSet.Builder, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
-
Delegates to parseUnknownField.
- parseUnknownFieldProto3(CodedInputStream, UnknownFieldSet.Builder, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessageV3
-
Delegates to parseUnknownField.
- parseWithIOException(Parser<M>, CodedInputStream) - Static method in class com.google.protobuf.GeneratedMessage
- parseWithIOException(Parser<M>, CodedInputStream) - Static method in class com.google.protobuf.GeneratedMessageV3
-
Used by generated code.
- parseWithIOException(Parser<M>, CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessage
- parseWithIOException(Parser<M>, CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessageV3
-
Used by generated code.
- parseWithIOException(Parser<M>, InputStream) - Static method in class com.google.protobuf.GeneratedMessage
- parseWithIOException(Parser<M>, InputStream) - Static method in class com.google.protobuf.GeneratedMessageV3
-
Used by generated code.
- parseWithIOException(Parser<M>, InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessage
- parseWithIOException(Parser<M>, InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.GeneratedMessageV3
-
Used by generated code.
- 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.
- PATCH_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.Version
- PATH_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
- 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.
- PHP_CLASS_PREFIX_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
- PHP_GENERIC_SERVICES_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
- PHP_METADATA_NAMESPACE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
- PHP_NAMESPACE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
- 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.Feature - Enum in com.google.protobuf.compiler
-
Protobuf enum
google.protobuf.compiler.CodeGeneratorResponse.Feature
- 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
- PluginProtos.Version - Class in com.google.protobuf.compiler
-
Protobuf type
google.protobuf.compiler.Version
- PluginProtos.Version.Builder - Class in com.google.protobuf.compiler
-
Protobuf type
google.protobuf.compiler.Version
- PluginProtos.VersionOrBuilder - 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
-
Deprecated.Use
printer().print(MessageOrBuilder, Appendable)
- print(MessageOrBuilder, Appendable) - Method in class com.google.protobuf.TextFormat.Printer
-
Outputs a textual representation of the Protocol Message supplied into the parameter output.
- print(UnknownFieldSet, Appendable) - Static method in class com.google.protobuf.TextFormat
-
Deprecated.Use
printer().print(UnknownFieldSet, Appendable)
- print(UnknownFieldSet, Appendable) - Method in class com.google.protobuf.TextFormat.Printer
-
Outputs a textual representation of
fields
tooutput
. - printer() - Static method in class com.google.protobuf.TextFormat
-
Printer instance which escapes non-ASCII characters.
- printField(Descriptors.FieldDescriptor, Object, Appendable) - Method in class com.google.protobuf.TextFormat.Printer
- printField(Descriptors.FieldDescriptor, Object, Appendable) - Static method in class com.google.protobuf.TextFormat
-
Deprecated.Use
printer().printField(FieldDescriptor, Object, Appendable)
- printFieldToString(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.TextFormat.Printer
- printFieldToString(Descriptors.FieldDescriptor, Object) - Static method in class com.google.protobuf.TextFormat
-
Deprecated.Use
printer().printFieldToString(FieldDescriptor, Object)
- printFieldValue(Descriptors.FieldDescriptor, Object, Appendable) - Method in class com.google.protobuf.TextFormat.Printer
-
Outputs a textual representation of the value of given field value.
- printFieldValue(Descriptors.FieldDescriptor, Object, Appendable) - Static method in class com.google.protobuf.TextFormat
-
Deprecated.Use
printer().printFieldValue(FieldDescriptor, Object, Appendable)
- printToString(MessageOrBuilder) - Method in class com.google.protobuf.TextFormat.Printer
-
Like
print()
, but writes directly to aString
and returns it. - printToString(MessageOrBuilder) - Static method in class com.google.protobuf.TextFormat
-
Deprecated.Use
message.toString()
- printToString(UnknownFieldSet) - Method in class com.google.protobuf.TextFormat.Printer
-
Like
print()
, but writes directly to aString
and returns it. - printToString(UnknownFieldSet) - Static method in class com.google.protobuf.TextFormat
-
Deprecated.
- printToUnicodeString(MessageOrBuilder) - Static method in class com.google.protobuf.TextFormat
-
Deprecated.Use
printer().escapingNonAscii(false).printToString(MessageOrBuilder)
- printToUnicodeString(UnknownFieldSet) - Static method in class com.google.protobuf.TextFormat
-
Deprecated.Use
printer().escapingNonAscii(false).printToString(UnknownFieldSet)
- printUnicode(MessageOrBuilder, Appendable) - Static method in class com.google.protobuf.TextFormat
-
Deprecated.Use
printer().escapingNonAscii(false).print(MessageOrBuilder, Appendable)
- printUnicode(UnknownFieldSet, Appendable) - Static method in class com.google.protobuf.TextFormat
-
Deprecated.Use
printer().escapingNonAscii(false).print(UnknownFieldSet, Appendable)
- printUnicodeFieldValue(Descriptors.FieldDescriptor, Object, Appendable) - Static method in class com.google.protobuf.TextFormat
-
Deprecated.Use
printer().escapingNonAscii(false).printFieldValue(FieldDescriptor, Object, Appendable)
- 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
- PROTO1 - com.google.protobuf.Extension.ExtensionType
- PROTO1 - com.google.protobuf.Extension.MessageType
- PROTO2 - com.google.protobuf.Descriptors.FileDescriptor.Syntax
-
Deprecated.
- PROTO2 - com.google.protobuf.Extension.MessageType
- PROTO2 - com.google.protobuf.LegacyDescriptorsUtil.LegacyFileDescriptor.Syntax
- PROTO2 - com.google.protobuf.ProtoSyntax
- PROTO3 - com.google.protobuf.Descriptors.FileDescriptor.Syntax
-
Deprecated.
- PROTO3 - com.google.protobuf.LegacyDescriptorsUtil.LegacyFileDescriptor.Syntax
- PROTO3 - com.google.protobuf.ProtoSyntax
- PROTO3_OPTIONAL_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
- 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. - ProtoSyntax - Enum in com.google.protobuf
-
Represents the syntax version of the message.
- 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(Map.Entry<K, V>) - Method in class com.google.protobuf.MapFieldLite
- put(K, V) - Method in class com.google.protobuf.Internal.MapAdapter
- put(K, V) - Method in class com.google.protobuf.MapFieldLite
- putAll(Map<? extends K, ? extends V>) - Method in class com.google.protobuf.MapFieldLite
- putAllFields(Map<String, Value>) - Method in class com.google.protobuf.Struct.Builder
-
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
- putFields(String, Value) - Method in class com.google.protobuf.Struct.Builder
-
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
- PY_GENERIC_SERVICES_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
R
- RAW_FEATURES_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FeatureSet
- readBool() - Method in class com.google.protobuf.CodedInputStream
-
Read a
bool
field value from the stream. - readByteArray() - Method in class com.google.protobuf.CodedInputStream
-
Read a
bytes
field value from the stream. - readByteBuffer() - Method in class com.google.protobuf.CodedInputStream
-
Read a
bytes
field value from the stream. - readBytes() - Method in class com.google.protobuf.CodedInputStream
-
Read a
bytes
field value from the stream. - readDouble() - Method in class com.google.protobuf.CodedInputStream
-
Read a
double
field value from the stream. - readEnum() - Method in class com.google.protobuf.CodedInputStream
-
Read an enum field value from the stream.
- readFixed32() - Method in class com.google.protobuf.CodedInputStream
-
Read a
fixed32
field value from the stream. - readFixed64() - Method in class com.google.protobuf.CodedInputStream
-
Read a
fixed64
field value from the stream. - readFloat() - Method in class com.google.protobuf.CodedInputStream
-
Read a
float
field value from the stream. - readFrom(InputStream) - Static method in class com.google.protobuf.ByteString
-
Completely reads the given stream's bytes into a
ByteString
, blocking if necessary until all bytes are read through to the end of the stream. - readFrom(InputStream, int) - Static method in class com.google.protobuf.ByteString
-
Completely reads the given stream's bytes into a
ByteString
, blocking if necessary until all bytes are read through to the end of the stream. - readFrom(InputStream, int, int) - Static method in class com.google.protobuf.ByteString
-
Helper method that takes the chunk size range as a parameter.
- readGroup(int, MessageLite.Builder, ExtensionRegistryLite) - Method in class com.google.protobuf.CodedInputStream
-
Read a
group
field value from the stream. - readGroup(int, Parser<T>, ExtensionRegistryLite) - Method in class com.google.protobuf.CodedInputStream
-
Read a
group
field value from the stream. - readInt32() - Method in class com.google.protobuf.CodedInputStream
-
Read an
int32
field value from the stream. - readInt64() - Method in class com.google.protobuf.CodedInputStream
-
Read an
int64
field value from the stream. - readMessage(MessageLite.Builder, ExtensionRegistryLite) - Method in class com.google.protobuf.CodedInputStream
-
Read an embedded message field value from the stream.
- readMessage(Parser<T>, ExtensionRegistryLite) - Method in class com.google.protobuf.CodedInputStream
-
Read an embedded message field value from the stream.
- readRawByte() - Method in class com.google.protobuf.CodedInputStream
-
Read one byte from the input.
- readRawBytes(int) - Method in class com.google.protobuf.CodedInputStream
-
Read a fixed size of bytes from the input.
- readRawLittleEndian32() - Method in class com.google.protobuf.CodedInputStream
-
Read a 32-bit little-endian integer from the stream.
- readRawLittleEndian64() - Method in class com.google.protobuf.CodedInputStream
-
Read a 64-bit little-endian integer from the stream.
- readRawVarint32() - Method in class com.google.protobuf.CodedInputStream
-
Read a raw Varint from the stream.
- readRawVarint32(int, InputStream) - Static method in class com.google.protobuf.CodedInputStream
-
Like
CodedInputStream.readRawVarint32(InputStream)
, but expects that the caller has already read one byte. - readRawVarint64() - Method in class com.google.protobuf.CodedInputStream
-
Read a raw Varint from the stream.
- readResolve() - Method in class com.google.protobuf.GeneratedMessageLite.SerializedForm
-
When read from an ObjectInputStream, this method converts this object back to the regular form.
- readSFixed32() - Method in class com.google.protobuf.CodedInputStream
-
Read an
sfixed32
field value from the stream. - readSFixed64() - Method in class com.google.protobuf.CodedInputStream
-
Read an
sfixed64
field value from the stream. - readSInt32() - Method in class com.google.protobuf.CodedInputStream
-
Read an
sint32
field value from the stream. - readSInt64() - Method in class com.google.protobuf.CodedInputStream
-
Read an
sint64
field value from the stream. - readString() - Method in class com.google.protobuf.CodedInputStream
-
Read a
string
field value from the stream. - readStringRequireUtf8() - Method in class com.google.protobuf.CodedInputStream
-
Read a
string
field value from the stream. - readTag() - Method in class com.google.protobuf.CodedInputStream
-
Attempt to read a field tag, returning zero if we have reached EOF.
- readUInt32() - Method in class com.google.protobuf.CodedInputStream
-
Read a
uint32
field value from the stream. - readUInt64() - Method in class com.google.protobuf.CodedInputStream
-
Read a
uint64
field value from the stream. - readUnknownGroup(int, MessageLite.Builder) - Method in class com.google.protobuf.CodedInputStream
-
Deprecated.UnknownFieldSet.Builder now implements MessageLite.Builder, so you can just call
CodedInputStream.readGroup(int, com.google.protobuf.MessageLite.Builder, com.google.protobuf.ExtensionRegistryLite)
. - registerAllExtensions(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
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.AnyProto
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.ApiProto
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.compiler.PluginProtos
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.DescriptorProtos
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.DurationProto
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.EmptyProto
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.FieldMaskProto
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.SourceContextProto
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.StructProto
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.TimestampProto
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.TypeProto
- registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.protobuf.WrappersProto
- registerDefaultInstance(Class<T>, T) - Static method in class com.google.protobuf.GeneratedMessageLite
- remove(int) - Method in class com.google.protobuf.LazyStringArrayList
- remove(int) - Method in class com.google.protobuf.RepeatedFieldBuilder
-
Removes the element at the specified position in this list.
- remove(int) - Method in class com.google.protobuf.RepeatedFieldBuilderV3
-
Removes the element at the specified position in this list.
- remove(Object) - Method in class com.google.protobuf.MapFieldLite
- removeAnnotation(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
-
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
- removeDeclaration(int) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
- removeEditionDefaults(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.FieldOptions.EditionDefault edition_defaults = 20 [json_name = "editionDefaults"];
- removeEnumType(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
- removeEnumType(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
- removeEnumvalue(int) - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
- removeExtension(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
- removeExtension(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
- removeExtensionRange(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
- removeField(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
- removeFields(int) - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
- removeFields(String) - Method in class com.google.protobuf.Struct.Builder
-
map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];
- removeFile(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
- removeFile(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
- removeLocation(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
- removeMessageType(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
- removeMethod(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
- removeMethods(int) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
- removeMixins(int) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
- removeName(int) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
- removeNestedType(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
- removeOneofDecl(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
- removeOptions(int) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- removeOptions(int) - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- removeOptions(int) - Method in class com.google.protobuf.EnumValue.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- removeOptions(int) - Method in class com.google.protobuf.Field.Builder
-
repeated .google.protobuf.Option options = 9 [json_name = "options"];
- removeOptions(int) - Method in class com.google.protobuf.Method.Builder
-
repeated .google.protobuf.Option options = 6 [json_name = "options"];
- removeOptions(int) - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Option options = 4 [json_name = "options"];
- removeProtoFile(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
- removeReservedRange(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
- removeReservedRange(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
- removeService(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
- removeSourceFileDescriptors(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
- removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- removeUninterpretedOption(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- removeValue(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
- removeValues(int) - Method in class com.google.protobuf.ListValue.Builder
-
repeated .google.protobuf.Value values = 1 [json_name = "values"];
- REPEATED_FIELD_ENCODING_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FeatureSet
- REPEATED_FIELD_ENCODING_UNKNOWN - com.google.protobuf.DescriptorProtos.FeatureSet.RepeatedFieldEncoding
-
REPEATED_FIELD_ENCODING_UNKNOWN = 0;
- REPEATED_FIELD_ENCODING_UNKNOWN_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FeatureSet.RepeatedFieldEncoding
-
REPEATED_FIELD_ENCODING_UNKNOWN = 0;
- REPEATED_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
- 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.
- RepeatedFieldBuilderV3<MType extends AbstractMessage,BType extends AbstractMessage.Builder,IType extends MessageOrBuilder> - Class in com.google.protobuf
-
RepeatedFieldBuilderV3
implements a structure that a protocol message uses to hold a repeated field of other protocol messages. - RepeatedFieldBuilderV3(List<MType>, boolean, AbstractMessage.BuilderParent, boolean) - Constructor for class com.google.protobuf.RepeatedFieldBuilderV3
-
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_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
- RESERVED_NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
- RESERVED_NAME_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
- RESERVED_RANGE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.DescriptorProto
- RESERVED_RANGE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
- 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
- RETENTION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
- RETENTION_RUNTIME - com.google.protobuf.DescriptorProtos.FieldOptions.OptionRetention
-
RETENTION_RUNTIME = 1;
- RETENTION_RUNTIME_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldOptions.OptionRetention
-
RETENTION_RUNTIME = 1;
- RETENTION_SOURCE - com.google.protobuf.DescriptorProtos.FieldOptions.OptionRetention
-
RETENTION_SOURCE = 2;
- RETENTION_SOURCE_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldOptions.OptionRetention
-
RETENTION_SOURCE = 2;
- RETENTION_UNKNOWN - com.google.protobuf.DescriptorProtos.FieldOptions.OptionRetention
-
RETENTION_UNKNOWN = 0;
- RETENTION_UNKNOWN_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldOptions.OptionRetention
-
RETENTION_UNKNOWN = 0;
- 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.
- RUBY_PACKAGE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
- 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
- SEMANTIC_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
- serializeBooleanMapTo(CodedOutputStream, MapField<Boolean, V>, MapEntry<Boolean, V>, int) - Static method in class com.google.protobuf.GeneratedMessageV3
- serializeIntegerMapTo(CodedOutputStream, MapField<Integer, V>, MapEntry<Integer, V>, int) - Static method in class com.google.protobuf.GeneratedMessageV3
- serializeLongMapTo(CodedOutputStream, MapField<Long, V>, MapEntry<Long, V>, int) - Static method in class com.google.protobuf.GeneratedMessageV3
- serializeStringMapTo(CodedOutputStream, MapField<String, V>, MapEntry<String, V>, int) - Static method in class com.google.protobuf.GeneratedMessageV3
- serializeTo(CodedOutputStream, int, K, V) - Method in class com.google.protobuf.MapEntryLite
-
Serializes the provided key and value as though they were wrapped by a
MapEntryLite
to the output stream. - 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(String, Throwable) - Constructor for exception com.google.protobuf.ServiceException
- ServiceException(Throwable) - Constructor for exception com.google.protobuf.ServiceException
- set(int, byte[]) - Method in class com.google.protobuf.LazyStringArrayList
- set(int, byte[]) - Method in interface com.google.protobuf.LazyStringList
-
Replaces the element at the specified position in this list with the specified element (optional operation).
- set(int, byte[]) - Method in class com.google.protobuf.UnmodifiableLazyStringList
-
Deprecated.
- set(int, ByteString) - Method in class com.google.protobuf.LazyStringArrayList
- set(int, ByteString) - Method in interface com.google.protobuf.LazyStringList
-
Replaces the element at the specified position in this list with the specified element (optional operation).
- set(int, ByteString) - Method in class com.google.protobuf.UnmodifiableLazyStringList
-
Deprecated.
- set(int, String) - Method in class com.google.protobuf.LazyStringArrayList
- set(LazyFieldLite) - Method in class com.google.protobuf.LazyFieldLite
-
Overrides the contents of this LazyField.
- SET - com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic
-
SET = 1;
- SET_MEMOIZED_IS_INITIALIZED - com.google.protobuf.GeneratedMessageLite.MethodToInvoke
- SET_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic
-
SET = 1;
- setAggregateValue(String) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional string aggregate_value = 8 [json_name = "aggregateValue"];
- setAggregateValueBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional string aggregate_value = 8 [json_name = "aggregateValue"];
- setAllowAlias(boolean) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
optional bool allow_alias = 2 [json_name = "allowAlias"];
- setAllowUnknownExtensions(boolean) - Method in class com.google.protobuf.TextFormat.Parser.Builder
-
Set whether this parser will allow unknown extensions.
- setAllowUnknownFields(boolean) - Method in class com.google.protobuf.TextFormat.Parser.Builder
-
Set whether this parser will allow unknown fields.
- setAnnotation(int, DescriptorProtos.GeneratedCodeInfo.Annotation) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
-
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
- setAnnotation(int, DescriptorProtos.GeneratedCodeInfo.Annotation.Builder) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
-
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
- setBegin(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
optional int32 begin = 3 [json_name = "begin"];
- setBoolean(int, boolean) - Method in interface com.google.protobuf.Internal.BooleanList
-
Like
List.set(int, Object)
but more efficient in that it doesn't box the element. - setBoolValue(boolean) - Method in class com.google.protobuf.Value.Builder
-
bool bool_value = 4 [json_name = "boolValue"];
- setByteString(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.LazyFieldLite
-
Sets this field with bytes to delay-parse.
- setCardinality(Field.Cardinality) - Method in class com.google.protobuf.Field.Builder
-
.google.protobuf.Field.Cardinality cardinality = 2 [json_name = "cardinality"];
- setCardinalityValue(int) - Method in class com.google.protobuf.Field.Builder
-
.google.protobuf.Field.Cardinality cardinality = 2 [json_name = "cardinality"];
- setCcEnableArenas(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool cc_enable_arenas = 31 [default = true, json_name = "ccEnableArenas"];
- setCcGenericServices(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool cc_generic_services = 16 [default = false, json_name = "ccGenericServices"];
- setClientStreaming(boolean) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional bool client_streaming = 5 [default = false, json_name = "clientStreaming"];
- setCompilerVersion(PluginProtos.Version) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
optional .google.protobuf.compiler.Version compiler_version = 3 [json_name = "compilerVersion"];
- setCompilerVersion(PluginProtos.Version.Builder) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
optional .google.protobuf.compiler.Version compiler_version = 3 [json_name = "compilerVersion"];
- setContent(String) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
optional string content = 15 [json_name = "content"];
- setContentBytes(ByteString) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
optional string content = 15 [json_name = "content"];
- setCsharpNamespace(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string csharp_namespace = 37 [json_name = "csharpNamespace"];
- setCsharpNamespaceBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string csharp_namespace = 37 [json_name = "csharpNamespace"];
- setCtype(DescriptorProtos.FieldOptions.CType) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING, json_name = "ctype"];
- setDebugRedact(boolean) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
optional bool debug_redact = 3 [default = false, json_name = "debugRedact"];
- setDebugRedact(boolean) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool debug_redact = 16 [default = false, json_name = "debugRedact"];
- setDeclaration(int, DescriptorProtos.ExtensionRangeOptions.Declaration) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
- setDeclaration(int, DescriptorProtos.ExtensionRangeOptions.Declaration.Builder) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
- setDefaultValue(String) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string default_value = 7 [json_name = "defaultValue"];
- setDefaultValue(String) - Method in class com.google.protobuf.Field.Builder
-
string default_value = 11 [json_name = "defaultValue"];
- setDefaultValueBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string default_value = 7 [json_name = "defaultValue"];
- setDefaultValueBytes(ByteString) - Method in class com.google.protobuf.Field.Builder
-
string default_value = 11 [json_name = "defaultValue"];
- setDependency(int, String) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated string dependency = 3 [json_name = "dependency"];
- setDeprecated(boolean) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
- setDeprecated(boolean) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
optional bool deprecated = 1 [default = false, json_name = "deprecated"];
- setDeprecated(boolean) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
- setDeprecated(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool deprecated = 23 [default = false, json_name = "deprecated"];
- setDeprecated(boolean) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
optional bool deprecated = 3 [default = false, json_name = "deprecated"];
- setDeprecated(boolean) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
optional bool deprecated = 33 [default = false, json_name = "deprecated"];
- setDeprecated(boolean) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
optional bool deprecated = 33 [default = false, json_name = "deprecated"];
- setDeprecatedLegacyJsonFieldConflicts(boolean) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
Deprecated.google.protobuf.EnumOptions.deprecated_legacy_json_field_conflicts is deprecated. See google/protobuf/descriptor.proto;l=0
- setDeprecatedLegacyJsonFieldConflicts(boolean) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
Deprecated.google.protobuf.MessageOptions.deprecated_legacy_json_field_conflicts is deprecated. See google/protobuf/descriptor.proto;l=0
- 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 [json_name = "doubleValue"];
- setEagerlyParseMessageSets(boolean) - Static method in class com.google.protobuf.ExtensionRegistryLite
- setEdition(String) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault.Builder
-
optional string edition = 1 [json_name = "edition"];
- setEdition(String) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string edition = 13 [json_name = "edition"];
- setEdition(String) - Method in class com.google.protobuf.Enum.Builder
-
string edition = 6 [json_name = "edition"];
- setEdition(String) - Method in class com.google.protobuf.Type.Builder
-
string edition = 7 [json_name = "edition"];
- setEditionBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault.Builder
-
optional string edition = 1 [json_name = "edition"];
- setEditionBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string edition = 13 [json_name = "edition"];
- setEditionBytes(ByteString) - Method in class com.google.protobuf.Enum.Builder
-
string edition = 6 [json_name = "edition"];
- setEditionBytes(ByteString) - Method in class com.google.protobuf.Type.Builder
-
string edition = 7 [json_name = "edition"];
- setEditionDefaults(int, DescriptorProtos.FieldOptions.EditionDefault) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.FieldOptions.EditionDefault edition_defaults = 20 [json_name = "editionDefaults"];
- setEditionDefaults(int, DescriptorProtos.FieldOptions.EditionDefault.Builder) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.FieldOptions.EditionDefault edition_defaults = 20 [json_name = "editionDefaults"];
- setEnd(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
optional int32 end = 2 [json_name = "end"];
- setEnd(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
-
optional int32 end = 2 [json_name = "end"];
- setEnd(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
-
optional int32 end = 2 [json_name = "end"];
- setEnd(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
optional int32 end = 4 [json_name = "end"];
- setEnumType(int, DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
- setEnumType(int, DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
- setEnumType(int, DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4 [json_name = "enumType"];
- setEnumType(int, DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5 [json_name = "enumType"];
- setEnumType(DescriptorProtos.FeatureSet.EnumType) - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
-
optional .google.protobuf.FeatureSet.EnumType enum_type = 2 [json_name = "enumType", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_ENUM, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- setEnumvalue(int, EnumValue) - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
- setEnumvalue(int, EnumValue.Builder) - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
- setError(String) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
optional string error = 1 [json_name = "error"];
- setErrorBytes(ByteString) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
optional string error = 1 [json_name = "error"];
- setExtendee(String) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string extendee = 2 [json_name = "extendee"];
- setExtendeeBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string extendee = 2 [json_name = "extendee"];
- setExtension(int, DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
- setExtension(int, DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
- setExtension(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
- setExtension(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
- setExtension(Extension<MessageT, List<T>>, int, T) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
-
Set the value of one element of a repeated extension.
- setExtension(Extension<MessageT, T>, T) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
-
Set the value of an extension.
- setExtension(Extension<MessageType, List<Type>>, int, Type) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
-
Set the value of one element of a repeated extension.
- setExtension(Extension<MessageType, Type>, Type) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
-
Set the value of an extension.
- setExtension(ExtensionLite<MessageT, List<T>>, int, T) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
-
Set the value of one element of a repeated extension.
- setExtension(ExtensionLite<MessageT, T>, T) - Method in class com.google.protobuf.GeneratedMessageV3.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, List<Type>>, int, Type) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
-
Set the value of one element of a repeated extension.
- setExtension(ExtensionLite<MessageType, Type>, Type) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
-
Set the value of an extension.
- setExtension(ExtensionLite<MessageType, Type>, Type) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
-
Set the value of an extension.
- setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.EnumOptions, List<Type>>, int, Type) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
- setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.EnumOptions, Type>, Type) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
- setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.EnumValueOptions, List<Type>>, int, Type) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
- setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.EnumValueOptions, Type>, Type) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
- setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.ExtensionRangeOptions, List<Type>>, int, Type) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
- setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.ExtensionRangeOptions, Type>, Type) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
- setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.FeatureSet, List<Type>>, int, Type) - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
- setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.FeatureSet, Type>, Type) - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
- setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.FieldOptions, List<Type>>, int, Type) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
- setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.FieldOptions, Type>, Type) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
- setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.FileOptions, List<Type>>, int, Type) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
- setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.FileOptions, Type>, Type) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
- setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.MessageOptions, List<Type>>, int, Type) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
- setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.MessageOptions, Type>, Type) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
- setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.MethodOptions, List<Type>>, int, Type) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
- setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.MethodOptions, Type>, Type) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
- setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.OneofOptions, List<Type>>, int, Type) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
- setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.OneofOptions, Type>, Type) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
- setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.ServiceOptions, List<Type>>, int, Type) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
- setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.ServiceOptions, Type>, Type) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
- setExtension(GeneratedMessage.GeneratedExtension<MessageT, List<T>>, int, T) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
-
Set the value of one element of a repeated extension.
- setExtension(GeneratedMessage.GeneratedExtension<MessageT, T>, T) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
-
Set the value of an extension.
- setExtension(GeneratedMessage.GeneratedExtension<MessageType, List<Type>>, int, Type) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
-
Set the value of one element of a repeated extension.
- setExtension(GeneratedMessage.GeneratedExtension<MessageType, Type>, Type) - Method in class com.google.protobuf.GeneratedMessage.ExtendableBuilder
-
Set the value of an extension.
- setExtensionRange(int, DescriptorProtos.DescriptorProto.ExtensionRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
- setExtensionRange(int, DescriptorProtos.DescriptorProto.ExtensionRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5 [json_name = "extensionRange"];
- setFailed(String) - Method in interface com.google.protobuf.RpcController
-
Causes
failed()
to return true on the client side. - setFeatures(DescriptorProtos.FeatureSet) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
optional .google.protobuf.FeatureSet features = 7 [json_name = "features"];
- setFeatures(DescriptorProtos.FeatureSet) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
optional .google.protobuf.FeatureSet features = 2 [json_name = "features"];
- setFeatures(DescriptorProtos.FeatureSet) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
optional .google.protobuf.FeatureSet features = 50 [json_name = "features"];
- setFeatures(DescriptorProtos.FeatureSet) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional .google.protobuf.FeatureSet features = 21 [json_name = "features"];
- setFeatures(DescriptorProtos.FeatureSet) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional .google.protobuf.FeatureSet features = 50 [json_name = "features"];
- setFeatures(DescriptorProtos.FeatureSet) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
optional .google.protobuf.FeatureSet features = 12 [json_name = "features"];
- setFeatures(DescriptorProtos.FeatureSet) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
optional .google.protobuf.FeatureSet features = 35 [json_name = "features"];
- setFeatures(DescriptorProtos.FeatureSet) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
optional .google.protobuf.FeatureSet features = 1 [json_name = "features"];
- setFeatures(DescriptorProtos.FeatureSet) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
optional .google.protobuf.FeatureSet features = 34 [json_name = "features"];
- setFeatures(DescriptorProtos.FeatureSet.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
optional .google.protobuf.FeatureSet features = 7 [json_name = "features"];
- setFeatures(DescriptorProtos.FeatureSet.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
optional .google.protobuf.FeatureSet features = 2 [json_name = "features"];
- setFeatures(DescriptorProtos.FeatureSet.Builder) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
optional .google.protobuf.FeatureSet features = 50 [json_name = "features"];
- setFeatures(DescriptorProtos.FeatureSet.Builder) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional .google.protobuf.FeatureSet features = 21 [json_name = "features"];
- setFeatures(DescriptorProtos.FeatureSet.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional .google.protobuf.FeatureSet features = 50 [json_name = "features"];
- setFeatures(DescriptorProtos.FeatureSet.Builder) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
optional .google.protobuf.FeatureSet features = 12 [json_name = "features"];
- setFeatures(DescriptorProtos.FeatureSet.Builder) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
optional .google.protobuf.FeatureSet features = 35 [json_name = "features"];
- setFeatures(DescriptorProtos.FeatureSet.Builder) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
optional .google.protobuf.FeatureSet features = 1 [json_name = "features"];
- setFeatures(DescriptorProtos.FeatureSet.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
optional .google.protobuf.FeatureSet features = 34 [json_name = "features"];
- setField(int, DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
- setField(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.Any.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.Api.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.BoolValue.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.BytesValue.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DoubleValue.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.Duration.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.DynamicMessage.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.Empty.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.Enum.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.EnumValue.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.Field.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.FieldMask.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.FloatValue.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.GeneratedMessageV3.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.Int32Value.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.Int64Value.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.ListValue.Builder
- 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.
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.Method.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.Mixin.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.Option.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.SourceContext.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.StringValue.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.Struct.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.Timestamp.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.Type.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.UInt32Value.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.UInt64Value.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.Value.Builder
- setFieldPresence(DescriptorProtos.FeatureSet.FieldPresence) - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
-
optional .google.protobuf.FeatureSet.FieldPresence field_presence = 1 [json_name = "fieldPresence", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- setFields(int, Field) - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
- setFields(int, Field.Builder) - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
- setFile(int, PluginProtos.CodeGeneratorResponse.File) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
- setFile(int, PluginProtos.CodeGeneratorResponse.File.Builder) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15 [json_name = "file"];
- setFile(int, DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
- setFile(int, DescriptorProtos.FileDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1 [json_name = "file"];
- setFileName(String) - Method in class com.google.protobuf.SourceContext.Builder
-
string file_name = 1 [json_name = "fileName"];
- setFileNameBytes(ByteString) - Method in class com.google.protobuf.SourceContext.Builder
-
string file_name = 1 [json_name = "fileName"];
- setFileToGenerate(int, String) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated string file_to_generate = 1 [json_name = "fileToGenerate"];
- 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. - setFullName(String) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
-
optional string full_name = 2 [json_name = "fullName"];
- setFullNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
-
optional string full_name = 2 [json_name = "fullName"];
- setGeneratedCodeInfo(DescriptorProtos.GeneratedCodeInfo) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];
- setGeneratedCodeInfo(DescriptorProtos.GeneratedCodeInfo.Builder) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];
- setGoPackage(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string go_package = 11 [json_name = "goPackage"];
- setGoPackageBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string go_package = 11 [json_name = "goPackage"];
- setIdempotencyLevel(DescriptorProtos.MethodOptions.IdempotencyLevel) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN, json_name = "idempotencyLevel"];
- setIdentifierValue(String) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional string identifier_value = 3 [json_name = "identifierValue"];
- setIdentifierValueBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional string identifier_value = 3 [json_name = "identifierValue"];
- setInputType(String) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string input_type = 2 [json_name = "inputType"];
- setInputTypeBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string input_type = 2 [json_name = "inputType"];
- setInsertionPoint(String) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
optional string insertion_point = 2 [json_name = "insertionPoint"];
- setInsertionPointBytes(ByteString) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
optional string insertion_point = 2 [json_name = "insertionPoint"];
- 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 [json_name = "isExtension"];
- setJavaGenerateEqualsAndHash(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
Deprecated.google.protobuf.FileOptions.java_generate_equals_and_hash is deprecated. See google/protobuf/descriptor.proto;l=0
- setJavaGenericServices(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool java_generic_services = 17 [default = false, json_name = "javaGenericServices"];
- setJavaMultipleFiles(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool java_multiple_files = 10 [default = false, json_name = "javaMultipleFiles"];
- setJavaOuterClassname(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string java_outer_classname = 8 [json_name = "javaOuterClassname"];
- setJavaOuterClassnameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string java_outer_classname = 8 [json_name = "javaOuterClassname"];
- setJavaPackage(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string java_package = 1 [json_name = "javaPackage"];
- setJavaPackageBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string java_package = 1 [json_name = "javaPackage"];
- setJavaStringCheckUtf8(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool java_string_check_utf8 = 27 [default = false, json_name = "javaStringCheckUtf8"];
- setJsonFormat(DescriptorProtos.FeatureSet.JsonFormat) - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
-
optional .google.protobuf.FeatureSet.JsonFormat json_format = 6 [json_name = "jsonFormat", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_MESSAGE, targets = TARGET_TYPE_ENUM, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- setJsonName(String) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string json_name = 10 [json_name = "jsonName"];
- setJsonName(String) - Method in class com.google.protobuf.Field.Builder
-
string json_name = 10 [json_name = "jsonName"];
- setJsonNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string json_name = 10 [json_name = "jsonName"];
- setJsonNameBytes(ByteString) - Method in class com.google.protobuf.Field.Builder
-
string json_name = 10 [json_name = "jsonName"];
- setJstype(DescriptorProtos.FieldOptions.JSType) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL, json_name = "jstype"];
- setKey(K) - Method in class com.google.protobuf.MapEntry.Builder
- setKind(Field.Kind) - Method in class com.google.protobuf.Field.Builder
-
.google.protobuf.Field.Kind kind = 1 [json_name = "kind"];
- setKindValue(int) - Method in class com.google.protobuf.Field.Builder
-
.google.protobuf.Field.Kind kind = 1 [json_name = "kind"];
- setLabel(DescriptorProtos.FieldDescriptorProto.Label) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];
- setLazy(boolean) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool lazy = 5 [default = false, json_name = "lazy"];
- setLeadingComments(String) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
optional string leading_comments = 3 [json_name = "leadingComments"];
- setLeadingCommentsBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
optional string leading_comments = 3 [json_name = "leadingComments"];
- setLeadingDetachedComments(int, String) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated string leading_detached_comments = 6 [json_name = "leadingDetachedComments"];
- setListValue(ListValue) - Method in class com.google.protobuf.Value.Builder
-
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
- setListValue(ListValue.Builder) - Method in class com.google.protobuf.Value.Builder
-
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
- setLocation(int, DescriptorProtos.SourceCodeInfo.Location) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
- setLocation(int, DescriptorProtos.SourceCodeInfo.Location.Builder) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
- setLocation(Descriptors.FieldDescriptor, TextFormatParseLocation) - Method in class com.google.protobuf.TextFormatParseInfoTree.Builder
-
Record the starting location of a single value for a field.
- 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. - setMajor(int) - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
-
optional int32 major = 1 [json_name = "major"];
- setMapEntry(boolean) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
optional bool map_entry = 7 [json_name = "mapEntry"];
- 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(int, MType) - Method in class com.google.protobuf.RepeatedFieldBuilderV3
-
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.
- setMessage(MType) - Method in class com.google.protobuf.SingleFieldBuilderV3
-
Sets a message for the field replacing any existing value.
- setMessageEncoding(DescriptorProtos.FeatureSet.MessageEncoding) - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
-
optional .google.protobuf.FeatureSet.MessageEncoding message_encoding = 5 [json_name = "messageEncoding", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- setMessageSetWireFormat(boolean) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
optional bool message_set_wire_format = 1 [default = false, json_name = "messageSetWireFormat"];
- setMessageType(int, DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
- setMessageType(int, DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto message_type = 4 [json_name = "messageType"];
- setMethod(int, DescriptorProtos.MethodDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
- setMethod(int, DescriptorProtos.MethodDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2 [json_name = "method"];
- setMethods(int, Method) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
- setMethods(int, Method.Builder) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
- setMinor(int) - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
-
optional int32 minor = 2 [json_name = "minor"];
- setMixins(int, Mixin) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
- setMixins(int, Mixin.Builder) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
- setName(int, DescriptorProtos.UninterpretedOption.NamePart) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
- setName(int, DescriptorProtos.UninterpretedOption.NamePart.Builder) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
- setName(String) - Method in class com.google.protobuf.Api.Builder
-
string name = 1 [json_name = "name"];
- setName(String) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
optional string name = 1 [json_name = "name"];
- setName(String) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- setName(String) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- setName(String) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- setName(String) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- setName(String) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- setName(String) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- setName(String) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- setName(String) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- setName(String) - Method in class com.google.protobuf.Enum.Builder
-
string name = 1 [json_name = "name"];
- setName(String) - Method in class com.google.protobuf.EnumValue.Builder
-
string name = 1 [json_name = "name"];
- setName(String) - Method in class com.google.protobuf.Field.Builder
-
string name = 4 [json_name = "name"];
- setName(String) - Method in class com.google.protobuf.Method.Builder
-
string name = 1 [json_name = "name"];
- setName(String) - Method in class com.google.protobuf.Mixin.Builder
-
string name = 1 [json_name = "name"];
- setName(String) - Method in class com.google.protobuf.Option.Builder
-
string name = 1 [json_name = "name"];
- setName(String) - Method in class com.google.protobuf.Type.Builder
-
string name = 1 [json_name = "name"];
- setNameBytes(ByteString) - Method in class com.google.protobuf.Api.Builder
-
string name = 1 [json_name = "name"];
- setNameBytes(ByteString) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
optional string name = 1 [json_name = "name"];
- setNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- setNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- setNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- setNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- setNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- setNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- setNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- setNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
optional string name = 1 [json_name = "name"];
- setNameBytes(ByteString) - Method in class com.google.protobuf.Enum.Builder
-
string name = 1 [json_name = "name"];
- setNameBytes(ByteString) - Method in class com.google.protobuf.EnumValue.Builder
-
string name = 1 [json_name = "name"];
- setNameBytes(ByteString) - Method in class com.google.protobuf.Field.Builder
-
string name = 4 [json_name = "name"];
- setNameBytes(ByteString) - Method in class com.google.protobuf.Method.Builder
-
string name = 1 [json_name = "name"];
- setNameBytes(ByteString) - Method in class com.google.protobuf.Mixin.Builder
-
string name = 1 [json_name = "name"];
- setNameBytes(ByteString) - Method in class com.google.protobuf.Option.Builder
-
string name = 1 [json_name = "name"];
- setNameBytes(ByteString) - Method in class com.google.protobuf.Type.Builder
-
string name = 1 [json_name = "name"];
- setNamePart(String) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
-
required string name_part = 1 [json_name = "namePart"];
- setNamePartBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
-
required string name_part = 1 [json_name = "namePart"];
- setNanos(int) - Method in class com.google.protobuf.Duration.Builder
-
int32 nanos = 2 [json_name = "nanos"];
- setNanos(int) - Method in class com.google.protobuf.Timestamp.Builder
-
int32 nanos = 2 [json_name = "nanos"];
- setNegativeIntValue(long) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional int64 negative_int_value = 5 [json_name = "negativeIntValue"];
- setNestedType(int, DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
- setNestedType(int, DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3 [json_name = "nestedType"];
- setNoStandardDescriptorAccessor(boolean) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
optional bool no_standard_descriptor_accessor = 2 [default = false, json_name = "noStandardDescriptorAccessor"];
- setNullValue(NullValue) - Method in class com.google.protobuf.Value.Builder
-
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
- setNullValueValue(int) - Method in class com.google.protobuf.Value.Builder
-
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
- setNumber(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional int32 number = 2 [json_name = "number"];
- setNumber(int) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
-
optional int32 number = 1 [json_name = "number"];
- setNumber(int) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional int32 number = 3 [json_name = "number"];
- setNumber(int) - Method in class com.google.protobuf.EnumValue.Builder
-
int32 number = 2 [json_name = "number"];
- setNumber(int) - Method in class com.google.protobuf.Field.Builder
-
int32 number = 3 [json_name = "number"];
- setNumberValue(double) - Method in class com.google.protobuf.Value.Builder
-
double number_value = 2 [json_name = "numberValue"];
- setObjcClassPrefix(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string objc_class_prefix = 36 [json_name = "objcClassPrefix"];
- setObjcClassPrefixBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string objc_class_prefix = 36 [json_name = "objcClassPrefix"];
- setOneofDecl(int, DescriptorProtos.OneofDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
- setOneofDecl(int, DescriptorProtos.OneofDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
- setOneofIndex(int) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional int32 oneof_index = 9 [json_name = "oneofIndex"];
- setOneofIndex(int) - Method in class com.google.protobuf.Field.Builder
-
int32 oneof_index = 7 [json_name = "oneofIndex"];
- setOneofs(int, String) - Method in class com.google.protobuf.Type.Builder
-
repeated string oneofs = 3 [json_name = "oneofs"];
- setOptimizeFor(DescriptorProtos.FileOptions.OptimizeMode) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED, json_name = "optimizeFor"];
- setOptions(int, Option) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- setOptions(int, Option) - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- setOptions(int, Option) - Method in class com.google.protobuf.EnumValue.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- setOptions(int, Option) - Method in class com.google.protobuf.Field.Builder
-
repeated .google.protobuf.Option options = 9 [json_name = "options"];
- setOptions(int, Option) - Method in class com.google.protobuf.Method.Builder
-
repeated .google.protobuf.Option options = 6 [json_name = "options"];
- setOptions(int, Option) - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Option options = 4 [json_name = "options"];
- setOptions(int, Option.Builder) - Method in class com.google.protobuf.Api.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- setOptions(int, Option.Builder) - Method in class com.google.protobuf.Enum.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- setOptions(int, Option.Builder) - Method in class com.google.protobuf.EnumValue.Builder
-
repeated .google.protobuf.Option options = 3 [json_name = "options"];
- setOptions(int, Option.Builder) - Method in class com.google.protobuf.Field.Builder
-
repeated .google.protobuf.Option options = 9 [json_name = "options"];
- setOptions(int, Option.Builder) - Method in class com.google.protobuf.Method.Builder
-
repeated .google.protobuf.Option options = 6 [json_name = "options"];
- setOptions(int, Option.Builder) - Method in class com.google.protobuf.Type.Builder
-
repeated .google.protobuf.Option options = 4 [json_name = "options"];
- setOptions(DescriptorProtos.EnumOptions) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
- setOptions(DescriptorProtos.EnumOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
optional .google.protobuf.EnumOptions options = 3 [json_name = "options"];
- setOptions(DescriptorProtos.EnumValueOptions) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];
- setOptions(DescriptorProtos.EnumValueOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];
- setOptions(DescriptorProtos.ExtensionRangeOptions) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
optional .google.protobuf.ExtensionRangeOptions options = 3 [json_name = "options"];
- setOptions(DescriptorProtos.ExtensionRangeOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
optional .google.protobuf.ExtensionRangeOptions options = 3 [json_name = "options"];
- setOptions(DescriptorProtos.FieldOptions) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
- setOptions(DescriptorProtos.FieldOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
- setOptions(DescriptorProtos.FileOptions) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.FileOptions options = 8 [json_name = "options"];
- setOptions(DescriptorProtos.FileOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.FileOptions options = 8 [json_name = "options"];
- setOptions(DescriptorProtos.MessageOptions) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];
- setOptions(DescriptorProtos.MessageOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];
- setOptions(DescriptorProtos.MethodOptions) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];
- setOptions(DescriptorProtos.MethodOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional .google.protobuf.MethodOptions options = 4 [json_name = "options"];
- setOptions(DescriptorProtos.OneofOptions) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
-
optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
- setOptions(DescriptorProtos.OneofOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
-
optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
- setOptions(DescriptorProtos.ServiceOptions) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];
- setOptions(DescriptorProtos.ServiceOptions.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
optional .google.protobuf.ServiceOptions options = 3 [json_name = "options"];
- setOutputType(String) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string output_type = 3 [json_name = "outputType"];
- setOutputTypeBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string output_type = 3 [json_name = "outputType"];
- setPackage(String) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string package = 2 [json_name = "package"];
- setPackageBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string package = 2 [json_name = "package"];
- setPacked(boolean) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool packed = 2 [json_name = "packed"];
- setPacked(boolean) - Method in class com.google.protobuf.Field.Builder
-
bool packed = 8 [json_name = "packed"];
- setParameter(String) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
optional string parameter = 2 [json_name = "parameter"];
- setParameterBytes(ByteString) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
optional string parameter = 2 [json_name = "parameter"];
- setParseInfoTreeBuilder(TextFormatParseInfoTree.Builder) - Method in class com.google.protobuf.TextFormat.Parser.Builder
- setPatch(int) - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
-
optional int32 patch = 3 [json_name = "patch"];
- setPath(int, int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
repeated int32 path = 1 [json_name = "path", packed = true];
- setPath(int, int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 path = 1 [json_name = "path", packed = true];
- setPaths(int, String) - Method in class com.google.protobuf.FieldMask.Builder
-
repeated string paths = 1 [json_name = "paths"];
- setPhpClassPrefix(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string php_class_prefix = 40 [json_name = "phpClassPrefix"];
- setPhpClassPrefixBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string php_class_prefix = 40 [json_name = "phpClassPrefix"];
- setPhpGenericServices(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool php_generic_services = 42 [default = false, json_name = "phpGenericServices"];
- setPhpMetadataNamespace(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string php_metadata_namespace = 44 [json_name = "phpMetadataNamespace"];
- setPhpMetadataNamespaceBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string php_metadata_namespace = 44 [json_name = "phpMetadataNamespace"];
- setPhpNamespace(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string php_namespace = 41 [json_name = "phpNamespace"];
- setPhpNamespaceBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string php_namespace = 41 [json_name = "phpNamespace"];
- setPositiveIntValue(long) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional uint64 positive_int_value = 4 [json_name = "positiveIntValue"];
- setProto3Optional(boolean) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional bool proto3_optional = 17 [json_name = "proto3Optional"];
- setProtoFile(int, DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
- setProtoFile(int, DescriptorProtos.FileDescriptorProto.Builder) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto proto_file = 15 [json_name = "protoFile"];
- setPublicDependency(int, int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 public_dependency = 10 [json_name = "publicDependency"];
- setPyGenericServices(boolean) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool py_generic_services = 18 [default = false, json_name = "pyGenericServices"];
- setRawFeatures(DescriptorProtos.FeatureSet) - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
-
optional .google.protobuf.FeatureSet raw_features = 999 [json_name = "rawFeatures", targets = TARGET_TYPE_UNKNOWN];
- setRawFeatures(DescriptorProtos.FeatureSet.Builder) - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
-
optional .google.protobuf.FeatureSet raw_features = 999 [json_name = "rawFeatures", targets = TARGET_TYPE_UNKNOWN];
- setRecursionLimit(int) - Method in class com.google.protobuf.CodedInputStream
-
Set the maximum message recursion depth.
- setRepeated(boolean) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
-
optional bool repeated = 6 [json_name = "repeated"];
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.Any.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.Api.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.BoolValue.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.BytesValue.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DoubleValue.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.Duration.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.DynamicMessage.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.Empty.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.Enum.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.EnumValue.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.Field.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.FieldMask.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.FloatValue.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.GeneratedMessageV3.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.Int32Value.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.Int64Value.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.ListValue.Builder
- 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.
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.Method.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.Mixin.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.Option.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.SourceContext.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.StringValue.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.Struct.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.Timestamp.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.Type.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.UInt32Value.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.UInt64Value.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.protobuf.Value.Builder
- setRepeatedFieldEncoding(DescriptorProtos.FeatureSet.RepeatedFieldEncoding) - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
-
optional .google.protobuf.FeatureSet.RepeatedFieldEncoding repeated_field_encoding = 3 [json_name = "repeatedFieldEncoding", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- setRequestStreaming(boolean) - Method in class com.google.protobuf.Method.Builder
-
bool request_streaming = 3 [json_name = "requestStreaming"];
- setRequestTypeUrl(String) - Method in class com.google.protobuf.Method.Builder
-
string request_type_url = 2 [json_name = "requestTypeUrl"];
- setRequestTypeUrlBytes(ByteString) - Method in class com.google.protobuf.Method.Builder
-
string request_type_url = 2 [json_name = "requestTypeUrl"];
- setReserved(boolean) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
-
optional bool reserved = 5 [json_name = "reserved"];
- setReservedName(int, String) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated string reserved_name = 10 [json_name = "reservedName"];
- setReservedName(int, String) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated string reserved_name = 5 [json_name = "reservedName"];
- setReservedRange(int, DescriptorProtos.DescriptorProto.ReservedRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
- setReservedRange(int, DescriptorProtos.DescriptorProto.ReservedRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9 [json_name = "reservedRange"];
- setReservedRange(int, DescriptorProtos.EnumDescriptorProto.EnumReservedRange) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
- setReservedRange(int, DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4 [json_name = "reservedRange"];
- setResponseStreaming(boolean) - Method in class com.google.protobuf.Method.Builder
-
bool response_streaming = 5 [json_name = "responseStreaming"];
- setResponseTypeUrl(String) - Method in class com.google.protobuf.Method.Builder
-
string response_type_url = 4 [json_name = "responseTypeUrl"];
- setResponseTypeUrlBytes(ByteString) - Method in class com.google.protobuf.Method.Builder
-
string response_type_url = 4 [json_name = "responseTypeUrl"];
- setRetention(DescriptorProtos.FieldOptions.OptionRetention) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional .google.protobuf.FieldOptions.OptionRetention retention = 17 [json_name = "retention"];
- setRoot(String) - Method in class com.google.protobuf.Mixin.Builder
-
string root = 2 [json_name = "root"];
- setRootBytes(ByteString) - Method in class com.google.protobuf.Mixin.Builder
-
string root = 2 [json_name = "root"];
- setRubyPackage(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string ruby_package = 45 [json_name = "rubyPackage"];
- setRubyPackageBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string ruby_package = 45 [json_name = "rubyPackage"];
- setSeconds(long) - Method in class com.google.protobuf.Duration.Builder
-
int64 seconds = 1 [json_name = "seconds"];
- setSeconds(long) - Method in class com.google.protobuf.Timestamp.Builder
-
int64 seconds = 1 [json_name = "seconds"];
- setSemantic(DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
optional .google.protobuf.GeneratedCodeInfo.Annotation.Semantic semantic = 5 [json_name = "semantic"];
- setServerStreaming(boolean) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional bool server_streaming = 6 [default = false, json_name = "serverStreaming"];
- setService(int, DescriptorProtos.ServiceDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
- setService(int, DescriptorProtos.ServiceDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6 [json_name = "service"];
- 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
-
Only valid for
InputStream
-backed streams. - setSourceCodeInfo(DescriptorProtos.SourceCodeInfo) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];
- setSourceCodeInfo(DescriptorProtos.SourceCodeInfo.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];
- setSourceContext(SourceContext) - Method in class com.google.protobuf.Api.Builder
-
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
- setSourceContext(SourceContext) - Method in class com.google.protobuf.Enum.Builder
-
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
- setSourceContext(SourceContext) - Method in class com.google.protobuf.Type.Builder
-
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
- setSourceContext(SourceContext.Builder) - Method in class com.google.protobuf.Api.Builder
-
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
- setSourceContext(SourceContext.Builder) - Method in class com.google.protobuf.Enum.Builder
-
.google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
- setSourceContext(SourceContext.Builder) - Method in class com.google.protobuf.Type.Builder
-
.google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
- setSourceFile(String) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
optional string source_file = 2 [json_name = "sourceFile"];
- setSourceFileBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
optional string source_file = 2 [json_name = "sourceFile"];
- setSourceFileDescriptors(int, DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
- setSourceFileDescriptors(int, DescriptorProtos.FileDescriptorProto.Builder) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
repeated .google.protobuf.FileDescriptorProto source_file_descriptors = 17 [json_name = "sourceFileDescriptors"];
- setSpan(int, int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated int32 span = 2 [json_name = "span", packed = true];
- setStart(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
optional int32 start = 1 [json_name = "start"];
- setStart(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
-
optional int32 start = 1 [json_name = "start"];
- setStart(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
-
optional int32 start = 1 [json_name = "start"];
- setStringFieldValidation(DescriptorProtos.FeatureSet.StringFieldValidation) - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
-
optional .google.protobuf.FeatureSet.StringFieldValidation string_field_validation = 4 [json_name = "stringFieldValidation", retention = RETENTION_RUNTIME, targets = TARGET_TYPE_FIELD, targets = TARGET_TYPE_FILE, edition_defaults = { ...
- setStringValue(ByteString) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional bytes string_value = 7 [json_name = "stringValue"];
- setStringValue(String) - Method in class com.google.protobuf.Value.Builder
-
string string_value = 3 [json_name = "stringValue"];
- setStringValueBytes(ByteString) - Method in class com.google.protobuf.Value.Builder
-
string string_value = 3 [json_name = "stringValue"];
- setStructValue(Struct) - Method in class com.google.protobuf.Value.Builder
-
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
- setStructValue(Struct.Builder) - Method in class com.google.protobuf.Value.Builder
-
.google.protobuf.Struct struct_value = 5 [json_name = "structValue"];
- setSuffix(String) - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
-
optional string suffix = 4 [json_name = "suffix"];
- setSuffixBytes(ByteString) - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
-
optional string suffix = 4 [json_name = "suffix"];
- setSupportedFeatures(long) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
optional uint64 supported_features = 2 [json_name = "supportedFeatures"];
- setSwiftPrefix(String) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string swift_prefix = 39 [json_name = "swiftPrefix"];
- setSwiftPrefixBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional string swift_prefix = 39 [json_name = "swiftPrefix"];
- setSyntax(Syntax) - Method in class com.google.protobuf.Api.Builder
-
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
- setSyntax(Syntax) - Method in class com.google.protobuf.Enum.Builder
-
.google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
- setSyntax(Syntax) - Method in class com.google.protobuf.Method.Builder
-
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
- setSyntax(Syntax) - Method in class com.google.protobuf.Type.Builder
-
.google.protobuf.Syntax syntax = 6 [json_name = "syntax"];
- setSyntax(String) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string syntax = 12 [json_name = "syntax"];
- setSyntaxBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional string syntax = 12 [json_name = "syntax"];
- setSyntaxValue(int) - Method in class com.google.protobuf.Api.Builder
-
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
- setSyntaxValue(int) - Method in class com.google.protobuf.Enum.Builder
-
.google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
- setSyntaxValue(int) - Method in class com.google.protobuf.Method.Builder
-
.google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
- setSyntaxValue(int) - Method in class com.google.protobuf.Type.Builder
-
.google.protobuf.Syntax syntax = 6 [json_name = "syntax"];
- setTargets(int, DescriptorProtos.FieldOptions.OptionTargetType) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.FieldOptions.OptionTargetType targets = 19 [json_name = "targets"];
- setTrailingComments(String) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
optional string trailing_comments = 4 [json_name = "trailingComments"];
- setTrailingCommentsBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
optional string trailing_comments = 4 [json_name = "trailingComments"];
- setType(DescriptorProtos.FieldDescriptorProto.Type) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];
- setType(String) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
-
optional string type = 3 [json_name = "type"];
- setTypeBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
-
optional string type = 3 [json_name = "type"];
- setTypeName(String) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string type_name = 6 [json_name = "typeName"];
- setTypeNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string type_name = 6 [json_name = "typeName"];
- setTypeRegistry(TypeRegistry) - Method in class com.google.protobuf.TextFormat.Parser.Builder
-
Sets the TypeRegistry for resolving Any.
- setTypeUrl(String) - Method in class com.google.protobuf.Any.Builder
-
string type_url = 1 [json_name = "typeUrl"];
- setTypeUrl(String) - Method in class com.google.protobuf.Field.Builder
-
string type_url = 6 [json_name = "typeUrl"];
- setTypeUrlBytes(ByteString) - Method in class com.google.protobuf.Any.Builder
-
string type_url = 1 [json_name = "typeUrl"];
- setTypeUrlBytes(ByteString) - Method in class com.google.protobuf.Field.Builder
-
string type_url = 6 [json_name = "typeUrl"];
- setUnfinishedMessage(MessageLite) - Method in exception com.google.protobuf.InvalidProtocolBufferException
-
Attaches an unfinished message to the exception to support best-effort parsing in
Parser
interface. - setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- setUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- setUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
- 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.compiler.PluginProtos.CodeGeneratorRequest.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.FeatureSet.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
- setUnknownFields(UnknownFieldSet) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.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.GeneratedMessageV3.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
- setUnknownFieldSetBuilder(UnknownFieldSet.Builder) - Method in class com.google.protobuf.AbstractMessage.Builder
- setUnknownFieldSetBuilder(UnknownFieldSet.Builder) - Method in class com.google.protobuf.GeneratedMessageV3.Builder
- setUnknownFieldsProto3(UnknownFieldSet) - Method in class com.google.protobuf.GeneratedMessageV3.Builder
-
This method is obsolete, but we must retain it for compatibility with older generated code.
- setUnverifiedLazy(boolean) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool unverified_lazy = 15 [default = false, json_name = "unverifiedLazy"];
- setValue(boolean) - Method in class com.google.protobuf.BoolValue.Builder
-
bool value = 1 [json_name = "value"];
- setValue(double) - Method in class com.google.protobuf.DoubleValue.Builder
-
double value = 1 [json_name = "value"];
- setValue(float) - Method in class com.google.protobuf.FloatValue.Builder
-
float value = 1 [json_name = "value"];
- setValue(int) - Method in class com.google.protobuf.Int32Value.Builder
-
int32 value = 1 [json_name = "value"];
- setValue(int) - Method in class com.google.protobuf.UInt32Value.Builder
-
uint32 value = 1 [json_name = "value"];
- setValue(int, DescriptorProtos.EnumValueDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
- setValue(int, DescriptorProtos.EnumValueDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2 [json_name = "value"];
- setValue(long) - Method in class com.google.protobuf.Int64Value.Builder
-
int64 value = 1 [json_name = "value"];
- setValue(long) - Method in class com.google.protobuf.UInt64Value.Builder
-
uint64 value = 1 [json_name = "value"];
- setValue(Any) - Method in class com.google.protobuf.Option.Builder
-
.google.protobuf.Any value = 2 [json_name = "value"];
- setValue(Any.Builder) - Method in class com.google.protobuf.Option.Builder
-
.google.protobuf.Any value = 2 [json_name = "value"];
- setValue(ByteString) - Method in class com.google.protobuf.Any.Builder
-
bytes value = 2 [json_name = "value"];
- setValue(ByteString) - Method in class com.google.protobuf.BytesValue.Builder
-
bytes value = 1 [json_name = "value"];
- setValue(MessageLite) - Method in class com.google.protobuf.LazyFieldLite
-
Sets the value of the instance and returns the old value without delay parsing anything.
- setValue(String) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault.Builder
-
optional string value = 2 [json_name = "value"];
- setValue(String) - Method in class com.google.protobuf.StringValue.Builder
-
string value = 1 [json_name = "value"];
- setValue(V) - Method in class com.google.protobuf.MapEntry.Builder
- setValueBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault.Builder
-
optional string value = 2 [json_name = "value"];
- setValueBytes(ByteString) - Method in class com.google.protobuf.StringValue.Builder
-
string value = 1 [json_name = "value"];
- setValues(int, Value) - Method in class com.google.protobuf.ListValue.Builder
-
repeated .google.protobuf.Value values = 1 [json_name = "values"];
- setValues(int, Value.Builder) - Method in class com.google.protobuf.ListValue.Builder
-
repeated .google.protobuf.Value values = 1 [json_name = "values"];
- setVerification(DescriptorProtos.ExtensionRangeOptions.VerificationState) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
optional .google.protobuf.ExtensionRangeOptions.VerificationState verification = 3 [default = UNVERIFIED, json_name = "verification"];
- setVersion(String) - Method in class com.google.protobuf.Api.Builder
-
string version = 4 [json_name = "version"];
- setVersionBytes(ByteString) - Method in class com.google.protobuf.Api.Builder
-
string version = 4 [json_name = "version"];
- setWeak(boolean) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
optional bool weak = 10 [default = false, json_name = "weak"];
- setWeakDependency(int, int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated int32 weak_dependency = 11 [json_name = "weakDependency"];
- SFIXED32 - com.google.protobuf.Descriptors.FieldDescriptor.Type
- SFIXED32 - com.google.protobuf.FieldType
- SFIXED32 - com.google.protobuf.WireFormat.FieldType
- SFIXED32_LIST - com.google.protobuf.FieldType
- SFIXED32_LIST_PACKED - com.google.protobuf.FieldType
- SFIXED64 - com.google.protobuf.Descriptors.FieldDescriptor.Type
- SFIXED64 - com.google.protobuf.FieldType
- SFIXED64 - com.google.protobuf.WireFormat.FieldType
- SFIXED64_LIST - com.google.protobuf.FieldType
- SFIXED64_LIST_PACKED - com.google.protobuf.FieldType
- shortDebugString(Descriptors.FieldDescriptor, Object) - Method in class com.google.protobuf.TextFormat.Printer
-
Generates a human readable form of the field, useful for debugging and other purposes, with no newline characters.
- shortDebugString(Descriptors.FieldDescriptor, Object) - Static method in class com.google.protobuf.TextFormat
-
Deprecated.Use
printer().shortDebugString(FieldDescriptor, Object)
- shortDebugString(MessageOrBuilder) - Method in class com.google.protobuf.TextFormat.Printer
-
Generates a human readable form of this message, useful for debugging and other purposes, with no newline characters.
- shortDebugString(MessageOrBuilder) - Static method in class com.google.protobuf.TextFormat
-
Generates a human readable form of this message, useful for debugging and other purposes, with no newline characters.
- shortDebugString(UnknownFieldSet) - Method in class com.google.protobuf.TextFormat.Printer
-
Generates a human readable form of the unknown fields, useful for debugging and other purposes, with no newline characters.
- shortDebugString(UnknownFieldSet) - Static method in class com.google.protobuf.TextFormat
-
Deprecated.Use
printer().shortDebugString(UnknownFieldSet)
- 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
- SingleFieldBuilderV3<MType extends AbstractMessage,BType extends AbstractMessage.Builder,IType extends MessageOrBuilder> - Class in com.google.protobuf
-
SingleFieldBuilderV3
implements a structure that a protocol message uses to hold a single field of another protocol message. - SingleFieldBuilderV3(MType, AbstractMessage.BuilderParent, boolean) - Constructor for class com.google.protobuf.SingleFieldBuilderV3
- 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. - SINT32 - com.google.protobuf.Descriptors.FieldDescriptor.Type
- SINT32 - com.google.protobuf.FieldType
- SINT32 - com.google.protobuf.WireFormat.FieldType
- SINT32_LIST - com.google.protobuf.FieldType
- SINT32_LIST_PACKED - com.google.protobuf.FieldType
- SINT64 - com.google.protobuf.Descriptors.FieldDescriptor.Type
- SINT64 - com.google.protobuf.FieldType
- SINT64 - com.google.protobuf.WireFormat.FieldType
- SINT64_LIST - com.google.protobuf.FieldType
- SINT64_LIST_PACKED - com.google.protobuf.FieldType
- size() - Method in class com.google.protobuf.ByteString.Output
-
Returns the current size of the output stream.
- size() - Method in class com.google.protobuf.ByteString
-
Gets the number of bytes.
- size() - Method in class com.google.protobuf.Internal.ListAdapter
- size() - Method in class com.google.protobuf.LazyStringArrayList
- size() - Method in class com.google.protobuf.UnmodifiableLazyStringList
-
Deprecated.
- skipField(int) - Method in class com.google.protobuf.CodedInputStream
-
Reads and discards a single field, given its tag value.
- skipField(int, CodedOutputStream) - Method in class com.google.protobuf.CodedInputStream
-
Deprecated.use
UnknownFieldSet
orUnknownFieldSetLite
to skip to an output stream. - skipMessage() - Method in class com.google.protobuf.CodedInputStream
-
Reads and discards an entire message.
- skipMessage(CodedOutputStream) - Method in class com.google.protobuf.CodedInputStream
-
Reads an entire message and writes it to output in wire format.
- skipRawBytes(int) - Method in class com.google.protobuf.CodedInputStream
-
Reads and discards
size
bytes. - SOURCE_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
- SOURCE_FILE_DESCRIPTORS_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
- SOURCE_FILE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
- 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 anRpcCallback
accepting a specific message type. - SPEED - com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
-
SPEED = 1;
- 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
- START_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
- 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 - com.google.protobuf.DescriptorProtos.FieldOptions.CType
-
STRING = 0;
- STRING - com.google.protobuf.Descriptors.FieldDescriptor.JavaType
- STRING - com.google.protobuf.Descriptors.FieldDescriptor.Type
- STRING - com.google.protobuf.FieldType
- STRING - com.google.protobuf.JavaType
- STRING - com.google.protobuf.WireFormat.FieldType
- STRING - com.google.protobuf.WireFormat.JavaType
- STRING_FIELD_VALIDATION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FeatureSet
- STRING_FIELD_VALIDATION_UNKNOWN - com.google.protobuf.DescriptorProtos.FeatureSet.StringFieldValidation
-
STRING_FIELD_VALIDATION_UNKNOWN = 0;
- STRING_FIELD_VALIDATION_UNKNOWN_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FeatureSet.StringFieldValidation
-
STRING_FIELD_VALIDATION_UNKNOWN = 0;
- STRING_LIST - com.google.protobuf.FieldType
- STRING_PIECE - com.google.protobuf.DescriptorProtos.FieldOptions.CType
-
STRING_PIECE = 2;
- STRING_PIECE_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
-
STRING_PIECE = 2;
- STRING_VALUE - com.google.protobuf.Value.KindCase
- 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_VALUE - com.google.protobuf.Value.KindCase
- STRUCT_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Value
- Struct.Builder - Class in com.google.protobuf
-
Protobuf type
google.protobuf.Struct
- StructOrBuilder - Interface in com.google.protobuf
- StructProto - Class in com.google.protobuf
- substring(int) - Method in class com.google.protobuf.ByteString
-
Return the substring from
beginIndex
, inclusive, to the end of the string. - substring(int, int) - Method in class com.google.protobuf.ByteString
-
Return the substring from
beginIndex
, inclusive, toendIndex
, exclusive. - SUFFIX_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.Version
- SUPPORTED_FEATURES_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
- SWIFT_PREFIX_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileOptions
- Syntax - Enum in com.google.protobuf
-
Protobuf enum
google.protobuf.Syntax
- SYNTAX_EDITIONS - com.google.protobuf.Syntax
-
SYNTAX_EDITIONS = 2;
- SYNTAX_EDITIONS_VALUE - Static variable in enum com.google.protobuf.Syntax
-
SYNTAX_EDITIONS = 2;
- SYNTAX_FIELD_NUMBER - Static variable in class com.google.protobuf.Api
- SYNTAX_FIELD_NUMBER - Static variable in class com.google.protobuf.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 - com.google.protobuf.Syntax
-
SYNTAX_PROTO2 = 0;
- SYNTAX_PROTO2_VALUE - Static variable in enum com.google.protobuf.Syntax
-
SYNTAX_PROTO2 = 0;
- SYNTAX_PROTO3 - com.google.protobuf.Syntax
-
SYNTAX_PROTO3 = 1;
- SYNTAX_PROTO3_VALUE - Static variable in enum com.google.protobuf.Syntax
-
SYNTAX_PROTO3 = 1;
T
- TARGET_TYPE_ENUM - com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
-
TARGET_TYPE_ENUM = 6;
- TARGET_TYPE_ENUM_ENTRY - com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
-
TARGET_TYPE_ENUM_ENTRY = 7;
- TARGET_TYPE_ENUM_ENTRY_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
-
TARGET_TYPE_ENUM_ENTRY = 7;
- TARGET_TYPE_ENUM_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
-
TARGET_TYPE_ENUM = 6;
- TARGET_TYPE_EXTENSION_RANGE - com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
-
TARGET_TYPE_EXTENSION_RANGE = 2;
- TARGET_TYPE_EXTENSION_RANGE_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
-
TARGET_TYPE_EXTENSION_RANGE = 2;
- TARGET_TYPE_FIELD - com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
-
TARGET_TYPE_FIELD = 4;
- TARGET_TYPE_FIELD_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
-
TARGET_TYPE_FIELD = 4;
- TARGET_TYPE_FILE - com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
-
TARGET_TYPE_FILE = 1;
- TARGET_TYPE_FILE_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
-
TARGET_TYPE_FILE = 1;
- TARGET_TYPE_MESSAGE - com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
-
TARGET_TYPE_MESSAGE = 3;
- TARGET_TYPE_MESSAGE_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
-
TARGET_TYPE_MESSAGE = 3;
- TARGET_TYPE_METHOD - com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
-
TARGET_TYPE_METHOD = 9;
- TARGET_TYPE_METHOD_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
-
TARGET_TYPE_METHOD = 9;
- TARGET_TYPE_ONEOF - com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
-
TARGET_TYPE_ONEOF = 5;
- TARGET_TYPE_ONEOF_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
-
TARGET_TYPE_ONEOF = 5;
- TARGET_TYPE_SERVICE - com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
-
TARGET_TYPE_SERVICE = 8;
- TARGET_TYPE_SERVICE_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
-
TARGET_TYPE_SERVICE = 8;
- TARGET_TYPE_UNKNOWN - com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
-
TARGET_TYPE_UNKNOWN = 0;
- TARGET_TYPE_UNKNOWN_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
-
TARGET_TYPE_UNKNOWN = 0;
- TARGETS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
- TextFormat - Class in com.google.protobuf
-
Provide text parsing and formatting support for proto2 instances.
- TextFormat.InvalidEscapeSequenceException - Exception in com.google.protobuf
-
Thrown by
TextFormat.unescapeBytes(java.lang.CharSequence)
andTextFormat.unescapeText(java.lang.String)
when an invalid escape sequence is seen. - 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
TextFormat.Parser
. - TextFormat.Parser.SingularOverwritePolicy - Enum in com.google.protobuf
-
Determines if repeated values for non-repeated fields and oneofs are permitted.
- TextFormat.Printer - Class in com.google.protobuf
-
Helper class for converting protobufs to text.
- TextFormat.UnknownFieldParseException - Exception in com.google.protobuf
-
Thrown when encountering an unknown field while parsing a text format message.
- TextFormatParseInfoTree - Class in com.google.protobuf
-
Data structure which is populated with the locations of each field value parsed from the text.
- TextFormatParseInfoTree.Builder - Class in com.google.protobuf
-
Builder for a
TextFormatParseInfoTree
. - TextFormatParseLocation - Class in com.google.protobuf
-
A location in the source code.
- 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.compiler.PluginProtos.Version
- 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.EnumReservedRange
- 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.ExtensionRangeOptions.Declaration
- toBuilder() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
- toBuilder() - Method in class com.google.protobuf.DescriptorProtos.FeatureSet
- toBuilder() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
- toBuilder() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
- 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.GeneratedCodeInfo.Annotation
- toBuilder() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
- 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.OneofOptions
- 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 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() - 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. - toByteArray(String) - Static method in class com.google.protobuf.Internal
-
Helper method to get the UTF-8 bytes of a string.
- toByteString() - Method in class com.google.protobuf.AbstractMessageLite
- toByteString() - Method in class com.google.protobuf.ByteString.Output
-
Creates a byte string with the size and contents of this output stream.
- toByteString() - Method in class com.google.protobuf.LazyFieldLite
-
Returns a BytesString for this field in a thread-safe way.
- toByteString() - Method in interface com.google.protobuf.MessageLite
-
Serializes the message to a
ByteString
and returns it. - toByteString() - Method in class com.google.protobuf.UnknownFieldSet
-
Serializes the message to a
ByteString
and returns it. - toByteString(int) - Method in class com.google.protobuf.UnknownFieldSet.Field
-
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.OneofDescriptor
- 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() - 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.GeneratedMessageLite
-
A reflective toString function.
- 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.TextFormatParseLocation
- toString() - Method in class com.google.protobuf.UnknownFieldSet
-
Converts the set to a string in protocol buffer text format.
- toString(String) - Method in class com.google.protobuf.ByteString
-
Constructs a new
String
by decoding the bytes using the specified charset. - toString(Charset) - Method in class com.google.protobuf.ByteString
-
Constructs a new
String
by decoding the bytes using the specified charset. - toStringInternal(Charset) - Method in class com.google.protobuf.ByteString
-
Constructs a new
String
by decoding the bytes using the specified charset. - toStringUtf8() - Method in class com.google.protobuf.ByteString
-
Constructs a new
String
by decoding the bytes as UTF-8. - toStringUtf8(byte[]) - Static method in class com.google.protobuf.Internal
-
Helper method to convert a byte array to a string using UTF-8 encoding.
- 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_BOOL - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_BOOL = 8;
- TYPE_BOOL - com.google.protobuf.Field.Kind
-
TYPE_BOOL = 8;
- 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 - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_BYTES = 12;
- TYPE_BYTES - com.google.protobuf.Field.Kind
-
TYPE_BYTES = 12;
- 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 - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_DOUBLE = 1;
- TYPE_DOUBLE - com.google.protobuf.Field.Kind
-
TYPE_DOUBLE = 1;
- 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 - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_ENUM = 14;
- TYPE_ENUM - com.google.protobuf.Field.Kind
-
TYPE_ENUM = 14;
- 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.ExtensionRangeOptions.Declaration
- TYPE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
- TYPE_FIXED32 - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_FIXED32 = 7;
- TYPE_FIXED32 - com.google.protobuf.Field.Kind
-
TYPE_FIXED32 = 7;
- 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 - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_FIXED64 = 6;
- TYPE_FIXED64 - com.google.protobuf.Field.Kind
-
TYPE_FIXED64 = 6;
- 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 - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_FLOAT = 2;
- TYPE_FLOAT - com.google.protobuf.Field.Kind
-
TYPE_FLOAT = 2;
- 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 - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_GROUP = 10;
- TYPE_GROUP - com.google.protobuf.Field.Kind
-
TYPE_GROUP = 10;
- 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 - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_INT32 = 5;
- TYPE_INT32 - com.google.protobuf.Field.Kind
-
TYPE_INT32 = 5;
- 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 - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_INT64 = 3;
- TYPE_INT64 - com.google.protobuf.Field.Kind
-
TYPE_INT64 = 3;
- 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 - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_MESSAGE = 11;
- TYPE_MESSAGE - com.google.protobuf.Field.Kind
-
TYPE_MESSAGE = 11;
- 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 - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_SFIXED32 = 15;
- TYPE_SFIXED32 - com.google.protobuf.Field.Kind
-
TYPE_SFIXED32 = 15;
- 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 - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_SFIXED64 = 16;
- TYPE_SFIXED64 - com.google.protobuf.Field.Kind
-
TYPE_SFIXED64 = 16;
- 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 - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_SINT32 = 17;
- TYPE_SINT32 - com.google.protobuf.Field.Kind
-
TYPE_SINT32 = 17;
- 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 - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_SINT64 = 18;
- TYPE_SINT64 - com.google.protobuf.Field.Kind
-
TYPE_SINT64 = 18;
- 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 - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_STRING = 9;
- TYPE_STRING - com.google.protobuf.Field.Kind
-
TYPE_STRING = 9;
- 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 - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_UINT32 = 13;
- TYPE_UINT32 - com.google.protobuf.Field.Kind
-
TYPE_UINT32 = 13;
- 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 - com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
TYPE_UINT64 = 4;
- TYPE_UINT64 - com.google.protobuf.Field.Kind
-
TYPE_UINT64 = 4;
- 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 - com.google.protobuf.Field.Kind
-
TYPE_UNKNOWN = 0;
- TYPE_UNKNOWN_VALUE - Static variable in enum com.google.protobuf.Field.Kind
-
TYPE_UNKNOWN = 0;
- TYPE_URL_FIELD_NUMBER - Static variable in class com.google.protobuf.Any
- TYPE_URL_FIELD_NUMBER - Static variable in class com.google.protobuf.Field
- Type.Builder - Class in com.google.protobuf
-
Protobuf type
google.protobuf.Type
- TypeOrBuilder - Interface in com.google.protobuf
- TypeProto - Class in com.google.protobuf
- TypeRegistry - Class in com.google.protobuf
-
A TypeRegistry is used to resolve Any messages.
- TypeRegistry.Builder - Class in com.google.protobuf
-
A Builder is used to build
TypeRegistry
.
U
- UINT32 - com.google.protobuf.Descriptors.FieldDescriptor.Type
- UINT32 - com.google.protobuf.FieldType
- UINT32 - com.google.protobuf.WireFormat.FieldType
- UINT32_LIST - com.google.protobuf.FieldType
- UINT32_LIST_PACKED - com.google.protobuf.FieldType
- UInt32Value - Class in com.google.protobuf
-
Protobuf type
google.protobuf.UInt32Value
- UInt32Value.Builder - Class in com.google.protobuf
-
Protobuf type
google.protobuf.UInt32Value
- UInt32ValueOrBuilder - Interface in com.google.protobuf
- UINT64 - com.google.protobuf.Descriptors.FieldDescriptor.Type
- UINT64 - com.google.protobuf.FieldType
- UINT64 - com.google.protobuf.WireFormat.FieldType
- UINT64_LIST - com.google.protobuf.FieldType
- UINT64_LIST_PACKED - com.google.protobuf.FieldType
- UInt64Value - Class in com.google.protobuf
-
Protobuf type
google.protobuf.UInt64Value
- UInt64Value.Builder - Class in com.google.protobuf
-
Protobuf type
google.protobuf.UInt64Value
- UInt64ValueOrBuilder - Interface in com.google.protobuf
- 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.ExtensionRangeOptions
- 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.OneofOptions
- UNINTERPRETED_OPTION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.ServiceOptions
- UNKNOWN - com.google.protobuf.Descriptors.FileDescriptor.Syntax
-
Deprecated.
- UNKNOWN - com.google.protobuf.LegacyDescriptorsUtil.LegacyFileDescriptor.Syntax
- UnknownFieldParseException(int, int, String, String) - Constructor for exception com.google.protobuf.TextFormat.UnknownFieldParseException
-
Create a new instance
- 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.
- 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.
- unknownFields - Variable in class com.google.protobuf.GeneratedMessageV3
-
For use by generated code only.
- UnknownFieldSet - Class in com.google.protobuf
-
UnknownFieldSet
keeps 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
UnknownFieldSet
s. - UnknownFieldSet.Field - Class in com.google.protobuf
-
Represents a single field in an
UnknownFieldSet
. - UnknownFieldSet.Field.Builder - Class in com.google.protobuf
-
Used to build a
UnknownFieldSet.Field
within anUnknownFieldSet
. - 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. - UnmodifiableLazyStringList - Class in com.google.protobuf
-
Deprecated.use
Internal.ProtobufList.makeImmutable()
instead. - UnmodifiableLazyStringList(LazyStringList) - Constructor for class com.google.protobuf.UnmodifiableLazyStringList
-
Deprecated.
- unpack(Class<T>) - Method in class com.google.protobuf.Any
- unpackSameTypeAs(T) - Method in class com.google.protobuf.Any
- UNRECOGNIZED - com.google.protobuf.Field.Cardinality
- UNRECOGNIZED - com.google.protobuf.Field.Kind
- UNRECOGNIZED - com.google.protobuf.NullValue
- UNRECOGNIZED - com.google.protobuf.Syntax
- UnsafeByteOperations - Class in com.google.protobuf
-
Provides a number of unsafe byte operations to be used by advanced applications with high performance requirements.
- unsafeWrap(byte[]) - Static method in class com.google.protobuf.UnsafeByteOperations
-
An unsafe operation that returns a
ByteString
that is backed by the provided buffer. - unsafeWrap(byte[], int, int) - Static method in class com.google.protobuf.UnsafeByteOperations
-
An unsafe operation that returns a
ByteString
that is backed by a subregion of the provided buffer. - unsafeWrap(ByteBuffer) - Static method in class com.google.protobuf.UnsafeByteOperations
-
An unsafe operation that returns a
ByteString
that is backed by the provided buffer. - unsafeWriteTo(ByteString, ByteOutput) - Static method in class com.google.protobuf.UnsafeByteOperations
-
Writes the given
ByteString
to the providedByteOutput
. - unsignedLexicographicalComparator() - Static method in class com.google.protobuf.ByteString
-
Returns a
Comparator
which comparesByteString
-s lexicographically as sequences of unsigned bytes (i.e. - 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.
- UNVERIFIED - com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.VerificationState
-
UNVERIFIED = 1;
- UNVERIFIED_LAZY_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
- UNVERIFIED_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.VerificationState
-
UNVERIFIED = 1;
- unwrapIOException() - Method in exception com.google.protobuf.InvalidProtocolBufferException
-
Unwraps the underlying
IOException
if this exception was caused by an I/O problem. - useDeterministicSerialization() - Method in class com.google.protobuf.CodedOutputStream
-
Configures serialization to be deterministic.
- usingTypeRegistry(TypeRegistry) - Method in class com.google.protobuf.TextFormat.Printer
-
Creates a new
TextFormat.Printer
using the given typeRegistry.
V
- value - Variable in class com.google.protobuf.LazyFieldLite
-
The parsed value.
- value() - Method in annotation type com.google.protobuf.ExperimentalApi
-
Context information such as links to discussion thread, tracking issue etc.
- Value - Class in com.google.protobuf
-
Protobuf type
google.protobuf.Value
- VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Any
- VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.BoolValue
- VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.BytesValue
- VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
- VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
- VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.DoubleValue
- VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.FloatValue
- VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Int32Value
- VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Int64Value
- VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.Option
- VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.StringValue
- VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.UInt32Value
- VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.UInt64Value
- Value.Builder - Class in com.google.protobuf
-
Protobuf type
google.protobuf.Value
- Value.KindCase - Enum in com.google.protobuf
- valueOf(int) - Static method in enum com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Feature
-
Deprecated.
- valueOf(int) - Static method in enum com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.VerificationState
-
Deprecated.
- valueOf(int) - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.EnumType
-
Deprecated.
- valueOf(int) - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.FieldPresence
-
Deprecated.
- valueOf(int) - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.JsonFormat
-
Deprecated.
- valueOf(int) - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.MessageEncoding
-
Deprecated.
- valueOf(int) - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.RepeatedFieldEncoding
-
Deprecated.
- valueOf(int) - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.StringFieldValidation
-
Deprecated.
- valueOf(int) - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
-
Deprecated.
- valueOf(int) - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
Deprecated.
- valueOf(int) - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
-
Deprecated.
- valueOf(int) - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
-
Deprecated.
- valueOf(int) - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.OptionRetention
-
Deprecated.
- valueOf(int) - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
-
Deprecated.
- valueOf(int) - Static method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
-
Deprecated.
- valueOf(int) - Static method in enum com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic
-
Deprecated.
- valueOf(int) - Static method in enum com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
-
Deprecated.
- valueOf(int) - Static method in enum com.google.protobuf.Field.Cardinality
-
Deprecated.
- valueOf(int) - Static method in enum com.google.protobuf.Field.Kind
-
Deprecated.
- valueOf(int) - Static method in enum com.google.protobuf.NullValue
-
Deprecated.
- valueOf(int) - Static method in enum com.google.protobuf.Syntax
-
Deprecated.
- valueOf(int) - Static method in enum com.google.protobuf.Value.KindCase
-
Deprecated.
- valueOf(DescriptorProtos.FieldDescriptorProto.Type) - Static method in enum com.google.protobuf.Descriptors.FieldDescriptor.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Feature
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.VerificationState
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.EnumType
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.FieldPresence
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.JsonFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.MessageEncoding
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.RepeatedFieldEncoding
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.StringFieldValidation
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.OptionRetention
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.Field.Cardinality
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.Field.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.NullValue
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.protobuf.Syntax
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Feature
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.VerificationState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.EnumType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.FieldPresence
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.JsonFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.MessageEncoding
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.RepeatedFieldEncoding
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.protobuf.DescriptorProtos.FeatureSet.StringFieldValidation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.OptionRetention
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.OptionTargetType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
-
Returns the enum constant of this type with the specified name.
- 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(String) - Static method in enum com.google.protobuf.Descriptors.FileDescriptor.Syntax
-
Deprecated.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(String) - Static method in enum com.google.protobuf.Field.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.protobuf.FieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.protobuf.GeneratedMessageLite.MethodToInvoke
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.protobuf.JavaType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.protobuf.LegacyDescriptorsUtil.LegacyFileDescriptor.Syntax
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.protobuf.NullValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.protobuf.ProtoSyntax
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.protobuf.Syntax
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.protobuf.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(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.compiler.PluginProtos.CodeGeneratorResponse.Feature
-
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.ExtensionRangeOptions.VerificationState
-
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.FeatureSet.EnumType
-
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.FeatureSet.FieldPresence
-
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.FeatureSet.JsonFormat
-
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.FeatureSet.MessageEncoding
-
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.FeatureSet.RepeatedFieldEncoding
-
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.FeatureSet.StringFieldValidation
-
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.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.FieldOptions.OptionRetention
-
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.OptionTargetType
-
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.DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic
-
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.MethodOptions.IdempotencyLevel
-
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
-
Deprecated.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.FieldType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.protobuf.GeneratedMessageLite.MethodToInvoke
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.protobuf.JavaType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.protobuf.LegacyDescriptorsUtil.LegacyFileDescriptor.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.NullValue
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.protobuf.ProtoSyntax
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.protobuf.Syntax
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.protobuf.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
- VERIFICATION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
- VERSION_FIELD_NUMBER - Static variable in class com.google.protobuf.Api
- VOID - com.google.protobuf.JavaType
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
-
Lite equivalent to
Descriptors.FieldDescriptor.Type
. - WireFormat.JavaType - Enum in com.google.protobuf
-
Lite equivalent to
Descriptors.FieldDescriptor.JavaType
. - WIRETYPE_END_GROUP - Static variable in class com.google.protobuf.WireFormat
- WIRETYPE_FIXED32 - Static variable in class com.google.protobuf.WireFormat
- WIRETYPE_FIXED64 - Static variable in class com.google.protobuf.WireFormat
- WIRETYPE_LENGTH_DELIMITED - Static variable in class com.google.protobuf.WireFormat
- WIRETYPE_START_GROUP - Static variable in class com.google.protobuf.WireFormat
- WIRETYPE_VARINT - Static variable in class com.google.protobuf.WireFormat
- wrap(Parser<T>) - Static method in class com.google.protobuf.DiscardUnknownFieldsParser
- WrappersProto - Class in com.google.protobuf
- write(byte) - Method in class com.google.protobuf.ByteOutput
-
Writes a single byte.
- write(byte) - Method in class com.google.protobuf.CodedOutputStream
- write(byte[], int, int) - Method in class com.google.protobuf.ByteOutput
-
Writes a sequence of bytes.
- write(byte[], int, int) - Method in class com.google.protobuf.ByteString.Output
- write(byte[], int, int) - Method in class com.google.protobuf.CodedOutputStream
- write(int) - Method in class com.google.protobuf.ByteString.Output
- write(ByteBuffer) - Method in class com.google.protobuf.ByteOutput
-
Writes a sequence of bytes.
- write(ByteBuffer) - Method in class com.google.protobuf.CodedOutputStream
- writeAsMessageSetExtensionTo(int, CodedOutputStream) - Method in class com.google.protobuf.UnknownFieldSet.Field
-
Serializes the field, including field number, and writes it to
output
, usingMessageSet
wire format. - writeAsMessageSetTo(CodedOutputStream) - Method in class com.google.protobuf.UnknownFieldSet
-
Serializes the set and writes it to
output
usingMessageSet
wire format. - writeAsMessageSetTo(CodedOutputStream) - Method in class com.google.protobuf.UnknownFieldSetLite
-
Serializes the set and writes it to
output
usingMessageSet
wire format. - writeBool(int, boolean) - Method in class com.google.protobuf.CodedOutputStream
-
Write a
bool
field, including tag, to the stream. - writeBoolNoTag(boolean) - Method in class com.google.protobuf.CodedOutputStream
-
Write a
bool
field to the stream. - writeByteArray(int, byte[]) - Method in class com.google.protobuf.CodedOutputStream
-
Write a
bytes
field, including tag, to the stream. - writeByteArray(int, byte[], int, int) - Method in class com.google.protobuf.CodedOutputStream
-
Write a
bytes
field, including tag, to the stream. - writeByteArrayNoTag(byte[]) - Method in class com.google.protobuf.CodedOutputStream
-
Write a
bytes
field to the stream. - writeByteBuffer(int, ByteBuffer) - Method in class com.google.protobuf.CodedOutputStream
-
Write a
bytes
field, including tag, to the stream. - writeBytes(int, ByteString) - Method in class com.google.protobuf.CodedOutputStream
-
Write a
bytes
field, including tag, to the stream. - writeBytesNoTag(ByteString) - Method in class com.google.protobuf.CodedOutputStream
-
Write a
bytes
field to the stream. - writeDelimitedTo(OutputStream) - Method in class com.google.protobuf.AbstractMessageLite
- writeDelimitedTo(OutputStream) - Method in interface com.google.protobuf.MessageLite
-
Like
MessageLite.writeTo(OutputStream)
, but writes the size of the message as a varint before writing the data. - 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
-
Deprecated.groups are deprecated.
- writeGroupNoTag(MessageLite) - Method in class com.google.protobuf.CodedOutputStream
-
Deprecated.groups are deprecated.
- writeInt32(int, int) - Method in class com.google.protobuf.CodedOutputStream
-
Write an
int32
field, including tag, to the stream. - writeInt32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
-
Write an
int32
field to the stream. - writeInt64(int, long) - Method in class com.google.protobuf.CodedOutputStream
-
Write an
int64
field, including tag, to the stream. - writeInt64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
-
Write an
int64
field to the stream. - writeLazy(byte[], int, int) - Method in class com.google.protobuf.ByteOutput
-
Writes a sequence of bytes.
- writeLazy(byte[], int, int) - Method in class com.google.protobuf.CodedOutputStream
- writeLazy(ByteBuffer) - Method in class com.google.protobuf.ByteOutput
-
Writes a sequence of bytes.
- writeLazy(ByteBuffer) - Method in class com.google.protobuf.CodedOutputStream
- writeMessage(int, MessageLite) - Method in class com.google.protobuf.CodedOutputStream
-
Write an embedded message field, including tag, to the stream.
- writeMessageNoTag(MessageLite) - Method in class com.google.protobuf.CodedOutputStream
-
Write an embedded message field to the stream.
- writeMessageSetExtension(int, MessageLite) - Method in class com.google.protobuf.CodedOutputStream
-
Write a MessageSet extension field to the stream.
- writeRawByte(byte) - Method in class com.google.protobuf.CodedOutputStream
-
Write a single byte.
- writeRawByte(int) - Method in class com.google.protobuf.CodedOutputStream
-
Write a single byte, represented by an integer value.
- writeRawBytes(byte[]) - Method in class com.google.protobuf.CodedOutputStream
-
Write an array of bytes.
- writeRawBytes(byte[], int, int) - Method in class com.google.protobuf.CodedOutputStream
-
Write part of an array of bytes.
- writeRawBytes(ByteString) - Method in class com.google.protobuf.CodedOutputStream
-
Write a byte string.
- writeRawBytes(ByteBuffer) - Method in class com.google.protobuf.CodedOutputStream
-
Write a ByteBuffer.
- writeRawLittleEndian32(int) - Method in class com.google.protobuf.CodedOutputStream
-
Deprecated.Use
CodedOutputStream.writeFixed32NoTag(int)
instead. - writeRawLittleEndian64(long) - Method in class com.google.protobuf.CodedOutputStream
-
Deprecated.Use
CodedOutputStream.writeFixed64NoTag(long)
instead. - writeRawMessageSetExtension(int, ByteString) - Method in class com.google.protobuf.CodedOutputStream
-
Write an unparsed MessageSet extension field to the stream.
- writeRawVarint32(int) - Method in class com.google.protobuf.CodedOutputStream
-
Deprecated.use
CodedOutputStream.writeUInt32NoTag(int)
instead. - writeRawVarint64(long) - Method in class com.google.protobuf.CodedOutputStream
-
Deprecated.use
CodedOutputStream.writeUInt64NoTag(long)
instead. - 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.GeneratedMessageV3
-
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 a
sfixed32
field to the stream. - writeSFixed64(int, long) - Method in class com.google.protobuf.CodedOutputStream
-
Write an
sfixed64
field, including tag, to the stream. - writeSFixed64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
-
Write a
sfixed64
field to the stream. - writeSInt32(int, int) - Method in class com.google.protobuf.CodedOutputStream
-
Write a
sint32
field, including tag, to the stream. - writeSInt32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
-
Write a
sint32
field to the stream. - writeSInt64(int, long) - Method in class com.google.protobuf.CodedOutputStream
-
Write an
sint64
field, including tag, to the stream. - writeSInt64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
-
Write a
sint64
field to the stream. - writeString(int, String) - Method in class com.google.protobuf.CodedOutputStream
-
Write a
string
field, including tag, to the stream. - writeString(CodedOutputStream, int, Object) - Static method in class com.google.protobuf.GeneratedMessage
- writeString(CodedOutputStream, int, Object) - Static method in class com.google.protobuf.GeneratedMessageV3
- writeStringNoTag(CodedOutputStream, Object) - Static method in class com.google.protobuf.GeneratedMessage
- writeStringNoTag(CodedOutputStream, Object) - Static method in class com.google.protobuf.GeneratedMessageV3
- writeStringNoTag(String) - Method in class com.google.protobuf.CodedOutputStream
-
Write a
string
field to the stream. - writeTag(int, int) - Method in class com.google.protobuf.CodedOutputStream
-
Encode and write a tag.
- writeTo(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.AbstractMessage
- 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(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.compiler.PluginProtos.Version
- 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.EnumReservedRange
- 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.ExtensionRangeOptions.Declaration
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.FeatureSet
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault
- 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.GeneratedCodeInfo.Annotation
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
- 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.OneofOptions
- 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.GeneratedMessageLite
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.GeneratedMessageV3
- 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 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(CodedOutputStream) - Method in class com.google.protobuf.UnknownFieldSet
-
Serializes the set 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
- writeTo(Writer) - Method in class com.google.protobuf.UnknownFieldSetLite
-
Serializes the set and writes it to
writer
. - writeTo(OutputStream) - Method in class com.google.protobuf.AbstractMessageLite
- writeTo(OutputStream) - Method in class com.google.protobuf.ByteString.Output
-
Writes the complete contents of this byte array output stream to the specified output stream argument.
- writeTo(OutputStream) - Method in class com.google.protobuf.ByteString
-
Writes a copy of the contents of this byte string to the specified output stream argument.
- writeTo(OutputStream) - Method in interface com.google.protobuf.MessageLite
-
Serializes the message and writes it to
output
. - writeTo(OutputStream) - Method in class com.google.protobuf.UnknownFieldSet
-
Serializes the message and writes it to
output
. - writeUInt32(int, int) - Method in class com.google.protobuf.CodedOutputStream
-
Write a
uint32
field, including tag, to the stream. - writeUInt32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
-
Write a
uint32
field to the stream. - writeUInt64(int, long) - Method in class com.google.protobuf.CodedOutputStream
-
Write a
uint64
field, including tag, to the stream. - writeUInt64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
-
Write a
uint64
field to the stream. - writeUntil(int, CodedOutputStream) - Method in class com.google.protobuf.GeneratedMessage.ExtendableMessage.ExtensionWriter
- writeUntil(int, CodedOutputStream) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage.ExtensionWriter
- writeUntil(int, CodedOutputStream) - Method in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage.ExtensionWriter
All Classes All Packages