15#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_STORAGE_BUCKET_ENCRYPTION_H
16#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_STORAGE_BUCKET_ENCRYPTION_H
18#include "google/cloud/storage/version.h"
24GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
27
28
29
30
31
32
33
34
35
36
37
54 return std::rel_ops::operator!=(lhs, rhs);
59 return std::rel_ops::operator>(lhs, rhs);
64 return std::rel_ops::operator<=(lhs, rhs);
69 return std::rel_ops::operator>=(lhs, rhs);
72GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
Contains all the Google Cloud Storage C++ client APIs.
Definition: auto_finalize.h:24
bool operator<=(BucketEncryption const &lhs, BucketEncryption const &rhs)
Definition: bucket_encryption.h:62
bool operator>(BucketEncryption const &lhs, BucketEncryption const &rhs)
Definition: bucket_encryption.h:57
bool operator>=(BucketEncryption const &lhs, BucketEncryption const &rhs)
Definition: bucket_encryption.h:67
bool operator<(BucketEncryption const &lhs, BucketEncryption const &rhs)
Definition: bucket_encryption.h:47
bool operator==(BucketEncryption const &lhs, BucketEncryption const &rhs)
Definition: bucket_encryption.h:42
bool operator!=(BucketEncryption const &lhs, BucketEncryption const &rhs)
Definition: bucket_encryption.h:52
Describes the default customer managed encryption key for a bucket.
Definition: bucket_encryption.h:38
std::string default_kms_key_name
Definition: bucket_encryption.h:39