Uses of Class
com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration.Builder
-
Uses of DescriptorProtos.ExtensionRangeOptions.Declaration.Builder in com.google.protobuf
Fields in com.google.protobuf with type parameters of type DescriptorProtos.ExtensionRangeOptions.Declaration.BuilderModifier and TypeFieldDescriptionprivate RepeatedFieldBuilder
<DescriptorProtos.ExtensionRangeOptions.Declaration, DescriptorProtos.ExtensionRangeOptions.Declaration.Builder, DescriptorProtos.ExtensionRangeOptions.DeclarationOrBuilder> DescriptorProtos.ExtensionRangeOptions.Builder.declarationBuilder_
Methods in com.google.protobuf 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
(CodedInputStream input, ExtensionRegistryLite extensionRegistry) DescriptorProtos.ExtensionRangeOptions.Declaration.Builder.mergeFrom
(DescriptorProtos.ExtensionRangeOptions.Declaration other) DescriptorProtos.ExtensionRangeOptions.Declaration.newBuilder()
DescriptorProtos.ExtensionRangeOptions.Declaration.newBuilder
(DescriptorProtos.ExtensionRangeOptions.Declaration prototype) DescriptorProtos.ExtensionRangeOptions.Declaration.newBuilderForType()
DescriptorProtos.ExtensionRangeOptions.Declaration.newBuilderForType
(AbstractMessage.BuilderParent parent) 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.DescriptorProtos.ExtensionRangeOptions.Declaration.toBuilder()
Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.ExtensionRangeOptions.Declaration.BuilderModifier and TypeMethodDescriptionDescriptorProtos.ExtensionRangeOptions.Builder.getDeclarationBuilderList()
For external users: DO NOT USE.private RepeatedFieldBuilder
<DescriptorProtos.ExtensionRangeOptions.Declaration, DescriptorProtos.ExtensionRangeOptions.Declaration.Builder, DescriptorProtos.ExtensionRangeOptions.DeclarationOrBuilder> DescriptorProtos.ExtensionRangeOptions.Builder.internalGetDeclarationFieldBuilder()
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.