public sealed class GetPatchJobRequest : IMessage<GetPatchJobRequest>, IEquatable<GetPatchJobRequest>, IDeepCloneable<GetPatchJobRequest>, IBufferMessage, IMessage
Request to get an active or completed patch job.
Implements
IMessage<GetPatchJobRequest>, System.IEquatable<GetPatchJobRequest>, IDeepCloneable<GetPatchJobRequest>, 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 |