GoogleCloudDatacatalogLineageV1SearchLinksRequest
import type { GoogleCloudDatacatalogLineageV1SearchLinksRequest } from "https://googleapis.deno.dev/v1/datalineage:v1.ts";Request message for SearchLinks.
§Properties
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.
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 a list of asset information in the sources field to
retrieve all links that lead from the specified assets to downstream
assets. This field is similar to the source source field but allows
providing multiple entities. All entities within the
MultipleEntityReference must have the same fully_qualified_name.
Optional. Send asset information in the target field to retrieve all links that lead from upstream assets to the specified asset.
Optional. Send a list of asset information in the targets field to
retrieve all links that lead from upstream assets to the specified assets.
This field is similar to the target target field but allows providing
multiple entities. All entities within the MultipleEntityReference must
have the same fully_qualified_name.