Class: Google::Cloud::Sql::V1::SqlBackupRunsDeleteRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/sql/v1/cloud_sql_backup_runs.rb

Overview

Backup runs delete request.

Instance Attribute Summary collapse

Instance Attribute Details

#id::Integer

Returns The ID of the backup run to delete. To find a backup run ID, use the list method.

Returns:

  • (::Integer)

    The ID of the backup run to delete. To find a backup run ID, use the list method.



36
37
38
39
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_backup_runs.rb', line 36

class SqlBackupRunsDeleteRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#instance::String

Returns Cloud SQL instance ID. This does not include the project ID.

Returns:

  • (::String)

    Cloud SQL instance ID. This does not include the project ID.



36
37
38
39
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_backup_runs.rb', line 36

class SqlBackupRunsDeleteRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#project::String

Returns Project ID of the project that contains the instance.

Returns:

  • (::String)

    Project ID of the project that contains the instance.



36
37
38
39
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_backup_runs.rb', line 36

class SqlBackupRunsDeleteRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end