public sealed class UpdateBackupPlanRequest : IMessage<UpdateBackupPlanRequest>, IEquatable<UpdateBackupPlanRequest>, IDeepCloneable<UpdateBackupPlanRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup for GKE v1 API class UpdateBackupPlanRequest.
This is used to specify the fields to be overwritten in the
BackupPlan targeted for update. The values for each of these
updated fields will be taken from the backup_plan provided
with this request. Field names are relative to the root of the resource
(e.g., description, backup_config.include_volume_data, etc.)
If no update_mask is provided, all fields in backup_plan will be
written to the target BackupPlan resource.
Note that OUTPUT_ONLY and IMMUTABLE fields in backup_plan are ignored
and are not used to update the target BackupPlan.
[[["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 `UpdateBackupPlanRequest` class within the Google Cloud GKE Backup v1 API, specifically version 2.3.0."],["The `UpdateBackupPlanRequest` class is used to send requests to update a `BackupPlan` resource, which is part of the Backup for GKE API, and it includes properties such as `BackupPlan` and `UpdateMask`."],["The documentation outlines the class's inheritance from the `object` class and its implementation of several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists various versions of the `UpdateBackupPlanRequest` class documentation, ranging from the latest version 2.6.0 down to 1.0.0-beta01, allowing users to access information related to those different versions."],["The `UpdateMask` property is critical for partial updates, allowing users to specify exactly which fields of the `BackupPlan` they intend to modify with this request."]]],[]]