// 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::compute_licenses_v1::LicensesClient(
google::cloud::compute_licenses_v1::MakeLicensesConnectionRest(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 for various versions of the `compute_licenses_v1::LicensesClient`, with the latest release candidate being version 2.37.0-rc."],["The content includes links to the documentation for multiple versions, ranging from 2.15.1 up to 2.37.0-rc, allowing users to access the relevant documentation for the version they are using."],["Version 2.21.0 is highlighted as the current version at the top of the page."],["The `compute_licenses_v1::LicensesClient` Endpoint Configuration can be overriden, as exemplified by the provided code snippet for use with private google access."]]],[]]