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.FieldDescriptorProto.Builder.clearDefaultValue()For numeric types, contains the original text representation of the value.DescriptorProtos.FieldDescriptorProto.Builder.clearExtendee()For extensions, this is the name of the type being extended.DescriptorProtos.FieldDescriptorProto.Builder.clearJsonName()JSON name of this field.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()If set, gives the index of a oneof in the containing type's oneof_decl list.DescriptorProtos.FieldDescriptorProto.Builder.clearOptions()optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];DescriptorProtos.FieldDescriptorProto.Builder.clearProto3Optional()If true, this is a proto3 "optional".DescriptorProtos.FieldDescriptorProto.Builder.clearType()If type_name is set, this need not be set.DescriptorProtos.FieldDescriptorProto.Builder.clearTypeName()For message and enum types, this is the name of the type.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.Builder.setDefaultValue(String value) For numeric types, contains the original text representation of the value.DescriptorProtos.FieldDescriptorProto.Builder.setDefaultValueBytes(com.google.protobuf.ByteString value) For numeric types, contains the original text representation of the value.DescriptorProtos.FieldDescriptorProto.Builder.setExtendee(String value) For extensions, this is the name of the type being extended.DescriptorProtos.FieldDescriptorProto.Builder.setExtendeeBytes(com.google.protobuf.ByteString value) For extensions, this is the name of the type being extended.DescriptorProtos.FieldDescriptorProto.Builder.setJsonName(String value) JSON name of this field.DescriptorProtos.FieldDescriptorProto.Builder.setJsonNameBytes(com.google.protobuf.ByteString value) JSON name of this field.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) If set, gives the index of a oneof in the containing type's oneof_decl list.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) If true, this is a proto3 "optional".DescriptorProtos.FieldDescriptorProto.Builder.setType(DescriptorProtos.FieldDescriptorProto.Type value) If type_name is set, this need not be set.DescriptorProtos.FieldDescriptorProto.Builder.setTypeName(String value) For message and enum types, this is the name of the type.DescriptorProtos.FieldDescriptorProto.Builder.setTypeNameBytes(com.google.protobuf.ByteString value) For message and enum types, this is the name of the type.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"];