- 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.
- 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.
- AbstractParser<MessageType extends MessageLite> - Class in com.google.protobuf
-
A partial implementation of the
Parser
interface which implements as many methods of that
interface as possible in terms of other methods.
- AbstractParser() - Constructor for class com.google.protobuf.AbstractParser
-
- add(Extension<?, ?>) - Method in class com.google.protobuf.ExtensionRegistry
-
Add an extension from a generated file to the registry.
- add(GeneratedMessage.GeneratedExtension<?, ?>) - Method in class com.google.protobuf.ExtensionRegistry
-
Add an extension from a generated file to the registry.
- add(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.ExtensionRegistry
-
Add a non-message-type extension to the registry by descriptor.
- add(Descriptors.FieldDescriptor, Message) - Method in class com.google.protobuf.ExtensionRegistry
-
Add a message-type extension to the registry by descriptor.
- add(GeneratedMessageLite.GeneratedExtension<?, ?>) - Method in class com.google.protobuf.ExtensionRegistryLite
-
Add an extension from a lite 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(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(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
.
- add(Duration, Duration) - Static method in class com.google.protobuf.util.Durations
-
Add two durations.
- add(Descriptors.Descriptor) - Method in class com.google.protobuf.util.JsonFormat.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
JsonFormat.TypeRegistry.Builder
.
- add(Iterable<Descriptors.Descriptor>) - Method in class com.google.protobuf.util.JsonFormat.TypeRegistry.Builder
-
Adds message types and all types defined in the same .proto file as well as all
transitively imported .proto files to this
JsonFormat.TypeRegistry.Builder
.
- add(Timestamp, Duration) - Static method in class com.google.protobuf.util.Timestamps
-
Add a duration to a timestamp.
- add(Timestamp, Duration) - Static method in class com.google.protobuf.util.TimeUtil
-
- add(Duration, Duration) - Static method in class com.google.protobuf.util.TimeUtil
-
- addAllAnnotation(Iterable<? extends DescriptorProtos.GeneratedCodeInfo.Annotation>) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
-
An Annotation connects some span of text in generated code to an element
of its generating .proto file.
- addAllDependency(Iterable<String>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
Names of files imported by this file.
- addAllEnumType(Iterable<? extends DescriptorProtos.EnumDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
- addAllEnumType(Iterable<? extends DescriptorProtos.EnumDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
- addAllEnumvalue(Iterable<? extends EnumValue>) - Method in class com.google.protobuf.Enum.Builder
-
Enum value definitions.
- addAllExtension(Iterable<? extends DescriptorProtos.FieldDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
- addAllExtension(Iterable<? extends DescriptorProtos.FieldDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
- addAllExtensionRange(Iterable<? extends DescriptorProtos.DescriptorProto.ExtensionRange>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
- addAllField(Iterable<? extends DescriptorProtos.FieldDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
- addAllFields(Iterable<? extends Field>) - Method in class com.google.protobuf.Type.Builder
-
The list of 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;
- addAllFile(Iterable<? extends DescriptorProtos.FileDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
- addAllFileToGenerate(Iterable<String>) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
The .proto files that were explicitly listed on the command-line.
- addAllLeadingDetachedComments(Iterable<String>) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated string leading_detached_comments = 6;
- addAllLocation(Iterable<? extends DescriptorProtos.SourceCodeInfo.Location>) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
- addAllMessageType(Iterable<? extends DescriptorProtos.DescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
All top-level definitions in this file.
- addAllMethod(Iterable<? extends DescriptorProtos.MethodDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
- addAllMethods(Iterable<? extends Method>) - Method in class com.google.protobuf.Api.Builder
-
The methods of this interface, in unspecified order.
- addAllMixins(Iterable<? extends Mixin>) - Method in class com.google.protobuf.Api.Builder
-
Included interfaces.
- addAllName(Iterable<? extends DescriptorProtos.UninterpretedOption.NamePart>) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
- addAllNestedType(Iterable<? extends DescriptorProtos.DescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3;
- addAllOneofDecl(Iterable<? extends DescriptorProtos.OneofDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
- addAllOneofs(Iterable<String>) - Method in class com.google.protobuf.Type.Builder
-
The list of types appearing in `oneof` definitions in this type.
- addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.Api.Builder
-
Any metadata attached to the interface.
- addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.Enum.Builder
-
Protocol buffer options.
- addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.EnumValue.Builder
-
Protocol buffer options.
- addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.Field.Builder
-
The protocol buffer options.
- addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.Method.Builder
-
Any metadata attached to the method.
- addAllOptions(Iterable<? extends Option>) - Method in class com.google.protobuf.Type.Builder
-
The protocol buffer options.
- addAllPath(Iterable<? extends Integer>) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
Identifies the element in the original source .proto file.
- addAllPath(Iterable<? extends Integer>) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
Identifies which part of the FileDescriptorProto was defined at this
location.
- addAllPaths(Iterable<String>) - Method in class com.google.protobuf.FieldMask.Builder
-
The set of field mask paths.
- addAllProtoFile(Iterable<? extends DescriptorProtos.FileDescriptorProto>) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
FileDescriptorProtos for all files in files_to_generate and everything
they import.
- addAllPublicDependency(Iterable<? extends Integer>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
Indexes of the public imported files in the dependency list above.
- addAllReservedName(Iterable<String>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
Reserved field names, which may not be used by fields in the same message.
- addAllReservedName(Iterable<String>) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
Reserved enum value names, which may not be reused.
- addAllReservedRange(Iterable<? extends DescriptorProtos.DescriptorProto.ReservedRange>) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
- addAllReservedRange(Iterable<? extends DescriptorProtos.EnumDescriptorProto.EnumReservedRange>) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
Range of reserved numeric values.
- addAllService(Iterable<? extends DescriptorProtos.ServiceDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6;
- addAllSpan(Iterable<? extends Integer>) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
Always has exactly three or four elements: start line, start column,
end line (optional, otherwise assumed same as start line), end column.
- addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
The parser stores options it doesn't recognize here.
- addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
The parser stores options it doesn't recognize here.
- addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
The parser stores options it doesn't recognize here.
- addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
The parser stores options it doesn't recognize here.
- addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
The parser stores options it doesn't recognize here.
- addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
The parser stores options it doesn't recognize here.
- addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
The parser stores options it doesn't recognize here.
- addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
The parser stores options it doesn't recognize here.
- addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption>) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
The parser stores options it doesn't recognize here.
- addAllValue(Iterable<? extends DescriptorProtos.EnumValueDescriptorProto>) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
- addAllValues(Iterable<? extends Value>) - Method in class com.google.protobuf.ListValue.Builder
-
Repeated field of dynamically typed values.
- addAllWeakDependency(Iterable<? extends Integer>) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
Indexes of the weak imported files in the dependency list.
- addAnnotation(DescriptorProtos.GeneratedCodeInfo.Annotation) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
-
An Annotation connects some span of text in generated code to an element
of its generating .proto file.
- addAnnotation(int, DescriptorProtos.GeneratedCodeInfo.Annotation) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
-
An Annotation connects some span of text in generated code to an element
of its generating .proto file.
- addAnnotation(DescriptorProtos.GeneratedCodeInfo.Annotation.Builder) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
-
An Annotation connects some span of text in generated code to an element
of its generating .proto file.
- addAnnotation(int, DescriptorProtos.GeneratedCodeInfo.Annotation.Builder) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
-
An Annotation connects some span of text in generated code to an element
of its generating .proto file.
- addAnnotationBuilder() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
-
An Annotation connects some span of text in generated code to an element
of its generating .proto file.
- addAnnotationBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
-
An Annotation connects some span of text in generated code to an element
of its generating .proto file.
- addDependency(String) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
Names of files imported by this file.
- addDependencyBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
Names of files imported by this file.
- addEnumType(DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
- addEnumType(int, DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
- addEnumType(DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
- addEnumType(int, DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
- addEnumType(DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
- addEnumType(int, DescriptorProtos.EnumDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
- addEnumType(DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
- addEnumType(int, DescriptorProtos.EnumDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
- addEnumTypeBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
- addEnumTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
- addEnumTypeBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
- addEnumTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
- addEnumvalue(EnumValue) - Method in class com.google.protobuf.Enum.Builder
-
Enum value definitions.
- addEnumvalue(int, EnumValue) - Method in class com.google.protobuf.Enum.Builder
-
Enum value definitions.
- addEnumvalue(EnumValue.Builder) - Method in class com.google.protobuf.Enum.Builder
-
Enum value definitions.
- addEnumvalue(int, EnumValue.Builder) - Method in class com.google.protobuf.Enum.Builder
-
Enum value definitions.
- addEnumvalueBuilder() - Method in class com.google.protobuf.Enum.Builder
-
Enum value definitions.
- addEnumvalueBuilder(int) - Method in class com.google.protobuf.Enum.Builder
-
Enum value definitions.
- addExtension(DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
- addExtension(int, DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
- addExtension(DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
- addExtension(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
- addExtension(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.FieldOptions, List<Type>>, Type) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
- addExtension(DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
- addExtension(int, DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
- addExtension(DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
- addExtension(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
- addExtension(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
-
- addExtensionBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
- addExtensionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
- addExtensionBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
- addExtensionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
- addExtensionRange(DescriptorProtos.DescriptorProto.ExtensionRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
- addExtensionRange(int, DescriptorProtos.DescriptorProto.ExtensionRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
- addExtensionRange(DescriptorProtos.DescriptorProto.ExtensionRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
- addExtensionRange(int, DescriptorProtos.DescriptorProto.ExtensionRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
- addExtensionRangeBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
- addExtensionRangeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
- addField(DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
- addField(int, DescriptorProtos.FieldDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
- addField(DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
- addField(int, DescriptorProtos.FieldDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
- addFieldBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
- addFieldBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
- addFields(Field) - Method in class com.google.protobuf.Type.Builder
-
The list of fields.
- addFields(int, Field) - Method in class com.google.protobuf.Type.Builder
-
The list of fields.
- addFields(Field.Builder) - Method in class com.google.protobuf.Type.Builder
-
The list of fields.
- addFields(int, Field.Builder) - Method in class com.google.protobuf.Type.Builder
-
The list of fields.
- addFieldsBuilder() - Method in class com.google.protobuf.Type.Builder
-
The list of fields.
- addFieldsBuilder(int) - Method in class com.google.protobuf.Type.Builder
-
The list of fields.
- addFile(PluginProtos.CodeGeneratorResponse.File) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
- addFile(int, PluginProtos.CodeGeneratorResponse.File) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
- addFile(PluginProtos.CodeGeneratorResponse.File.Builder) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
- addFile(int, PluginProtos.CodeGeneratorResponse.File.Builder) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
- addFile(DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
- addFile(int, DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
- addFile(DescriptorProtos.FileDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
- addFile(int, DescriptorProtos.FileDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
- addFileBuilder() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
- addFileBuilder(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
- addFileBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
- addFileBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
- addFileToGenerate(String) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
The .proto files that were explicitly listed on the command-line.
- addFileToGenerateBytes(ByteString) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
The .proto files that were explicitly listed on the command-line.
- addLeadingDetachedComments(String) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated string leading_detached_comments = 6;
- addLeadingDetachedCommentsBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated string leading_detached_comments = 6;
- addLocation(DescriptorProtos.SourceCodeInfo.Location) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
- addLocation(int, DescriptorProtos.SourceCodeInfo.Location) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
- addLocation(DescriptorProtos.SourceCodeInfo.Location.Builder) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
- addLocation(int, DescriptorProtos.SourceCodeInfo.Location.Builder) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
- addLocationBuilder() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
- addLocationBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
- addMessageType(DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
All top-level definitions in this file.
- addMessageType(int, DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
All top-level definitions in this file.
- addMessageType(DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
All top-level definitions in this file.
- addMessageType(int, DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
All top-level definitions in this file.
- addMessageTypeBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
All top-level definitions in this file.
- addMessageTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
All top-level definitions in this file.
- addMethod(DescriptorProtos.MethodDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
- addMethod(int, DescriptorProtos.MethodDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
- addMethod(DescriptorProtos.MethodDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
- addMethod(int, DescriptorProtos.MethodDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
- addMethodBuilder() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
- addMethodBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
- addMethods(Method) - Method in class com.google.protobuf.Api.Builder
-
The methods of this interface, in unspecified order.
- addMethods(int, Method) - Method in class com.google.protobuf.Api.Builder
-
The methods of this interface, in unspecified order.
- addMethods(Method.Builder) - Method in class com.google.protobuf.Api.Builder
-
The methods of this interface, in unspecified order.
- addMethods(int, Method.Builder) - Method in class com.google.protobuf.Api.Builder
-
The methods of this interface, in unspecified order.
- addMethodsBuilder() - Method in class com.google.protobuf.Api.Builder
-
The methods of this interface, in unspecified order.
- addMethodsBuilder(int) - Method in class com.google.protobuf.Api.Builder
-
The methods of this interface, in unspecified order.
- addMixins(Mixin) - Method in class com.google.protobuf.Api.Builder
-
Included interfaces.
- addMixins(int, Mixin) - Method in class com.google.protobuf.Api.Builder
-
Included interfaces.
- addMixins(Mixin.Builder) - Method in class com.google.protobuf.Api.Builder
-
Included interfaces.
- addMixins(int, Mixin.Builder) - Method in class com.google.protobuf.Api.Builder
-
Included interfaces.
- addMixinsBuilder() - Method in class com.google.protobuf.Api.Builder
-
Included interfaces.
- addMixinsBuilder(int) - Method in class com.google.protobuf.Api.Builder
-
Included interfaces.
- addName(DescriptorProtos.UninterpretedOption.NamePart) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
- addName(int, DescriptorProtos.UninterpretedOption.NamePart) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
- addName(DescriptorProtos.UninterpretedOption.NamePart.Builder) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
- addName(int, DescriptorProtos.UninterpretedOption.NamePart.Builder) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
- addNameBuilder() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
- addNameBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
- addNestedType(DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3;
- addNestedType(int, DescriptorProtos.DescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3;
- addNestedType(DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3;
- addNestedType(int, DescriptorProtos.DescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3;
- addNestedTypeBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3;
- addNestedTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3;
- addOneofDecl(DescriptorProtos.OneofDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
- addOneofDecl(int, DescriptorProtos.OneofDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
- addOneofDecl(DescriptorProtos.OneofDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
- addOneofDecl(int, DescriptorProtos.OneofDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
- addOneofDeclBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
- addOneofDeclBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
- addOneofs(String) - Method in class com.google.protobuf.Type.Builder
-
The list of types appearing in `oneof` definitions in this type.
- addOneofsBytes(ByteString) - Method in class com.google.protobuf.Type.Builder
-
The list of types appearing in `oneof` definitions in this type.
- addOptions(Option) - Method in class com.google.protobuf.Api.Builder
-
Any metadata attached to the interface.
- addOptions(int, Option) - Method in class com.google.protobuf.Api.Builder
-
Any metadata attached to the interface.
- addOptions(Option.Builder) - Method in class com.google.protobuf.Api.Builder
-
Any metadata attached to the interface.
- addOptions(int, Option.Builder) - Method in class com.google.protobuf.Api.Builder
-
Any metadata attached to the interface.
- addOptions(Option) - Method in class com.google.protobuf.Enum.Builder
-
Protocol buffer options.
- addOptions(int, Option) - Method in class com.google.protobuf.Enum.Builder
-
Protocol buffer options.
- addOptions(Option.Builder) - Method in class com.google.protobuf.Enum.Builder
-
Protocol buffer options.
- addOptions(int, Option.Builder) - Method in class com.google.protobuf.Enum.Builder
-
Protocol buffer options.
- addOptions(Option) - Method in class com.google.protobuf.EnumValue.Builder
-
Protocol buffer options.
- addOptions(int, Option) - Method in class com.google.protobuf.EnumValue.Builder
-
Protocol buffer options.
- addOptions(Option.Builder) - Method in class com.google.protobuf.EnumValue.Builder
-
Protocol buffer options.
- addOptions(int, Option.Builder) - Method in class com.google.protobuf.EnumValue.Builder
-
Protocol buffer options.
- addOptions(Option) - Method in class com.google.protobuf.Field.Builder
-
The protocol buffer options.
- addOptions(int, Option) - Method in class com.google.protobuf.Field.Builder
-
The protocol buffer options.
- addOptions(Option.Builder) - Method in class com.google.protobuf.Field.Builder
-
The protocol buffer options.
- addOptions(int, Option.Builder) - Method in class com.google.protobuf.Field.Builder
-
The protocol buffer options.
- addOptions(Option) - Method in class com.google.protobuf.Method.Builder
-
Any metadata attached to the method.
- addOptions(int, Option) - Method in class com.google.protobuf.Method.Builder
-
Any metadata attached to the method.
- addOptions(Option.Builder) - Method in class com.google.protobuf.Method.Builder
-
Any metadata attached to the method.
- addOptions(int, Option.Builder) - Method in class com.google.protobuf.Method.Builder
-
Any metadata attached to the method.
- addOptions(Option) - Method in class com.google.protobuf.Type.Builder
-
The protocol buffer options.
- addOptions(int, Option) - Method in class com.google.protobuf.Type.Builder
-
The protocol buffer options.
- addOptions(Option.Builder) - Method in class com.google.protobuf.Type.Builder
-
The protocol buffer options.
- addOptions(int, Option.Builder) - Method in class com.google.protobuf.Type.Builder
-
The protocol buffer options.
- addOptionsBuilder() - Method in class com.google.protobuf.Api.Builder
-
Any metadata attached to the interface.
- addOptionsBuilder(int) - Method in class com.google.protobuf.Api.Builder
-
Any metadata attached to the interface.
- addOptionsBuilder() - Method in class com.google.protobuf.Enum.Builder
-
Protocol buffer options.
- addOptionsBuilder(int) - Method in class com.google.protobuf.Enum.Builder
-
Protocol buffer options.
- addOptionsBuilder() - Method in class com.google.protobuf.EnumValue.Builder
-
Protocol buffer options.
- addOptionsBuilder(int) - Method in class com.google.protobuf.EnumValue.Builder
-
Protocol buffer options.
- addOptionsBuilder() - Method in class com.google.protobuf.Field.Builder
-
The protocol buffer options.
- addOptionsBuilder(int) - Method in class com.google.protobuf.Field.Builder
-
The protocol buffer options.
- addOptionsBuilder() - Method in class com.google.protobuf.Method.Builder
-
Any metadata attached to the method.
- addOptionsBuilder(int) - Method in class com.google.protobuf.Method.Builder
-
Any metadata attached to the method.
- addOptionsBuilder() - Method in class com.google.protobuf.Type.Builder
-
The protocol buffer options.
- addOptionsBuilder(int) - Method in class com.google.protobuf.Type.Builder
-
The protocol buffer options.
- addPath(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
Identifies the element in the original source .proto file.
- addPath(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
Identifies which part of the FileDescriptorProto was defined at this
location.
- addPaths(String) - Method in class com.google.protobuf.FieldMask.Builder
-
The set of field mask paths.
- addPathsBytes(ByteString) - Method in class com.google.protobuf.FieldMask.Builder
-
The set of field mask paths.
- addProtoFile(DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
FileDescriptorProtos for all files in files_to_generate and everything
they import.
- addProtoFile(int, DescriptorProtos.FileDescriptorProto) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
FileDescriptorProtos for all files in files_to_generate and everything
they import.
- addProtoFile(DescriptorProtos.FileDescriptorProto.Builder) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
FileDescriptorProtos for all files in files_to_generate and everything
they import.
- addProtoFile(int, DescriptorProtos.FileDescriptorProto.Builder) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
FileDescriptorProtos for all files in files_to_generate and everything
they import.
- addProtoFileBuilder() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
FileDescriptorProtos for all files in files_to_generate and everything
they import.
- addProtoFileBuilder(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
FileDescriptorProtos for all files in files_to_generate and everything
they import.
- addPublicDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
Indexes of the public imported files in the dependency list above.
- 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.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.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.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 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
-
Reserved field names, which may not be used by fields in the same message.
- addReservedName(String) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
Reserved enum value names, which may not be reused.
- addReservedNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
Reserved field names, which may not be used by fields in the same message.
- addReservedNameBytes(ByteString) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
Reserved enum value names, which may not be reused.
- addReservedRange(DescriptorProtos.DescriptorProto.ReservedRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
- addReservedRange(int, DescriptorProtos.DescriptorProto.ReservedRange) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
- addReservedRange(DescriptorProtos.DescriptorProto.ReservedRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
- addReservedRange(int, DescriptorProtos.DescriptorProto.ReservedRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
- addReservedRange(DescriptorProtos.EnumDescriptorProto.EnumReservedRange) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
Range of reserved numeric values.
- addReservedRange(int, DescriptorProtos.EnumDescriptorProto.EnumReservedRange) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
Range of reserved numeric values.
- addReservedRange(DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
Range of reserved numeric values.
- addReservedRange(int, DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
Range of reserved numeric values.
- addReservedRangeBuilder() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
- addReservedRangeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
- addReservedRangeBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
Range of reserved numeric values.
- addReservedRangeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
Range of reserved numeric values.
- addService(DescriptorProtos.ServiceDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6;
- addService(int, DescriptorProtos.ServiceDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6;
- addService(DescriptorProtos.ServiceDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6;
- addService(int, DescriptorProtos.ServiceDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6;
- addServiceBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6;
- addServiceBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6;
- addSpan(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
Always has exactly three or four elements: start line, start column,
end line (optional, otherwise assumed same as start line), end column.
- addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOption(int, DescriptorProtos.UninterpretedOption.Builder) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOptionBuilder() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
The parser stores options it doesn't recognize here.
- addUninterpretedOptionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
The parser stores options it doesn't recognize here.
- addValue(DescriptorProtos.EnumValueDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
- addValue(int, DescriptorProtos.EnumValueDescriptorProto) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
- addValue(DescriptorProtos.EnumValueDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
- addValue(int, DescriptorProtos.EnumValueDescriptorProto.Builder) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
- addValueBuilder() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
- addValueBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
- addValues(Value) - Method in class com.google.protobuf.ListValue.Builder
-
Repeated field of dynamically typed values.
- addValues(int, Value) - Method in class com.google.protobuf.ListValue.Builder
-
Repeated field of dynamically typed values.
- addValues(Value.Builder) - Method in class com.google.protobuf.ListValue.Builder
-
Repeated field of dynamically typed values.
- addValues(int, Value.Builder) - Method in class com.google.protobuf.ListValue.Builder
-
Repeated field of dynamically typed values.
- addValuesBuilder() - Method in class com.google.protobuf.ListValue.Builder
-
Repeated field of dynamically typed values.
- addValuesBuilder(int) - Method in class com.google.protobuf.ListValue.Builder
-
Repeated field of dynamically typed values.
- addWeakDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
Indexes of the weak imported files in the dependency list.
- AGGREGATE_VALUE_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.UninterpretedOption
-
- ALLOW_ALIAS_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.EnumOptions
-
- AlreadyCalledException() - Constructor for exception com.google.protobuf.RpcUtil.AlreadyCalledException
-
- ANNOTATION_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
-
- Any - Class in com.google.protobuf
-
`Any` contains an arbitrary serialized protocol buffer message along with a
URL that describes the type of the serialized message.
- Any.Builder - Class in com.google.protobuf
-
`Any` contains an arbitrary serialized protocol buffer message along with a
URL that describes the type of the serialized message.
- AnyOrBuilder - Interface in com.google.protobuf
-
- AnyProto - Class in com.google.protobuf
-
- Api - Class in com.google.protobuf
-
Api is a light-weight descriptor for an API Interface.
- Api.Builder - Class in com.google.protobuf
-
Api is a light-weight descriptor for an API Interface.
- ApiOrBuilder - Interface in com.google.protobuf
-
- ApiProto - Class in com.google.protobuf
-
- appendTo(MessageOrBuilder, Appendable) - Method in class com.google.protobuf.util.JsonFormat.Printer
-
Converts a protobuf message to JSON format.
- asByteStringList() - Method in interface com.google.protobuf.ProtocolStringList
-
Returns a view of the data as a list of ByteStrings.
- asInvalidProtocolBufferException() - Method in exception com.google.protobuf.UninitializedMessageException
-
- 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.
- callBlockingMethod(Descriptors.MethodDescriptor, RpcController, Message, Message) - Method in interface com.google.protobuf.BlockingRpcChannel
-
Call the given method of the remote service and blocks until it returns.
- callBlockingMethod(Descriptors.MethodDescriptor, RpcController, Message) - Method in interface com.google.protobuf.BlockingService
-
- callMethod(Descriptors.MethodDescriptor, RpcController, Message, Message, RpcCallback<Message>) - Method in interface com.google.protobuf.RpcChannel
-
Call the given method of the remote service.
- callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in interface com.google.protobuf.Service
-
Call a method of the service specified by MethodDescriptor.
- CARDINALITY_FIELD_NUMBER - Static variable in class com.google.protobuf.Field
-
- CARDINALITY_OPTIONAL_VALUE - Static variable in enum com.google.protobuf.Field.Cardinality
-
For optional fields.
- CARDINALITY_REPEATED_VALUE - Static variable in enum com.google.protobuf.Field.Cardinality
-
For repeated fields.
- CARDINALITY_REQUIRED_VALUE - Static variable in enum com.google.protobuf.Field.Cardinality
-
For required fields.
- CARDINALITY_UNKNOWN_VALUE - Static variable in enum com.google.protobuf.Field.Cardinality
-
For fields with unknown cardinality.
- 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
-
- 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
-
- checkNotNegative(Duration) - Static method in class com.google.protobuf.util.Durations
-
Ensures that the given
Duration
is not negative.
- checkPositive(Duration) - Static method in class com.google.protobuf.util.Durations
-
Ensures that the given
Duration
is positive.
- checkValid(Duration) - Static method in class com.google.protobuf.util.Durations
-
Throws an
IllegalArgumentException
if the given
Duration
is not valid.
- checkValid(Duration.Builder) - Static method in class com.google.protobuf.util.Durations
-
Builds the given builder and throws an IllegalArgumentException
if it is not valid.
- checkValid(Timestamp) - Static method in class com.google.protobuf.util.Timestamps
-
Throws an
IllegalArgumentException
if the given
Timestamp
is not valid.
- checkValid(Timestamp.Builder) - Static method in class com.google.protobuf.util.Timestamps
-
Builds the given builder and throws an IllegalArgumentException
if it is not valid.
- 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.FieldDescriptorProto.Builder
-
- clear() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
- clear() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
- clear() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
- clear() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
- clear() - Method in class com.google.protobuf.DescriptorProtos.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.Int32Value.Builder
-
- clear() - Method in class com.google.protobuf.Int64Value.Builder
-
- 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.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.Value.Builder
-
- clearAggregateValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional string aggregate_value = 8;
- clearAllowAlias() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
Set this option to true to allow mapping different tag names to the same
value.
- clearAnnotation() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
-
An Annotation connects some span of text in generated code to an element
of its generating .proto file.
- clearBegin() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
Identifies the starting offset in bytes in the generated code
that relates to the identified object.
- clearBoolValue() - Method in class com.google.protobuf.Value.Builder
-
Represents a boolean value.
- clearCardinality() - Method in class com.google.protobuf.Field.Builder
-
The field cardinality.
- clearCcEnableArenas() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
Enables the use of arenas for the proto messages in this file.
- clearCcGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
Should generic services be generated in each language? "Generic" services
are not specific to any particular RPC system.
- clearClientStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
Identifies if client streams multiple client messages
- clearCompilerVersion() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
The version number of protocol compiler.
- clearContent() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
The file contents.
- clearCsharpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
Namespace for generated classes; defaults to the package.
- clearCtype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
The ctype option instructs the C++ code generator to use a different
representation of the field than it normally would.
- clearDefaultValue() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
For numeric types, contains the original text representation of the value.
- clearDefaultValue() - Method in class com.google.protobuf.Field.Builder
-
The string value of the default value of this field.
- clearDependency() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
Names of files imported by this file.
- clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
Is this enum deprecated?
Depending on the target platform, this can emit Deprecated annotations
for the enum, or it will be completely ignored; in the very least, this
is a formalization for deprecating enums.
- clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
Is this enum value deprecated?
Depending on the target platform, this can emit Deprecated annotations
for the enum value, or it will be completely ignored; in the very least,
this is a formalization for deprecating enum values.
- clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
Is this field deprecated?
Depending on the target platform, this can emit Deprecated annotations
for accessors, or it will be completely ignored; in the very least, this
is a formalization for deprecating fields.
- clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
Is this file deprecated?
Depending on the target platform, this can emit Deprecated annotations
for everything in the file, or it will be completely ignored; in the very
least, this is a formalization for deprecating files.
- clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
Is this message deprecated?
Depending on the target platform, this can emit Deprecated annotations
for the message, or it will be completely ignored; in the very least,
this is a formalization for deprecating messages.
- clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
Is this method deprecated?
Depending on the target platform, this can emit Deprecated annotations
for the method, or it will be completely ignored; in the very least,
this is a formalization for deprecating methods.
- clearDeprecated() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
Is this service deprecated?
Depending on the target platform, this can emit Deprecated annotations
for the service, or it will be completely ignored; in the very least,
this is a formalization for deprecating services.
- clearDoubleValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional double double_value = 6;
- clearEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
Exclusive.
- clearEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
-
Exclusive.
- clearEnd() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
-
Inclusive.
- clearEnd() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
Identifies the ending offset in bytes in the generated code that
relates to the identified offset.
- clearEnumType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
- clearEnumType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
- clearEnumvalue() - Method in class com.google.protobuf.Enum.Builder
-
Enum value definitions.
- clearError() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
Error message.
- clearExtendee() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
For extensions, this is the name of the type being extended.
- clearExtension() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
- clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.EnumOptions, ?>) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
- clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.EnumValueOptions, ?>) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
- clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.ExtensionRangeOptions, ?>) - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
- clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.FieldOptions, ?>) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
- clearExtension() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
- clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.FileOptions, ?>) - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
- clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.MessageOptions, ?>) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
- clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.MethodOptions, ?>) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
- clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.OneofOptions, ?>) - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
- clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.ServiceOptions, ?>) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
- clearExtensionRange() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
- 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() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
- 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.FieldDescriptorProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.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.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 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
-
- clearFields() - Method in class com.google.protobuf.Struct.Builder
-
- clearFields() - Method in class com.google.protobuf.Type.Builder
-
The list of fields.
- clearFile() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
- clearFile() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
- clearFileName() - Method in class com.google.protobuf.SourceContext.Builder
-
The path-qualified name of the .proto file that contained the associated
protobuf element.
- clearFileToGenerate() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
The .proto files that were explicitly listed on the command-line.
- clearGeneratedCodeInfo() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
Information describing the file content being inserted.
- clearGoPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
Sets the Go package where structs generated from this .proto will be
placed.
- clearIdempotencyLevel() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];
- clearIdentifierValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
The value of the uninterpreted option, in whatever type the tokenizer
identified it as during parsing.
- clearInputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
Input and output type names.
- clearInsertionPoint() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
If non-empty, indicates that the named file should already exist, and the
content here is to be inserted into that file at a defined insertion
point.
- clearIsExtension() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
-
required bool is_extension = 2;
- clearJavaGenerateEqualsAndHash() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
Deprecated.
- clearJavaGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool java_generic_services = 17 [default = false];
- clearJavaMultipleFiles() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
If enabled, then the Java code generator will generate a separate .java
file for each top-level message, enum, and service defined in the .proto
file.
- clearJavaOuterClassname() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
Controls the name of the wrapper Java class generated for the .proto file.
- clearJavaPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
Sets the Java package where classes generated from this .proto will be
placed.
- clearJavaStringCheckUtf8() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
If set true, then the Java2 code generator will generate code that
throws an exception whenever an attempt is made to assign a non-UTF-8
byte sequence to a string field.
- clearJsonName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
JSON name of this field.
- clearJsonName() - Method in class com.google.protobuf.Field.Builder
-
The field JSON name.
- clearJstype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
The jstype option determines the JavaScript type used for values of the
field.
- clearKind() - Method in class com.google.protobuf.Field.Builder
-
The field type.
- clearKind() - Method in class com.google.protobuf.Value.Builder
-
- clearLabel() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
- clearLazy() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
Should this field be parsed lazily? Lazy applies only to message-type
fields.
- clearLeadingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
If this SourceCodeInfo represents a complete declaration, these are any
comments appearing before and after the declaration which appear to be
attached to the declaration.
- clearLeadingDetachedComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated string leading_detached_comments = 6;
- clearListValue() - Method in class com.google.protobuf.Value.Builder
-
Represents a repeated `Value`.
- clearLocation() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
- clearMajor() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
-
optional int32 major = 1;
- clearMapEntry() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
Whether the message is an automatically generated map entry type for the
maps field.
- clearMessageSetWireFormat() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
Set true to use the old proto1 MessageSet wire format for extensions.
- clearMessageType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
All top-level definitions in this file.
- clearMethod() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
- clearMethods() - Method in class com.google.protobuf.Api.Builder
-
The methods of this interface, in unspecified order.
- clearMinor() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
-
optional int32 minor = 2;
- clearMixins() - Method in class com.google.protobuf.Api.Builder
-
Included interfaces.
- clearName() - Method in class com.google.protobuf.Api.Builder
-
The fully qualified name of this interface, including package name
followed by the interface's simple name.
- clearName() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
The file name, relative to the output directory.
- clearName() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
optional string name = 1;
- clearName() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
optional string name = 1;
- clearName() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional string name = 1;
- clearName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string name = 1;
- clearName() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
file name, relative to root of source tree
- clearName() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string name = 1;
- clearName() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
-
optional string name = 1;
- clearName() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
optional string name = 1;
- clearName() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
- clearName() - Method in class com.google.protobuf.Enum.Builder
-
Enum type name.
- clearName() - Method in class com.google.protobuf.EnumValue.Builder
-
Enum value name.
- clearName() - Method in class com.google.protobuf.Field.Builder
-
The field name.
- clearName() - Method in class com.google.protobuf.Method.Builder
-
The simple name of this method.
- clearName() - Method in class com.google.protobuf.Mixin.Builder
-
The fully qualified name of the interface which is included.
- clearName() - Method in class com.google.protobuf.Option.Builder
-
The option's name.
- clearName() - Method in class com.google.protobuf.Type.Builder
-
The fully qualified message name.
- clearNamePart() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
-
required string name_part = 1;
- clearNanos() - Method in class com.google.protobuf.Duration.Builder
-
Signed fractions of a second at nanosecond resolution of the span
of time.
- clearNanos() - Method in class com.google.protobuf.Timestamp.Builder
-
Non-negative fractions of a second at nanosecond resolution.
- clearNegativeIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional int64 negative_int_value = 5;
- clearNestedType() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto nested_type = 3;
- clearNoStandardDescriptorAccessor() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
Disables the generation of the standard "descriptor()" accessor, which can
conflict with a field of the same name.
- clearNullValue() - Method in class com.google.protobuf.Value.Builder
-
Represents a null value.
- clearNumber() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional int32 number = 2;
- clearNumber() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional int32 number = 3;
- clearNumber() - Method in class com.google.protobuf.EnumValue.Builder
-
Enum value number.
- clearNumber() - Method in class com.google.protobuf.Field.Builder
-
The field number.
- clearNumberValue() - Method in class com.google.protobuf.Value.Builder
-
Represents a double value.
- clearObjcClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
Sets the objective c class prefix which is prepended to all objective c
generated classes from this .proto.
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.AbstractMessage.Builder
-
- 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.FieldDescriptorProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.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.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;
- clearOneofIndex() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
If set, gives the index of a oneof in the containing type's oneof_decl
list.
- clearOneofIndex() - Method in class com.google.protobuf.Field.Builder
-
The index of the field type in `Type.oneofs`, for message or enumeration
types.
- clearOneofs() - Method in class com.google.protobuf.Type.Builder
-
The list of types appearing in `oneof` definitions in this type.
- clearOptimizeFor() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
- clearOptions() - Method in class com.google.protobuf.Api.Builder
-
Any metadata attached to the interface.
- clearOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
optional .google.protobuf.MessageOptions options = 7;
- clearOptions() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
optional .google.protobuf.ExtensionRangeOptions options = 3;
- clearOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
optional .google.protobuf.EnumOptions options = 3;
- clearOptions() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional .google.protobuf.EnumValueOptions options = 3;
- clearOptions() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldOptions options = 8;
- clearOptions() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
optional .google.protobuf.FileOptions options = 8;
- clearOptions() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional .google.protobuf.MethodOptions options = 4;
- clearOptions() - Method in class com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
-
optional .google.protobuf.OneofOptions options = 2;
- clearOptions() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
optional .google.protobuf.ServiceOptions options = 3;
- clearOptions() - Method in class com.google.protobuf.Enum.Builder
-
Protocol buffer options.
- clearOptions() - Method in class com.google.protobuf.EnumValue.Builder
-
Protocol buffer options.
- clearOptions() - Method in class com.google.protobuf.Field.Builder
-
The protocol buffer options.
- clearOptions() - Method in class com.google.protobuf.Method.Builder
-
Any metadata attached to the method.
- clearOptions() - Method in class com.google.protobuf.Type.Builder
-
The protocol buffer options.
- clearOutputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
optional string output_type = 3;
- clearPackage() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
e.g.
- clearPacked() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
The packed option can be enabled for repeated primitive fields to enable
a more efficient representation on the wire.
- clearPacked() - Method in class com.google.protobuf.Field.Builder
-
Whether to use alternative packed wire representation.
- clearParameter() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
The generator parameter passed on the command-line.
- clearPatch() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
-
optional int32 patch = 3;
- clearPath() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
Identifies the element in the original source .proto file.
- clearPath() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
Identifies which part of the FileDescriptorProto was defined at this
location.
- clearPaths() - Method in class com.google.protobuf.FieldMask.Builder
-
The set of field mask paths.
- clearPhpClassPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
Sets the php class prefix which is prepended to all php generated classes
from this .proto.
- clearPhpGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool php_generic_services = 42 [default = false];
- clearPhpMetadataNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
Use this option to change the namespace of php generated metadata classes.
- clearPhpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
Use this option to change the namespace of php generated classes.
- clearPositiveIntValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional uint64 positive_int_value = 4;
- clearProto3Optional() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
If true, this is a proto3 "optional".
- clearProtoFile() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
FileDescriptorProtos for all files in files_to_generate and everything
they import.
- clearPublicDependency() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
Indexes of the public imported files in the dependency list above.
- clearPyGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool py_generic_services = 18 [default = false];
- clearRequestStreaming() - Method in class com.google.protobuf.Method.Builder
-
If true, the request is streamed.
- clearRequestTypeUrl() - Method in class com.google.protobuf.Method.Builder
-
A URL of the input message type.
- clearReservedName() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
Reserved field names, which may not be used by fields in the same message.
- clearReservedName() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
Reserved enum value names, which may not be reused.
- clearReservedRange() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
- clearReservedRange() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
Range of reserved numeric values.
- clearResponseStreaming() - Method in class com.google.protobuf.Method.Builder
-
If true, the response is streamed.
- clearResponseTypeUrl() - Method in class com.google.protobuf.Method.Builder
-
The URL of the output message type.
- clearRoot() - Method in class com.google.protobuf.Mixin.Builder
-
If non-empty specifies a path under which inherited HTTP paths
are rooted.
- clearRubyPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
Use this option to change the package of ruby generated classes.
- clearSeconds() - Method in class com.google.protobuf.Duration.Builder
-
Signed seconds of the span of time.
- clearSeconds() - Method in class com.google.protobuf.Timestamp.Builder
-
Represents seconds of UTC time since Unix epoch
1970-01-01T00:00:00Z.
- clearServerStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
Identifies if server streams multiple server messages
- clearService() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.ServiceDescriptorProto service = 6;
- clearSourceCodeInfo() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
This field contains optional information about the original source code.
- clearSourceContext() - Method in class com.google.protobuf.Api.Builder
-
Source context for the protocol buffer service represented by this
message.
- clearSourceContext() - Method in class com.google.protobuf.Enum.Builder
-
The source context.
- clearSourceContext() - Method in class com.google.protobuf.Type.Builder
-
The source context.
- clearSourceFile() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
Identifies the filesystem path to the original source .proto.
- clearSpan() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
Always has exactly three or four elements: start line, start column,
end line (optional, otherwise assumed same as start line), end column.
- clearStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
Inclusive.
- clearStart() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
-
Inclusive.
- clearStart() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
-
Inclusive.
- clearStringValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional bytes string_value = 7;
- clearStringValue() - Method in class com.google.protobuf.Value.Builder
-
Represents a string value.
- clearStructValue() - Method in class com.google.protobuf.Value.Builder
-
Represents a structured value.
- clearSuffix() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
-
A suffix for alpha, beta or rc release, e.g., "alpha-1", "rc2".
- clearSupportedFeatures() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
A bitmask of supported features that the code generator supports.
- clearSwiftPrefix() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
By default Swift generators will take the proto package and CamelCase it
replacing '.' with underscore and use that to prefix the types/symbols
defined.
- clearSyntax() - Method in class com.google.protobuf.Api.Builder
-
The source syntax of the service.
- clearSyntax() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
The syntax of the proto file.
- clearSyntax() - Method in class com.google.protobuf.Enum.Builder
-
The source syntax.
- clearSyntax() - Method in class com.google.protobuf.Method.Builder
-
The source syntax of this method.
- clearSyntax() - Method in class com.google.protobuf.Type.Builder
-
The source syntax.
- clearTrailingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
optional string trailing_comments = 4;
- clearType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
If type_name is set, this need not be set.
- clearTypeName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
For message and enum types, this is the name of the type.
- clearTypeUrl() - Method in class com.google.protobuf.Any.Builder
-
A URL/resource name that uniquely identifies the type of the serialized
protocol buffer message.
- clearTypeUrl() - Method in class com.google.protobuf.Field.Builder
-
The field type URL, without the scheme, for message or enumeration
types.
- clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
The parser stores options it doesn't recognize here.
- clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
The parser stores options it doesn't recognize here.
- clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Builder
-
The parser stores options it doesn't recognize here.
- clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
The parser stores options it doesn't recognize here.
- clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
The parser stores options it doesn't recognize here.
- clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
The parser stores options it doesn't recognize here.
- clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
The parser stores options it doesn't recognize here.
- clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
The parser stores options it doesn't recognize here.
- clearUninterpretedOption() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
The parser stores options it doesn't recognize here.
- clearValue() - Method in class com.google.protobuf.Any.Builder
-
Must be a valid serialized protocol buffer of the above specified type.
- clearValue() - Method in class com.google.protobuf.BoolValue.Builder
-
The bool value.
- clearValue() - Method in class com.google.protobuf.BytesValue.Builder
-
The bytes value.
- clearValue() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
- clearValue() - Method in class com.google.protobuf.DoubleValue.Builder
-
The double value.
- clearValue() - Method in class com.google.protobuf.FloatValue.Builder
-
The float value.
- clearValue() - Method in class com.google.protobuf.Int32Value.Builder
-
The int32 value.
- clearValue() - Method in class com.google.protobuf.Int64Value.Builder
-
The int64 value.
- clearValue() - Method in class com.google.protobuf.Option.Builder
-
The option's value packed in an Any message.
- clearValue() - Method in class com.google.protobuf.StringValue.Builder
-
The string value.
- clearValue() - Method in class com.google.protobuf.UInt32Value.Builder
-
The uint32 value.
- clearValue() - Method in class com.google.protobuf.UInt64Value.Builder
-
The uint64 value.
- clearValues() - Method in class com.google.protobuf.ListValue.Builder
-
Repeated field of dynamically typed values.
- clearVersion() - Method in class com.google.protobuf.Api.Builder
-
A version string for this interface.
- clearWeak() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
For Google-internal migration only.
- clearWeakDependency() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
Indexes of the weak imported files in the dependency list.
- 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.FieldDescriptorProto.Builder
-
- clone() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
- clone() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
- clone() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
- clone() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
- clone() - Method in class com.google.protobuf.DescriptorProtos.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.Int32Value.Builder
-
- clone() - Method in class com.google.protobuf.Int64Value.Builder
-
- clone() - Method in class com.google.protobuf.ListValue.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.Value.Builder
-
- CODE_SIZE_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
-
etc.
- 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
-
- com.google.protobuf.util - package com.google.protobuf.util
-
- comparator() - Static method in class com.google.protobuf.util.Durations
-
Returns a
Comparator
for
Duration
s which sorts in increasing chronological
order.
- comparator() - Static method in class com.google.protobuf.util.Timestamps
-
Returns a
Comparator
for
Timestamps
which sorts in increasing
chronological order.
- compare(Duration, Duration) - Static method in class com.google.protobuf.util.Durations
-
Compares two durations.
- compare(Timestamp, Timestamp) - Static method in class com.google.protobuf.util.Timestamps
-
Compares two timestamps.
- 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
-
- 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 an lazily parsed MessageSet
extension field to the stream.
- computeLazyFieldSize(int, LazyFieldLite) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an embedded message in lazy field,
including tag.
- computeLazyFieldSizeNoTag(LazyFieldLite) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an embedded message stored in lazy
field.
- computeMessageSetExtensionSize(int, MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a MessageSet extension to the
stream.
- computeMessageSize(int, MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an embedded message field, including
tag.
- computeMessageSizeNoTag(MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an embedded message field.
- computeRawMessageSetExtensionSize(int, ByteString) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an unparsed MessageSet extension
field to the stream.
- computeRawVarint32Size(int) - Static method in class com.google.protobuf.CodedOutputStream
-
- computeRawVarint64Size(long) - Static method in class com.google.protobuf.CodedOutputStream
-
- computeSFixed32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an sfixed32
field, including
tag.
- computeSFixed32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an sfixed32
field.
- computeSFixed64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an sfixed64
field, including
tag.
- computeSFixed64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an sfixed64
field.
- computeSInt32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an sint32
field, including
tag.
- computeSInt32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an sint32
field.
- computeSInt64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an sint64
field, including
tag.
- computeSInt64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an sint64
field.
- computeStringSize(int, String) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a string
field, including
tag.
- computeStringSizeNoTag(String) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a string
field.
- computeTagSize(int) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a tag.
- computeUInt32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a uint32
field, including
tag.
- computeUInt32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a uint32
field.
- computeUInt64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a uint64
field, including
tag.
- computeUInt64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a uint64
field, including
tag.
- concat(ByteString) - Method in class com.google.protobuf.ByteString
-
Concatenate the given ByteString
to this one.
- containsFields(String) - Method in class com.google.protobuf.Struct.Builder
-
Unordered map of dynamically typed values.
- containsFields(String) - Method in class com.google.protobuf.Struct
-
Unordered map of dynamically typed values.
- containsFields(String) - Method in interface com.google.protobuf.StructOrBuilder
-
Unordered map of dynamically typed values.
- CONTENT_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
-
- copy() - Method in class com.google.protobuf.MapField
-
Returns a deep copy of this MapField.
- copyFrom(byte[], int, int) - Static method in class com.google.protobuf.ByteString
-
Copies the given bytes into a ByteString
.
- copyFrom(byte[]) - Static method in class com.google.protobuf.ByteString
-
Copies the given bytes into a ByteString
.
- copyFrom(ByteBuffer, int) - Static method in class com.google.protobuf.ByteString
-
Copies the next size
bytes from a java.nio.ByteBuffer
into a ByteString
.
- copyFrom(ByteBuffer) - Static method in class com.google.protobuf.ByteString
-
Copies the remaining bytes from a java.nio.ByteBuffer
into a ByteString
.
- copyFrom(String, String) - Static method in class com.google.protobuf.ByteString
-
Encodes text
into a sequence of bytes using the named charset and returns the result as
a ByteString
.
- copyFrom(String, Charset) - Static method in class com.google.protobuf.ByteString
-
Encodes text
into a sequence of bytes using the named charset and returns the result as
a ByteString
.
- copyFrom(Iterable<ByteString>) - Static method in class com.google.protobuf.ByteString
-
Concatenates all byte strings in the iterable and returns the result.
- copyFromUtf8(String) - Static method in class com.google.protobuf.ByteString
-
Encodes text
into a sequence of UTF-8 bytes and returns the result as a ByteString
.
- 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
-
- copyTo(ByteBuffer) - Method in class com.google.protobuf.ByteString
-
Copies bytes into a ByteBuffer.
- CORD_VALUE - Static variable in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
-
CORD = 1;
- createDurationFromMicros(long) - Static method in class com.google.protobuf.util.TimeUtil
-
- createDurationFromMillis(long) - Static method in class com.google.protobuf.util.TimeUtil
-
- createDurationFromNanos(long) - Static method in class com.google.protobuf.util.TimeUtil
-
- createTimestampFromMicros(long) - Static method in class com.google.protobuf.util.TimeUtil
-
- createTimestampFromMillis(long) - Static method in class com.google.protobuf.util.TimeUtil
-
- createTimestampFromNanos(long) - Static method in class com.google.protobuf.util.TimeUtil
-
- 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
-
- generalizeCallback(RpcCallback<Type>, Class<Type>, Type) - Static method in class com.google.protobuf.RpcUtil
-
Take an RpcCallback
accepting a specific message type and convert it to an RpcCallback<Message>
.
- GENERATED_CODE_INFO_FIELD_NUMBER - Static variable in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
-
- getAggregateValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional string aggregate_value = 8;
- getAggregateValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
-
optional string aggregate_value = 8;
- getAggregateValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
optional string aggregate_value = 8;
- getAggregateValueBytes() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional string aggregate_value = 8;
- getAggregateValueBytes() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
-
optional string aggregate_value = 8;
- getAggregateValueBytes() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
optional string aggregate_value = 8;
- getAllFields() - Method in class com.google.protobuf.DynamicMessage.Builder
-
- getAllFields() - Method in class com.google.protobuf.DynamicMessage
-
- getAllFields() - Method in interface com.google.protobuf.MessageOrBuilder
-
Returns a collection of all the fields in this message which are set and their corresponding
values.
- getAllImmutableExtensionsByExtendedType(String) - Method in class com.google.protobuf.ExtensionRegistry
-
Find all extensions for immutable APIs by fully-qualified name of extended class.
- getAllMutableExtensionsByExtendedType(String) - Method in class com.google.protobuf.ExtensionRegistry
-
Find all extensions for mutable APIs by fully-qualified name of extended class.
- getAllowAlias() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
Set this option to true to allow mapping different tag names to the same
value.
- getAllowAlias() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
-
Set this option to true to allow mapping different tag names to the same
value.
- getAllowAlias() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
-
Set this option to true to allow mapping different tag names to the same
value.
- getAnnotation(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
-
An Annotation connects some span of text in generated code to an element
of its generating .proto file.
- getAnnotation(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
-
An Annotation connects some span of text in generated code to an element
of its generating .proto file.
- getAnnotation(int) - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfoOrBuilder
-
An Annotation connects some span of text in generated code to an element
of its generating .proto file.
- getAnnotationBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
-
An Annotation connects some span of text in generated code to an element
of its generating .proto file.
- getAnnotationBuilderList() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
-
An Annotation connects some span of text in generated code to an element
of its generating .proto file.
- getAnnotationCount() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
-
An Annotation connects some span of text in generated code to an element
of its generating .proto file.
- getAnnotationCount() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
-
An Annotation connects some span of text in generated code to an element
of its generating .proto file.
- getAnnotationCount() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfoOrBuilder
-
An Annotation connects some span of text in generated code to an element
of its generating .proto file.
- getAnnotationList() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
-
An Annotation connects some span of text in generated code to an element
of its generating .proto file.
- getAnnotationList() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
-
An Annotation connects some span of text in generated code to an element
of its generating .proto file.
- getAnnotationList() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfoOrBuilder
-
An Annotation connects some span of text in generated code to an element
of its generating .proto file.
- getAnnotationOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
-
An Annotation connects some span of text in generated code to an element
of its generating .proto file.
- getAnnotationOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
-
An Annotation connects some span of text in generated code to an element
of its generating .proto file.
- getAnnotationOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfoOrBuilder
-
An Annotation connects some span of text in generated code to an element
of its generating .proto file.
- getAnnotationOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
-
An Annotation connects some span of text in generated code to an element
of its generating .proto file.
- getAnnotationOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
-
An Annotation connects some span of text in generated code to an element
of its generating .proto file.
- getAnnotationOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfoOrBuilder
-
An Annotation connects some span of text in generated code to an element
of its generating .proto file.
- getBegin() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
Identifies the starting offset in bytes in the generated code
that relates to the identified object.
- getBegin() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
-
Identifies the starting offset in bytes in the generated code
that relates to the identified object.
- getBegin() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
-
Identifies the starting offset in bytes in the generated code
that relates to the identified object.
- getBoolValue() - Method in class com.google.protobuf.Value.Builder
-
Represents a boolean value.
- getBoolValue() - Method in class com.google.protobuf.Value
-
Represents a boolean value.
- getBoolValue() - Method in interface com.google.protobuf.ValueOrBuilder
-
Represents a boolean value.
- getBoxedType() - Method in enum com.google.protobuf.JavaType
-
- getBuilderForSubMessageField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.TextFormatParseInfoTree.Builder
-
Set for a sub message.
- 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
-
The field cardinality.
- getCardinality() - Method in class com.google.protobuf.Field
-
The field cardinality.
- getCardinality() - Method in interface com.google.protobuf.FieldOrBuilder
-
The field cardinality.
- getCardinalityValue() - Method in class com.google.protobuf.Field.Builder
-
The field cardinality.
- getCardinalityValue() - Method in class com.google.protobuf.Field
-
The field cardinality.
- getCardinalityValue() - Method in interface com.google.protobuf.FieldOrBuilder
-
The field cardinality.
- getCcEnableArenas() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
Enables the use of arenas for the proto messages in this file.
- getCcEnableArenas() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
Enables the use of arenas for the proto messages in this file.
- getCcEnableArenas() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
Enables the use of arenas for the proto messages in this file.
- getCcGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
Should generic services be generated in each language? "Generic" services
are not specific to any particular RPC system.
- getCcGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
Should generic services be generated in each language? "Generic" services
are not specific to any particular RPC system.
- getCcGenericServices() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
Should generic services be generated in each language? "Generic" services
are not specific to any particular RPC system.
- getClientStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto.Builder
-
Identifies if client streams multiple client messages
- getClientStreaming() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
-
Identifies if client streams multiple client messages
- getClientStreaming() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
-
Identifies if client streams multiple client messages
- 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
-
The version number of protocol compiler.
- getCompilerVersion() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
-
The version number of protocol compiler.
- getCompilerVersion() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
-
The version number of protocol compiler.
- getCompilerVersionBuilder() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
The version number of protocol compiler.
- getCompilerVersionOrBuilder() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
The version number of protocol compiler.
- getCompilerVersionOrBuilder() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
-
The version number of protocol compiler.
- getCompilerVersionOrBuilder() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
-
The version number of protocol compiler.
- 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
-
- getContent() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
The file contents.
- getContent() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
-
The file contents.
- getContent() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
-
The file contents.
- getContentBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
The file contents.
- getContentBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
-
The file contents.
- getContentBytes() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
-
The file contents.
- getCsharpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
Namespace for generated classes; defaults to the package.
- getCsharpNamespace() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
Namespace for generated classes; defaults to the package.
- getCsharpNamespace() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
Namespace for generated classes; defaults to the package.
- getCsharpNamespaceBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
Namespace for generated classes; defaults to the package.
- getCsharpNamespaceBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
Namespace for generated classes; defaults to the package.
- getCsharpNamespaceBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
Namespace for generated classes; defaults to the package.
- getCtype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
The ctype option instructs the C++ code generator to use a different
representation of the field than it normally would.
- getCtype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
The ctype option instructs the C++ code generator to use a different
representation of the field than it normally would.
- getCtype() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
The ctype option instructs the C++ code generator to use a different
representation of the field than it normally would.
- getCurrentTime() - Static method in class com.google.protobuf.util.TimeUtil
-
- 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
-
- getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
- getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
- getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
- getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
-
- getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
-
- getDefaultInstance() - Static method in class com.google.protobuf.DescriptorProtos.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(Descriptors.Descriptor) - Static method in class com.google.protobuf.DynamicMessage
-
Get a DynamicMessage
representing the default instance of the given type.
- getDefaultInstance() - Static method in class com.google.protobuf.Empty
-
- getDefaultInstance() - Static method in class com.google.protobuf.Enum
-
- getDefaultInstance() - Static method in class com.google.protobuf.EnumValue
-
- getDefaultInstance() - Static method in class com.google.protobuf.Field
-
- getDefaultInstance() - Static method in class com.google.protobuf.FieldMask
-
- getDefaultInstance() - Static method in class com.google.protobuf.FloatValue
-
- getDefaultInstance() - Static method in class com.google.protobuf.Int32Value
-
- getDefaultInstance() - Static method in class com.google.protobuf.Int64Value
-
- getDefaultInstance() - 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.Value
-
- getDefaultInstanceForType() - Method in class com.google.protobuf.Any.Builder
-
- getDefaultInstanceForType() - Method in class com.google.protobuf.Any
-
- getDefaultInstanceForType() - Method in class com.google.protobuf.Api.Builder
-
- getDefaultInstanceForType() - Method in class com.google.protobuf.Api
-
- getDefaultInstanceForType() - Method in class com.google.protobuf.BoolValue.Builder
-
- getDefaultInstanceForType() - Method in class com.google.protobuf.BoolValue
-
- getDefaultInstanceForType() - Method in class com.google.protobuf.BytesValue.Builder
-
- getDefaultInstanceForType() - Method in class com.google.protobuf.BytesValue
-
- getDefaultInstanceForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
- getDefaultInstanceForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
-
- getDefaultInstanceForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
- getDefaultInstanceForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
- getDefaultInstanceForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
-
- getDefaultInstanceForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
-
- getDefaultInstanceForType() - Method in class com.google.protobuf.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
-
- getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
- getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
- getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
- getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
- getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
- getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
-
- getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
- getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
- getDefaultInstanceForType() - Method in class com.google.protobuf.DescriptorProtos.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 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 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.Value.Builder
-
- getDefaultInstanceForType() - Method in class com.google.protobuf.Value
-
- getDefaultValue() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
For numeric types, contains the original text representation of the value.
- getDefaultValue() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
For numeric types, contains the original text representation of the value.
- getDefaultValue() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
For numeric types, contains the original text representation of the value.
- 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
-
The string value of the default value of this field.
- getDefaultValue() - Method in class com.google.protobuf.Field
-
The string value of the default value of this field.
- getDefaultValue() - Method in interface com.google.protobuf.FieldOrBuilder
-
The string value of the default value of this field.
- getDefaultValueBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
For numeric types, contains the original text representation of the value.
- getDefaultValueBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
For numeric types, contains the original text representation of the value.
- getDefaultValueBytes() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
For numeric types, contains the original text representation of the value.
- getDefaultValueBytes() - Method in class com.google.protobuf.Field.Builder
-
The string value of the default value of this field.
- getDefaultValueBytes() - Method in class com.google.protobuf.Field
-
The string value of the default value of this field.
- getDefaultValueBytes() - Method in interface com.google.protobuf.FieldOrBuilder
-
The string value of the default value of this field.
- 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
-
Names of files imported by this file.
- getDependency(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
Names of files imported by this file.
- getDependency(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
Names of files imported by this file.
- getDependencyBytes(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
Names of files imported by this file.
- getDependencyBytes(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
Names of files imported by this file.
- getDependencyBytes(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
Names of files imported by this file.
- getDependencyCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
Names of files imported by this file.
- getDependencyCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
Names of files imported by this file.
- getDependencyCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
Names of files imported by this file.
- getDependencyList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
Names of files imported by this file.
- getDependencyList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
Names of files imported by this file.
- getDependencyList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
Names of files imported by this file.
- getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions.Builder
-
Is this enum deprecated?
Depending on the target platform, this can emit Deprecated annotations
for the enum, or it will be completely ignored; in the very least, this
is a formalization for deprecating enums.
- getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
-
Is this enum deprecated?
Depending on the target platform, this can emit Deprecated annotations
for the enum, or it will be completely ignored; in the very least, this
is a formalization for deprecating enums.
- getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.EnumOptionsOrBuilder
-
Is this enum deprecated?
Depending on the target platform, this can emit Deprecated annotations
for the enum, or it will be completely ignored; in the very least, this
is a formalization for deprecating enums.
- getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
-
Is this enum value deprecated?
Depending on the target platform, this can emit Deprecated annotations
for the enum value, or it will be completely ignored; in the very least,
this is a formalization for deprecating enum values.
- getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
-
Is this enum value deprecated?
Depending on the target platform, this can emit Deprecated annotations
for the enum value, or it will be completely ignored; in the very least,
this is a formalization for deprecating enum values.
- getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueOptionsOrBuilder
-
Is this enum value deprecated?
Depending on the target platform, this can emit Deprecated annotations
for the enum value, or it will be completely ignored; in the very least,
this is a formalization for deprecating enum values.
- getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
Is this field deprecated?
Depending on the target platform, this can emit Deprecated annotations
for accessors, or it will be completely ignored; in the very least, this
is a formalization for deprecating fields.
- getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
Is this field deprecated?
Depending on the target platform, this can emit Deprecated annotations
for accessors, or it will be completely ignored; in the very least, this
is a formalization for deprecating fields.
- getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
Is this field deprecated?
Depending on the target platform, this can emit Deprecated annotations
for accessors, or it will be completely ignored; in the very least, this
is a formalization for deprecating fields.
- getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
Is this file deprecated?
Depending on the target platform, this can emit Deprecated annotations
for everything in the file, or it will be completely ignored; in the very
least, this is a formalization for deprecating files.
- getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
Is this file deprecated?
Depending on the target platform, this can emit Deprecated annotations
for everything in the file, or it will be completely ignored; in the very
least, this is a formalization for deprecating files.
- getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
Is this file deprecated?
Depending on the target platform, this can emit Deprecated annotations
for everything in the file, or it will be completely ignored; in the very
least, this is a formalization for deprecating files.
- getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
Is this message deprecated?
Depending on the target platform, this can emit Deprecated annotations
for the message, or it will be completely ignored; in the very least,
this is a formalization for deprecating messages.
- getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
-
Is this message deprecated?
Depending on the target platform, this can emit Deprecated annotations
for the message, or it will be completely ignored; in the very least,
this is a formalization for deprecating messages.
- getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
-
Is this message deprecated?
Depending on the target platform, this can emit Deprecated annotations
for the message, or it will be completely ignored; in the very least,
this is a formalization for deprecating messages.
- getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
Is this method deprecated?
Depending on the target platform, this can emit Deprecated annotations
for the method, or it will be completely ignored; in the very least,
this is a formalization for deprecating methods.
- getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
-
Is this method deprecated?
Depending on the target platform, this can emit Deprecated annotations
for the method, or it will be completely ignored; in the very least,
this is a formalization for deprecating methods.
- getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
-
Is this method deprecated?
Depending on the target platform, this can emit Deprecated annotations
for the method, or it will be completely ignored; in the very least,
this is a formalization for deprecating methods.
- getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions.Builder
-
Is this service deprecated?
Depending on the target platform, this can emit Deprecated annotations
for the service, or it will be completely ignored; in the very least,
this is a formalization for deprecating services.
- getDeprecated() - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
-
Is this service deprecated?
Depending on the target platform, this can emit Deprecated annotations
for the service, or it will be completely ignored; in the very least,
this is a formalization for deprecating services.
- getDeprecated() - Method in interface com.google.protobuf.DescriptorProtos.ServiceOptionsOrBuilder
-
Is this service deprecated?
Depending on the target platform, this can emit Deprecated annotations
for the service, or it will be completely ignored; in the very least,
this is a formalization for deprecating services.
- 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
-
- getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
- getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
- getDescriptor() - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
-
- getDescriptor() - Static method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
- getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
- getDescriptor() - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
-
- getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
- getDescriptor() - Static method in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
-
- getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
- getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
- getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
- getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
-
- getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
- getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.FileOptions
-
- getDescriptor() - Static method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
-
- getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
- getDescriptor() - Static method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
-
- 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() - Static method in class com.google.protobuf.Int32Value.Builder
-
- getDescriptor() - Static method in class com.google.protobuf.Int32Value
-
- getDescriptor() - Static method in class com.google.protobuf.Int64Value.Builder
-
- getDescriptor() - Static method in class com.google.protobuf.Int64Value
-
- getDescriptor() - Static method in class com.google.protobuf.ListValue.Builder
-
- getDescriptor() - Static method in class com.google.protobuf.ListValue
-
- getDescriptor() - Static method in class com.google.protobuf.Method.Builder
-
- getDescriptor() - Static method in class com.google.protobuf.Method
-
- getDescriptor() - Static method in class com.google.protobuf.Mixin.Builder
-
- getDescriptor() - Static method in class com.google.protobuf.Mixin
-
- getDescriptor() - Static method in enum com.google.protobuf.NullValue
-
- getDescriptor() - Static method in class com.google.protobuf.Option.Builder
-
- getDescriptor() - Static method in class com.google.protobuf.Option
-
- getDescriptor() - Static method in class com.google.protobuf.SourceContext.Builder
-
- getDescriptor() - Static method in class com.google.protobuf.SourceContext
-
- getDescriptor() - Static method in class com.google.protobuf.SourceContextProto
-
- getDescriptor() - Static method in class com.google.protobuf.StringValue.Builder
-
- getDescriptor() - Static method in class com.google.protobuf.StringValue
-
- getDescriptor() - Static method in class com.google.protobuf.Struct.Builder
-
- getDescriptor() - Static method in class com.google.protobuf.Struct
-
- getDescriptor() - Static method in class com.google.protobuf.StructProto
-
- getDescriptor() - Static method in enum com.google.protobuf.Syntax
-
- getDescriptor() - Static method in class com.google.protobuf.Timestamp.Builder
-
- getDescriptor() - Static method in class com.google.protobuf.Timestamp
-
- getDescriptor() - Static method in class com.google.protobuf.TimestampProto
-
- getDescriptor() - Static method in class com.google.protobuf.Type.Builder
-
- getDescriptor() - Static method in class com.google.protobuf.Type
-
- getDescriptor() - Static method in class com.google.protobuf.TypeProto
-
- getDescriptor() - Static method in class com.google.protobuf.UInt32Value.Builder
-
- getDescriptor() - Static method in class com.google.protobuf.UInt32Value
-
- getDescriptor() - Static method in class com.google.protobuf.UInt64Value.Builder
-
- getDescriptor() - Static method in class com.google.protobuf.UInt64Value
-
- getDescriptor() - Static method in class com.google.protobuf.Value.Builder
-
- getDescriptor() - Static method in class com.google.protobuf.Value
-
- getDescriptor() - Static method in class com.google.protobuf.WrappersProto
-
- getDescriptorForType() - Method in class com.google.protobuf.Any.Builder
-
- getDescriptorForType() - Method in class com.google.protobuf.Api.Builder
-
- getDescriptorForType() - Method in interface com.google.protobuf.BlockingService
-
- getDescriptorForType() - Method in class com.google.protobuf.BoolValue.Builder
-
- getDescriptorForType() - Method in class com.google.protobuf.BytesValue.Builder
-
- getDescriptorForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
- getDescriptorForType() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
- getDescriptorForType() - Method in 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.FieldDescriptorProto.Builder
-
- getDescriptorForType() - Method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label
-
- getDescriptorForType() - Method in enum com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type
-
- getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
- getDescriptorForType() - Method in enum com.google.protobuf.DescriptorProtos.FieldOptions.CType
-
- getDescriptorForType() - Method in enum com.google.protobuf.DescriptorProtos.FieldOptions.JSType
-
- getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
- getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
- getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
- getDescriptorForType() - Method in enum com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
-
- getDescriptorForType() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
- 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.Int32Value.Builder
-
- getDescriptorForType() - Method in class com.google.protobuf.Int64Value.Builder
-
- getDescriptorForType() - Method in class com.google.protobuf.ListValue.Builder
-
- 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.
- getDoubleValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
optional double double_value = 6;
- getDoubleValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
-
optional double double_value = 6;
- getDoubleValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
optional double double_value = 6;
- getEmptyRegistry() - Static method in class com.google.protobuf.ExtensionRegistry
-
Get the unmodifiable singleton empty instance.
- getEmptyRegistry() - Static method in class com.google.protobuf.ExtensionRegistryLite
-
Get the unmodifiable singleton empty instance of either ExtensionRegistryLite or ExtensionRegistry
(if the full (non-Lite) proto libraries are available).
- getEmptyTypeRegistry() - Static method in class com.google.protobuf.TypeRegistry
-
- getEmptyTypeRegistry() - Static method in class com.google.protobuf.util.JsonFormat.TypeRegistry
-
- getEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder
-
Exclusive.
- getEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
-
Exclusive.
- getEnd() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
-
Exclusive.
- getEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange.Builder
-
Exclusive.
- getEnd() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange
-
Exclusive.
- getEnd() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder
-
Exclusive.
- getEnd() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder
-
Inclusive.
- getEnd() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange
-
Inclusive.
- getEnd() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRangeOrBuilder
-
Inclusive.
- getEnd() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
Identifies the ending offset in bytes in the generated code that
relates to the identified offset.
- getEnd() - Method in class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
-
Identifies the ending offset in bytes in the generated code that
relates to the identified offset.
- getEnd() - Method in interface com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
-
Identifies the ending offset in bytes in the generated code that
relates to the identified offset.
- getEnumType(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
- getEnumType(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
- getEnumType(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
- getEnumType(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
- getEnumType(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
- getEnumType(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
- getEnumType() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
-
For enum fields, gets the field's type.
- getEnumTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
- getEnumTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
- getEnumTypeBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
- getEnumTypeBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
- getEnumTypeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
- getEnumTypeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
- getEnumTypeCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
- getEnumTypeCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
- getEnumTypeCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
- getEnumTypeCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
- getEnumTypeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
- getEnumTypeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
- getEnumTypeList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
- getEnumTypeList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
- getEnumTypeList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
- getEnumTypeList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
- getEnumTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
- getEnumTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
- getEnumTypeOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
- getEnumTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
- getEnumTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
- getEnumTypeOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
- getEnumTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
- getEnumTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
- getEnumTypeOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
- getEnumTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
- getEnumTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
- getEnumTypeOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
- getEnumTypes() - Method in class com.google.protobuf.Descriptors.Descriptor
-
Get a list of enum types nested within this one.
- getEnumTypes() - Method in class com.google.protobuf.Descriptors.FileDescriptor
-
Get a list of top-level enum types declared in this file.
- getEnumvalue(int) - Method in class com.google.protobuf.Enum.Builder
-
Enum value definitions.
- getEnumvalue(int) - Method in class com.google.protobuf.Enum
-
Enum value definitions.
- getEnumvalue(int) - Method in interface com.google.protobuf.EnumOrBuilder
-
Enum value definitions.
- getEnumvalueBuilder(int) - Method in class com.google.protobuf.Enum.Builder
-
Enum value definitions.
- getEnumvalueBuilderList() - Method in class com.google.protobuf.Enum.Builder
-
Enum value definitions.
- getEnumvalueCount() - Method in class com.google.protobuf.Enum.Builder
-
Enum value definitions.
- getEnumvalueCount() - Method in class com.google.protobuf.Enum
-
Enum value definitions.
- getEnumvalueCount() - Method in interface com.google.protobuf.EnumOrBuilder
-
Enum value definitions.
- getEnumvalueList() - Method in class com.google.protobuf.Enum.Builder
-
Enum value definitions.
- getEnumvalueList() - Method in class com.google.protobuf.Enum
-
Enum value definitions.
- getEnumvalueList() - Method in interface com.google.protobuf.EnumOrBuilder
-
Enum value definitions.
- getEnumvalueOrBuilder(int) - Method in class com.google.protobuf.Enum.Builder
-
Enum value definitions.
- getEnumvalueOrBuilder(int) - Method in class com.google.protobuf.Enum
-
Enum value definitions.
- getEnumvalueOrBuilder(int) - Method in interface com.google.protobuf.EnumOrBuilder
-
Enum value definitions.
- getEnumvalueOrBuilderList() - Method in class com.google.protobuf.Enum.Builder
-
Enum value definitions.
- getEnumvalueOrBuilderList() - Method in class com.google.protobuf.Enum
-
Enum value definitions.
- getEnumvalueOrBuilderList() - Method in interface com.google.protobuf.EnumOrBuilder
-
Enum value definitions.
- getEpoch() - Static method in class com.google.protobuf.util.TimeUtil
-
- getError() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
Error message.
- getError() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
-
Error message.
- getError() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
-
Error message.
- getErrorBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
Error message.
- getErrorBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
-
Error message.
- getErrorBytes() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
-
Error message.
- getExtendee() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
For extensions, this is the name of the type being extended.
- getExtendee() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
For extensions, this is the name of the type being extended.
- getExtendee() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
For extensions, this is the name of the type being extended.
- getExtendeeBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
For extensions, this is the name of the type being extended.
- getExtendeeBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
For extensions, this is the name of the type being extended.
- getExtendeeBytes() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
For extensions, this is the name of the type being extended.
- getExtension(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
- getExtension(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
- getExtension(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
- getExtension(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
- getExtension(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
- getExtension(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
- getExtensionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
- getExtensionBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
- getExtensionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
- getExtensionBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
- getExtensionCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
- getExtensionCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
- getExtensionCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
- getExtensionCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
- getExtensionCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
- getExtensionCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
- getExtensionList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
- getExtensionList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
- getExtensionList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
- getExtensionList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
- getExtensionList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
- getExtensionList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
- getExtensionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
- getExtensionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
- getExtensionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
- getExtensionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
- getExtensionOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
- getExtensionOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
- getExtensionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
- getExtensionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
- getExtensionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 6;
- getExtensionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
- getExtensionOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
- getExtensionOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto extension = 7;
- getExtensionRange(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
- getExtensionRange(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
- getExtensionRange(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
- getExtensionRangeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
- getExtensionRangeBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
- getExtensionRangeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
- getExtensionRangeCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
- getExtensionRangeCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
- getExtensionRangeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
- getExtensionRangeList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
- getExtensionRangeList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
- getExtensionRangeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
- getExtensionRangeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
- getExtensionRangeOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
- getExtensionRangeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
- getExtensionRangeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
- getExtensionRangeOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
- getExtensions() - Method in class com.google.protobuf.Descriptors.Descriptor
-
Get a list of this message type's extensions.
- getExtensions() - Method in class com.google.protobuf.Descriptors.FileDescriptor
-
Get a list of top-level extensions declared in this file.
- getExtensionScope() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
-
For extensions defined nested within message types, gets the outer type.
- getField(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
- getField(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
- getField(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
- getField(int) - Method in class com.google.protobuf.Descriptors.OneofDescriptor
-
- getField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DynamicMessage.Builder
-
- getField(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DynamicMessage
-
- getField(Descriptors.FieldDescriptor) - Method in interface com.google.protobuf.MessageOrBuilder
-
Obtains the value of the given field, or the default value if it is not set.
- getFieldBuilder(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.AbstractMessage.Builder
-
- getFieldBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
- getFieldBuilder(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.DynamicMessage.Builder
-
- getFieldBuilder(Descriptors.FieldDescriptor) - Method in interface com.google.protobuf.Message.Builder
-
Get a nested builder instance for the given field.
- getFieldBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
- getFieldCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
- getFieldCount() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
- getFieldCount() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
- getFieldCount() - Method in class com.google.protobuf.Descriptors.OneofDescriptor
-
- getFieldList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
- getFieldList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
- getFieldList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
- getFieldOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
- getFieldOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
- getFieldOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
- getFieldOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
- getFieldOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
- getFieldOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
repeated .google.protobuf.FieldDescriptorProto field = 2;
- getFields() - Method in class com.google.protobuf.Descriptors.Descriptor
-
Get a list of this message type's fields.
- getFields() - Method in class com.google.protobuf.Descriptors.OneofDescriptor
-
Get a list of this message type's fields.
- getFields() - Method in class com.google.protobuf.Struct.Builder
-
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
-
The list of fields.
- getFields(int) - Method in class com.google.protobuf.Type
-
The list of fields.
- getFields(int) - Method in interface com.google.protobuf.TypeOrBuilder
-
The list of fields.
- getFieldsBuilder(int) - Method in class com.google.protobuf.Type.Builder
-
The list of fields.
- getFieldsBuilderList() - Method in class com.google.protobuf.Type.Builder
-
The list of 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
-
Unordered map of dynamically typed values.
- getFieldsCount() - Method in class com.google.protobuf.Type.Builder
-
The list of fields.
- getFieldsCount() - Method in class com.google.protobuf.Type
-
The list of fields.
- getFieldsCount() - Method in interface com.google.protobuf.TypeOrBuilder
-
The list of fields.
- getFieldsList() - Method in class com.google.protobuf.Type.Builder
-
The list of fields.
- getFieldsList() - Method in class com.google.protobuf.Type
-
The list of fields.
- getFieldsList() - Method in interface com.google.protobuf.TypeOrBuilder
-
The list of fields.
- getFieldsMap() - Method in class com.google.protobuf.Struct.Builder
-
Unordered map of dynamically typed values.
- getFieldsMap() - Method in class com.google.protobuf.Struct
-
Unordered map of dynamically typed values.
- getFieldsMap() - Method in interface com.google.protobuf.StructOrBuilder
-
Unordered map of dynamically typed values.
- getFieldsOrBuilder(int) - Method in class com.google.protobuf.Type.Builder
-
The list of fields.
- getFieldsOrBuilder(int) - Method in class com.google.protobuf.Type
-
The list of fields.
- getFieldsOrBuilder(int) - Method in interface com.google.protobuf.TypeOrBuilder
-
The list of fields.
- getFieldsOrBuilderList() - Method in class com.google.protobuf.Type.Builder
-
The list of fields.
- getFieldsOrBuilderList() - Method in class com.google.protobuf.Type
-
The list of fields.
- getFieldsOrBuilderList() - Method in interface com.google.protobuf.TypeOrBuilder
-
The list of fields.
- getFieldsOrDefault(String, Value) - Method in class com.google.protobuf.Struct.Builder
-
Unordered map of dynamically typed values.
- getFieldsOrDefault(String, Value) - Method in class com.google.protobuf.Struct
-
Unordered map of dynamically typed values.
- getFieldsOrDefault(String, Value) - Method in interface com.google.protobuf.StructOrBuilder
-
Unordered map of dynamically typed values.
- getFieldsOrThrow(String) - Method in class com.google.protobuf.Struct.Builder
-
Unordered map of dynamically typed values.
- getFieldsOrThrow(String) - Method in class com.google.protobuf.Struct
-
Unordered map of dynamically typed values.
- getFieldsOrThrow(String) - Method in interface com.google.protobuf.StructOrBuilder
-
Unordered map of dynamically typed values.
- getFile(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
- getFile(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
- getFile(int) - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
- getFile(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
- getFile(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
-
repeated .google.protobuf.FileDescriptorProto file = 1;
- getFile(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
- getFile() - Method in class com.google.protobuf.Descriptors.Descriptor
-
- getFile() - Method in class com.google.protobuf.Descriptors.EnumDescriptor
-
- getFile() - Method in class com.google.protobuf.Descriptors.EnumValueDescriptor
-
- 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
-
- getFile() - Method in class com.google.protobuf.Descriptors.OneofDescriptor
-
- getFile() - Method in class com.google.protobuf.Descriptors.ServiceDescriptor
-
- getFileBuilder(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
- getFileBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
- getFileBuilderList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
- getFileBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
- getFileCount() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
- getFileCount() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
- getFileCount() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
- getFileCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
- getFileCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
-
repeated .google.protobuf.FileDescriptorProto file = 1;
- getFileCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
- getFileList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
- getFileList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
- getFileList() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
- getFileList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
- getFileList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
-
repeated .google.protobuf.FileDescriptorProto file = 1;
- getFileList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
- getFileName() - Method in class com.google.protobuf.SourceContext.Builder
-
The path-qualified name of the .proto file that contained the associated
protobuf element.
- getFileName() - Method in class com.google.protobuf.SourceContext
-
The path-qualified name of the .proto file that contained the associated
protobuf element.
- getFileName() - Method in interface com.google.protobuf.SourceContextOrBuilder
-
The path-qualified name of the .proto file that contained the associated
protobuf element.
- getFileNameBytes() - Method in class com.google.protobuf.SourceContext.Builder
-
The path-qualified name of the .proto file that contained the associated
protobuf element.
- getFileNameBytes() - Method in class com.google.protobuf.SourceContext
-
The path-qualified name of the .proto file that contained the associated
protobuf element.
- getFileNameBytes() - Method in interface com.google.protobuf.SourceContextOrBuilder
-
The path-qualified name of the .proto file that contained the associated
protobuf element.
- getFileOrBuilder(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
- getFileOrBuilder(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
- getFileOrBuilder(int) - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
- getFileOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
- getFileOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
-
repeated .google.protobuf.FileDescriptorProto file = 1;
- getFileOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
- getFileOrBuilderList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.Builder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
- getFileOrBuilderList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
- getFileOrBuilderList() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseOrBuilder
-
repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
- getFileOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
- getFileOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
-
repeated .google.protobuf.FileDescriptorProto file = 1;
- getFileOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder
-
repeated .google.protobuf.FileDescriptorProto file = 1;
- getFileToGenerate(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
The .proto files that were explicitly listed on the command-line.
- getFileToGenerate(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
-
The .proto files that were explicitly listed on the command-line.
- getFileToGenerate(int) - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
-
The .proto files that were explicitly listed on the command-line.
- getFileToGenerateBytes(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
The .proto files that were explicitly listed on the command-line.
- getFileToGenerateBytes(int) - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
-
The .proto files that were explicitly listed on the command-line.
- getFileToGenerateBytes(int) - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
-
The .proto files that were explicitly listed on the command-line.
- getFileToGenerateCount() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
The .proto files that were explicitly listed on the command-line.
- getFileToGenerateCount() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
-
The .proto files that were explicitly listed on the command-line.
- getFileToGenerateCount() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
-
The .proto files that were explicitly listed on the command-line.
- getFileToGenerateList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest.Builder
-
The .proto files that were explicitly listed on the command-line.
- getFileToGenerateList() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest
-
The .proto files that were explicitly listed on the command-line.
- getFileToGenerateList() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequestOrBuilder
-
The .proto files that were explicitly listed on the command-line.
- 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.
- getGeneratedCodeInfo() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
Information describing the file content being inserted.
- getGeneratedCodeInfo() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
-
Information describing the file content being inserted.
- getGeneratedCodeInfo() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
-
Information describing the file content being inserted.
- getGeneratedCodeInfoBuilder() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
Information describing the file content being inserted.
- getGeneratedCodeInfoOrBuilder() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
Information describing the file content being inserted.
- getGeneratedCodeInfoOrBuilder() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
-
Information describing the file content being inserted.
- getGeneratedCodeInfoOrBuilder() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
-
Information describing the file content being inserted.
- getGoPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
Sets the Go package where structs generated from this .proto will be
placed.
- getGoPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
Sets the Go package where structs generated from this .proto will be
placed.
- getGoPackage() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
Sets the Go package where structs generated from this .proto will be
placed.
- getGoPackageBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
Sets the Go package where structs generated from this .proto will be
placed.
- getGoPackageBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
Sets the Go package where structs generated from this .proto will be
placed.
- getGoPackageBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
Sets the Go package where structs generated from this .proto will be
placed.
- getIdempotencyLevel() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions.Builder
-
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];
- getIdempotencyLevel() - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
-
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];
- getIdempotencyLevel() - Method in interface com.google.protobuf.DescriptorProtos.MethodOptionsOrBuilder
-
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];
- getIdentifierValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
The value of the uninterpreted option, in whatever type the tokenizer
identified it as during parsing.
- getIdentifierValue() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
-
The value of the uninterpreted option, in whatever type the tokenizer
identified it as during parsing.
- getIdentifierValue() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
The value of the uninterpreted option, in whatever type the tokenizer
identified it as during parsing.
- getIdentifierValueBytes() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder
-
The value of the uninterpreted option, in whatever type the tokenizer
identified it as during parsing.
- getIdentifierValueBytes() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
-
The value of the uninterpreted option, in whatever type the tokenizer
identified it as during parsing.
- getIdentifierValueBytes() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOptionOrBuilder
-
The value of the uninterpreted option, in whatever type the tokenizer
identified it as during parsing.
- 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
-
Input and output type names.
- getInputType() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
-
Input and output type names.
- getInputType() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
-
Input and output type names.
- 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
-
Input and output type names.
- getInputTypeBytes() - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
-
Input and output type names.
- getInputTypeBytes() - Method in interface com.google.protobuf.DescriptorProtos.MethodDescriptorProtoOrBuilder
-
Input and output type names.
- getInsertionPoint() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
If non-empty, indicates that the named file should already exist, and the
content here is to be inserted into that file at a defined insertion
point.
- getInsertionPoint() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
-
If non-empty, indicates that the named file should already exist, and the
content here is to be inserted into that file at a defined insertion
point.
- getInsertionPoint() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
-
If non-empty, indicates that the named file should already exist, and the
content here is to be inserted into that file at a defined insertion
point.
- getInsertionPointBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
If non-empty, indicates that the named file should already exist, and the
content here is to be inserted into that file at a defined insertion
point.
- getInsertionPointBytes() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
-
If non-empty, indicates that the named file should already exist, and the
content here is to be inserted into that file at a defined insertion
point.
- getInsertionPointBytes() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
-
If non-empty, indicates that the named file should already exist, and the
content here is to be inserted into that file at a defined insertion
point.
- getIsExtension() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart.Builder
-
required bool is_extension = 2;
- getIsExtension() - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
-
required bool is_extension = 2;
- getIsExtension() - Method in interface com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePartOrBuilder
-
required bool is_extension = 2;
- getJavaGenerateEqualsAndHash() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
Deprecated.
- getJavaGenerateEqualsAndHash() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
Deprecated.
- getJavaGenerateEqualsAndHash() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
Deprecated.
- getJavaGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
optional bool java_generic_services = 17 [default = false];
- getJavaGenericServices() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
optional bool java_generic_services = 17 [default = false];
- getJavaGenericServices() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
optional bool java_generic_services = 17 [default = false];
- getJavaMultipleFiles() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
If enabled, then the Java code generator will generate a separate .java
file for each top-level message, enum, and service defined in the .proto
file.
- getJavaMultipleFiles() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
If enabled, then the Java code generator will generate a separate .java
file for each top-level message, enum, and service defined in the .proto
file.
- getJavaMultipleFiles() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
If enabled, then the Java code generator will generate a separate .java
file for each top-level message, enum, and service defined in the .proto
file.
- getJavaOuterClassname() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
Controls the name of the wrapper Java class generated for the .proto file.
- getJavaOuterClassname() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
Controls the name of the wrapper Java class generated for the .proto file.
- getJavaOuterClassname() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
Controls the name of the wrapper Java class generated for the .proto file.
- getJavaOuterClassnameBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
Controls the name of the wrapper Java class generated for the .proto file.
- getJavaOuterClassnameBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
Controls the name of the wrapper Java class generated for the .proto file.
- getJavaOuterClassnameBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
Controls the name of the wrapper Java class generated for the .proto file.
- getJavaPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
Sets the Java package where classes generated from this .proto will be
placed.
- getJavaPackage() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
Sets the Java package where classes generated from this .proto will be
placed.
- getJavaPackage() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
Sets the Java package where classes generated from this .proto will be
placed.
- getJavaPackageBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
Sets the Java package where classes generated from this .proto will be
placed.
- getJavaPackageBytes() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
Sets the Java package where classes generated from this .proto will be
placed.
- getJavaPackageBytes() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
Sets the Java package where classes generated from this .proto will be
placed.
- getJavaStringCheckUtf8() - Method in class com.google.protobuf.DescriptorProtos.FileOptions.Builder
-
If set true, then the Java2 code generator will generate code that
throws an exception whenever an attempt is made to assign a non-UTF-8
byte sequence to a string field.
- getJavaStringCheckUtf8() - Method in class com.google.protobuf.DescriptorProtos.FileOptions
-
If set true, then the Java2 code generator will generate code that
throws an exception whenever an attempt is made to assign a non-UTF-8
byte sequence to a string field.
- getJavaStringCheckUtf8() - Method in interface com.google.protobuf.DescriptorProtos.FileOptionsOrBuilder
-
If set true, then the Java2 code generator will generate code that
throws an exception whenever an attempt is made to assign a non-UTF-8
byte sequence to a string field.
- 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
-
- getJavaType() - Method in enum com.google.protobuf.WireFormat.FieldType
-
- getJsonName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
JSON name of this field.
- getJsonName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
JSON name of this field.
- getJsonName() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
JSON name of this field.
- 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
-
The field JSON name.
- getJsonName() - Method in class com.google.protobuf.Field
-
The field JSON name.
- getJsonName() - Method in interface com.google.protobuf.FieldOrBuilder
-
The field JSON name.
- getJsonNameBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
JSON name of this field.
- getJsonNameBytes() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
JSON name of this field.
- getJsonNameBytes() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
JSON name of this field.
- getJsonNameBytes() - Method in class com.google.protobuf.Field.Builder
-
The field JSON name.
- getJsonNameBytes() - Method in class com.google.protobuf.Field
-
The field JSON name.
- getJsonNameBytes() - Method in interface com.google.protobuf.FieldOrBuilder
-
The field JSON name.
- getJstype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
The jstype option determines the JavaScript type used for values of the
field.
- getJstype() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
The jstype option determines the JavaScript type used for values of the
field.
- getJstype() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
The jstype option determines the JavaScript type used for values of the
field.
- getKind() - Method in class com.google.protobuf.Field.Builder
-
The field type.
- getKind() - Method in class com.google.protobuf.Field
-
The field type.
- getKind() - Method in interface com.google.protobuf.FieldOrBuilder
-
The field type.
- 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
-
The field type.
- getKindValue() - Method in class com.google.protobuf.Field
-
The field type.
- getKindValue() - Method in interface com.google.protobuf.FieldOrBuilder
-
The field type.
- getLabel() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
- getLabel() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
- getLabel() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
- getLastTag() - Method in class com.google.protobuf.CodedInputStream
-
- getLazy() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions.Builder
-
Should this field be parsed lazily? Lazy applies only to message-type
fields.
- getLazy() - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
-
Should this field be parsed lazily? Lazy applies only to message-type
fields.
- getLazy() - Method in interface com.google.protobuf.DescriptorProtos.FieldOptionsOrBuilder
-
Should this field be parsed lazily? Lazy applies only to message-type
fields.
- getLeadingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
If this SourceCodeInfo represents a complete declaration, these are any
comments appearing before and after the declaration which appear to be
attached to the declaration.
- getLeadingComments() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
If this SourceCodeInfo represents a complete declaration, these are any
comments appearing before and after the declaration which appear to be
attached to the declaration.
- getLeadingComments() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
If this SourceCodeInfo represents a complete declaration, these are any
comments appearing before and after the declaration which appear to be
attached to the declaration.
- getLeadingCommentsBytes() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
If this SourceCodeInfo represents a complete declaration, these are any
comments appearing before and after the declaration which appear to be
attached to the declaration.
- getLeadingCommentsBytes() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
If this SourceCodeInfo represents a complete declaration, these are any
comments appearing before and after the declaration which appear to be
attached to the declaration.
- getLeadingCommentsBytes() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
If this SourceCodeInfo represents a complete declaration, these are any
comments appearing before and after the declaration which appear to be
attached to the declaration.
- getLeadingDetachedComments(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated string leading_detached_comments = 6;
- getLeadingDetachedComments(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
repeated string leading_detached_comments = 6;
- getLeadingDetachedComments(int) - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
repeated string leading_detached_comments = 6;
- getLeadingDetachedCommentsBytes(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated string leading_detached_comments = 6;
- getLeadingDetachedCommentsBytes(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
repeated string leading_detached_comments = 6;
- getLeadingDetachedCommentsBytes(int) - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
repeated string leading_detached_comments = 6;
- getLeadingDetachedCommentsCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated string leading_detached_comments = 6;
- getLeadingDetachedCommentsCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
repeated string leading_detached_comments = 6;
- getLeadingDetachedCommentsCount() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
repeated string leading_detached_comments = 6;
- getLeadingDetachedCommentsList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
repeated string leading_detached_comments = 6;
- getLeadingDetachedCommentsList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
repeated string leading_detached_comments = 6;
- getLeadingDetachedCommentsList() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
repeated string leading_detached_comments = 6;
- 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
-
Represents a repeated `Value`.
- getListValue() - Method in class com.google.protobuf.Value
-
Represents a repeated `Value`.
- getListValue() - Method in interface com.google.protobuf.ValueOrBuilder
-
Represents a repeated `Value`.
- getListValueBuilder() - Method in class com.google.protobuf.Value.Builder
-
Represents a repeated `Value`.
- getListValueOrBuilder() - Method in class com.google.protobuf.Value.Builder
-
Represents a repeated `Value`.
- getListValueOrBuilder() - Method in class com.google.protobuf.Value
-
Represents a repeated `Value`.
- getListValueOrBuilder() - Method in interface com.google.protobuf.ValueOrBuilder
-
Represents a repeated `Value`.
- 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.
- getLocation(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
- getLocation(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
-
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
- getLocation(int) - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder
-
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
- 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
-
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
- getLocationBuilderList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
- getLocationCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
- getLocationCount() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
-
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
- getLocationCount() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder
-
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
- getLocationList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
- getLocationList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
-
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
- getLocationList() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder
-
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
- getLocationOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
- getLocationOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
-
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
- getLocationOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder
-
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
- getLocationOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
- getLocationOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
-
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
- getLocationOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder
-
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
- getLocations(Descriptors.FieldDescriptor) - Method in class com.google.protobuf.TextFormatParseInfoTree
-
Retrieve all the locations of a field.
- getMajor() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
-
optional int32 major = 1;
- getMajor() - Method in class com.google.protobuf.compiler.PluginProtos.Version
-
optional int32 major = 1;
- getMajor() - Method in interface com.google.protobuf.compiler.PluginProtos.VersionOrBuilder
-
optional int32 major = 1;
- 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
-
Whether the message is an automatically generated map entry type for the
maps field.
- getMapEntry() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
-
Whether the message is an automatically generated map entry type for the
maps field.
- getMapEntry() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
-
Whether the message is an automatically generated map entry type for the
maps field.
- getMessageDefaultInstance() - Method in class com.google.protobuf.Extension
-
Returns the default instance of the extension field, if it's a message extension.
- getMessageDefaultInstance() - Method in class com.google.protobuf.ExtensionLite
-
Returns the default instance of the extension field, if it's a message extension.
- getMessageSetWireFormat() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
Set true to use the old proto1 MessageSet wire format for extensions.
- getMessageSetWireFormat() - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
-
Set true to use the old proto1 MessageSet wire format for extensions.
- getMessageSetWireFormat() - Method in interface com.google.protobuf.DescriptorProtos.MessageOptionsOrBuilder
-
Set true to use the old proto1 MessageSet wire format for extensions.
- getMessageType(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
All top-level definitions in this file.
- getMessageType(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
All top-level definitions in this file.
- getMessageType(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
All top-level definitions in this file.
- getMessageType() - Method in class com.google.protobuf.Descriptors.FieldDescriptor
-
For embedded message and group fields, gets the field's type.
- getMessageType() - Method in class com.google.protobuf.Extension
-
If the extension is a message extension (i.e., getLiteType() == MESSAGE), returns the type of
the message, otherwise undefined.
- getMessageTypeBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
All top-level definitions in this file.
- getMessageTypeBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
All top-level definitions in this file.
- getMessageTypeCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
All top-level definitions in this file.
- getMessageTypeCount() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
All top-level definitions in this file.
- getMessageTypeCount() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
All top-level definitions in this file.
- getMessageTypeList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
All top-level definitions in this file.
- getMessageTypeList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
All top-level definitions in this file.
- getMessageTypeList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
All top-level definitions in this file.
- getMessageTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
All top-level definitions in this file.
- getMessageTypeOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
All top-level definitions in this file.
- getMessageTypeOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
All top-level definitions in this file.
- getMessageTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto.Builder
-
All top-level definitions in this file.
- getMessageTypeOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
-
All top-level definitions in this file.
- getMessageTypeOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder
-
All top-level definitions in this file.
- getMessageTypes() - Method in class com.google.protobuf.Descriptors.FileDescriptor
-
Get a list of top-level message types declared in this file.
- getMethod(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
- getMethod(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
- getMethod(int) - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
- getMethodBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
- getMethodBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
- getMethodCount() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
- getMethodCount() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
- getMethodCount() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
- getMethodList() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
- getMethodList() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
- getMethodList() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
- getMethodOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
- getMethodOrBuilder(int) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
- getMethodOrBuilder(int) - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
- getMethodOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
- getMethodOrBuilderList() - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
- getMethodOrBuilderList() - Method in interface com.google.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder
-
repeated .google.protobuf.MethodDescriptorProto method = 2;
- getMethods(int) - Method in class com.google.protobuf.Api.Builder
-
The methods of this interface, in unspecified order.
- getMethods(int) - Method in class com.google.protobuf.Api
-
The methods of this interface, in unspecified order.
- getMethods(int) - Method in interface com.google.protobuf.ApiOrBuilder
-
The methods of this interface, in unspecified order.
- getMethods() - Method in class com.google.protobuf.Descriptors.ServiceDescriptor
-
Get a list of methods for this service.
- getMethodsBuilder(int) - Method in class com.google.protobuf.Api.Builder
-
The methods of this interface, in unspecified order.
- getMethodsBuilderList() - Method in class com.google.protobuf.Api.Builder
-
The methods of this interface, in unspecified order.
- getMethodsCount() - Method in class com.google.protobuf.Api.Builder
-
The methods of this interface, in unspecified order.
- getMethodsCount() - Method in class com.google.protobuf.Api
-
The methods of this interface, in unspecified order.
- getMethodsCount() - Method in interface com.google.protobuf.ApiOrBuilder
-
The methods of this interface, in unspecified order.
- getMethodsList() - Method in class com.google.protobuf.Api.Builder
-
The methods of this interface, in unspecified order.
- getMethodsList() - Method in class com.google.protobuf.Api
-
The methods of this interface, in unspecified order.
- getMethodsList() - Method in interface com.google.protobuf.ApiOrBuilder
-
The methods of this interface, in unspecified order.
- getMethodsOrBuilder(int) - Method in class com.google.protobuf.Api.Builder
-
The methods of this interface, in unspecified order.
- getMethodsOrBuilder(int) - Method in class com.google.protobuf.Api
-
The methods of this interface, in unspecified order.
- getMethodsOrBuilder(int) - Method in interface com.google.protobuf.ApiOrBuilder
-
The methods of this interface, in unspecified order.
- getMethodsOrBuilderList() - Method in class com.google.protobuf.Api.Builder
-
The methods of this interface, in unspecified order.
- getMethodsOrBuilderList() - Method in class com.google.protobuf.Api
-
The methods of this interface, in unspecified order.
- getMethodsOrBuilderList() - Method in interface com.google.protobuf.ApiOrBuilder
-
The methods of this interface, in unspecified order.
- getMinor() - Method in class com.google.protobuf.compiler.PluginProtos.Version.Builder
-
optional int32 minor = 2;
- getMinor() - Method in class com.google.protobuf.compiler.PluginProtos.Version
-
optional int32 minor = 2;
- getMinor() - Method in interface com.google.protobuf.compiler.PluginProtos.VersionOrBuilder
-
optional int32 minor = 2;
- getMissingFields() - Method in exception com.google.protobuf.UninitializedMessageException
-
Get a list of human-readable names of required fields missing from this message.
- getMixins(int) - Method in class com.google.protobuf.Api.Builder
-
Included interfaces.
- getMixins(int) - Method in class com.google.protobuf.Api
-
Included interfaces.
- getMixins(int) - Method in interface com.google.protobuf.ApiOrBuilder
-
Included interfaces.
- getMixinsBuilder(int) - Method in class com.google.protobuf.Api.Builder
-
Included interfaces.
- getMixinsBuilderList() - Method in class com.google.protobuf.Api.Builder
-
Included interfaces.
- getMixinsCount() - Method in class com.google.protobuf.Api.Builder
-
Included interfaces.
- getMixinsCount() - Method in class com.google.protobuf.Api
-
Included interfaces.
- getMixinsCount() - Method in interface com.google.protobuf.ApiOrBuilder
-
Included interfaces.
- getMixinsList() - Method in class com.google.protobuf.Api.Builder
-
Included interfaces.
- getMixinsList() - Method in class com.google.protobuf.Api
-
Included interfaces.
- getMixinsList() - Method in interface com.google.protobuf.ApiOrBuilder
-
Included interfaces.
- getMixinsOrBuilder(int) - Method in class com.google.protobuf.Api.Builder
-
Included interfaces.
- getMixinsOrBuilder(int) - Method in class com.google.protobuf.Api
-
Included interfaces.
- getMixinsOrBuilder(int) - Method in interface com.google.protobuf.ApiOrBuilder
-
Included interfaces.
- getMixinsOrBuilderList() - Method in class com.google.protobuf.Api.Builder
-
Included interfaces.
- getMixinsOrBuilderList() - Method in class com.google.protobuf.Api
-
Included interfaces.
- getMixinsOrBuilderList() - Method in interface com.google.protobuf.ApiOrBuilder
-
Included interfaces.
- 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
-
The fully qualified name of this interface, including package name
followed by the interface's simple name.
- getName() - Method in class com.google.protobuf.Api
-
The fully qualified name of this interface, including package name
followed by the interface's simple name.
- getName() - Method in interface com.google.protobuf.ApiOrBuilder
-
The fully qualified name of this interface, including package name
followed by the interface's simple name.
- getName() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File.Builder
-
The file name, relative to the output directory.
- getName() - Method in class com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.File
-
The file name, relative to the output directory.
- getName() - Method in interface com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse.FileOrBuilder
-
The file name, relative to the output directory.
- getName() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
-
optional string name = 1;
- getName() - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
-
optional string name = 1;
- getName() - Method in interface com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder
-
optional string name = 1;
- getName() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
-
optional string name = 1;
- getName() - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
-
optional string name = 1;
- getName() - Method in interface com.google.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder
-
optional string name = 1;
- getName() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto.Builder
-
optional string name = 1;
- getName() - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
-
optional string name = 1;
- getName() - Method in interface com.google.protobuf.DescriptorProtos.EnumValueDescriptorProtoOrBuilder
-
optional string name = 1;
- getName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
optional string name = 1;
- getName() - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
-
optional string name = 1;
- getName() - Method in interface com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder
-
optional string name = 1;