// 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 webpage provides documentation and links for various versions of the `BinauthzManagementServiceV1Client`, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["Each version listed includes a link to its specific documentation page, following the pattern `/cpp/docs/reference/binaryauthorization/[version]/binaryauthorization_v1_1_1BinauthzManagementServiceV1Client-endpoint-snippet`."],["The documentation also includes an example of how to override the endpoint configuration for the `BinauthzManagementServiceV1Client`, specifically for Private Google Access using the `\"private.googleapis.com\"` endpoint."],["Version 2.23.0 is the first version in this list, which is followed by a long list of updates, with the latest being 2.37.0-rc."]]],[]]