View Source GoogleApi.WorkloadManager.V1.Model.ExternalDataSources (google_api_workload_manager v0.6.0)

Message for external data sources

Attributes

  • assetType (type: String.t, default: nil) - Required. The asset type of the external data source must be one of go/cai-asset-types
  • name (type: String.t, default: nil) - Optional. Name of external data source. The name will be used inside the rego/sql to refer the external data
  • type (type: String.t, default: nil) - Required. Type of external data source
  • uri (type: String.t, default: nil) - Required. URI of external data source. example of bq table {project_ID}.{dataset_ID}.{table_ID}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.WorkloadManager.V1.Model.ExternalDataSources{
  assetType: String.t() | nil,
  name: String.t() | nil,
  type: String.t() | nil,
  uri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.