bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
// 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 `logging_v2_1_1MetricsServiceV2Client-endpoint-snippet`, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each listed version links to its respective documentation page within the C++ reference guide, allowing users to quickly access the documentation of a specific version."],["The content demonstrates how to override the endpoint configuration for `logging_v2::MetricsServiceV2Client`, particularly for scenarios involving Private Google Access, using the `private.googleapis.com` endpoint option."],["The version 2.15.1 is highlighted as a specific available release, alongside all others."]]],[]]