// 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 webpage provides a comprehensive list of versions for the `logging_v2_1_1MetricsServiceV2Client-endpoint-snippet`, ranging from the latest release candidate `2.37.0-rc` down to version `2.11.0`."],["Each version listed links to a specific endpoint configuration documentation page for `logging_v2_1_1MetricsServiceV2Client`, allowing users to access detailed information for the associated release."],["The content includes a code snippet illustrating how to override the default endpoint configuration using `google::cloud::Options` to `private.googleapis.com`, particularly relevant for Private Google Access scenarios."],["The latest stable release available for this `logging_v2_1_1MetricsServiceV2Client-endpoint-snippet` is `2.36.0`."]]],[]]