// 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::logging_v2::MetricsServiceV2Client(
google::cloud::logging_v2::MakeMetricsServiceV2Connection(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-02 UTC."],[[["The webpage provides a comprehensive list of versions for `logging_v2_1_1MetricsServiceV2Client-endpoint-snippet`, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each listed version links to its respective documentation page within the C++ reference guide, allowing users to quickly access the documentation of a specific version."],["The content demonstrates how to override the endpoint configuration for `logging_v2::MetricsServiceV2Client`, particularly for scenarios involving Private Google Access, using the `private.googleapis.com` endpoint option."],["The version 2.15.1 is highlighted as a specific available release, alongside all others."]]],[]]