// 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::securitycenter_v2::SecurityCenterClient(
google::cloud::securitycenter_v2::MakeSecurityCenterConnection(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-21 UTC."],[[["This page provides a comprehensive list of historical versions for the `securitycenter_v2::SecurityCenterClient` in the C++ library, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each version listed corresponds to a specific endpoint snippet, allowing developers to reference the exact documentation for that particular release, all accessible by the links provided."],["The latest release candidate, version 2.37.0-rc, is highlighted as the most current option for developers looking for the newest features and updates."],["The current version of the page is version 2.26.0, with many versions available before and after that."],["The code snippet provided demonstrates how to override the default endpoint configuration for the `securitycenter_v2::SecurityCenterClient`, specifically for use with Private Google Access by setting the endpoint to \"private.googleapis.com\"."]]],[]]