// 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"]],[["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 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."]]],[]]