// 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::binaryauthorization_v1::ValidationHelperV1Client(
google::cloud::binaryauthorization_v1::MakeValidationHelperV1Connection(
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-09 UTC."],[[["This webpage provides documentation for various versions of the `binaryauthorization` C++ library, spanning from version 2.11.0 to the latest release candidate 2.37.0-rc."],["Each version listed, such as 2.36.0, 2.35.0, and so on, has a corresponding link to specific documentation related to `binaryauthorization_v1_1_1ValidationHelperV1Client-endpoint-snippet`."],["The latest version is currently a release candidate, labeled as 2.37.0-rc, implying it is the newest version but not yet officially released."],["The document includes instructions on overriding the `binaryauthorization_v1::ValidationHelperV1Client` endpoint configuration for use cases such as private Google access."],["The lowest version available is 2.11.0, and the document contains every minor and patch version between it and the latest release candidate, 2.37.0-rc."]]],[]]