Class DeleteInstancePartitionRequest (3.46.0)

DeleteInstancePartitionRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The request for DeleteInstancePartition][google.spanner.admin.instance.v1.InstanceAdmin.DeleteInstancePartition].

Attributes

NameDescription
name str
Required. The name of the instance partition to be deleted. Values are of the form projects/{project}/instances/{instance}/instancePartitions/{instance_partition}
etag str
Optional. If not empty, the API only deletes the instance partition when the etag provided matches the current status of the requested instance partition. Otherwise, deletes the instance partition without checking the current status of the requested instance partition.