Google Cloud BigQuery C++ Client
2.7.0
A C++ Client Library for Google Cloud BigQuery
|
#include "google/cloud/bigquery/internal/reservation_retry_traits.h"
#include "google/cloud/bigquery/internal/reservation_stub.h"
#include "google/cloud/bigquery/reservation_connection_idempotency_policy.h"
#include "google/cloud/backoff_policy.h"
#include "google/cloud/options.h"
#include "google/cloud/status_or.h"
#include "google/cloud/stream_range.h"
#include "google/cloud/version.h"
#include <memory>
Go to the source code of this file.
Classes | |
class | google::cloud::bigquery::ReservationServiceConnection |
The ReservationServiceConnection object for ReservationServiceClient . More... | |
Namespaces | |
google::cloud | |
google::cloud::bigquery | |
Typedefs | |
using | google::cloud::bigquery::ReservationServiceRetryPolicy = ::google::cloud::internal::TraitBasedRetryPolicy< bigquery_internal::ReservationServiceRetryTraits > |
using | google::cloud::bigquery::ReservationServiceLimitedTimeRetryPolicy = ::google::cloud::internal::LimitedTimeRetryPolicy< bigquery_internal::ReservationServiceRetryTraits > |
using | google::cloud::bigquery::ReservationServiceLimitedErrorCountRetryPolicy = ::google::cloud::internal::LimitedErrorCountRetryPolicy< bigquery_internal::ReservationServiceRetryTraits > |
Functions | |
std::shared_ptr< ReservationServiceConnection > | google::cloud::bigquery::MakeReservationServiceConnection (Options options={}) |
A factory function to construct an object of type ReservationServiceConnection . More... | |