Namespace google::cloud::bigquery_biglake_v1 (2.12.0)

Classes

MetastoreServiceClient

BigLake Metastore is a serverless, highly available, multi-tenant runtime metastore for Google Cloud Data Analytics products.

MetastoreServiceConnection

The MetastoreServiceConnection object for MetastoreServiceClient.

MetastoreServiceConnectionIdempotencyPolicy

Structs

MetastoreServiceBackoffPolicyOption

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

MetastoreServiceConnectionIdempotencyPolicyOption

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

MetastoreServiceRetryPolicyOption

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

Functions

MakeMetastoreServiceConnection(Options)

A factory function to construct an object of type MetastoreServiceConnection.

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

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

Parameter
Name Description
options

(optional) Configure the MetastoreServiceConnection created by this function.

Returns
Type Description
std::shared_ptr< MetastoreServiceConnection >

MakeDefaultMetastoreServiceConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< MetastoreServiceConnectionIdempotencyPolicy >

Type Aliases

MetastoreServiceRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< bigquery_biglake_v1_internal::MetastoreServiceRetryTraits >

MetastoreServiceLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< bigquery_biglake_v1_internal::MetastoreServiceRetryTraits >

MetastoreServiceLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< bigquery_biglake_v1_internal::MetastoreServiceRetryTraits >

MetastoreServicePolicyOptionList

Alias Of: OptionList< MetastoreServiceRetryPolicyOption, MetastoreServiceBackoffPolicyOption, MetastoreServiceConnectionIdempotencyPolicyOption >

The options applicable to MetastoreService.