View Source GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1BatchSearchLinkProcessesRequest (google_api_data_lineage v0.3.2)

Request message for BatchSearchLinkProcesses.

Attributes

  • links (type: list(String.t), default: nil) - 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}.
  • pageSize (type: integer(), default: nil) - The maximum number of processes to return in a single page of the response. A page may contain fewer results than this value.
  • pageToken (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1BatchSearchLinkProcessesRequest{
    links: [String.t()] | nil,
    pageSize: integer() | nil,
    pageToken: String.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.