15#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_STORAGE_OWNER_H
16#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_STORAGE_OWNER_H
18#include "google/cloud/storage/version.h"
26GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
45 return std::rel_ops::operator!=(lhs, rhs);
49 return std::rel_ops::operator>(lhs, rhs);
53 return std::rel_ops::operator<=(lhs, rhs);
57 return std::rel_ops::operator>=(lhs, rhs);
60GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
Contains all the Google Cloud Storage C++ client APIs.
Definition: auto_finalize.h:24
bool operator==(Owner const &lhs, Owner const &rhs)
Definition: owner.h:34
bool operator>=(Owner const &lhs, Owner const &rhs)
Definition: owner.h:56
bool operator!=(Owner const &lhs, Owner const &rhs)
Definition: owner.h:44
bool operator<=(Owner const &lhs, Owner const &rhs)
Definition: owner.h:52
bool operator<(Owner const &lhs, Owner const &rhs)
Definition: owner.h:39
bool operator>(Owner const &lhs, Owner const &rhs)
Definition: owner.h:48
A simple wrapper for the owner field in object and bucket metadata.
Definition: owner.h:29
std::string entity_id
Definition: owner.h:31
std::string entity
Definition: owner.h:30