// 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-26 UTC."],[[["The latest version available is 2.37.0-rc, which can be accessed via a provided link."],["The webpage provides a list of BigQuery BigLake API versions, ranging from 2.11.0 to 2.37.0-rc, each with a corresponding link to specific documentation."],["The content includes information for overriding the `bigquery_biglake_v1::MetastoreServiceClient` Endpoint Configuration."],["The example code shows how to set up a client using a specific endpoint \"private.googleapis.com\" within the `google::cloud::Options` for private Google access."]]],[]]