Cloud Run Admin v2 API - Class RunJobRequest (2.3.0)

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

Reference documentation and code samples for the Cloud Run Admin v2 API class RunJobRequest.

Request message to create a new Execution of a Job.

Inheritance

object > RunJobRequest

Namespace

Google.Cloud.Run.V2

Assembly

Google.Cloud.Run.V2.dll

Constructors

RunJobRequest()

public RunJobRequest()

RunJobRequest(RunJobRequest)

public RunJobRequest(RunJobRequest other)
Parameter
NameDescription
otherRunJobRequest

Properties

Etag

public string Etag { get; set; }

A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.

Property Value
TypeDescription
string

JobName

public JobName JobName { get; set; }

JobName-typed view over the Name resource name property.

Property Value
TypeDescription
JobName

Name

public string Name { get; set; }

Required. The full name of the Job. Format: projects/{project}/locations/{location}/jobs/{job}, where {project} can be project id or number.

Property Value
TypeDescription
string

Overrides

public RunJobRequest.Types.Overrides Overrides { get; set; }

Overrides specification for a given execution of a job. If provided, overrides will be applied to update the execution or task spec.

Property Value
TypeDescription
RunJobRequestTypesOverrides

ValidateOnly

public bool ValidateOnly { get; set; }

Indicates that the request should be validated without actually deleting any resources.

Property Value
TypeDescription
bool