Google Cloud OS Config v1 API - Class GetPatchJobRequest (2.3.0)

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.

Request to get an active or completed patch job.

Inheritance

object > GetPatchJobRequest

Namespace

Google.Cloud.OsConfig.V1

Assembly

Google.Cloud.OsConfig.V1.dll

Constructors

GetPatchJobRequest()

public GetPatchJobRequest()

GetPatchJobRequest(GetPatchJobRequest)

public GetPatchJobRequest(GetPatchJobRequest other)
Parameter
NameDescription
otherGetPatchJobRequest

Properties

Name

public string Name { get; set; }

Required. Name of the patch in the form projects/*/patchJobs/*

Property Value
TypeDescription
string

PatchJobName

public PatchJobName PatchJobName { get; set; }

PatchJobName-typed view over the Name resource name property.

Property Value
TypeDescription
PatchJobName