15#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_STORAGE_PROJECT_TEAM_H
16#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_STORAGE_PROJECT_TEAM_H
18#include "google/cloud/storage/version.h"
26GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
29
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);
68
69
70
71
72
73
75inline std::string
TEAM_OWNERS() {
return "owners"; }
79GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
Contains all the Google Cloud Storage C++ client APIs.
Definition: auto_finalize.h:24
bool operator>(ProjectTeam const &lhs, ProjectTeam const &rhs)
Definition: project_team.h:54
bool operator<(ProjectTeam const &lhs, ProjectTeam const &rhs)
Definition: project_team.h:45
std::string TEAM_VIEWERS()
Definition: project_team.h:76
bool operator==(ProjectTeam const &lhs, ProjectTeam const &rhs)
Definition: project_team.h:40
bool operator>=(ProjectTeam const &lhs, ProjectTeam const &rhs)
Definition: project_team.h:62
bool operator!=(ProjectTeam const &lhs, ProjectTeam const &rhs)
Definition: project_team.h:50
std::string TEAM_EDITORS()
Definition: project_team.h:74
std::string TEAM_OWNERS()
Definition: project_team.h:75
bool operator<=(ProjectTeam const &lhs, ProjectTeam const &rhs)
Definition: project_team.h:58
Represents the projectTeam field in *AccessControls.
Definition: project_team.h:35
std::string project_number
Definition: project_team.h:36
std::string team
Definition: project_team.h:37