// 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_v1::SecurityCenterClient(
google::cloud::securitycenter_v1::MakeSecurityCenterConnection(options));
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-08 UTC."],[[["This webpage provides documentation for various versions of the SecurityCenter client, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["The content focuses on the SecurityCenterClient endpoint configuration, allowing users to view details about each version from 2.11.0 to 2.37.0-rc, including the latest, in a specific endpoint-snippet for each version."],["The webpage's current version is 2.36.0, though users can access documentation and specifications for the latest release candidate of 2.37.0-rc, along with all prior versions."],["The example configuration shows how to set an endpoint to \"private.googleapis.com\" when creating the SecurityCenter client, which is helpful for Private Google Access."]]],[]]