Class: Google::Cloud::Sql::V1beta4::SqlBackupRunsDeleteRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1beta4::SqlBackupRunsDeleteRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb
Instance Attribute Summary collapse
-
#id ⇒ ::Integer
The ID of the backup run to delete.
-
#instance ⇒ ::String
Cloud SQL instance ID.
-
#project ⇒ ::String
Project ID of the project that contains the instance.
Instance Attribute Details
#id ⇒ ::Integer
Returns The ID of the backup run to delete. To find a backup run ID, use the list method.
130 131 132 133 |
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb', line 130 class SqlBackupRunsDeleteRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance ⇒ ::String
Returns Cloud SQL instance ID. This does not include the project ID.
130 131 132 133 |
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb', line 130 class SqlBackupRunsDeleteRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID of the project that contains the instance.
130 131 132 133 |
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb', line 130 class SqlBackupRunsDeleteRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |