Show / Hide Table of Contents

Class GoogleCloudRunV2RunJobRequest

Request message to create a new Execution of a Job.

Inheritance
object
GoogleCloudRunV2RunJobRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX