Class SearchLinksRequest (0.3.5)

SearchLinksRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for SearchLinks.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
parent str
Required. The project and location you want search in.
source google.cloud.datacatalog_lineage_v1.types.EntityReference
Optional. Send asset information in the **source** field to retrieve all links that lead from the specified asset to downstream assets. This field is a member of oneof_ criteria.
target google.cloud.datacatalog_lineage_v1.types.EntityReference
Optional. Send asset information in the **target** field to retrieve all links that lead from upstream assets to the specified asset. This field is a member of oneof_ criteria.
page_size int
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.
page_token str
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.