DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.clearDefaultValue() |
For numeric types, contains the original text representation of the value.
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.clearExtendee() |
For extensions, this is the name of the type being extended.
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.clearJsonName() |
JSON name of this field.
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.clearLabel() |
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.clearName() |
optional string name = 1;
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.clearNumber() |
optional int32 number = 3;
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.clearOneofIndex() |
If set, gives the index of a oneof in the containing type's oneof_decl
list.
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.clearOptions() |
optional .google.protobuf.FieldOptions options = 8;
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.clearProto3Optional() |
If true, this is a proto3 "optional".
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.clearType() |
If type_name is set, this need not be set.
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.clearTypeName() |
For message and enum types, this is the name of the type.
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.mergeOptions(DescriptorProtos.FieldOptions value) |
optional .google.protobuf.FieldOptions options = 8;
|
static DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.newBuilder() |
|
static DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.newBuilder(DescriptorProtos.FieldDescriptorProto prototype) |
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.setDefaultValue(java.lang.String value) |
For numeric types, contains the original text representation of the value.
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.setDefaultValueBytes(ByteString value) |
For numeric types, contains the original text representation of the value.
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.setExtendee(java.lang.String value) |
For extensions, this is the name of the type being extended.
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.setExtendeeBytes(ByteString value) |
For extensions, this is the name of the type being extended.
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.setJsonName(java.lang.String value) |
JSON name of this field.
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.setJsonNameBytes(ByteString value) |
JSON name of this field.
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.setLabel(DescriptorProtos.FieldDescriptorProto.Label value) |
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.setName(java.lang.String value) |
optional string name = 1;
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.setNameBytes(ByteString value) |
optional string name = 1;
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.setNumber(int value) |
optional int32 number = 3;
|
DescriptorProtos.FieldDescriptorProto.Builder |
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 |
DescriptorProtos.FieldDescriptorProto.Builder.setOptions(DescriptorProtos.FieldOptions value) |
optional .google.protobuf.FieldOptions options = 8;
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.setOptions(DescriptorProtos.FieldOptions.Builder builderForValue) |
optional .google.protobuf.FieldOptions options = 8;
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.setProto3Optional(boolean value) |
If true, this is a proto3 "optional".
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.setType(DescriptorProtos.FieldDescriptorProto.Type value) |
If type_name is set, this need not be set.
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.setTypeName(java.lang.String value) |
For message and enum types, this is the name of the type.
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.setTypeNameBytes(ByteString value) |
For message and enum types, this is the name of the type.
|