public static final class CreateInstancePartitionRequest.Builder extends GeneratedMessageV3.Builder<CreateInstancePartitionRequest.Builder> implements CreateInstancePartitionRequestOrBuilder
The request for CreateInstancePartition.
Protobuf type google.spanner.admin.instance.v1.CreateInstancePartitionRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CreateInstancePartitionRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overridesbuild()
public CreateInstancePartitionRequest build()
buildPartial()
public CreateInstancePartitionRequest buildPartial()
clear()
public CreateInstancePartitionRequest.Builder clear()
OverridesclearField(Descriptors.FieldDescriptor field)
public CreateInstancePartitionRequest.Builder clearField(Descriptors.FieldDescriptor field)
OverridesclearInstancePartition()
public CreateInstancePartitionRequest.Builder clearInstancePartition()
Required. The instance partition to create. The instance_partition.name may be omitted, but if specified must be <parent>/instancePartitions/<instance_partition_id>
.
.google.spanner.admin.instance.v1.InstancePartition instance_partition = 3 [(.google.api.field_behavior) = REQUIRED];
clearInstancePartitionId()
public CreateInstancePartitionRequest.Builder clearInstancePartitionId()
Required. The ID of the instance partition to create. Valid identifiers are of the form a-z*[a-z0-9]
and must be between 2 and 64 characters in length.
string instance_partition_id = 2 [(.google.api.field_behavior) = REQUIRED];
clearOneof(Descriptors.OneofDescriptor oneof)
public CreateInstancePartitionRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
OverridesclearParent()
public CreateInstancePartitionRequest.Builder clearParent()
Required. The name of the instance in which to create the instance partition. Values are of the form projects/<project>/instances/<instance>
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
clone()
public CreateInstancePartitionRequest.Builder clone()
OverridesgetDefaultInstanceForType()
public CreateInstancePartitionRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
OverridesgetInstancePartition()
public InstancePartition getInstancePartition()
Required. The instance partition to create. The instance_partition.name may be omitted, but if specified must be <parent>/instancePartitions/<instance_partition_id>
.
.google.spanner.admin.instance.v1.InstancePartition instance_partition = 3 [(.google.api.field_behavior) = REQUIRED];
getInstancePartitionBuilder()
public InstancePartition.Builder getInstancePartitionBuilder()
Required. The instance partition to create. The instance_partition.name may be omitted, but if specified must be <parent>/instancePartitions/<instance_partition_id>
.
.google.spanner.admin.instance.v1.InstancePartition instance_partition = 3 [(.google.api.field_behavior) = REQUIRED];
getInstancePartitionId()
public String getInstancePartitionId()
Required. The ID of the instance partition to create. Valid identifiers are of the form a-z*[a-z0-9]
and must be between 2 and 64 characters in length.
string instance_partition_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
String | The instancePartitionId. |
getInstancePartitionIdBytes()
public ByteString getInstancePartitionIdBytes()
Required. The ID of the instance partition to create. Valid identifiers are of the form a-z*[a-z0-9]
and must be between 2 and 64 characters in length.
string instance_partition_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
ByteString | The bytes for instancePartitionId. |
getInstancePartitionOrBuilder()
public InstancePartitionOrBuilder getInstancePartitionOrBuilder()
Required. The instance partition to create. The instance_partition.name may be omitted, but if specified must be <parent>/instancePartitions/<instance_partition_id>
.
.google.spanner.admin.instance.v1.InstancePartition instance_partition = 3 [(.google.api.field_behavior) = REQUIRED];
getParent()
public String getParent()
Required. The name of the instance in which to create the instance partition. Values are of the form projects/<project>/instances/<instance>
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
String | The parent. |
getParentBytes()
public ByteString getParentBytes()
Required. The name of the instance in which to create the instance partition. Values are of the form projects/<project>/instances/<instance>
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for parent. |
hasInstancePartition()
public boolean hasInstancePartition()
Required. The instance partition to create. The instance_partition.name may be omitted, but if specified must be <parent>/instancePartitions/<instance_partition_id>
.
.google.spanner.admin.instance.v1.InstancePartition instance_partition = 3 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
boolean | Whether the instancePartition field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
OverridesisInitialized()
public final boolean isInitialized()
Overridespublic CreateInstancePartitionRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
OverridesmergeFrom(Message other)
public CreateInstancePartitionRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
OverridesmergeFrom(CreateInstancePartitionRequest other)
public CreateInstancePartitionRequest.Builder mergeFrom(CreateInstancePartitionRequest other)
mergeInstancePartition(InstancePartition value)
public CreateInstancePartitionRequest.Builder mergeInstancePartition(InstancePartition value)
Required. The instance partition to create. The instance_partition.name may be omitted, but if specified must be <parent>/instancePartitions/<instance_partition_id>
.
.google.spanner.admin.instance.v1.InstancePartition instance_partition = 3 [(.google.api.field_behavior) = REQUIRED];
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CreateInstancePartitionRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
OverridessetField(Descriptors.FieldDescriptor field, Object value)
public CreateInstancePartitionRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
OverridessetInstancePartition(InstancePartition value)
public CreateInstancePartitionRequest.Builder setInstancePartition(InstancePartition value)
Required. The instance partition to create. The instance_partition.name may be omitted, but if specified must be <parent>/instancePartitions/<instance_partition_id>
.
.google.spanner.admin.instance.v1.InstancePartition instance_partition = 3 [(.google.api.field_behavior) = REQUIRED];
setInstancePartition(InstancePartition.Builder builderForValue)
public CreateInstancePartitionRequest.Builder setInstancePartition(InstancePartition.Builder builderForValue)
Required. The instance partition to create. The instance_partition.name may be omitted, but if specified must be <parent>/instancePartitions/<instance_partition_id>
.
.google.spanner.admin.instance.v1.InstancePartition instance_partition = 3 [(.google.api.field_behavior) = REQUIRED];
setInstancePartitionId(String value)
public CreateInstancePartitionRequest.Builder setInstancePartitionId(String value)
Required. The ID of the instance partition to create. Valid identifiers are of the form a-z*[a-z0-9]
and must be between 2 and 64 characters in length.
string instance_partition_id = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | String
The instancePartitionId to set. |
setInstancePartitionIdBytes(ByteString value)
public CreateInstancePartitionRequest.Builder setInstancePartitionIdBytes(ByteString value)
Required. The ID of the instance partition to create. Valid identifiers are of the form a-z*[a-z0-9]
and must be between 2 and 64 characters in length.
string instance_partition_id = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | ByteString
The bytes for instancePartitionId to set. |
setParent(String value)
public CreateInstancePartitionRequest.Builder setParent(String value)
Required. The name of the instance in which to create the instance partition. Values are of the form projects/<project>/instances/<instance>
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
---|
Name | Description |
value | String
The parent to set. |
setParentBytes(ByteString value)
public CreateInstancePartitionRequest.Builder setParentBytes(ByteString value)
Required. The name of the instance in which to create the instance partition. Values are of the form projects/<project>/instances/<instance>
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
---|
Name | Description |
value | ByteString
The bytes for parent to set. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CreateInstancePartitionRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
OverridessetUnknownFields(UnknownFieldSet unknownFields)
public final CreateInstancePartitionRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides