// 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_storage_v1::BigQueryReadClient(
google::cloud::bigquery_storage_v1::MakeBigQueryReadConnection(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-14 UTC."],[[["The webpage provides documentation and reference information for various versions of the BigQueryReadClient, starting from version 2.11.0 and going up to 2.36.0, with 2.37.0-rc being the latest release candidate."],["Each listed version links to specific documentation for `bigquery_storage_v1_1_1BigQueryReadClient-endpoint-snippet`, allowing users to access details for each individual version of the client."],["The content includes instructions on how to override the default endpoint configuration for `bigquery_storage_v1::BigQueryReadClient`, specifically for use with Private Google Access, by setting the `EndpointOption` to `\"private.googleapis.com\"`."],["The provided content demonstrates how to create an instance of `BigQueryReadClient` using the `MakeBigQueryReadConnection` method with custom options."]]],[]]