Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudRunV2RunJobRequest

import type { GoogleCloudRunV2RunJobRequest } from "https://googleapis.deno.dev/v1/run:v2.ts";

Request message to create a new Execution of a Job.

interface GoogleCloudRunV2RunJobRequest {
etag?: string;
validateOnly?: boolean;
}

§Properties

§
etag?: string
[src]

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

§

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

§
validateOnly?: boolean
[src]

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