19#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_BIGQUERY_BIGLAKE_V1_METASTORE_CLIENT_H
20#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_BIGQUERY_BIGLAKE_V1_METASTORE_CLIENT_H
22#include "google/cloud/bigquery/biglake/v1/metastore_connection.h"
23#include "google/cloud/future.h"
24#include "google/cloud/options.h"
25#include "google/cloud/polling_policy.h"
26#include "google/cloud/status_or.h"
27#include "google/cloud/version.h"
33GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
89 return a.connection_ == b.connection_;
126 std::string
const& parent,
128 std::string
const& catalog_id,
Options opts
= {});
316 std::string
const& parent,
Options opts
= {});
389 std::string
const& parent,
391 std::string
const& database_id,
Options opts
= {});
651 std::string
const& parent,
Options opts
= {});
724 std::string
const& parent,
726 std::string
const& table_id,
Options opts
= {});
917 std::string
const& name, std::string
const& new_name,
Options opts
= {});
1046 std::string
const& parent,
Options opts
= {});
1094GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
Definition: metastore_client.h:32
Definition: analytics_hub_client.h:30