Google Cloud C++ Client  2.7.0
C++ Client Library for Google Cloud Platform
Public Types | List of all members

Configure the QuotaUser system parameter. More...

#include <google/cloud/rest_options.h>

Public Types

using Type = std::string
 

Detailed Description

Configure the QuotaUser system parameter.

A pseudo user identifier for charging per-user quotas. If not specified, the authenticated principal is used. If there is no authenticated principal, the client IP address will be used. When specified, a valid API key with service restrictions must be used to identify the quota project. Otherwise, this parameter is ignored.

Definition at line 39 of file rest_options.h.

Member Typedef Documentation

◆ Type

Definition at line 40 of file rest_options.h.