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 version 1.4.0 of the library."],["The `GetPatchDeploymentRequest` class is used to request the retrieval of a specific patch deployment, inheriting from `Object` and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest available version is 2.4.0, while this page specifically documents version 1.4.0 and several other versions are also documented on the page."],["The class includes two constructors: a default constructor and a constructor that accepts another `GetPatchDeploymentRequest` object as a parameter."],["Key properties include `Name` (a string representing the resource name of the patch deployment) and `PatchDeploymentName` (a `PatchDeploymentName`-typed view of the `Name` property)."]]],[]]