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::ConfigServiceV2Client( google::cloud::logging_v2::MakeConfigServiceV2Connection(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 page provides access to the documentation for various versions of the `logging_v2::ConfigServiceV2Client` for C++."],["The most recent release candidate version available is 2.37.0-rc, which can be found at the top of the version list."],["The documentation includes versioned information, ranging from version 2.11.0 to the latest candidate."],["The documentation includes example code that covers overriding `logging_v2::ConfigServiceV2Client` endpoint configurations."],["Each of these versions provide a link to the documentation page which has the code snippets for `logging_v2_1_1ConfigServiceV2Client` endpoint configuration."]]],[]]