// 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_v3::MetricServiceClient(
google::cloud::monitoring_v3::MakeMetricServiceConnection(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."],[[["This webpage provides access to documentation for various versions of the C++ monitoring library, specifically the `monitoring_v3_1_1MetricServiceClient` component."],["The latest version available is `2.37.0-rc`, while the oldest listed version is `2.11.0`, showing a wide array of supported versions."],["Each version's documentation is linked to a specific URL path, allowing users to find the reference documentation for the version they are interested in."],["The page also provides an example code snippet on how to override the `monitoring_v3::MetricServiceClient` Endpoint Configuration using `private.googleapis.com`, which is related to Private Google Access."],["The code snippet example shows how to set the endpoint option and make a `MetricServiceConnection`, highlighting how to configure the client for specific environments."]]],[]]