public sealed class UpdateRestoreRequest : IMessage<UpdateRestoreRequest>, IEquatable<UpdateRestoreRequest>, IDeepCloneable<UpdateRestoreRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup for GKE v1 API class UpdateRestoreRequest.
Request message for UpdateRestore.
Implements
IMessageUpdateRestoreRequest, IEquatableUpdateRestoreRequest, IDeepCloneableUpdateRestoreRequest, IBufferMessage, IMessageNamespace
Google.Cloud.GkeBackup.V1Assembly
Google.Cloud.GkeBackup.V1.dll
Constructors
UpdateRestoreRequest()
public UpdateRestoreRequest()
UpdateRestoreRequest(UpdateRestoreRequest)
public UpdateRestoreRequest(UpdateRestoreRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateRestoreRequest |
Properties
Restore
public Restore Restore { get; set; }
Required. A new version of the Restore resource that contains updated
fields. This may be sparsely populated if an update_mask
is provided.
Property Value | |
---|---|
Type | Description |
Restore |
UpdateMask
public FieldMask UpdateMask { get; set; }
Optional. This is used to specify the fields to be overwritten in the
Restore targeted for update. The values for each of these
updated fields will be taken from the restore
provided
with this request. Field names are relative to the root of the resource.
If no update_mask
is provided, all fields in restore
will be
written to the target Restore resource.
Note that OUTPUT_ONLY and IMMUTABLE fields in restore
are ignored
and are not used to update the target Restore.
Property Value | |
---|---|
Type | Description |
FieldMask |