Class: Google::Cloud::Sql::V1::BackupContext

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/sql/v1/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.



255
256
257
258
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb', line 255

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.



255
256
257
258
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb', line 255

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}



255
256
257
258
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb', line 255

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