Google Cloud Storage C++ Client  1.42.0
A C++ Client Library for Google Cloud Storage
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.

Definition at line 506 of file well_known_parameters.h.

Member Function Documentation

◆ Full()

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

Definition at line 512 of file well_known_parameters.h.

◆ NoAcl()

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

Definition at line 511 of file well_known_parameters.h.

◆ well_known_parameter_name()

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

Definition at line 509 of file well_known_parameters.h.