// 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_global_operations_v1::GlobalOperationsClient(
google::cloud::compute_global_operations_v1::
MakeGlobalOperationsConnectionRest(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 latest release candidate version available is 2.37.0-rc, offering the most up-to-date features and fixes.\u003c/p\u003e\n"],["\u003cp\u003eThe webpage provides access to historical versions of the compute global operations client ranging from version 2.15.1 up to the newest, 2.37.0-rc.\u003c/p\u003e\n"],["\u003cp\u003eVersion 2.27.0 is currently displayed as the main default version on this page.\u003c/p\u003e\n"],["\u003cp\u003eUsers can find detailed endpoint configuration snippets for each version listed, allowing them to understand and potentially customize the client's behavior.\u003c/p\u003e\n"],["\u003cp\u003eThe code snippet demonstrates how to configure the \u003ccode\u003eGlobalOperationsClient\u003c/code\u003e to use a private endpoint, specifically \u003ccode\u003eprivate.googleapis.com\u003c/code\u003e, for private Google access.\u003c/p\u003e\n"]]],[],null,[]]