View Source GoogleApi.BigQueryDataTransfer.V1.Model.EncryptionConfiguration (google_api_big_query_data_transfer v0.28.1)

Represents the encryption configuration for a transfer.

Attributes

  • kmsKeyName (type: String.t, default: nil) - The name of the KMS key used for encrypting BigQuery data.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQueryDataTransfer.V1.Model.EncryptionConfiguration{
  kmsKeyName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.