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-04-17 UTC."],[[["The `GetPatchJobRequest` class is used to request an active or completed patch job within the Google Cloud OS Config service."],["This class is part of the `Google.Cloud.OsConfig.V1` namespace and is found in the `Google.Cloud.OsConfig.V1.dll` assembly, and is currently at version 2.0.0, although other versions are listed."],["`GetPatchJobRequest` inherits from the base `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors, one default and one that takes another `GetPatchJobRequest` as a parameter to clone it, allowing for easy creation of new objects."],["It has two key properties: `Name`, a string representing the patch job name, and `PatchJobName`, a `PatchJobName`-typed view over the `Name`."]]],[]]