Uses of Class
com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration
Packages that use DescriptorProtos.ExtensionRangeOptions.Declaration
-
Uses of DescriptorProtos.ExtensionRangeOptions.Declaration in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.ExtensionRangeOptions.DeclarationModifier and TypeMethodDescriptionDescriptorProtos.ExtensionRangeOptions.Declaration.Builder.build()
DescriptorProtos.ExtensionRangeOptions.Declaration.Builder.buildPartial()
DescriptorProtos.ExtensionRangeOptions.Builder.getDeclaration
(int index) repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
DescriptorProtos.ExtensionRangeOptions.getDeclaration
(int index) repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
DescriptorProtos.ExtensionRangeOptionsOrBuilder.getDeclaration
(int index) repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
DescriptorProtos.ExtensionRangeOptions.Declaration.getDefaultInstance()
DescriptorProtos.ExtensionRangeOptions.Declaration.Builder.getDefaultInstanceForType()
DescriptorProtos.ExtensionRangeOptions.Declaration.getDefaultInstanceForType()
DescriptorProtos.ExtensionRangeOptions.Declaration.parseDelimitedFrom
(InputStream input) DescriptorProtos.ExtensionRangeOptions.Declaration.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.ExtensionRangeOptions.Declaration.parseFrom
(byte[] data) DescriptorProtos.ExtensionRangeOptions.Declaration.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.ExtensionRangeOptions.Declaration.parseFrom
(com.google.protobuf.ByteString data) DescriptorProtos.ExtensionRangeOptions.Declaration.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.ExtensionRangeOptions.Declaration.parseFrom
(com.google.protobuf.CodedInputStream input) DescriptorProtos.ExtensionRangeOptions.Declaration.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.ExtensionRangeOptions.Declaration.parseFrom
(InputStream input) DescriptorProtos.ExtensionRangeOptions.Declaration.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.ExtensionRangeOptions.Declaration.parseFrom
(ByteBuffer data) DescriptorProtos.ExtensionRangeOptions.Declaration.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.ExtensionRangeOptions.DeclarationModifier and TypeMethodDescriptionDescriptorProtos.ExtensionRangeOptions.Builder.getDeclarationList()
repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
DescriptorProtos.ExtensionRangeOptions.getDeclarationList()
repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
DescriptorProtos.ExtensionRangeOptionsOrBuilder.getDeclarationList()
repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
com.google.protobuf.Parser
<DescriptorProtos.ExtensionRangeOptions.Declaration> DescriptorProtos.ExtensionRangeOptions.Declaration.getParserForType()
static com.google.protobuf.Parser
<DescriptorProtos.ExtensionRangeOptions.Declaration> DescriptorProtos.ExtensionRangeOptions.Declaration.parser()
Methods in com.google.protobuf with parameters of type DescriptorProtos.ExtensionRangeOptions.DeclarationModifier and TypeMethodDescriptionDescriptorProtos.ExtensionRangeOptions.Builder.addDeclaration
(int index, DescriptorProtos.ExtensionRangeOptions.Declaration value) repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
DescriptorProtos.ExtensionRangeOptions.Builder.addDeclaration
(DescriptorProtos.ExtensionRangeOptions.Declaration value) repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
DescriptorProtos.ExtensionRangeOptions.Declaration.Builder.mergeFrom
(DescriptorProtos.ExtensionRangeOptions.Declaration other) DescriptorProtos.ExtensionRangeOptions.Declaration.newBuilder
(DescriptorProtos.ExtensionRangeOptions.Declaration prototype) DescriptorProtos.ExtensionRangeOptions.Builder.setDeclaration
(int index, DescriptorProtos.ExtensionRangeOptions.Declaration value) repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];
Method parameters in com.google.protobuf with type arguments of type DescriptorProtos.ExtensionRangeOptions.DeclarationModifier and TypeMethodDescriptionDescriptorProtos.ExtensionRangeOptions.Builder.addAllDeclaration
(Iterable<? extends DescriptorProtos.ExtensionRangeOptions.Declaration> values) repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];