Class: Google::Cloud::Sql::V1beta4::BackupContext

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

Overview

Backup context.

Instance Attribute Summary collapse

Instance Attribute Details

#backup_id::Integer

Returns The identifier of the backup.

Returns:

  • (::Integer)

    The identifier of the backup.



448
449
450
451
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql_resources.rb', line 448

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

#kind::String

Returns This is always sql#backupContext.

Returns:

  • (::String)

    This is always sql#backupContext.



448
449
450
451
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql_resources.rb', line 448

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

#name::String

Returns The name of the backup. Format: projects/{project}/backups/{backup}.

Returns:

  • (::String)

    The name of the backup. Format: projects/{project}/backups/{backup}



448
449
450
451
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql_resources.rb', line 448

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