// This configuration is common with Private Google Access:
// https://cloud.google.com/vpc/docs/private-google-access
auto options = google::cloud::Options{}.set<google::cloud::EndpointOption>(
"private.googleapis.com");
auto client = google::cloud::bigquery_biglake_v1::MetastoreServiceClient(
google::cloud::bigquery_biglake_v1::MakeMetastoreServiceConnection(
options));
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides access to the endpoint configuration snippets for the `bigquery_biglake_v1::MetastoreServiceClient` across multiple versions."],["The latest release candidate version is `2.37.0-rc`, with a link to its specific endpoint snippet."],["There are documented versions spanning from `2.11.0` up to `2.36.0`, including release candidates and minor releases like `2.15.1` and `2.25.1`."],["The page showcases a configuration example for overriding the `bigquery_biglake_v1::MetastoreServiceClient` endpoint, specifically for use with Private Google Access."],["All the listed versions pertain to the `bigquery_biglake_v1_1_1MetastoreServiceClient-endpoint-snippet` within the cpp environment."]]],[]]