// 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"]],[["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 available version is 2.37.0-rc, which is marked as the most current release candidate."],["Version 2.22.0 is presented as the current baseline version for these specific compute node templates."],["A range of versions from 2.15.1 up to 2.36.0 are available and can be referenced for the compute node templates."],["The content covers `compute_node_templates_v1_1_1NodeTemplatesClient` endpoints, as displayed in all of the links provided."],["Overriding the default endpoint to `private.googleapis.com` is supported, allowing for configurations such as Private Google Access, and it can be implemented using the displayed code."]]],[]]