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

GoogleCloudDatacatalogV1ImportEntriesMetadata

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

Metadata message for long-running operation returned by the ImportEntries.

interface GoogleCloudDatacatalogV1ImportEntriesMetadata {
errors?: Status[];
state?:
| "IMPORT_STATE_UNSPECIFIED"
| "IMPORT_QUEUED"
| "IMPORT_IN_PROGRESS"
| "IMPORT_DONE"
| "IMPORT_OBSOLETE";
}

§Properties

§
errors?: Status[]
[src]

Partial errors that are encountered during the ImportEntries operation. There is no guarantee that all the encountered errors are reported. However, if no errors are reported, it means that no errors were encountered.

§
state?: "IMPORT_STATE_UNSPECIFIED" | "IMPORT_QUEUED" | "IMPORT_IN_PROGRESS" | "IMPORT_DONE" | "IMPORT_OBSOLETE"
[src]

State of the import operation.