// 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 webpage provides a comprehensive list of versions for the SecurityCenter component, ranging from the latest release candidate version 2.37.0-rc down to version 2.11.0."],["Each listed version links to specific documentation for the `securitycenter_v2_1_1SecurityCenterClient` endpoint snippet."],["The page also includes an example of how to override the `securitycenter_v2::SecurityCenterClient` endpoint configuration, which can also be used for Private Google Access."],["Version 2.24.0 is highlighted at the top of the list, seemingly denoting the current or a notable version."]]],[]]