Uses of Class
com.google.protobuf.generated.DescriptorProtos.FieldDescriptorProto.Builder
Packages that use DescriptorProtos.FieldDescriptorProto.Builder
-
Uses of DescriptorProtos.FieldDescriptorProto.Builder in com.google.protobuf.generated
Subclasses with type arguments of type DescriptorProtos.FieldDescriptorProto.Builder in com.google.protobuf.generatedModifier and TypeClassDescriptionstatic final class
Describes a field within a message.Methods in com.google.protobuf.generated that return DescriptorProtos.FieldDescriptorProto.BuilderModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.addExtensionBuilder()
repeated .google.protobuf.FieldDescriptorProto extension = 6;
DescriptorProtos.DescriptorProto.Builder.addExtensionBuilder
(int index) repeated .google.protobuf.FieldDescriptorProto extension = 6;
DescriptorProtos.FileDescriptorProto.Builder.addExtensionBuilder()
repeated .google.protobuf.FieldDescriptorProto extension = 7;
DescriptorProtos.FileDescriptorProto.Builder.addExtensionBuilder
(int index) repeated .google.protobuf.FieldDescriptorProto extension = 7;
DescriptorProtos.DescriptorProto.Builder.addFieldBuilder()
repeated .google.protobuf.FieldDescriptorProto field = 2;
DescriptorProtos.DescriptorProto.Builder.addFieldBuilder
(int index) repeated .google.protobuf.FieldDescriptorProto field = 2;
DescriptorProtos.FieldDescriptorProto.Builder.clear()
DescriptorProtos.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;
DescriptorProtos.FieldDescriptorProto.Builder.clearName()
optional string name = 1;
DescriptorProtos.FieldDescriptorProto.Builder.clearNumber()
optional int32 number = 3;
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;
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.DescriptorProto.Builder.getExtensionBuilder
(int index) repeated .google.protobuf.FieldDescriptorProto extension = 6;
DescriptorProtos.FileDescriptorProto.Builder.getExtensionBuilder
(int index) repeated .google.protobuf.FieldDescriptorProto extension = 7;
DescriptorProtos.DescriptorProto.Builder.getFieldBuilder
(int index) repeated .google.protobuf.FieldDescriptorProto field = 2;
DescriptorProtos.FieldDescriptorProto.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.FieldDescriptorProto.Builder.mergeFrom
(DescriptorProtos.FieldDescriptorProto other) DescriptorProtos.FieldDescriptorProto.Builder.mergeFrom
(com.google.protobuf.Message other) DescriptorProtos.FieldDescriptorProto.Builder.mergeOptions
(DescriptorProtos.FieldOptions value) optional .google.protobuf.FieldOptions options = 8;
DescriptorProtos.FieldDescriptorProto.newBuilder()
DescriptorProtos.FieldDescriptorProto.newBuilder
(DescriptorProtos.FieldDescriptorProto prototype) DescriptorProtos.FieldDescriptorProto.newBuilderForType()
DescriptorProtos.FieldDescriptorProto.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) 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;
optional string name = 1;
DescriptorProtos.FieldDescriptorProto.Builder.setNameBytes
(com.google.protobuf.ByteString value) optional string name = 1;
DescriptorProtos.FieldDescriptorProto.Builder.setNumber
(int value) optional int32 number = 3;
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;
DescriptorProtos.FieldDescriptorProto.Builder.setOptions
(DescriptorProtos.FieldOptions.Builder builderForValue) optional .google.protobuf.FieldOptions options = 8;
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.DescriptorProtos.FieldDescriptorProto.toBuilder()
Methods in com.google.protobuf.generated that return types with arguments of type DescriptorProtos.FieldDescriptorProto.BuilderModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.getExtensionBuilderList()
repeated .google.protobuf.FieldDescriptorProto extension = 6;
DescriptorProtos.FileDescriptorProto.Builder.getExtensionBuilderList()
repeated .google.protobuf.FieldDescriptorProto extension = 7;
DescriptorProtos.DescriptorProto.Builder.getFieldBuilderList()
repeated .google.protobuf.FieldDescriptorProto field = 2;
Methods in com.google.protobuf.generated with parameters of type DescriptorProtos.FieldDescriptorProto.BuilderModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.addExtension
(int index, DescriptorProtos.FieldDescriptorProto.Builder builderForValue) repeated .google.protobuf.FieldDescriptorProto extension = 6;
DescriptorProtos.DescriptorProto.Builder.addExtension
(DescriptorProtos.FieldDescriptorProto.Builder builderForValue) repeated .google.protobuf.FieldDescriptorProto extension = 6;
DescriptorProtos.FileDescriptorProto.Builder.addExtension
(int index, DescriptorProtos.FieldDescriptorProto.Builder builderForValue) repeated .google.protobuf.FieldDescriptorProto extension = 7;
DescriptorProtos.FileDescriptorProto.Builder.addExtension
(DescriptorProtos.FieldDescriptorProto.Builder builderForValue) repeated .google.protobuf.FieldDescriptorProto extension = 7;
DescriptorProtos.DescriptorProto.Builder.addField
(int index, DescriptorProtos.FieldDescriptorProto.Builder builderForValue) repeated .google.protobuf.FieldDescriptorProto field = 2;
DescriptorProtos.DescriptorProto.Builder.addField
(DescriptorProtos.FieldDescriptorProto.Builder builderForValue) repeated .google.protobuf.FieldDescriptorProto field = 2;
DescriptorProtos.DescriptorProto.Builder.setExtension
(int index, DescriptorProtos.FieldDescriptorProto.Builder builderForValue) repeated .google.protobuf.FieldDescriptorProto extension = 6;
DescriptorProtos.FileDescriptorProto.Builder.setExtension
(int index, DescriptorProtos.FieldDescriptorProto.Builder builderForValue) repeated .google.protobuf.FieldDescriptorProto extension = 7;
DescriptorProtos.DescriptorProto.Builder.setField
(int index, DescriptorProtos.FieldDescriptorProto.Builder builderForValue) repeated .google.protobuf.FieldDescriptorProto field = 2;