Class: Google::Cloud::AlloyDB::V1alpha::RestoreFromCloudSQLRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::RestoreFromCloudSQLRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/csql_service.rb
Overview
Message for registering Restoring from CloudSQL resource.
Instance Attribute Summary collapse
-
#cloudsql_backup_run_source ⇒ ::Google::Cloud::AlloyDB::V1alpha::CloudSQLBackupRunSource
Cluster created from CloudSQL backup run.
-
#cluster ⇒ ::Google::Cloud::AlloyDB::V1alpha::Cluster
Required.
-
#cluster_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#cloudsql_backup_run_source ⇒ ::Google::Cloud::AlloyDB::V1alpha::CloudSQLBackupRunSource
Returns Cluster created from CloudSQL backup run.
38 39 40 41 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/csql_service.rb', line 38 class RestoreFromCloudSQLRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cluster ⇒ ::Google::Cloud::AlloyDB::V1alpha::Cluster
Returns Required. The resource being created.
38 39 40 41 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/csql_service.rb', line 38 class RestoreFromCloudSQLRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cluster_id ⇒ ::String
Returns Required. ID of the requesting object.
38 39 40 41 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/csql_service.rb', line 38 class RestoreFromCloudSQLRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The location of the new cluster. For the required format, see the comment on Cluster.name field.
38 39 40 41 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/csql_service.rb', line 38 class RestoreFromCloudSQLRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |