Namespace google::cloud::bigquery_reservation_v1 (2.20.0)

Classes

ReservationServiceClient

This API allows users to manage their BigQuery reservations.

ReservationServiceConnection

The ReservationServiceConnection object for ReservationServiceClient.

ReservationServiceConnectionIdempotencyPolicy

ReservationServiceLimitedErrorCountRetryPolicy

A retry policy for ReservationServiceConnection based on counting errors.

ReservationServiceLimitedTimeRetryPolicy

A retry policy for ReservationServiceConnection based on elapsed time.

ReservationServiceRetryPolicy

The retry policy for ReservationServiceConnection.

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

ReservationServicePolicyOptionList

Alias Of: OptionList< ReservationServiceRetryPolicyOption, ReservationServiceBackoffPolicyOption, ReservationServiceConnectionIdempotencyPolicyOption >

The options applicable to ReservationService.