// 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_license_codes_v1::LicenseCodesClient(
google::cloud::compute_license_codes_v1::MakeLicenseCodesConnectionRest(
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-15 UTC."],[[["The webpage provides access to different versions of the `compute_license_codes_v1_1_1LicenseCodesClient` documentation."],["The latest release candidate version available is `2.37.0-rc`."],["The oldest version available for access on this webpage is `2.15.1`."],["The current version displayed is `2.27.0`, and all releases between this version and `2.37.0-rc` are also listed."],["There is an example given for how to override `compute_license_codes_v1::LicenseCodesClient` Endpoint Configuration, which is also common with Private Google Access."]]],[]]