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

GoogleCloudDatacatalogV1ReconcileTagsMetadata

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

Long-running operation metadata message returned by the ReconcileTags.

interface GoogleCloudDatacatalogV1ReconcileTagsMetadata {
errors?: {
[key: string]: Status;
}
;
state?:
| "RECONCILIATION_STATE_UNSPECIFIED"
| "RECONCILIATION_QUEUED"
| "RECONCILIATION_IN_PROGRESS"
| "RECONCILIATION_DONE";
}

§Properties

§
errors?: {
[key: string]: Status;
}
[src]

Maps the name of each tagged column (or empty string for a sole entry) to tagging operation status.

§
state?: "RECONCILIATION_STATE_UNSPECIFIED" | "RECONCILIATION_QUEUED" | "RECONCILIATION_IN_PROGRESS" | "RECONCILIATION_DONE"
[src]

State of the reconciliation operation.