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."],[[["The `UpdatePatchDeploymentRequest` class is part of the Google Cloud OS Config v1 API, specifically for updating patch deployments."],["This class is available in multiple versions, ranging from 1.3.0 to the latest, 2.4.0, with version 2.2.0 being the focus in this documentation."],["It inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with Google's .NET libraries."],["The class features two constructors, one default and another for creating an instance from an existing `UpdatePatchDeploymentRequest` object, and includes properties like `PatchDeployment` and `UpdateMask` for controlling the update process."],["The documentation provides links to the different versions of the `UpdatePatchDeploymentRequest` class and the `Google.Cloud.OsConfig.V1` namespace, along with links to inherited members, constructors, and property descriptions."]]],[]]