bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
// 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-21 UTC."],[[["This webpage provides documentation and reference links for various versions of the `compute_node_templates_v1::NodeTemplatesClient`, ranging from version 2.15.1 to 2.37.0-rc."],["Version 2.37.0-rc is the latest release candidate, with 2.36.0 being the most recent full release version available."],["The content includes a code snippet demonstrating how to override the endpoint configuration for `compute_node_templates_v1::NodeTemplatesClient`, which can be used in conjunction with Private Google Access."],["The documentation is organized by version number, each linking to specific content for the `NodeTemplatesClient-endpoint-snippet` at that version."],["The displayed version 2.22.1 is also referenced in the list of versions, indicating that previous versions are available to view."]]],[]]