#include <encryption_configuration.h>
◆ EncryptionConfiguration() [1/2]
google_bigquery_api::EncryptionConfiguration::EncryptionConfiguration |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ EncryptionConfiguration() [2/2]
google_bigquery_api::EncryptionConfiguration::EncryptionConfiguration |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~EncryptionConfiguration()
google_bigquery_api::EncryptionConfiguration::~EncryptionConfiguration |
( |
| ) |
|
|
virtual |
◆ clear_kms_key_name()
void google_bigquery_api::EncryptionConfiguration::clear_kms_key_name |
( |
| ) |
|
|
inline |
Clears the 'kmsKeyName
' attribute.
◆ get_kms_key_name()
const StringPiece google_bigquery_api::EncryptionConfiguration::get_kms_key_name |
( |
| ) |
const |
|
inline |
Get the value of the 'kmsKeyName
' attribute.
◆ GetTypeName()
const StringPiece google_bigquery_api::EncryptionConfiguration::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_kms_key_name()
bool google_bigquery_api::EncryptionConfiguration::has_kms_key_name |
( |
| ) |
const |
|
inline |
Determine if the 'kmsKeyName
' attribute was set.
- Returns
- true if the '
kmsKeyName
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_kms_key_name()
void google_bigquery_api::EncryptionConfiguration::set_kms_key_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kmsKeyName
' attribute.
[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.
- Parameters
-
The documentation for this class was generated from the following files: