GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1SearchCatalogResponse (google_api_data_catalog v0.32.2)

View Source

Response message for SearchCatalog.

Attributes

  • nextPageToken (type: String.t, default: nil) - Pagination token that can be used in subsequent calls to retrieve the next page of results.
  • results (type: list(GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1SearchCatalogResult.t), default: nil) - Search results.
  • totalSize (type: integer(), default: nil) - The approximate total number of entries matched by the query.
  • unreachable (type: list(String.t), default: nil) - Unreachable locations. Search results don't include data from those locations. To get additional information on an error, repeat the search request and restrict it to specific locations by setting the SearchCatalogRequest.scope.restricted_locations parameter.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1SearchCatalogResponse{
    nextPageToken: String.t() | nil,
    results:
      [
        GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1SearchCatalogResult.t()
      ]
      | nil,
    totalSize: integer() | nil,
    unreachable: [String.t()] | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.