// 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::BinauthzManagementServiceV1Client(
google::cloud::binaryauthorization_v1::
MakeBinauthzManagementServiceV1Connection(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-05 UTC."],[[["This page provides a comprehensive list of versions for the `binaryauthorization_v1_1_1BinauthzManagementServiceV1Client` component, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed includes a direct link to its specific documentation, detailing the endpoint snippet for that particular release."],["The most current version of this feature is `2.37.0-rc`, with the previous version being `2.36.0`, highlighting the availability of multiple different versions."],["Instructions are provided for overriding the default endpoint configuration to use \"private.googleapis.com,\" which is pertinent to those using Private Google Access."]]],[]]