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.
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.
[[["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."],[[["The latest version available for the `UpdateRestoreRequest` is 2.6.0, which represents an update to the Backup for GKE v1 API."],["`UpdateRestoreRequest` is a request message class used for updating a Restore resource within the Backup for GKE v1 API."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffer management."],["Key properties of the `UpdateRestoreRequest` class include `Restore`, representing the new version of the Restore resource, and `UpdateMask`, used to specify which fields of the Restore should be updated."],["The class has two constructors, a default one, and another to create a new instance based on another already existing `UpdateRestoreRequest`."]]],[]]