// 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-05 UTC."],[[["This webpage provides access to the documentation for various versions of the `compute_node_groups_v1::NodeGroupsClient`, ranging from version 2.15.1 up to the latest release candidate, version 2.37.0-rc."],["Each version listed links to its respective documentation page detailing `NodeGroupsClient` endpoint snippets."],["Version 2.37.0-rc is designated as the latest release candidate, while version 2.26.0 is highlighted as the current version, however other versions available are more up to date."],["The page includes a code example demonstrating how to override the endpoint configuration for `compute_node_groups_v1::NodeGroupsClient`, specifically for use with Private Google Access."],["The documentation is specifically for `cpp` and is related to the Compute section of google cloud, this is made clear in each url provided."]]],[]]