Class: Google::Cloud::Bigquery::DataTransfer::V1::EncryptionConfiguration

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/bigquery/datatransfer/v1/transfer.rb

Overview

Represents the encryption configuration for a transfer.

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_name::Google::Protobuf::StringValue

Returns The name of the KMS key used for encrypting BigQuery data.

Returns:



178
179
180
181
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/transfer.rb', line 178

class EncryptionConfiguration
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end