Class: Google::Cloud::Sql::V1::SqlInstancesGetDiskShrinkConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::SqlInstancesGetDiskShrinkConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb
Overview
Instance get disk shrink config request.
Instance Attribute Summary collapse
-
#instance ⇒ ::String
Cloud SQL instance ID.
-
#project ⇒ ::String
Project ID of the project that contains the instance.
Instance Attribute Details
#instance ⇒ ::String
Returns Cloud SQL instance ID. This does not include the project ID.
560 561 562 563 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 560 class SqlInstancesGetDiskShrinkConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID of the project that contains the instance.
560 561 562 563 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 560 class SqlInstancesGetDiskShrinkConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |