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

ObservationJob

import type { ObservationJob } from "https://googleapis.deno.dev/v1/apim:v1alpha.ts";

Message describing ObservationJob object

interface ObservationJob {
readonly createTime?: Date;
name?: string;
sources?: string[];
readonly state?:
| "STATE_UNSPECIFIED"
| "CREATING"
| "ENABLING"
| "ENABLED"
| "DISABLING"
| "DISABLED"
| "DELETING"
| "ERROR";
readonly updateTime?: Date;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. [Output only] Create time stamp

§
name?: string
[src]

Identifier. name of resource Format: projects/{project}/locations/{location}/observationJobs/{observation_job}

§
sources?: string[]
[src]

Optional. These should be of the same kind of source.

§
readonly state?: "STATE_UNSPECIFIED" | "CREATING" | "ENABLING" | "ENABLED" | "DISABLING" | "DISABLED" | "DELETING" | "ERROR"
[src]

Output only. The observation job state

§
readonly updateTime?: Date
[src]

Output only. [Output only] Update time stamp