// 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_organization_operations_v1::
GlobalOrganizationOperationsClient(
google::cloud::compute_global_organization_operations_v1::
MakeGlobalOrganizationOperationsConnectionRest(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-21 UTC."],[[["This page provides documentation for various versions of the `compute_global_organization_operations_v1_1_1GlobalOrganizationOperationsClient`, ranging from version 2.15.1 to the latest release candidate 2.37.0-rc."],["The most current version available is the release candidate version, `2.37.0-rc`, with links provided to older stable versions such as `2.36.0`, `2.35.0`, `2.34.0` and older."],["The documentation includes details on how to override the endpoint configuration for the `GlobalOrganizationOperationsClient`, specifically demonstrating how to set it to `\"private.googleapis.com\"` for scenarios like Private Google Access."],["The content provides links to the endpoint snippet for each version of the `GlobalOrganizationOperationsClient`, showing the consistent structure of the documentation across different releases."]]],[]]