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.Builder.addDeclarationBuilder()repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];DescriptorProtos.ExtensionRangeOptions.Builder.addDeclarationBuilder(int index) repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];DescriptorProtos.ExtensionRangeOptions.Declaration.Builder.clear()DescriptorProtos.ExtensionRangeOptions.Declaration.Builder.clearFullName()optional string full_name = 2 [json_name = "fullName"];DescriptorProtos.ExtensionRangeOptions.Declaration.Builder.clearNumber()optional int32 number = 1 [json_name = "number"];DescriptorProtos.ExtensionRangeOptions.Declaration.Builder.clearRepeated()optional bool repeated = 6 [json_name = "repeated"];DescriptorProtos.ExtensionRangeOptions.Declaration.Builder.clearReserved()optional bool reserved = 5 [json_name = "reserved"];DescriptorProtos.ExtensionRangeOptions.Declaration.Builder.clearType()optional string type = 3 [json_name = "type"];DescriptorProtos.ExtensionRangeOptions.Builder.getDeclarationBuilder(int index) repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];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) optional string full_name = 2 [json_name = "fullName"];DescriptorProtos.ExtensionRangeOptions.Declaration.Builder.setFullNameBytes(ByteString value) optional string full_name = 2 [json_name = "fullName"];DescriptorProtos.ExtensionRangeOptions.Declaration.Builder.setNumber(int value) optional int32 number = 1 [json_name = "number"];DescriptorProtos.ExtensionRangeOptions.Declaration.Builder.setRepeated(boolean value) optional bool repeated = 6 [json_name = "repeated"];DescriptorProtos.ExtensionRangeOptions.Declaration.Builder.setReserved(boolean value) optional bool reserved = 5 [json_name = "reserved"];optional string type = 3 [json_name = "type"];DescriptorProtos.ExtensionRangeOptions.Declaration.Builder.setTypeBytes(ByteString value) optional string type = 3 [json_name = "type"];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()repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];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) repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];DescriptorProtos.ExtensionRangeOptions.Builder.addDeclaration(DescriptorProtos.ExtensionRangeOptions.Declaration.Builder builderForValue) repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];DescriptorProtos.ExtensionRangeOptions.Builder.setDeclaration(int index, DescriptorProtos.ExtensionRangeOptions.Declaration.Builder builderForValue) repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [json_name = "declaration", retention = RETENTION_SOURCE];