public sealed class EncryptionConfiguration : IMessage<EncryptionConfiguration>, IEquatable<EncryptionConfiguration>, IDeepCloneable<EncryptionConfiguration>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Data Transfer v1 API class EncryptionConfiguration.
Represents the encryption configuration for a transfer.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version of the `EncryptionConfiguration` class within the Google BigQuery Data Transfer v1 API is version 4.10.0."],["This class, `EncryptionConfiguration`, represents the encryption setup for data transfers in the BigQuery service."],["The `EncryptionConfiguration` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It can be instantiated through a parameterless constructor or a constructor that accepts another `EncryptionConfiguration` instance."],["`KmsKeyName` is a property of type string that defines the name of the KMS key used for data encryption."]]],[]]