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.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
(ByteString value) The fully-qualified name of the extension field.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
(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) For external users: DO NOT USE.DescriptorProtos.ExtensionRangeOptions.Builder.addDeclaration
(DescriptorProtos.ExtensionRangeOptions.Declaration.Builder builderForValue) For external users: DO NOT USE.DescriptorProtos.ExtensionRangeOptions.Builder.setDeclaration
(int index, DescriptorProtos.ExtensionRangeOptions.Declaration.Builder builderForValue) For external users: DO NOT USE.