// 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 latest release candidate version available is 2.37.0-rc."],["The page provides access to documentation for various versions of the `logging_v2::MetricsServiceV2Client`, spanning from version 2.11.0 up to the latest release candidate."],["Each listed version includes a direct link to its respective documentation page, which includes an endpoint configuration snippet."],["The code snippet provided demonstrates how to override the endpoint configuration for `logging_v2::MetricsServiceV2Client` using `private.googleapis.com`, a common configuration for Private Google Access."],["Version 2.23.0 is the base version shown on the webpage, but it is not the lowest version available."]]],[]]