Google Cloud Storage C++ Client
1.40.2
A C++ Client Library for Google Cloud Storage
|
Set the ACL to predefined values when creating Buckets or Objects. More...
#include <google/cloud/storage/well_known_parameters.h>
Public Member Functions | |
std::string | HeaderName () const |
Static Public Member Functions | |
static char const * | well_known_parameter_name () |
static PredefinedAcl | AuthenticatedRead () |
static PredefinedAcl | BucketOwnerFullControl () |
static PredefinedAcl | BucketOwnerRead () |
static PredefinedAcl | Private () |
static PredefinedAcl | ProjectPrivate () |
static PredefinedAcl | PublicRead () |
static PredefinedAcl | PublicReadWrite () |
Set the ACL to predefined values when creating Buckets or Objects.
A predefined ACL is an alias for a set of specific ACL entries that you can use to quickly apply many ACL entries at once to a bucket or object.
Definition at line 319 of file well_known_parameters.h.
|
inlinestatic |
Definition at line 324 of file well_known_parameters.h.
|
inlinestatic |
Definition at line 327 of file well_known_parameters.h.
|
inlinestatic |
Definition at line 330 of file well_known_parameters.h.
std::string google::cloud::storage::PredefinedAcl::HeaderName | ( | ) | const |
|
inlinestatic |
Definition at line 333 of file well_known_parameters.h.
|
inlinestatic |
Definition at line 334 of file well_known_parameters.h.
|
inlinestatic |
Definition at line 337 of file well_known_parameters.h.
|
inlinestatic |
Definition at line 338 of file well_known_parameters.h.
|
inlinestatic |
Definition at line 322 of file well_known_parameters.h.