public sealed class GetJobRunRequest : IMessage<GetJobRunRequest>, IEquatable<GetJobRunRequest>, IDeepCloneable<GetJobRunRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Deploy v1 API class GetJobRunRequest.
GetJobRunRequest is the request object used by GetJobRun.
Implements
IMessage<GetJobRunRequest>, IEquatable<GetJobRunRequest>, IDeepCloneable<GetJobRunRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
GetJobRunRequest()
public GetJobRunRequest()GetJobRunRequest(GetJobRunRequest)
public GetJobRunRequest(GetJobRunRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetJobRunRequest |
Properties
JobRunName
public JobRunName JobRunName { get; set; }JobRunName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
JobRunName |
|
Name
public string Name { get; set; }Required. Name of the JobRun. Format must be
projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}/releases/{release_name}/rollouts/{rollout_name}/jobRuns/{job_run_name}.
| Property Value | |
|---|---|
| Type | Description |
String |
|