Class: Google::Cloud::AlloyDB::V1alpha::RestoreFromCloudSQLRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#cloudsql_backup_run_source::Google::Cloud::AlloyDB::V1alpha::CloudSQLBackupRunSource

Returns Cluster created from CloudSQL backup run.

Returns:



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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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