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

GoogleCloudDatacatalogLineageV1OperationMetadata

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

Metadata describing the operation.

interface GoogleCloudDatacatalogLineageV1OperationMetadata {
readonly createTime?: Date;
readonly endTime?: Date;
readonly operationType?: "TYPE_UNSPECIFIED" | "DELETE" | "CREATE";
readonly resource?: string;
readonly resourceUuid?: string;
readonly state?:
| "STATE_UNSPECIFIED"
| "PENDING"
| "RUNNING"
| "SUCCEEDED"
| "FAILED";
}

§Properties

§
readonly createTime?: Date
[src]

Output only. The timestamp of the operation submission to the server.

§
readonly endTime?: Date
[src]

Output only. The timestamp of the operation termination, regardless of its success. This field is unset if the operation is still ongoing.

§
readonly operationType?: "TYPE_UNSPECIFIED" | "DELETE" | "CREATE"
[src]

Output only. The type of the operation being performed.

§
readonly resource?: string
[src]

Output only. The [relative name] (https://cloud.google.com//apis/design/resource_names#relative_resource_name) of the resource being operated on.

§
readonly resourceUuid?: string
[src]

Output only. The UUID of the resource being operated on.

§
readonly state?: "STATE_UNSPECIFIED" | "PENDING" | "RUNNING" | "SUCCEEDED" | "FAILED"
[src]

Output only. The current operation state.