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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `UpdateRestoreRequest` class within the Google Cloud GKE Backup v1 API, specifically version 2.3.0, with links to other versions as well."],["`UpdateRestoreRequest` is used to send requests for updating a Restore resource, which is part of the Backup for GKE API."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class has two properties, `Restore` and `UpdateMask`, which are used to specify the updated Restore resource and the fields that should be updated, respectively."],["There is also links provided to view the documentation of the different versions of the class, from 1.0.0-beta01 to 2.6.0 (latest)."]]],[]]