Class: Google::Bigtable::Admin::V2::UpdateBackupRequest
- Inherits:
-
Object
- Object
- Google::Bigtable::Admin::V2::UpdateBackupRequest
- Defined in:
- lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb
Overview
The request for UpdateBackup.
Instance Attribute Summary collapse
-
#backup ⇒ Google::Bigtable::Admin::V2::Backup
Required.
-
#update_mask ⇒ Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#backup ⇒ Google::Bigtable::Admin::V2::Backup
Returns Required. The backup to update. backup.name
, and the fields to be updated
as specified by update_mask
are required. Other fields are ignored.
Update is only supported for the following fields:
backup.expire_time
.
425 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 425 class UpdateBackupRequest; end |
#update_mask ⇒ Google::Protobuf::FieldMask
Returns Required. A mask specifying which fields (e.g. expire_time
) in the
Backup resource should be updated. This mask is relative to the Backup
resource, not to the request message. The field mask must always be
specified; this prevents any future fields from being erased accidentally
by clients that do not know about them.
425 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 425 class UpdateBackupRequest; end |