Google Cloud C++ Client  2.7.0
C++ Client Library for Google Cloud Platform
Namespaces | Typedefs
backoff_policy.h File Reference
#include "google/cloud/internal/backoff_policy.h"
#include "google/cloud/version.h"

Go to the source code of this file.

Namespaces

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

Typedefs

using google::cloud::BackoffPolicy = ::google::cloud::internal::BackoffPolicy
 The base class for backoff policies. More...
 
using google::cloud::ExponentialBackoffPolicy = google::cloud::internal::ExponentialBackoffPolicy
 A truncated exponential backoff policy with randomized periods. More...