Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
google::cloud::storage::Projection Struct Reference

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 ()
 

Detailed Description

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.

Member Function Documentation

◆ Full()

static Projection google::cloud::storage::Projection::Full ( )
inlinestatic

◆ NoAcl()

static Projection google::cloud::storage::Projection::NoAcl ( )
inlinestatic

◆ well_known_parameter_name()

static char const * google::cloud::storage::Projection::well_known_parameter_name ( )
inlinestatic