// 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_region_instance_group_managers_v1::
RegionInstanceGroupManagersClient(
google::cloud::compute_region_instance_group_managers_v1::
MakeRegionInstanceGroupManagersConnectionRest(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-07-09 UTC."],[[["This page documents the various versions of the `RegionInstanceGroupManagersClient` for the Google Cloud Compute API."],["Version 2.37.0-rc is the latest release candidate, while the most recently stable version is 2.36.0."],["The page provides links to the documentation for versions spanning from 2.15.1 up to the current release candidate 2.37.0-rc."],["The `RegionInstanceGroupManagersClient` endpoint can be overriden to enable configuration such as using private google access, providing an example of how to do so."]]],[]]