Google Cloud BigQuery C++ Client 2.13.0
A C++ Client Library for Google Cloud BigQuery
Loading...
Searching...
No Matches
Override bigquery_biglake_v1::MetastoreServiceClient Authentication Defaults
[](std::string const& keyfile) {
auto is = std::ifstream(keyfile);
is.exceptions(std::ios::badbit); // Minimal error handling in examples
auto contents = std::string(std::istreambuf_iterator<char>(is.rdbuf()), {});
auto options =
options));
}
Options & set(ValueTypeT< T > v)
BigLake Metastore is a serverless, highly available, multi-tenant runtime metastore for Google Cloud ...
Definition: metastore_client.h:70
std::shared_ptr< Credentials > MakeServiceAccountCredentials(std::string json_object, Options opts={})
std::shared_ptr< MetastoreServiceConnection > MakeMetastoreServiceConnection(Options options={})
A factory function to construct an object of type MetastoreServiceConnection.