public sealed class UpdatePatchDeploymentRequest : IMessage<UpdatePatchDeploymentRequest>, IEquatable<UpdatePatchDeploymentRequest>, IDeepCloneable<UpdatePatchDeploymentRequest>, IBufferMessage, IMessage
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 a request message used for updating a patch deployment in the Google Cloud OS Config API."],["This class is part of the `Google.Cloud.OsConfig.V1` namespace and is implemented in the `Google.Cloud.OsConfig.V1.dll` assembly, and is in version 1.8.0."],["The `UpdatePatchDeploymentRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains two key properties, `PatchDeployment` and `UpdateMask`, which allow to specify the patch deployment to be updated and to control which fields should be updated, respectively."],["There are two constructors available, one default, and one that takes another `UpdatePatchDeploymentRequest` object."]]],[]]