Reference documentation and code samples for the AlloyDB V1BETA API class Google::Cloud::AlloyDB::V1beta::RestoreFromCloudSQLRequest.
Message for registering Restoring from CloudSQL resource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cloudsql_backup_run_source
def cloudsql_backup_run_source() -> ::Google::Cloud::AlloyDB::V1beta::CloudSQLBackupRunSource
Returns
- (::Google::Cloud::AlloyDB::V1beta::CloudSQLBackupRunSource) — Cluster created from CloudSQL backup run.
#cloudsql_backup_run_source=
def cloudsql_backup_run_source=(value) -> ::Google::Cloud::AlloyDB::V1beta::CloudSQLBackupRunSource
Parameter
- value (::Google::Cloud::AlloyDB::V1beta::CloudSQLBackupRunSource) — Cluster created from CloudSQL backup run.
Returns
- (::Google::Cloud::AlloyDB::V1beta::CloudSQLBackupRunSource) — Cluster created from CloudSQL backup run.
#cluster
def cluster() -> ::Google::Cloud::AlloyDB::V1beta::Cluster
Returns
- (::Google::Cloud::AlloyDB::V1beta::Cluster) — Required. The resource being created
#cluster=
def cluster=(value) -> ::Google::Cloud::AlloyDB::V1beta::Cluster
Parameter
- value (::Google::Cloud::AlloyDB::V1beta::Cluster) — Required. The resource being created
Returns
- (::Google::Cloud::AlloyDB::V1beta::Cluster) — Required. The resource being created
#cluster_id
def cluster_id() -> ::String
Returns
- (::String) — Required. ID of the requesting object.
#cluster_id=
def cluster_id=(value) -> ::String
Parameter
- value (::String) — Required. ID of the requesting object.
Returns
- (::String) — Required. ID of the requesting object.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The location of the new cluster. For the required format, see the comment on Cluster.name field.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The location of the new cluster. For the required format, see the comment on Cluster.name field.
Returns
- (::String) — Required. The location of the new cluster. For the required format, see the comment on Cluster.name field.