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

GoogleCloudDatacatalogV1SearchCatalogResponse

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

Response message for SearchCatalog.

interface GoogleCloudDatacatalogV1SearchCatalogResponse {
nextPageToken?: string;
totalSize?: number;
unreachable?: string[];
}

§Properties

§
nextPageToken?: string
[src]

Pagination token that can be used in subsequent calls to retrieve the next page of results.

§
totalSize?: number
[src]

The approximate total number of entries matched by the query.

§
unreachable?: string[]
[src]

Unreachable locations. Search results don't include data from those locations. To get additional information on an error, repeat the search request and restrict it to specific locations by setting the SearchCatalogRequest.scope.restricted_locations parameter.