Uses of Class
com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
Packages that use DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
-
Uses of DescriptorProtos.ExtensionRangeOptions.Declaration.Builder in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.ExtensionRangeOptions.Declaration.BuilderModifier and TypeMethodDescriptionDescriptorProtos.ExtensionRangeOptions.Declaration.Builder.clearFullName()The fully-qualified name of the extension field.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder.clearIsRepeated()Deprecated.google.protobuf.ExtensionRangeOptions.Declaration.is_repeated is deprecated.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder.clearNumber()The extension number declared within the extension range.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder.clearRepeated()If true, indicates that the extension must be defined as repeated.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder.clearReserved()If true, indicates that the number is reserved in the extension range, and any extension field with the number will fail to compile.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder.clearType()The fully-qualified type name of the extension field.DescriptorProtos.ExtensionRangeOptions.Declaration.newBuilder()DescriptorProtos.ExtensionRangeOptions.Declaration.newBuilder(DescriptorProtos.ExtensionRangeOptions.Declaration prototype) DescriptorProtos.ExtensionRangeOptions.Declaration.Builder.setFullName(String value) The fully-qualified name of the extension field.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder.setFullNameBytes(com.google.protobuf.ByteString value) The fully-qualified name of the extension field.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder.setIsRepeated(boolean value) Deprecated.google.protobuf.ExtensionRangeOptions.Declaration.is_repeated is deprecated.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder.setNumber(int value) The extension number declared within the extension range.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder.setRepeated(boolean value) If true, indicates that the extension must be defined as repeated.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder.setReserved(boolean value) If true, indicates that the number is reserved in the extension range, and any extension field with the number will fail to compile.The fully-qualified type name of the extension field.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder.setTypeBytes(com.google.protobuf.ByteString value) The fully-qualified type name of the extension field.Methods in com.google.protobuf with parameters of type DescriptorProtos.ExtensionRangeOptions.Declaration.BuilderModifier and TypeMethodDescriptionDescriptorProtos.ExtensionRangeOptions.Builder.addDeclaration(int index, DescriptorProtos.ExtensionRangeOptions.Declaration.Builder builderForValue) 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.Builder builderForValue) go/protobuf-stripping-extension-declarations Like Metadata, but we use a repeated field to hold all extension declarations.DescriptorProtos.ExtensionRangeOptions.Builder.setDeclaration(int index, DescriptorProtos.ExtensionRangeOptions.Declaration.Builder builderForValue) go/protobuf-stripping-extension-declarations Like Metadata, but we use a repeated field to hold all extension declarations.