Google Cloud C++ Client  2.7.0
C++ Client Library for Google Cloud Platform
Classes | Namespaces | Typedefs
rest_options.h File Reference
#include "google/cloud/options.h"
#include "google/cloud/tracing_options.h"
#include "google/cloud/version.h"
#include <chrono>
#include <string>

Go to the source code of this file.

Classes

struct  google::cloud::QuotaUserOption
 Configure the QuotaUser system parameter. More...
 
struct  google::cloud::UserIpOption
 Configure the UserIp query parameter. More...
 
struct  google::cloud::ServerTimeoutOption
 Timeout for the server to finish processing the request. More...
 
struct  google::cloud::RestTracingOptionsOption
 The TracingOptions to use when printing REST transport http messages. More...
 

Namespaces

 google
 
 google::cloud
 Contains all the Google Cloud C++ Library APIs.
 

Typedefs

using google::cloud::RestOptionList = ::google::cloud::OptionList< QuotaUserOption, RestTracingOptionsOption, ServerTimeoutOption, UserIpOption >
 The complete list of options accepted by CurlRestClient More...