Google Cloud Spanner C++ Client  1.32.0
A C++ Client Library for Google Cloud Spanner
Public Member Functions | List of all members
google::cloud::spanner::v1::CustomerManagedEncryption Class Reference

Use encryption with encryption_key. More...

#include <google/cloud/spanner/encryption_config.h>

Public Member Functions

 CustomerManagedEncryption (KmsKeyName encryption_key)
 
KmsKeyName const & encryption_key () const
 

Detailed Description

Use encryption with encryption_key.

Definition at line 43 of file encryption_config.h.

Constructor & Destructor Documentation

◆ CustomerManagedEncryption()

google::cloud::spanner::v1::CustomerManagedEncryption::CustomerManagedEncryption ( KmsKeyName  encryption_key)
inlineexplicit

Definition at line 45 of file encryption_config.h.

Member Function Documentation

◆ encryption_key()

KmsKeyName const& google::cloud::spanner::v1::CustomerManagedEncryption::encryption_key ( ) const
inline

Definition at line 48 of file encryption_config.h.