View Source GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1SearchLinksRequest (google_api_data_lineage v0.3.0)

Request message for SearchLinks.

Attributes

  • pageSize (type: integer(), default: nil) - 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 (type: String.t, default: nil) - 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.
  • source (type: GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1EntityReference.t, default: nil) - Optional. Send asset information in the source field to retrieve all links that lead from the specified asset to downstream assets.
  • target (type: GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1EntityReference.t, default: nil) - Optional. Send asset information in the target field to retrieve all links that lead from upstream assets to the specified asset.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1SearchLinksRequest{
    pageSize: integer() | nil,
    pageToken: String.t() | nil,
    source:
      GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1EntityReference.t()
      | nil,
    target:
      GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1EntityReference.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.