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

GoogleCloudConnectorsV1EventingStatus

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

EventingStatus indicates the state of eventing.

interface GoogleCloudConnectorsV1EventingStatus {
readonly description?: string;
readonly state?:
| "STATE_UNSPECIFIED"
| "ACTIVE"
| "ERROR"
| "INGRESS_ENDPOINT_REQUIRED";
}

§Properties

§
readonly description?: string
[src]

Output only. Description of error if State is set to "ERROR".

§
readonly state?: "STATE_UNSPECIFIED" | "ACTIVE" | "ERROR" | "INGRESS_ENDPOINT_REQUIRED"
[src]

Output only. State.