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

GoogleCloudIntegrationsV1alphaExecution

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

The Execution resource contains detailed information of an individual integration execution.

interface GoogleCloudIntegrationsV1alphaExecution {
readonly createTime?: Date;
executionMethod?:
| "EXECUTION_METHOD_UNSPECIFIED"
| "POST"
| "POST_TO_QUEUE"
| "SCHEDULE";
readonly integrationVersionState?:
| "INTEGRATION_STATE_UNSPECIFIED"
| "DRAFT"
| "ACTIVE"
| "ARCHIVED"
| "SNAPSHOT";
name?: string;
requestParameters?: {};
responseParameters?: {};
readonly snapshotNumber?: bigint;
triggerId?: string;
readonly updateTime?: Date;
}

§Properties

§

Cloud Logging details for the integration version

§
readonly createTime?: Date
[src]

Output only. Created time of the execution.

§

Direct sub executions of the following Execution.

§

The execution info about this event.

§

Detailed info of this execution.

§
executionMethod?: "EXECUTION_METHOD_UNSPECIFIED" | "POST" | "POST_TO_QUEUE" | "SCHEDULE"
[src]

The ways user posts this event.

§
readonly integrationVersionState?: "INTEGRATION_STATE_UNSPECIFIED" | "DRAFT" | "ACTIVE" | "ARCHIVED" | "SNAPSHOT"
[src]

Output only. State of the integration version

§
name?: string
[src]

Auto-generated primary key.

§

Output only. Replay info for the execution

§
requestParameters?: {}
[src]

Event parameters come in as part of the request.

§

Event parameters come in as part of the request.

§
responseParameters?: {}
[src]

Event parameters returned as part of the response.

§

Event parameters come out as part of the response.

§
readonly snapshotNumber?: bigint
[src]

Output only. An increasing sequence that is set when a new snapshot is created

§
triggerId?: string
[src]

The trigger id of the integration trigger config. If both trigger_id and client_id is present, the integration is executed from the start tasks provided by the matching trigger config otherwise it is executed from the default start tasks.

§
readonly updateTime?: Date
[src]

Output only. Last modified time of the execution.