// 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::containeranalysis_v1::ContainerAnalysisClient(
google::cloud::containeranalysis_v1::MakeContainerAnalysisConnection(
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 access to the `containeranalysis_v1::ContainerAnalysisClient` endpoint configuration and version-specific documentation."],["The latest release candidate version is 2.37.0-rc, which represents the most recent development version."],["The page offers a detailed list of the available versions, spanning from version 2.11.0 up to 2.37.0-rc, each linked to its own specific documentation page."],["An example is given on how to override the endpoint configuration to `private.googleapis.com` using `google::cloud::Options`."],["The lowest version documented on this page is 2.11.0, which can be helpful to find information on older releases."]]],[]]