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.
Implements
IMessageRunJobRequest, IEquatableRunJobRequest, IDeepCloneableRunJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Constructors
RunJobRequest()
public RunJobRequest()
RunJobRequest(RunJobRequest)
public RunJobRequest(RunJobRequest other)
Parameter | |
---|---|
Name | Description |
other |
RunJobRequest |
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 | |
---|---|
Type | Description |
string |
JobName
public JobName JobName { get; set; }
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RunJobRequestTypesOverrides |
ValidateOnly
public bool ValidateOnly { get; set; }
Indicates that the request should be validated without actually deleting any resources.
Property Value | |
---|---|
Type | Description |
bool |