GoogleApi.Datastream.V1.Model.DatasetTemplate (google_api_datastream v0.10.0)

View Source

Dataset template used for dynamic dataset creation.

Attributes

  • datasetIdPrefix (type: String.t, default: nil) - If supplied, every created dataset will have its name prefixed by the provided value. The prefix and name will be separated by an underscore. i.e. _.
  • kmsKeyName (type: String.t, default: nil) - Describes the Cloud KMS encryption key that will be used to protect destination BigQuery table. The BigQuery Service Account associated with your project requires access to this encryption key. i.e. projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{cryptoKey}. See https://cloud.google.com/bigquery/docs/customer-managed-encryption for more information.
  • location (type: String.t, default: nil) - Required. The geographic location where the dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Datastream.V1.Model.DatasetTemplate{
  datasetIdPrefix: String.t() | nil,
  kmsKeyName: String.t() | nil,
  location: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.