Namespace google::cloud::bigquery_connection_v1 (2.11.0)

Classes

ConnectionServiceClient

Manages external data source connections and credentials.

ConnectionServiceConnection

The ConnectionServiceConnection object for ConnectionServiceClient.

ConnectionServiceConnectionIdempotencyPolicy

Structs

ConnectionServiceBackoffPolicyOption

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

ConnectionServiceConnectionIdempotencyPolicyOption

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

ConnectionServiceRetryPolicyOption

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

Functions

MakeConnectionServiceConnection(Options)

A factory function to construct an object of type ConnectionServiceConnection.

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

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

Parameter
Name Description
options

(optional) Configure the ConnectionServiceConnection created by this function.

Returns
Type Description
std::shared_ptr< ConnectionServiceConnection >

MakeDefaultConnectionServiceConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< ConnectionServiceConnectionIdempotencyPolicy >

Type Aliases

ConnectionServiceRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< bigquery_connection_v1_internal::ConnectionServiceRetryTraits >

ConnectionServiceLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< bigquery_connection_v1_internal::ConnectionServiceRetryTraits >

ConnectionServiceLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< bigquery_connection_v1_internal::ConnectionServiceRetryTraits >

ConnectionServicePolicyOptionList

Alias Of: OptionList< ConnectionServiceRetryPolicyOption, ConnectionServiceBackoffPolicyOption, ConnectionServiceConnectionIdempotencyPolicyOption >

The options applicable to ConnectionService.