Class: Google::Bigtable::Admin::V2::CreateBackupRequest
- Inherits:
-
Object
- Object
- Google::Bigtable::Admin::V2::CreateBackupRequest
- Defined in:
- lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb
Overview
The request for CreateBackup.
Instance Attribute Summary collapse
-
#backup ⇒ Google::Bigtable::Admin::V2::Backup
Required.
-
#backup_id ⇒ String
Required.
-
#parent ⇒ String
Required.
Instance Attribute Details
#backup ⇒ Google::Bigtable::Admin::V2::Backup
Returns Required. The backup to create.
383 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 383 class CreateBackupRequest; end |
#backup_id ⇒ String
Returns Required. The id of the backup to be created. The backup_id
along with
the parent parent
are combined as {parent}/backups/{backup_id} to create
the full backup name, of the form:
projects/{project}/instances/{instance}/clusters/{cluster}/backups/{backup_id}
.
This string must be between 1 and 50 characters in length and match the
regex [a-zA-Z0-9][-.a-zA-Z0-9]*.
383 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 383 class CreateBackupRequest; end |
#parent ⇒ String
Returns Required. This must be one of the clusters in the instance in which this
table is located. The backup will be stored in this cluster. Values are
of the form projects/{project}/instances/{instance}/clusters/{cluster}
.
383 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 383 class CreateBackupRequest; end |