// 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::GrafeasClient(
google::cloud::containeranalysis_v1::MakeGrafeasConnection(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-04-17 UTC."],[[["This webpage provides documentation for various versions of the `containeranalysis` C++ library, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed includes a link to its corresponding documentation, specifically to the `containeranalysis_v1_1_1GrafeasClient-endpoint-snippet` page for that version."],["The latest release candidate version of the container analysis C++ library is version 2.37.0-rc, which can be located at the top of the list."],["The configuration for overriding `containeranalysis_v1::GrafeasClient` endpoints is provided, demonstrating how to configure it to connect through a private Google access using the `private.googleapis.com` endpoint."],["Version 2.22.1, marked at the top, indicates the current version being reviewed on the webpage."]]],[]]