// 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-08 UTC."],[[["This page provides access to documentation for various versions of the `compute_license_codes_v1_1_1LicenseCodesClient` component, ranging from version 2.15.1 to the latest release candidate 2.37.0-rc."],["Each listed version links to specific documentation for `compute_license_codes_v1_1_1LicenseCodesClient-endpoint-snippet`, allowing users to explore historical releases and specific changes in each version."],["The latest version of the component available is 2.37.0-rc, which is labeled as the most recent release candidate, and prior to that, 2.36.0 is the most recently fully released version."],["The component `compute_license_codes_v1::LicenseCodesClient` endpoint configuration can be overridden, and is often configured using the \"private.googleapis.com\" endpoint for compatibility with Private Google Access."]]],[]]