public sealed class GetPatchDeploymentRequest : IMessage<GetPatchDeploymentRequest>, IEquatable<GetPatchDeploymentRequest>, IDeepCloneable<GetPatchDeploymentRequest>, IBufferMessage, IMessage
A request message for retrieving 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 `GetPatchDeploymentRequest` class is used to request the retrieval of a patch deployment."],["This class is part of the `Google.Cloud.OsConfig.V1` namespace and is defined within the `Google.Cloud.OsConfig.V1.dll` assembly."],["The latest version for the GetPatchDeploymentRequest is 2.4.0, and the class implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["It contains two constructors and two properties: Name, which is a string indicating the resource name, and `PatchDeploymentName`, which is a typed view over the `Name`."],["The class includes a list of versions ranging from 1.3.0 to the latest 2.4.0, for the GetPatchDeploymentRequest."]]],[]]