DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FileDescriptorProto.Builder.addExtensionBuilder()
repeated .google.protobuf.FieldDescriptorProto extension = 7;
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.DescriptorProto.Builder.addExtensionBuilder()
repeated .google.protobuf.FieldDescriptorProto extension = 6;
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FileDescriptorProto.Builder.addExtensionBuilder(int index)
repeated .google.protobuf.FieldDescriptorProto extension = 7;
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.DescriptorProto.Builder.addExtensionBuilder(int index)
repeated .google.protobuf.FieldDescriptorProto extension = 6;
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.DescriptorProto.Builder.addFieldBuilder()
repeated .google.protobuf.FieldDescriptorProto field = 2;
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.DescriptorProto.Builder.addFieldBuilder(int index)
repeated .google.protobuf.FieldDescriptorProto field = 2;
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.clear() |
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.clearDefaultValue()
optional string default_value = 7;
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.clearExtendee()
optional string extendee = 2;
|
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.clearOptions()
optional .google.protobuf.FieldOptions options = 8;
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.clearType()
optional .google.protobuf.FieldDescriptorProto.Type type = 5;
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.clearTypeName()
optional string type_name = 6;
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.clone() |
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FileDescriptorProto.Builder.getExtensionBuilder(int index)
repeated .google.protobuf.FieldDescriptorProto extension = 7;
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.DescriptorProto.Builder.getExtensionBuilder(int index)
repeated .google.protobuf.FieldDescriptorProto extension = 6;
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.DescriptorProto.Builder.getFieldBuilder(int index)
repeated .google.protobuf.FieldDescriptorProto field = 2;
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.mergeFrom(DescriptorProtos.FieldDescriptorProto other) |
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.mergeFrom(Message other) |
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.newBuilderForType() |
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.setDefaultValue(java.lang.String value)
optional string default_value = 7;
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.setDefaultValueBytes(ByteString value)
optional string default_value = 7;
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.setExtendee(java.lang.String value)
optional string extendee = 2;
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.setExtendeeBytes(ByteString value)
optional string extendee = 2;
|
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.setOptions(DescriptorProtos.FieldOptions.Builder builderForValue)
optional .google.protobuf.FieldOptions options = 8;
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.setOptions(DescriptorProtos.FieldOptions value)
optional .google.protobuf.FieldOptions options = 8;
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.setType(DescriptorProtos.FieldDescriptorProto.Type value)
optional .google.protobuf.FieldDescriptorProto.Type type = 5;
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.setTypeName(java.lang.String value)
optional string type_name = 6;
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.Builder.setTypeNameBytes(ByteString value)
optional string type_name = 6;
|
DescriptorProtos.FieldDescriptorProto.Builder |
DescriptorProtos.FieldDescriptorProto.toBuilder() |