public sealed class GetPatchDeploymentRequest : IMessage<GetPatchDeploymentRequest>, IEquatable<GetPatchDeploymentRequest>, IDeepCloneable<GetPatchDeploymentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Config v1 API class GetPatchDeploymentRequest.
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 reference documentation for the `GetPatchDeploymentRequest` class within the Google Cloud OS Config v1 API."],["The `GetPatchDeploymentRequest` class is used to retrieve a specific patch deployment, with a required resource name in the format `projects/*/patchDeployments/*`."],["The documentation lists multiple available versions of the API, from version 1.3.0 to the latest version 2.4.0, all for the same class."],["The `GetPatchDeploymentRequest` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the class are `Name` (a string representing the resource name) and `PatchDeploymentName` (a typed view over the resource name)."]]],[]]