Class BatchSearchLinkProcessesRequest (0.3.5)

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

Request message for BatchSearchLinkProcesses.

Attributes

NameDescription
parent str
Required. The project and location where you want to search.
links MutableSequence[str]
Required. An array of links to check for their associated LineageProcesses. The maximum number of items in this array is 100. If the request contains more than 100 links, it returns the INVALID_ARGUMENT error. Format: projects/{project}/locations/{location}/links/{link}.
page_size int
The maximum number of processes to return in a single page of the response. A page may contain fewer results than this value.
page_token str
The page token received from a previous BatchSearchLinkProcesses 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.