public sealed class GetPatchJobRequest : IMessage<GetPatchJobRequest>, IEquatable<GetPatchJobRequest>, IDeepCloneable<GetPatchJobRequest>, IBufferMessage, IMessage
[[["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 documents the `GetPatchJobRequest` class within the `Google.Cloud.OsConfig.V1` namespace, used for retrieving information about a patch job."],["The `GetPatchJobRequest` class is part of the Google Cloud OS Config API, specifically version 1.6.0, and has multiple previous versions available, with version 2.4.0 as the latest."],["The class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to enable message handling, comparison, deep cloning and buffer management."],["The `GetPatchJobRequest` class has properties such as `Name` and `PatchJobName`, where `Name` is the required string identifier for a patch job in the format `projects/*/patchJobs/*`, and `PatchJobName` is a typed representation of this."],["The document provides constructor details for `GetPatchJobRequest()`, as well as `GetPatchJobRequest(GetPatchJobRequest other)`, for both default creation and copying from another instance respectively."]]],[]]