// 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-05 UTC."],[[["The latest version available is 2.37.0-rc, which is marked as the most current release candidate."],["There are multiple previous versions listed, ranging from version 2.36.0 down to 2.15.1."],["Each listed version includes a link to its specific documentation page for `compute_license_codes_v1_1_1LicenseCodesClient-endpoint-snippet`."],["There is a section detailing how to override the endpoint configuration for `compute_license_codes_v1::LicenseCodesClient`, providing an example utilizing \"private.googleapis.com\" for Private Google Access."]]],[]]