bigquery  v2
Public Member Functions | Static Public Member Functions | List of all members
google_bigquery_api::EncryptionConfiguration Class Reference

#include <encryption_configuration.h>

Inheritance diagram for google_bigquery_api::EncryptionConfiguration:

Public Member Functions

 EncryptionConfiguration (const Json::Value &storage)
 
 EncryptionConfiguration (Json::Value *storage)
 
virtual ~EncryptionConfiguration ()
 
const StringPiece GetTypeName () const
 
bool has_kms_key_name () const
 
void clear_kms_key_name ()
 
const StringPiece get_kms_key_name () const
 
void set_kms_key_name (const StringPiece &value)
 

Static Public Member Functions

static EncryptionConfigurationNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ EncryptionConfiguration() [1/2]

google_bigquery_api::EncryptionConfiguration::EncryptionConfiguration ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~EncryptionConfiguration()

google_bigquery_api::EncryptionConfiguration::~EncryptionConfiguration ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_bigquery_api::EncryptionConfiguration

◆ 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()

EncryptionConfiguration * google_bigquery_api::EncryptionConfiguration::New ( )
static

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
[in]valueThe new value.

The documentation for this class was generated from the following files: