Cloud SQL Admin V1 API - Class Google::Cloud::Sql::V1::BackupContext (v0.1.0)

Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::BackupContext.

Backup context.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#backup_id

def backup_id() -> ::Integer
Returns
  • (::Integer) — The identifier of the backup.

#backup_id=

def backup_id=(value) -> ::Integer
Parameter
  • value (::Integer) — The identifier of the backup.
Returns
  • (::Integer) — The identifier of the backup.

#kind

def kind() -> ::String
Returns
  • (::String) — This is always sql#backupContext.

#kind=

def kind=(value) -> ::String
Parameter
  • value (::String) — This is always sql#backupContext.
Returns
  • (::String) — This is always sql#backupContext.

#name

def name() -> ::String
Returns
  • (::String) — The name of the backup. Format: projects/{project}/backups/{backup}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — The name of the backup. Format: projects/{project}/backups/{backup}
Returns
  • (::String) — The name of the backup. Format: projects/{project}/backups/{backup}