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

GoogleCloudDatacatalogLineageV1SearchLinksRequest

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

Request message for SearchLinks.

interface GoogleCloudDatacatalogLineageV1SearchLinksRequest {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

Optional. The maximum number of links to return in a single page of the response. A page may contain fewer links than this value. If unspecified, at most 10 links are returned. Maximum value is 100; values greater than 100 are reduced to 100.

§
pageToken?: string
[src]

Optional. The page token received from a previous SearchLinksRequest call. Use it to get the next page. When requesting subsequent pages of a response, remember that all parameters must match the values you provided in the original request.

§

Optional. Send asset information in the source field to retrieve all links that lead from the specified asset to downstream assets.

§

Optional. Send asset information in the target field to retrieve all links that lead from upstream assets to the specified asset.