// 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_resource_policies_v1::ResourcePoliciesClient(
google::cloud::compute_resource_policies_v1::
MakeResourcePoliciesConnectionRest(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-15 UTC."],[[["This webpage provides a list of available versions for the `compute_resource_policies_v1_1_1ResourcePoliciesClient` endpoint, ranging from the latest release candidate `2.37.0-rc` down to version `2.15.1`."],["Each listed version links to a specific endpoint documentation snippet, allowing users to access the details relevant to that release, with every single version from 2.37.0-rc down to 2.15.1 being available to explore."],["The primary function of the `ResourcePoliciesClient` is the use of endpoint configuration for compute resources, as indicated by the provided code snippet demonstrating how to set up an endpoint, such as the \"private.googleapis.com\" one, when creating an instance."],["The provided content references the use of Private Google Access with the Endpoint Configuration."]]],[]]