// 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"]],[["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-04-02 UTC."],[[["The latest available version is 2.37.0-rc, which can be accessed via its respective link."],["The document provides a list of available versions for the logging_v2::MetricsServiceV2Client, spanning from version 2.11.0 up to the latest release candidate."],["Each version listed links to its specific documentation regarding the logging_v2_1_1MetricsServiceV2Client-endpoint-snippet."],["The webpage also details how to override the default endpoint configuration for the MetricsServiceV2Client, specifically within the context of Private Google Access."],["The default version at the top of the list is version 2.30.0, with more versions being shown when the *keyboard_arrow_down* is selected."]]],[]]