GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1DataSource (google_api_data_catalog v0.25.0) View Source

Physical location of an entry.

Attributes

  • resource (type: String.t, default: nil) - Full name of a resource as defined by the service. For example: //bigquery.googleapis.com/projects/{PROJECT_ID}/locations/{LOCATION}/datasets/{DATASET_ID}/tables/{TABLE_ID}
  • service (type: String.t, default: nil) - Service that physically stores the data.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1DataSource{
  resource: String.t() | nil,
  service: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.