Uses of Class
com.google.protobuf.generated.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
Packages that use DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
-
Uses of DescriptorProtos.ExtensionRangeOptions.Declaration.Builder in com.google.protobuf.generated
Subclasses with type arguments of type DescriptorProtos.ExtensionRangeOptions.Declaration.Builder in com.google.protobuf.generatedModifier and TypeClassDescriptionstatic final class
Protobuf typegoogle.protobuf.ExtensionRangeOptions.Declaration
Methods in com.google.protobuf.generated that return DescriptorProtos.ExtensionRangeOptions.Declaration.BuilderModifier and TypeMethodDescriptionDescriptorProtos.ExtensionRangeOptions.Builder.addDeclarationBuilder()
For external users: DO NOT USE.DescriptorProtos.ExtensionRangeOptions.Builder.addDeclarationBuilder
(int index) For external users: DO NOT USE.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder.clear()
DescriptorProtos.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.Builder.getDeclarationBuilder
(int index) For external users: DO NOT USE.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.ExtensionRangeOptions.Declaration.Builder.mergeFrom
(DescriptorProtos.ExtensionRangeOptions.Declaration other) DescriptorProtos.ExtensionRangeOptions.Declaration.Builder.mergeFrom
(com.google.protobuf.Message other) DescriptorProtos.ExtensionRangeOptions.Declaration.newBuilder()
DescriptorProtos.ExtensionRangeOptions.Declaration.newBuilder
(DescriptorProtos.ExtensionRangeOptions.Declaration prototype) DescriptorProtos.ExtensionRangeOptions.Declaration.newBuilderForType()
DescriptorProtos.ExtensionRangeOptions.Declaration.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) 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.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.DescriptorProtos.ExtensionRangeOptions.Declaration.toBuilder()
Methods in com.google.protobuf.generated that return types with arguments of type DescriptorProtos.ExtensionRangeOptions.Declaration.BuilderModifier and TypeMethodDescriptionDescriptorProtos.ExtensionRangeOptions.Builder.getDeclarationBuilderList()
For external users: DO NOT USE.Methods in com.google.protobuf.generated 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.