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."],[[["This webpage provides documentation for the `GetPatchDeploymentRequest` class within the `Google.Cloud.OsConfig.V1` namespace, specifically for version 1.8.0 of the library."],["The `GetPatchDeploymentRequest` class is used to create a request message for retrieving a patch deployment, implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes two constructors, a default one and one that accepts another `GetPatchDeploymentRequest` object for initialization."],["The `Name` property, a string, represents the resource name of the patch deployment and is required, while `PatchDeploymentName` is a typed view of this name."],["The page references multiple earlier versions of the `GetPatchDeploymentRequest`, from 1.3.0 to 2.4.0 (the latest), allowing users to access previous versions' documentation."]]],[]]