Class: Google::Cloud::Bigquery::DataTransfer::V1::EncryptionConfiguration
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::DataTransfer::V1::EncryptionConfiguration
- 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
-
#kms_key_name ⇒ ::Google::Protobuf::StringValue
The name of the KMS key used for encrypting BigQuery data.
Instance Attribute Details
#kms_key_name ⇒ ::Google::Protobuf::StringValue
Returns The name of the KMS key used for encrypting BigQuery data.
260 261 262 263 |
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/transfer.rb', line 260 class EncryptionConfiguration include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |