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::QuotaUser Struct Reference

Sets the user for this operation for quota enforcement purposes. More...

#include <google/cloud/storage/well_known_parameters.h>

Static Public Member Functions

static char const * well_known_parameter_name ()
 

Detailed Description

Sets the user for this operation for quota enforcement purposes.

Google Cloud Platform allows you to set an arbitrary string, up to 40 characters long, that identifies a "user" for quota enforcement purposes.

See also
https://cloud.google.com/apis/docs/capping-api-usage for an introduction to quotas in Google Cloud Platform.

Definition at line 524 of file well_known_parameters.h.

Member Function Documentation

◆ well_known_parameter_name()

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

Definition at line 526 of file well_known_parameters.h.