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.Builder.getDeclaration(int index) go/protobuf-stripping-extension-declarations Like Metadata, but we use a repeated field to hold all extension declarations.DescriptorProtos.ExtensionRangeOptions.getDeclaration(int index) go/protobuf-stripping-extension-declarations Like Metadata, but we use a repeated field to hold all extension declarations.DescriptorProtos.ExtensionRangeOptionsOrBuilder.getDeclaration(int index) go/protobuf-stripping-extension-declarations Like Metadata, but we use a repeated field to hold all extension declarations.DescriptorProtos.ExtensionRangeOptions.Declaration.getDefaultInstance()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()go/protobuf-stripping-extension-declarations Like Metadata, but we use a repeated field to hold all extension declarations.DescriptorProtos.ExtensionRangeOptions.getDeclarationList()go/protobuf-stripping-extension-declarations Like Metadata, but we use a repeated field to hold all extension declarations.DescriptorProtos.ExtensionRangeOptionsOrBuilder.getDeclarationList()go/protobuf-stripping-extension-declarations Like Metadata, but we use a repeated field to hold all extension declarations.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) go/protobuf-stripping-extension-declarations Like Metadata, but we use a repeated field to hold all extension declarations.DescriptorProtos.ExtensionRangeOptions.Builder.addDeclaration(DescriptorProtos.ExtensionRangeOptions.Declaration value) go/protobuf-stripping-extension-declarations Like Metadata, but we use a repeated field to hold all extension declarations.DescriptorProtos.ExtensionRangeOptions.Declaration.newBuilder(DescriptorProtos.ExtensionRangeOptions.Declaration prototype) DescriptorProtos.ExtensionRangeOptions.Builder.setDeclaration(int index, DescriptorProtos.ExtensionRangeOptions.Declaration value) go/protobuf-stripping-extension-declarations Like Metadata, but we use a repeated field to hold all extension declarations.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) go/protobuf-stripping-extension-declarations Like Metadata, but we use a repeated field to hold all extension declarations.