// 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."],[[["The webpage provides documentation and reference for various versions of `compute_region_instance_groups_v1_1_1RegionInstanceGroupsClient`, ranging from version 2.15.1 up to the release candidate 2.37.0-rc."],["The latest available version is 2.37.0-rc, which is marked as the release candidate, while 2.36.0 is the latest non-release-candidate version."],["The documentation includes a code snippet demonstrating how to override the endpoint configuration for `compute_region_instance_groups_v1::RegionInstanceGroupsClient`, which is relevant for Private Google Access."],["The versions available on the page includes every release from 2.15.1 all the way to 2.37.0-rc, with the versions decreasing incrementally."]]],[]]