Class: Google::Cloud::Sql::V1beta4::SqlInstancesGetDiskShrinkConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1beta4::SqlInstancesGetDiskShrinkConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1beta4/cloud_sql.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.
1006 1007 1008 1009 |
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb', line 1006 class SqlInstancesGetDiskShrinkConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID of the project that contains the instance.
1006 1007 1008 1009 |
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb', line 1006 class SqlInstancesGetDiskShrinkConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |