// 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 available version is 2.37.0-rc, which can be accessed via the provided link."],["The document provides a list of available versions for the `logging_v2::MetricsServiceV2Client`, ranging from 2.11.0 up to the latest release candidate."],["The list of versions includes links to the corresponding documentation for each specific release, such as version 2.18.0 or 2.36.0."],["The page also includes a code snippet that is related to overriding the endpoint configuration for `logging_v2::MetricsServiceV2Client`, setting it to \"private.googleapis.com\" for Private Google Access compatibility."],["Each version listed provides its own `MetricsServiceV2Client` endpoint snippet, and is directly accessible via the provided link."]]],[]]