public final class EncryptionConfiguration
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the BigQuery API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
EncryptionConfiguration() |
Modifier and Type | Method and Description |
---|---|
EncryptionConfiguration |
clone() |
java.lang.String |
getKmsKeyName()
[Optional] Describes the Cloud KMS encryption key that will be used to protect destination
BigQuery table.
|
EncryptionConfiguration |
set(java.lang.String fieldName,
java.lang.Object value) |
EncryptionConfiguration |
setKmsKeyName(java.lang.String kmsKeyName)
[Optional] Describes the Cloud KMS encryption key that will be used to protect destination
BigQuery table.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getKmsKeyName()
null
for nonepublic EncryptionConfiguration setKmsKeyName(java.lang.String kmsKeyName)
kmsKeyName
- kmsKeyName or null
for nonepublic EncryptionConfiguration set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public EncryptionConfiguration clone()
clone
in class com.google.api.client.json.GenericJson