Uses of Class
com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
Packages that use DescriptorProtos.FieldDescriptorProto.Builder
-
Uses of DescriptorProtos.FieldDescriptorProto.Builder in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.FieldDescriptorProto.BuilderModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.addExtensionBuilder()
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
DescriptorProtos.DescriptorProto.Builder.addExtensionBuilder
(int index) repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
DescriptorProtos.FileDescriptorProto.Builder.addExtensionBuilder()
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
DescriptorProtos.FileDescriptorProto.Builder.addExtensionBuilder
(int index) repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
DescriptorProtos.DescriptorProto.Builder.addFieldBuilder()
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
DescriptorProtos.DescriptorProto.Builder.addFieldBuilder
(int index) repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
DescriptorProtos.FieldDescriptorProto.Builder.clear()
DescriptorProtos.FieldDescriptorProto.Builder.clearDefaultValue()
optional string default_value = 7 [json_name = "defaultValue"];
DescriptorProtos.FieldDescriptorProto.Builder.clearExtendee()
optional string extendee = 2 [json_name = "extendee"];
DescriptorProtos.FieldDescriptorProto.Builder.clearJsonName()
optional string json_name = 10 [json_name = "jsonName"];
DescriptorProtos.FieldDescriptorProto.Builder.clearLabel()
optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];
DescriptorProtos.FieldDescriptorProto.Builder.clearName()
optional string name = 1 [json_name = "name"];
DescriptorProtos.FieldDescriptorProto.Builder.clearNumber()
optional int32 number = 3 [json_name = "number"];
DescriptorProtos.FieldDescriptorProto.Builder.clearOneofIndex()
optional int32 oneof_index = 9 [json_name = "oneofIndex"];
DescriptorProtos.FieldDescriptorProto.Builder.clearOptions()
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
DescriptorProtos.FieldDescriptorProto.Builder.clearProto3Optional()
optional bool proto3_optional = 17 [json_name = "proto3Optional"];
DescriptorProtos.FieldDescriptorProto.Builder.clearType()
optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];
DescriptorProtos.FieldDescriptorProto.Builder.clearTypeName()
optional string type_name = 6 [json_name = "typeName"];
DescriptorProtos.DescriptorProto.Builder.getExtensionBuilder
(int index) repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
DescriptorProtos.FileDescriptorProto.Builder.getExtensionBuilder
(int index) repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
DescriptorProtos.DescriptorProto.Builder.getFieldBuilder
(int index) repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
DescriptorProtos.FieldDescriptorProto.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.FieldDescriptorProto.Builder.mergeFrom
(DescriptorProtos.FieldDescriptorProto other) DescriptorProtos.FieldDescriptorProto.Builder.mergeOptions
(DescriptorProtos.FieldOptions value) optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
DescriptorProtos.FieldDescriptorProto.newBuilder()
DescriptorProtos.FieldDescriptorProto.newBuilder
(DescriptorProtos.FieldDescriptorProto prototype) DescriptorProtos.FieldDescriptorProto.newBuilderForType()
DescriptorProtos.FieldDescriptorProto.newBuilderForType
(AbstractMessage.BuilderParent parent) DescriptorProtos.FieldDescriptorProto.Builder.setDefaultValue
(String value) optional string default_value = 7 [json_name = "defaultValue"];
DescriptorProtos.FieldDescriptorProto.Builder.setDefaultValueBytes
(com.google.protobuf.ByteString value) optional string default_value = 7 [json_name = "defaultValue"];
DescriptorProtos.FieldDescriptorProto.Builder.setExtendee
(String value) optional string extendee = 2 [json_name = "extendee"];
DescriptorProtos.FieldDescriptorProto.Builder.setExtendeeBytes
(com.google.protobuf.ByteString value) optional string extendee = 2 [json_name = "extendee"];
DescriptorProtos.FieldDescriptorProto.Builder.setJsonName
(String value) optional string json_name = 10 [json_name = "jsonName"];
DescriptorProtos.FieldDescriptorProto.Builder.setJsonNameBytes
(com.google.protobuf.ByteString value) optional string json_name = 10 [json_name = "jsonName"];
DescriptorProtos.FieldDescriptorProto.Builder.setLabel
(DescriptorProtos.FieldDescriptorProto.Label value) optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];
optional string name = 1 [json_name = "name"];
DescriptorProtos.FieldDescriptorProto.Builder.setNameBytes
(com.google.protobuf.ByteString value) optional string name = 1 [json_name = "name"];
DescriptorProtos.FieldDescriptorProto.Builder.setNumber
(int value) optional int32 number = 3 [json_name = "number"];
DescriptorProtos.FieldDescriptorProto.Builder.setOneofIndex
(int value) optional int32 oneof_index = 9 [json_name = "oneofIndex"];
DescriptorProtos.FieldDescriptorProto.Builder.setOptions
(DescriptorProtos.FieldOptions value) optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
DescriptorProtos.FieldDescriptorProto.Builder.setOptions
(DescriptorProtos.FieldOptions.Builder builderForValue) optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
DescriptorProtos.FieldDescriptorProto.Builder.setProto3Optional
(boolean value) optional bool proto3_optional = 17 [json_name = "proto3Optional"];
DescriptorProtos.FieldDescriptorProto.Builder.setType
(DescriptorProtos.FieldDescriptorProto.Type value) optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];
DescriptorProtos.FieldDescriptorProto.Builder.setTypeName
(String value) optional string type_name = 6 [json_name = "typeName"];
DescriptorProtos.FieldDescriptorProto.Builder.setTypeNameBytes
(com.google.protobuf.ByteString value) optional string type_name = 6 [json_name = "typeName"];
DescriptorProtos.FieldDescriptorProto.toBuilder()
Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.FieldDescriptorProto.BuilderModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.getExtensionBuilderList()
repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
DescriptorProtos.FileDescriptorProto.Builder.getExtensionBuilderList()
repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
DescriptorProtos.DescriptorProto.Builder.getFieldBuilderList()
repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
Methods in com.google.protobuf with parameters of type DescriptorProtos.FieldDescriptorProto.BuilderModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.addExtension
(int index, DescriptorProtos.FieldDescriptorProto.Builder builderForValue) repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
DescriptorProtos.DescriptorProto.Builder.addExtension
(DescriptorProtos.FieldDescriptorProto.Builder builderForValue) repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
DescriptorProtos.FileDescriptorProto.Builder.addExtension
(int index, DescriptorProtos.FieldDescriptorProto.Builder builderForValue) repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
DescriptorProtos.FileDescriptorProto.Builder.addExtension
(DescriptorProtos.FieldDescriptorProto.Builder builderForValue) repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
DescriptorProtos.DescriptorProto.Builder.addField
(int index, DescriptorProtos.FieldDescriptorProto.Builder builderForValue) repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
DescriptorProtos.DescriptorProto.Builder.addField
(DescriptorProtos.FieldDescriptorProto.Builder builderForValue) repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];
DescriptorProtos.DescriptorProto.Builder.setExtension
(int index, DescriptorProtos.FieldDescriptorProto.Builder builderForValue) repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];
DescriptorProtos.FileDescriptorProto.Builder.setExtension
(int index, DescriptorProtos.FieldDescriptorProto.Builder builderForValue) repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];
DescriptorProtos.DescriptorProto.Builder.setField
(int index, DescriptorProtos.FieldDescriptorProto.Builder builderForValue) repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];