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_groups_v1::NodeGroupsClient( google::cloud::compute_node_groups_v1::MakeNodeGroupsConnectionRest( 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 access to documentation for various versions of the `compute_node_groups_v1_1_1NodeGroupsClient`, ranging from version 2.15.1 up to the latest release candidate, 2.37.0-rc."],["Each listed version links to specific documentation for `NodeGroupsClient` within that release, allowing for direct access to version-specific information."],["The most current version available is version `2.37.0-rc`, which is tagged as the latest release candidate."],["The content includes an example of how to override the `NodeGroupsClient` endpoint configuration, specifically for Private Google Access."],["The page version currently displayed is version `2.22.1` and also provide a link for the documentation for it."]]],[]]