15#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_STORAGE_BUCKET_CUSTOM_PLACEMENT_CONFIG_H
16#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_STORAGE_BUCKET_CUSTOM_PLACEMENT_CONFIG_H
18#include "google/cloud/storage/version.h"
27GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
30
31
32
33
34
35
36
37
38
57 return std::rel_ops::operator!=(lhs, rhs);
62 return std::rel_ops::operator>(lhs, rhs);
67 return std::rel_ops::operator<=(lhs, rhs);
72 return std::rel_ops::operator>=(lhs, rhs);
76std::ostream& operator<<(std::ostream& os,
79GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
Contains all the Google Cloud Storage C++ client APIs.
Definition: auto_finalize.h:24
bool operator<=(BucketCustomPlacementConfig const &lhs, BucketCustomPlacementConfig const &rhs)
Definition: bucket_custom_placement_config.h:65
bool operator>(BucketCustomPlacementConfig const &lhs, BucketCustomPlacementConfig const &rhs)
Definition: bucket_custom_placement_config.h:60
bool operator==(BucketCustomPlacementConfig const &lhs, BucketCustomPlacementConfig const &rhs)
Definition: bucket_custom_placement_config.h:45
bool operator<(BucketCustomPlacementConfig const &lhs, BucketCustomPlacementConfig const &rhs)
Definition: bucket_custom_placement_config.h:50
bool operator>=(BucketCustomPlacementConfig const &lhs, BucketCustomPlacementConfig const &rhs)
Definition: bucket_custom_placement_config.h:70
bool operator!=(BucketCustomPlacementConfig const &lhs, BucketCustomPlacementConfig const &rhs)
Definition: bucket_custom_placement_config.h:55
Configuration for Custom Dual Regions.
Definition: bucket_custom_placement_config.h:39
std::vector< std::string > data_locations
Definition: bucket_custom_placement_config.h:40