Google Cloud Storage C++ Client
1.42.0
A C++ Client Library for Google Cloud Storage
|
Controls what metadata fields are included in the response. More...
#include <google/cloud/storage/well_known_parameters.h>
Static Public Member Functions | |
static char const * | well_known_parameter_name () |
static Projection | NoAcl () |
static Projection | Full () |
Controls what metadata fields are included in the response.
For those operations that return the metadata of an Object or Bucket, this option controls if all the fields are returned (using full
) or if the ACL fields (which can be long) are to be excluded (using noACL
).
Use the Fields
option for more fine-grained control over the returned fields.
Definition at line 506 of file well_known_parameters.h.
|
inlinestatic |
Definition at line 512 of file well_known_parameters.h.
|
inlinestatic |
Definition at line 511 of file well_known_parameters.h.
|
inlinestatic |
Definition at line 509 of file well_known_parameters.h.