// 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"]],[["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 webpage provides access to documentation for various versions of `compute_region_instance_group_managers_v1_1_1RegionInstanceGroupManagersClient`, ranging from version 2.15.1 up to the latest release candidate 2.37.0-rc."],["The latest stable version of `compute_region_instance_group_managers_v1_1_1RegionInstanceGroupManagersClient` is identified as 2.36.0."],["The content allows users to view documentation for specific versions by selecting the desired release number, such as 2.35.0 or 2.20.0."],["There is a section detailing how to override the default endpoint configuration for `RegionInstanceGroupManagersClient`, which includes an example for using \"private.googleapis.com\"."],["The first version discussed in the list is 2.15.1, while the last one is 2.18.0 with a subsequent list of different versions."]]],[]]