Class: Google::Cloud::Sql::V1::SqlInstancesPerformDiskShrinkRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::SqlInstancesPerformDiskShrinkRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb
Overview
Instance perform disk shrink request.
Instance Attribute Summary collapse
-
#body ⇒ ::Google::Cloud::Sql::V1::PerformDiskShrinkContext
Perform disk shrink context.
-
#instance ⇒ ::String
Cloud SQL instance ID.
-
#project ⇒ ::String
Project ID of the project that contains the instance.
Instance Attribute Details
#body ⇒ ::Google::Cloud::Sql::V1::PerformDiskShrinkContext
Returns Perform disk shrink context.
463 464 465 466 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 463 class SqlInstancesPerformDiskShrinkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance ⇒ ::String
Returns Cloud SQL instance ID. This does not include the project ID.
463 464 465 466 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 463 class SqlInstancesPerformDiskShrinkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID of the project that contains the instance.
463 464 465 466 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 463 class SqlInstancesPerformDiskShrinkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |