public sealed class UpdateBackupRequest : IMessage<UpdateBackupRequest>, IEquatable<UpdateBackupRequest>, IDeepCloneable<UpdateBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class UpdateBackupRequest.
The request for [UpdateBackup][google.bigtable.admin.v2.BigtableTableAdmin.UpdateBackup].
Implements
IMessageUpdateBackupRequest, IEquatableUpdateBackupRequest, IDeepCloneableUpdateBackupRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
UpdateBackupRequest()
public UpdateBackupRequest()
UpdateBackupRequest(UpdateBackupRequest)
public UpdateBackupRequest(UpdateBackupRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateBackupRequest |
Properties
Backup
public Backup Backup { get; set; }
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
.
Property Value | |
---|---|
Type | Description |
Backup |
UpdateMask
public FieldMask UpdateMask { get; set; }
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.
Property Value | |
---|---|
Type | Description |
FieldMask |