Reference documentation and code samples for the Cloud Spanner V1 Client class UpdateInstancePartitionMetadata.
Metadata type for the operation returned by UpdateInstancePartition.
Generated from protobuf message google.spanner.admin.instance.v1.UpdateInstancePartitionMetadata
Namespace
Google \ Cloud \ Spanner \ Admin \ Instance \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ instance_partition |
Google\Cloud\Spanner\Admin\Instance\V1\InstancePartition
The desired end state of the update. |
↳ start_time |
Google\Protobuf\Timestamp
The time at which UpdateInstancePartition request was received. |
↳ cancel_time |
Google\Protobuf\Timestamp
The time at which this operation was cancelled. If set, this operation is in the process of undoing itself (which is guaranteed to succeed) and cannot be cancelled again. |
↳ end_time |
Google\Protobuf\Timestamp
The time at which this operation failed or was completed successfully. |
getInstancePartition
The desired end state of the update.
Returns | |
---|---|
Type | Description |
Google\Cloud\Spanner\Admin\Instance\V1\InstancePartition|null |
hasInstancePartition
clearInstancePartition
setInstancePartition
The desired end state of the update.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Spanner\Admin\Instance\V1\InstancePartition
|
Returns | |
---|---|
Type | Description |
$this |
getStartTime
The time at which UpdateInstancePartition request was received.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasStartTime
clearStartTime
setStartTime
The time at which UpdateInstancePartition request was received.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getCancelTime
The time at which this operation was cancelled. If set, this operation is in the process of undoing itself (which is guaranteed to succeed) and cannot be cancelled again.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCancelTime
clearCancelTime
setCancelTime
The time at which this operation was cancelled. If set, this operation is in the process of undoing itself (which is guaranteed to succeed) and cannot be cancelled again.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getEndTime
The time at which this operation failed or was completed successfully.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasEndTime
clearEndTime
setEndTime
The time at which this operation failed or was completed successfully.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |