Class GoogleCloudRunV2RunJobRequest
Request message to create a new Execution of a Job.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v2.Data
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class GoogleCloudRunV2RunJobRequest : IDirectResponseSchema
Properties
ETag
A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Overrides
Overrides specification for a given execution of a job. If provided, overrides will be applied to update the execution or task spec.
Declaration
[JsonProperty("overrides")]
public virtual GoogleCloudRunV2Overrides Overrides { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRunV2Overrides |
ValidateOnly
Indicates that the request should be validated without actually deleting any resources.
Declaration
[JsonProperty("validateOnly")]
public virtual bool? ValidateOnly { get; set; }
Property Value
Type | Description |
---|---|
bool? |