19#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_BIGQUERY_BIGLAKE_V1_METASTORE_OPTIONS_H
20#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_BIGQUERY_BIGLAKE_V1_METASTORE_OPTIONS_H
22#include "google/cloud/bigquery/biglake/v1/metastore_connection.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/version.h"
32GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
35
36
37
38
40 using Type = std::shared_ptr<MetastoreServiceRetryPolicy>;
44
45
46
47
49 using Type = std::shared_ptr<BackoffPolicy>;
53
54
55
56
62
63
64
65
66using MetastoreServicePolicyOptionList =
71GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
Definition: metastore_client.h:32