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 |
Returns | |
---|---|
Type | Description |
std::shared_ptr< MetastoreServiceConnection > |
MakeDefaultMetastoreServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< MetastoreServiceConnectionIdempotencyPolicy > |
Type Aliases
MetastoreServiceRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< bigquery_biglake_v1_internal::MetastoreServiceRetryTraits >
MetastoreServiceLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< bigquery_biglake_v1_internal::MetastoreServiceRetryTraits >
MetastoreServiceLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< bigquery_biglake_v1_internal::MetastoreServiceRetryTraits >
MetastoreServicePolicyOptionList
OptionList< MetastoreServiceRetryPolicyOption, MetastoreServiceBackoffPolicyOption, MetastoreServiceConnectionIdempotencyPolicyOption >
The options applicable to MetastoreService.