// 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_region_instance_templates_v1::
RegionInstanceTemplatesClient(
google::cloud::compute_region_instance_templates_v1::
MakeRegionInstanceTemplatesConnectionRest(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-09 UTC."],[[["The webpage provides documentation for various versions of the `compute_region_instance_templates_v1::RegionInstanceTemplatesClient`, ranging from version 2.15.1 to 2.37.0-rc."],["Version 2.37.0-rc is the latest release candidate, indicating ongoing development and potential upcoming features."],["Each listed version has a corresponding link to its specific documentation, enabling users to access the required version information."],["The webpage also gives an example of how to override the default endpoint configuration, specifically for private Google access."],["The current version displayed on this page is 2.33.0, which can be changed to access other versioned content."]]],[]]