// 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::monitoring_metricsscope_v1::MetricsScopesClient(
google::cloud::monitoring_metricsscope_v1::MakeMetricsScopesConnection(
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-03-14 UTC."],[[["The webpage provides access to various versions of the `monitoring_metricsscope_v1_1_1MetricsScopesClient` documentation."],["The latest release candidate version available is `2.37.0-rc`."],["The webpage lists multiple released versions from `2.36.0` down to `2.11.0`, with corresponding links for each version's documentation."],["The documentation contains a code snippet that shows how to override the `MetricsScopesClient` endpoint configuration, for example for Private Google Access."],["The code snippet demonstrates overriding the endpoint to `private.googleapis.com` using `google::cloud::Options`."]]],[]]