Google Cloud Storage C++ Client  1.42.0
A C++ Client Library for Google Cloud Storage
Public Attributes | List of all members
google::cloud::storage::CustomerEncryption Struct Reference

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
 

Detailed Description

A simple representation for the customerEncryption field.

Definition at line 41 of file object_metadata.h.

Member Data Documentation

◆ encryption_algorithm

std::string google::cloud::storage::CustomerEncryption::encryption_algorithm

Definition at line 43 of file object_metadata.h.

◆ key_sha256

std::string google::cloud::storage::CustomerEncryption::key_sha256

Definition at line 45 of file object_metadata.h.