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.1.0."],["The `UpdatePatchDeploymentRequest` class is used to send a request to update a patch deployment and inherits from and implements various interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes two constructors, a default and one that accepts another `UpdatePatchDeploymentRequest` object to create a copy of it."],["It has two main properties, `PatchDeployment`, which is the patch deployment to update, and `UpdateMask`, which is used to control which fields are updated."],["The documentation provided covers a range of versions from 1.3.0 to the latest 2.4.0, of the `UpdatePatchDeploymentRequest` class, allowing developers to access the right documentation depending on the current version of their project."]]],[]]