// 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::ExperimentalTag{},
google::cloud::compute_node_templates_v1::MakeNodeTemplatesConnectionRest(
google::cloud::ExperimentalTag{}, 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-08-14 UTC."],[[["\u003cp\u003eThe webpage provides a comprehensive list of versions for the \u003ccode\u003ecompute_node_templates_v1_1_1NodeTemplatesClient\u003c/code\u003e endpoint, ranging from the latest release candidate \u003ccode\u003e2.37.0-rc\u003c/code\u003e down to version \u003ccode\u003e2.15.1\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eEach listed version links to specific documentation, enabling users to access details for the \u003ccode\u003ecompute_node_templates_v1_1_1NodeTemplatesClient\u003c/code\u003e endpoint related to a specific release.\u003c/p\u003e\n"],["\u003cp\u003eThe provided code snippet demonstrates how to override the endpoint configuration for \u003ccode\u003ecompute_node_templates_v1::NodeTemplatesClient\u003c/code\u003e, specifically setting it to \u003ccode\u003eprivate.googleapis.com\u003c/code\u003e for Private Google Access.\u003c/p\u003e\n"],["\u003cp\u003eThe content shows the \u003ccode\u003eNodeTemplatesClient\u003c/code\u003e is used in conjunction with the \u003ccode\u003eNodeTemplatesConnectionRest\u003c/code\u003e and is marked with an \u003ccode\u003eExperimentalTag\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eUsers can refer to this list to find the documentation matching their version, whether they are on the latest version or an older release.\u003c/p\u003e\n"]]],[],null,[]]