class Google::Apis::BigqueryV2::EncryptionConfiguration

Attributes

kms_key_name[RW]
Optional

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. Corresponds to the JSON property `kmsKeyName` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/bigquery_v2/classes.rb, line 1984
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/bigquery_v2/classes.rb, line 1989
def update!(**args)
  @kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
end