bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
// 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_commitments_v1::RegionCommitmentsClient( google::cloud::compute_region_commitments_v1:: MakeRegionCommitmentsConnectionRest(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-04-23 UTC."],[[["The webpage provides a comprehensive list of versions for the `compute_region_commitments_v1_1_1RegionCommitmentsClient` component, spanning from version 2.15.1 to the latest release candidate 2.37.0-rc."],["Each listed version links to specific documentation, enabling users to access the endpoint snippet for that release."],["The latest version of the endpoint is identified as `2.37.0-rc`."],["The current version shown on the page is 2.33.0."],["The document shows how to override the default endpoint for `RegionCommitmentsClient` to use `private.googleapis.com`, which is commonly done with Private Google Access."]]],[]]