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
1552 1553 1554 1555 |
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 1552 class MoveInstanceMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#progress ⇒ ::Google::Cloud::Spanner::Admin::Instance::V1::OperationProgress
1552 1553 1554 1555 |
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 1552 class MoveInstanceMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_config ⇒ ::String
1552 1553 1554 1555 |
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 1552 class MoveInstanceMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |