15#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_STORAGE_BUCKET_WEBSITE_H
16#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_STORAGE_BUCKET_WEBSITE_H
18#include "google/cloud/storage/version.h"
26GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
29
30
31
32
33
50 return std::rel_ops::operator!=(lhs, rhs);
54 return std::rel_ops::operator>(lhs, rhs);
58 return std::rel_ops::operator<=(lhs, rhs);
62 return std::rel_ops::operator>=(lhs, rhs);
65GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
Contains all the Google Cloud Storage C++ client APIs.
Definition: auto_finalize.h:24
bool operator!=(BucketWebsite const &lhs, BucketWebsite const &rhs)
Definition: bucket_website.h:49
bool operator<=(BucketWebsite const &lhs, BucketWebsite const &rhs)
Definition: bucket_website.h:57
bool operator<(BucketWebsite const &lhs, BucketWebsite const &rhs)
Definition: bucket_website.h:44
bool operator>(BucketWebsite const &lhs, BucketWebsite const &rhs)
Definition: bucket_website.h:53
bool operator>=(BucketWebsite const &lhs, BucketWebsite const &rhs)
Definition: bucket_website.h:61
bool operator==(BucketWebsite const &lhs, BucketWebsite const &rhs)
Definition: bucket_website.h:39
The website configuration for a Bucket.
Definition: bucket_website.h:34
std::string main_page_suffix
Definition: bucket_website.h:35
std::string not_found_page
Definition: bucket_website.h:36