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

GoogleCloudMetastoreV1QueryMetadataResponse

import type { GoogleCloudMetastoreV1QueryMetadataResponse } from "https://googleapis.deno.dev/v1/metastore:v2.ts";

Response message for DataprocMetastore.QueryMetadata.

interface GoogleCloudMetastoreV1QueryMetadataResponse {
resultManifestUri?: string;
}

§Properties

§
resultManifestUri?: string
[src]

The manifest URI is link to a JSON instance in Cloud Storage. This instance manifests immediately along with QueryMetadataResponse. The content of the URI is not retriable until the long-running operation query against the metadata finishes.