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

JobReference

import type { JobReference } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";

Encapsulates the full scoping used to reference a job.

interface JobReference {
jobId?: string;
projectId?: string;
}

§Properties

§
jobId?: string
[src]

Optional. The job ID, which must be unique within the project.The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or hyphens (-). The maximum length is 100 characters.If not specified by the caller, the job ID will be provided by the server.

§
projectId?: string
[src]

Optional. The ID of the Google Cloud Platform project that the job belongs to. If specified, must match the request project ID.