Class: Google::Cloud::AlloyDB::V1alpha::CloudSQLBackupRunSource

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

Instance Attribute Details

#backup_run_id::Integer

Returns Required. The CloudSQL backup run ID.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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