// 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 access to different versions of the Binary Authorization C++ client library, specifically for the `BinauthzManagementServiceV1Client`."],["The latest available version is `2.37.0-rc`, which is designated as the most recent release candidate."],["The page lists a comprehensive range of previous versions, starting from `2.36.0` and extending down to `2.11.0`, with each link leading to the respective version's documentation."],["The content also includes an example of how to override the endpoint configuration for the `BinauthzManagementServiceV1Client`, for cases such as using private google access."],["Each listed version has its own corresponding link which points to the version's specific documentation using a URL that contains the specific version number in the path."]]],[]]