Class: Google::Cloud::Spanner::Admin::Instance::V1::MoveInstanceMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Spanner::Admin::Instance::V1::MoveInstanceMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb
Overview
Metadata type for the operation returned by MoveInstance.
Instance Attribute Summary collapse
-
#cancel_time ⇒ ::Google::Protobuf::Timestamp
The time at which this operation was cancelled.
-
#progress ⇒ ::Google::Cloud::Spanner::Admin::Instance::V1::OperationProgress
The progress of the MoveInstance operation.
-
#target_config ⇒ ::String
The target instance configuration where to move the instance.
Instance Attribute Details
#cancel_time ⇒ ::Google::Protobuf::Timestamp
Returns The time at which this operation was cancelled.
1347 1348 1349 1350 |
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 1347 class MoveInstanceMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#progress ⇒ ::Google::Cloud::Spanner::Admin::Instance::V1::OperationProgress
Returns The progress of the MoveInstance operation. progress_percent is reset when cancellation is requested.
1347 1348 1349 1350 |
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 1347 class MoveInstanceMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_config ⇒ ::String
Returns The target instance configuration where to move the instance.
Values are of the form projects/<project>/instanceConfigs/<config>
.
1347 1348 1349 1350 |
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 1347 class MoveInstanceMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |