Google Cloud Storage C++ Client
1.42.0
A C++ Client Library for Google Cloud Storage
|
Wraps the objectAccessControl resource in Google Cloud Storage. More...
#include <google/cloud/storage/object_access_control.h>
Public Member Functions | |
ObjectAccessControl ()=default | |
ObjectAccessControl & | set_entity (std::string v) |
ObjectAccessControl & | set_role (std::string v) |
std::int64_t | generation () const |
std::string const & | object () const |
Friends | |
bool | operator== (ObjectAccessControl const &lhs, ObjectAccessControl const &rhs) |
bool | operator!= (ObjectAccessControl const &lhs, ObjectAccessControl const &rhs) |
Wraps the objectAccessControl resource in Google Cloud Storage.
objectAccessControl describes the access to a bucket for a single entity, where the entity might be a user, group, or other role.
Definition at line 44 of file object_access_control.h.
|
default |
|
inline |
Definition at line 80 of file object_access_control.h.
|
inline |
Definition at line 81 of file object_access_control.h.
|
inline |
Definition at line 59 of file object_access_control.h.
|
inline |
Definition at line 73 of file object_access_control.h.
|
friend |
Definition at line 85 of file object_access_control.h.
|
friend |