Class: Google::Cloud::Sql::V1::PerformDiskShrinkContext
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::PerformDiskShrinkContext
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb
Overview
Perform disk shrink context.
Instance Attribute Summary collapse
-
#target_size_gb ⇒ ::Integer
The target disk shrink size in GigaBytes.
Instance Attribute Details
#target_size_gb ⇒ ::Integer
Returns The target disk shrink size in GigaBytes.
191 192 193 194 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb', line 191 class PerformDiskShrinkContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |