15#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_STORAGE_BUCKET_LOGGING_H
16#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_STORAGE_BUCKET_LOGGING_H
18#include "google/cloud/storage/version.h"
27GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
30
31
32
33
34
51 return std::rel_ops::operator!=(lhs, rhs);
55 return std::rel_ops::operator>(lhs, rhs);
59 return std::rel_ops::operator<=(lhs, rhs);
63 return std::rel_ops::operator>=(lhs, rhs);
66std::ostream& operator<<(std::ostream& os,
BucketLogging const& rhs);
68GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
Contains all the Google Cloud Storage C++ client APIs.
Definition: auto_finalize.h:24
bool operator>=(BucketLogging const &lhs, BucketLogging const &rhs)
Definition: bucket_logging.h:62
bool operator<=(BucketLogging const &lhs, BucketLogging const &rhs)
Definition: bucket_logging.h:58
bool operator<(BucketLogging const &lhs, BucketLogging const &rhs)
Definition: bucket_logging.h:45
bool operator==(BucketLogging const &lhs, BucketLogging const &rhs)
Definition: bucket_logging.h:40
bool operator>(BucketLogging const &lhs, BucketLogging const &rhs)
Definition: bucket_logging.h:54
bool operator!=(BucketLogging const &lhs, BucketLogging const &rhs)
Definition: bucket_logging.h:50
The Logging configuration for a Bucket.
Definition: bucket_logging.h:35
std::string log_bucket
Definition: bucket_logging.h:36
std::string log_object_prefix
Definition: bucket_logging.h:37