Reference documentation and code samples for the Cloud Spanner Instance Admin V1 API class Google::Cloud::Spanner::Admin::Instance::V1::MoveInstanceMetadata.
Metadata type for the operation returned by MoveInstance.
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.
#cancel_time=
def cancel_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time at which this operation was cancelled.
Returns
- (::Google::Protobuf::Timestamp) — The time at which this operation was cancelled.
#progress
def progress() -> ::Google::Cloud::Spanner::Admin::Instance::V1::OperationProgress
Returns
- (::Google::Cloud::Spanner::Admin::Instance::V1::OperationProgress) — The progress of the MoveInstance operation. progress_percent is reset when cancellation is requested.
#progress=
def progress=(value) -> ::Google::Cloud::Spanner::Admin::Instance::V1::OperationProgress
Parameter
- value (::Google::Cloud::Spanner::Admin::Instance::V1::OperationProgress) — The progress of the MoveInstance operation. progress_percent is reset when cancellation is requested.
Returns
- (::Google::Cloud::Spanner::Admin::Instance::V1::OperationProgress) — The progress of the MoveInstance operation. progress_percent is reset when cancellation is requested.
#target_config
def target_config() -> ::String
Returns
-
(::String) — The target instance configuration where to move the instance.
Values are of the form
projects/<project>/instanceConfigs/<config>
.
#target_config=
def target_config=(value) -> ::String
Parameter
-
value (::String) — The target instance configuration where to move the instance.
Values are of the form
projects/<project>/instanceConfigs/<config>
.
Returns
-
(::String) — The target instance configuration where to move the instance.
Values are of the form
projects/<project>/instanceConfigs/<config>
.