15 #ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_IAM_POLICY_H_ 16 #define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_IAM_POLICY_H_ 18 #include "google/cloud/iam_bindings.h" 52 return std::rel_ops::operator!=(lhs, rhs);
56 return std::rel_ops::operator>(lhs, rhs);
60 return std::rel_ops::operator<=(lhs, rhs);
64 return std::rel_ops::operator>=(lhs, rhs);
67 std::ostream& operator<<(std::ostream& os,
IamPolicy const& rhs);
#define GOOGLE_CLOUD_CPP_NS
Contains all the Google Cloud C++ Library APIs.
bool operator>=(IamPolicy const &lhs, IamPolicy const &rhs)
bool operator==(IamPolicy const &lhs, IamPolicy const &rhs)
bool operator<=(IamPolicy const &lhs, IamPolicy const &rhs)
bool operator!=(IamPolicy const &lhs, IamPolicy const &rhs)
bool operator<(IamPolicy const &lhs, IamPolicy const &rhs)
Represent the result of a GetIamPolicy or SetIamPolicy request.
Represents a container for providing users with a handful of operation to users which they can use to...
bool operator>(IamPolicy const &lhs, IamPolicy const &rhs)