// 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_instances_v1::RegionInstancesClient(
google::cloud::compute_region_instances_v1::
MakeRegionInstancesConnectionRest(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-08 UTC."],[[["This webpage provides access to various versions of the `compute_region_instances_v1::RegionInstancesClient` documentation, ranging from the latest release candidate `2.37.0-rc` down to version `2.15.1`."],["Each version listed offers specific documentation for the `RegionInstancesClient`, with links to detailed information for each release such as the endpoints and other information."],["The content also demonstrates how to override the `compute_region_instances_v1::RegionInstancesClient` endpoint configuration, using `private.googleapis.com` as an example within the given code snippet."],["The listed versions are all versions of the compute api, with the current version displayed as `2.32.0` at the top of the content."]]],[]]