Google Cloud Storage C++ Client 2.13.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.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |