Class: Google::Cloud::Sql::V1::BackupContext
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::BackupContext
- 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
-
#backup_id ⇒ ::Integer
The identifier of the backup.
-
#kind ⇒ ::String
This is always
sql#backupContext. -
#name ⇒ ::String
The name of the backup.
Instance Attribute Details
#backup_id ⇒ ::Integer
Returns 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.
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}.
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 |