Class: Google::Cloud::AlloyDB::V1alpha::CloudSQLBackupRunSource
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::CloudSQLBackupRunSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/csql_resources.rb
Overview
The source CloudSQL backup resource.
Instance Attribute Summary collapse
-
#backup_run_id ⇒ ::Integer
Required.
-
#instance_id ⇒ ::String
Required.
-
#project ⇒ ::String
The project ID of the source CloudSQL instance.
Instance Attribute Details
#backup_run_id ⇒ ::Integer
Returns Required. The CloudSQL backup run ID.
35 36 37 38 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/csql_resources.rb', line 35 class CloudSQLBackupRunSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance_id ⇒ ::String
Returns Required. The CloudSQL instance ID.
35 36 37 38 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/csql_resources.rb', line 35 class CloudSQLBackupRunSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns The project ID of the source CloudSQL instance. This should be the same as the AlloyDB cluster's project.
35 36 37 38 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/csql_resources.rb', line 35 class CloudSQLBackupRunSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |