Namespace google::cloud::bigquery_reservation_v1 (2.12.0)

Classes

ReservationServiceClient

This API allows users to manage their BigQuery reservations.

ReservationServiceConnection

The ReservationServiceConnection object for ReservationServiceClient.

ReservationServiceConnectionIdempotencyPolicy

Structs

ReservationServiceBackoffPolicyOption

Use with google::cloud::Options to configure the backoff policy.

ReservationServiceConnectionIdempotencyPolicyOption

Use with google::cloud::Options to configure which operations are retried.

ReservationServiceRetryPolicyOption

Use with google::cloud::Options to configure the retry policy.

Functions

MakeReservationServiceConnection(Options)

A factory function to construct an object of type ReservationServiceConnection.

The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of ReservationServiceClient.

The optional options argument may be used to configure aspects of the returned ReservationServiceConnection. Expected options are any of the types in the following option lists:

Parameter
Name Description
options

(optional) Configure the ReservationServiceConnection created by this function.

Returns
Type Description
std::shared_ptr< ReservationServiceConnection >

MakeDefaultReservationServiceConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< ReservationServiceConnectionIdempotencyPolicy >

Type Aliases

ReservationServiceRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< bigquery_reservation_v1_internal::ReservationServiceRetryTraits >

ReservationServiceLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< bigquery_reservation_v1_internal::ReservationServiceRetryTraits >

ReservationServiceLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< bigquery_reservation_v1_internal::ReservationServiceRetryTraits >

ReservationServicePolicyOptionList

Alias Of: OptionList< ReservationServiceRetryPolicyOption, ReservationServiceBackoffPolicyOption, ReservationServiceConnectionIdempotencyPolicyOption >

The options applicable to ReservationService.