// 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_instance_groups_v1::InstanceGroupsClient(
google::cloud::ExperimentalTag{},
google::cloud::compute_instance_groups_v1::
MakeInstanceGroupsConnectionRest(google::cloud::ExperimentalTag{},
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-08-14 UTC."],[[["\u003cp\u003eThe webpage provides access to different versions of the \u003ccode\u003ecompute_instance_groups_v1_1_1InstanceGroupsClient\u003c/code\u003e documentation.\u003c/p\u003e\n"],["\u003cp\u003eThe latest release candidate version available is 2.37.0-rc, and it is the most recent build accessible.\u003c/p\u003e\n"],["\u003cp\u003eThe list goes back as far as version 2.15.1, providing links to all the builds in between.\u003c/p\u003e\n"],["\u003cp\u003eThe content provides guidance on how to override endpoint configuration for the \u003ccode\u003ecompute_instance_groups_v1::InstanceGroupsClient\u003c/code\u003e, particularly in the context of Private Google Access.\u003c/p\u003e\n"],["\u003cp\u003eThe override example shows the use of a \u003ccode\u003egoogle::cloud::Options\u003c/code\u003e object, setting the endpoint using the \u003ccode\u003eEndpointOption\u003c/code\u003e for \u003ccode\u003eprivate.googleapis.com\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]