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.
Implements
IMessageGetPatchJobRequest, IEquatableGetPatchJobRequest, IDeepCloneableGetPatchJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.OsConfig.V1Assembly
Google.Cloud.OsConfig.V1.dll
Constructors
GetPatchJobRequest()
public GetPatchJobRequest()
GetPatchJobRequest(GetPatchJobRequest)
public GetPatchJobRequest(GetPatchJobRequest other)
Parameter | |
---|---|
Name | Description |
other | GetPatchJobRequest |
Properties
Name
public string Name { get; set; }
Required. Name of the patch in the form projects/*/patchJobs/*
Property Value | |
---|---|
Type | Description |
string |
PatchJobName
public PatchJobName PatchJobName { get; set; }
PatchJobName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
PatchJobName |