Google Cloud Storage C++ Client
1.42.0
A C++ Client Library for Google Cloud Storage
|
A simple representation for the customerEncryption field. More...
#include <google/cloud/storage/object_metadata.h>
Public Attributes | |
std::string | encryption_algorithm |
std::string | key_sha256 |
A simple representation for the customerEncryption field.
Definition at line 41 of file object_metadata.h.
std::string google::cloud::storage::CustomerEncryption::encryption_algorithm |
Definition at line 43 of file object_metadata.h.
std::string google::cloud::storage::CustomerEncryption::key_sha256 |
Definition at line 45 of file object_metadata.h.