Google Cloud C++ Client 2.10.1
C++ Client Library for Google Cloud Platform
Loading...
Searching...
No Matches
Public Types | List of all members
google::cloud::UserAgentProductsOption Struct Reference

User-agent products to include with each request. More...

#include <google/cloud/common_options.h>

Public Types

using Type = std::vector< std::string >
 

Detailed Description

User-agent products to include with each request.

Libraries or services that use Cloud C++ clients may want to set their own user-agent product information. This can help them develop telemetry information about number of users running particular versions of their system or library.

See also
https://tools.ietf.org/html/rfc7231#section-5.5.3

Member Typedef Documentation

◆ Type

using google::cloud::UserAgentProductsOption::Type = std::vector<std::string>