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.1.0, and outlines the different versions."],["`GetPatchJobRequest` is used to retrieve information about an active or completed patch job in the Google Cloud OS Config service and implements multiple interfaces."],["The class has two constructors: a default constructor and one that takes another `GetPatchJobRequest` object as a parameter."],["The `GetPatchJobRequest` class has two main properties: `Name`, a string representing the patch job's resource name in the required format, and `PatchJobName`, which is a typed view over the Name resource property."],["The documentation outlines the inheritance hierarchy and implemented interfaces of `GetPatchJobRequest`, along with inherited members from the base Object class."]]],[]]