Google Cloud Deploy v1 API - Class GetJobRunRequest (2.15.0)

public sealed class GetJobRunRequest : IMessage<GetJobRunRequest>, IEquatable<GetJobRunRequest>, IDeepCloneable<GetJobRunRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Deploy v1 API class GetJobRunRequest.

GetJobRunRequest is the request object used by GetJobRun.

Inheritance

object > GetJobRunRequest

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

GetJobRunRequest()

public GetJobRunRequest()

GetJobRunRequest(GetJobRunRequest)

public GetJobRunRequest(GetJobRunRequest other)
Parameter
NameDescription
otherGetJobRunRequest

Properties

JobRunName

public JobRunName JobRunName { get; set; }

JobRunName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
string