// 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_instances_v1::InstancesClient(
google::cloud::compute_instances_v1::MakeInstancesConnectionRest(
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 documentation for various versions of the \u003ccode\u003ecompute_instances_v1_1_1InstancesClient\u003c/code\u003e component, spanning from version 2.15.1 up to the latest release candidate 2.37.0-rc.\u003c/p\u003e\n"],["\u003cp\u003eVersion 2.37.0-rc is identified as the latest available release candidate, with all other listed versions representing stable releases.\u003c/p\u003e\n"],["\u003cp\u003eThe content demonstrates how to override the endpoint configuration for \u003ccode\u003ecompute_instances_v1::InstancesClient\u003c/code\u003e, specifically showing an example for Private Google Access.\u003c/p\u003e\n"],["\u003cp\u003eEach version listed contains a link to its corresponding documentation page, allowing users to access version-specific information, which is available from 2.15.1 onwards.\u003c/p\u003e\n"],["\u003cp\u003eThe provided example allows users to configure their endpoint to \u003ccode\u003eprivate.googleapis.com\u003c/code\u003e using the \u003ccode\u003eEndpointOption\u003c/code\u003e of the google cloud options.\u003c/p\u003e\n"]]],[],null,[]]