Class: Google::Cloud::Sql::V1::SqlBackupRunsGetRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::SqlBackupRunsGetRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_backup_runs.rb
Overview
Backup runs get request.
Instance Attribute Summary collapse
-
#id ⇒ ::Integer
The ID of this backup run.
-
#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 this backup run.
51 52 53 54 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_backup_runs.rb', line 51 class SqlBackupRunsGetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance ⇒ ::String
Returns Cloud SQL instance ID. This does not include the project ID.
51 52 53 54 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_backup_runs.rb', line 51 class SqlBackupRunsGetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID of the project that contains the instance.
51 52 53 54 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_backup_runs.rb', line 51 class SqlBackupRunsGetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |