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

JobMetadata

import type { JobMetadata } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

Metadata available primarily for filtering jobs. Will be included in the ListJob response and Job SUMMARY view.

interface JobMetadata {
bigqueryDetails?: BigQueryIODetails[];
bigTableDetails?: BigTableIODetails[];
datastoreDetails?: DatastoreIODetails[];
fileDetails?: FileIODetails[];
pubsubDetails?: PubSubIODetails[];
sdkVersion?: SdkVersion;
spannerDetails?: SpannerIODetails[];
userDisplayProperties?: {
[key: string]: string;
}
;
}

§Properties

§
bigqueryDetails?: BigQueryIODetails[]
[src]

Identification of a BigQuery source used in the Dataflow job.

§
bigTableDetails?: BigTableIODetails[]
[src]

Identification of a Cloud Bigtable source used in the Dataflow job.

§
datastoreDetails?: DatastoreIODetails[]
[src]

Identification of a Datastore source used in the Dataflow job.

§
fileDetails?: FileIODetails[]
[src]

Identification of a File source used in the Dataflow job.

§
pubsubDetails?: PubSubIODetails[]
[src]

Identification of a Pub/Sub source used in the Dataflow job.

§
sdkVersion?: SdkVersion
[src]

The SDK version used to run the job.

§
spannerDetails?: SpannerIODetails[]
[src]

Identification of a Spanner source used in the Dataflow job.

§
userDisplayProperties?: {
[key: string]: string;
}
[src]

List of display properties to help UI filter jobs.