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 document provides reference information for the `GetPatchDeploymentRequest` class within the Google Cloud OS Config v1 API, covering versions from 1.3.0 to 2.4.0, with 2.4.0 being the latest."],["The `GetPatchDeploymentRequest` class is used to request a patch deployment and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `Object` class, and it has two constructors, one default and one that takes another `GetPatchDeploymentRequest` object."],["The `GetPatchDeploymentRequest` class has two main properties, the `Name`, which is a string resource name, and the `PatchDeploymentName`, which provides a typed view over the `Name` property."]]],[]]