public sealed class UpdateBackupScheduleRequest : IMessage<UpdateBackupScheduleRequest>, IEquatable<UpdateBackupScheduleRequest>, IDeepCloneable<UpdateBackupScheduleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner Database Administration v1 API class UpdateBackupScheduleRequest.
The request for [UpdateBackupScheduleRequest][google.spanner.admin.database.v1.DatabaseAdmin.UpdateBackupSchedule].
Implements
IMessageUpdateBackupScheduleRequest, IEquatableUpdateBackupScheduleRequest, IDeepCloneableUpdateBackupScheduleRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.Admin.Database.V1Assembly
Google.Cloud.Spanner.Admin.Database.V1.dll
Constructors
UpdateBackupScheduleRequest()
public UpdateBackupScheduleRequest()
UpdateBackupScheduleRequest(UpdateBackupScheduleRequest)
public UpdateBackupScheduleRequest(UpdateBackupScheduleRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateBackupScheduleRequest |
Properties
BackupSchedule
public BackupSchedule BackupSchedule { get; set; }
Required. The backup schedule to update. backup_schedule.name
, and the
fields to be updated as specified by update_mask
are required. Other
fields are ignored.
Property Value | |
---|---|
Type | Description |
BackupSchedule |
UpdateMask
public FieldMask UpdateMask { get; set; }
Required. A mask specifying which fields in the BackupSchedule resource should be updated. This mask is relative to the BackupSchedule resource, not to the request message. The field mask must always be specified; this prevents any future fields from being erased accidentally.
Property Value | |
---|---|
Type | Description |
FieldMask |