Google Cloud Deploy v1 API - Class TerminateJobRunRequest (2.15.0)

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

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

The request object used by TerminateJobRun.

Inheritance

object > TerminateJobRunRequest

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

TerminateJobRunRequest()

public TerminateJobRunRequest()

TerminateJobRunRequest(TerminateJobRunRequest)

public TerminateJobRunRequest(TerminateJobRunRequest other)
Parameter
NameDescription
otherTerminateJobRunRequest

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}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}/jobRuns/{jobRun}.

Property Value
TypeDescription
string