19#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_BIGQUERY_BIGLAKE_V1_METASTORE_CONNECTION_H
20#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_BIGQUERY_BIGLAKE_V1_METASTORE_CONNECTION_H
22#include "google/cloud/bigquery/biglake/v1/internal/metastore_retry_traits.h"
23#include "google/cloud/bigquery/biglake/v1/metastore_connection_idempotency_policy.h"
24#include "google/cloud/backoff_policy.h"
25#include "google/cloud/options.h"
26#include "google/cloud/status_or.h"
27#include "google/cloud/stream_range.h"
28#include "google/cloud/version.h"
29#include <google/cloud/bigquery/biglake/v1/metastore.pb.h>
35GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
37using MetastoreServiceRetryPolicy =
39 bigquery_biglake_v1_internal::MetastoreServiceRetryTraits>;
41using MetastoreServiceLimitedTimeRetryPolicy =
43 bigquery_biglake_v1_internal::MetastoreServiceRetryTraits>;
45using MetastoreServiceLimitedErrorCountRetryPolicy =
46 ::
google::
cloud::internal::LimitedErrorCountRetryPolicy<
47 bigquery_biglake_v1_internal::MetastoreServiceRetryTraits>;
50
51
52
53
54
55
56
57
58
59
60
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
148GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
Definition: metastore_client.h:32
std::shared_ptr< MetastoreServiceConnection > MakeMetastoreServiceConnection(Options options={})
A factory function to construct an object of type MetastoreServiceConnection.
Definition: analytics_hub_client.h:30