public sealed class GetPatchJobRequest : IMessage<GetPatchJobRequest>, IEquatable<GetPatchJobRequest>, IDeepCloneable<GetPatchJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Config v1 API class GetPatchJobRequest.
[[["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 `GetPatchJobRequest` class within the Google Cloud OS Config v1 API, specifically version 2.2.0, with links to other versions as well."],["`GetPatchJobRequest` is used to retrieve information about an active or completed patch job, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetPatchJobRequest` class includes properties such as `Name`, which is a required string representing the patch job's resource name, and `PatchJobName`, which provides a typed view of the `Name` property."],["There are two constructors, a default `GetPatchJobRequest()` constructor and one that takes another `GetPatchJobRequest` instance as parameter."],["The documentation also lists several earlier versions of the `GetPatchJobRequest`, starting from 1.3.0 up to the latest version, 2.4.0."]]],[]]