// 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_node_templates_v1::NodeTemplatesClient(
google::cloud::compute_node_templates_v1::MakeNodeTemplatesConnectionRest(
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-02 UTC."],[[["This webpage provides documentation and reference information for various versions of the `compute_node_templates_v1_1_1NodeTemplatesClient`."],["The latest release candidate version is `2.37.0-rc`, while `2.36.0` is the latest stable release."],["Multiple versions, ranging from `2.15.1` to `2.36.0`, are documented on this page, along with their respective links."],["The page includes information on how to override the endpoint configuration for the `compute_node_templates_v1::NodeTemplatesClient`, particularly for use with Private Google Access."],["This page contains the version 2.27.0 documentation, and can be seen by all the other versions that are listed above and below this version."]]],[]]