// 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_groups_v1::
RegionInstanceGroupsClient(
google::cloud::compute_region_instance_groups_v1::
MakeRegionInstanceGroupsConnectionRest(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 documentation for various versions of the `compute_region_instance_groups_v1_1_1RegionInstanceGroupsClient`, ranging from version 2.15.1 to the latest release candidate 2.37.0-rc."],["Each version listed links to its respective documentation, detailing the `RegionInstanceGroupsClient` within that specific release, and it includes documentation for versions 2.36.0, 2.35.0, 2.34.0, 2.33.0, 2.32.0, 2.31.0, 2.30.0, 2.29.0, 2.28.0, 2.27.0, 2.26.0, 2.25.1, 2.24.0, 2.23.0, 2.22.0, 2.21.0, 2.20.0, 2.19.0, 2.18.0, 2.17.0, 2.16.0, and 2.15.1."],["The latest version available is `2.37.0-rc`, and the most recent stable release is version 2.36.0."],["The page includes an example of how to override the default endpoint configuration for the `compute_region_instance_groups_v1::RegionInstanceGroupsClient`, particularly when using Private Google Access."]]],[]]