public sealed class UpdateRestorePlanRequest : IMessage<UpdateRestorePlanRequest>, IEquatable<UpdateRestorePlanRequest>, IDeepCloneable<UpdateRestorePlanRequest>, IBufferMessage, IMessage
This is used to specify the fields to be overwritten in the
RestorePlan targeted for update. The values for each of these
updated fields will be taken from the restore_plan provided
with this request. Field names are relative to the root of the resource.
If no update_mask is provided, all fields in restore_plan will be
written to the target RestorePlan resource.
Note that OUTPUT_ONLY and IMMUTABLE fields in restore_plan are ignored
and are not used to update the target RestorePlan.
[[["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 `UpdateRestorePlanRequest` is 2.6.0, with other versions ranging from 2.0.0 to 2.5.0 available, as well as 1.0.0-beta01."],["`UpdateRestorePlanRequest` is a request message for updating a `RestorePlan`, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and has inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, and it is located in the `Google.Cloud.GkeBackup.V1` namespace within the `Google.Cloud.GkeBackup.V1.dll` assembly."],["`UpdateRestorePlanRequest` has properties named `RestorePlan`, of type `RestorePlan`, which contains updated fields for the RestorePlan resource, and `UpdateMask`, of type `FieldMask`, which is used to specify which fields are to be updated."],["Two constructors are available, one empty and one that accepts another instance of `UpdateRestorePlanRequest`."]]],[]]