public sealed class UpdatePatchDeploymentRequest : IMessage<UpdatePatchDeploymentRequest>, IEquatable<UpdatePatchDeploymentRequest>, IDeepCloneable<UpdatePatchDeploymentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Config v1 API class UpdatePatchDeploymentRequest.
A request message for updating a patch deployment.
[[["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 document provides reference information for the `UpdatePatchDeploymentRequest` class within the Google Cloud OS Config v1 API, specifically version 2.3.0."],["The `UpdatePatchDeploymentRequest` class is used to update a patch deployment and is part of the `Google.Cloud.OsConfig.V1` namespace, found in the `Google.Cloud.OsConfig.V1.dll` assembly."],["It outlines the class's inheritance, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `PatchDeployment` (required) and `UpdateMask` (optional), which allow users to specify the patch deployment to update and control which fields are modified."],["The documentation provides links to previous versions of the API, from 1.3.0 to 2.4.0, the latter being the latest version."]]],[]]