Reference documentation and code samples for the Cloud Spanner Instance Admin V1 API class Google::Cloud::Spanner::Admin::Instance::V1::CreateInstancePartitionMetadata.
Metadata type for the operation returned by CreateInstancePartition.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cancel_time
def cancel_time() -> ::Google::Protobuf::Timestamp
Returns
- (::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.
#cancel_time=
def cancel_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::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.
Returns
- (::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
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time at which this operation failed or was completed successfully.
#end_time=
def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time at which this operation failed or was completed successfully.
Returns
- (::Google::Protobuf::Timestamp) — The time at which this operation failed or was completed successfully.
#instance_partition
def instance_partition() -> ::Google::Cloud::Spanner::Admin::Instance::V1::InstancePartition
Returns
- (::Google::Cloud::Spanner::Admin::Instance::V1::InstancePartition) — The instance partition being created.
#instance_partition=
def instance_partition=(value) -> ::Google::Cloud::Spanner::Admin::Instance::V1::InstancePartition
Parameter
- value (::Google::Cloud::Spanner::Admin::Instance::V1::InstancePartition) — The instance partition being created.
Returns
- (::Google::Cloud::Spanner::Admin::Instance::V1::InstancePartition) — The instance partition being created.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time at which the CreateInstancePartition request was received.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time at which the CreateInstancePartition request was received.
Returns
- (::Google::Protobuf::Timestamp) — The time at which the CreateInstancePartition request was received.