google_api_data_catalog v0.6.0 GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1SearchCatalogResult View Source

A result that appears in the response of a search request. Each result captures details of one entry that matches the search.

Attributes

  • linkedResource (type: String.t, default: nil) - The full name of the cloud resource the entry belongs to. See: https://cloud.google.com/apis/design/resource_names#full_resource_name. Example:

    • //bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId
  • relativeResourceName (type: String.t, default: nil) - The relative resource name of the resource in URL format. Examples:

    • projects/{project_id}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}
    • projects/{project_id}/tagTemplates/{tag_template_id}
  • searchResultSubtype (type: String.t, default: nil) - Sub-type of the search result. This is a dot-delimited description of the resource's full type, and is the same as the value callers would provide in the "type" search facet. Examples: entry.table, entry.dataStream, tagTemplate.

  • searchResultType (type: String.t, default: nil) - Type of the search result. This field can be used to determine which Get method to call to fetch the full resource.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() ::
  %GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1SearchCatalogResult{
    linkedResource: String.t(),
    relativeResourceName: String.t(),
    searchResultSubtype: String.t(),
    searchResultType: String.t()
  }

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.