// 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::dataproc_v1::AutoscalingPolicyServiceClient(
google::cloud::dataproc_v1::MakeAutoscalingPolicyServiceConnection(
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-07-09 UTC."],[[["This page provides a comprehensive list of Dataproc `AutoscalingPolicyServiceClient` versions, ranging from the latest release candidate `2.37.0-rc` down to version `2.11.0`."],["Each version listed links to the specific documentation for the `dataproc_v1_1_1AutoscalingPolicyServiceClient-endpoint-snippet`, allowing for detailed review of each release."],["The most recent stable release available on this page is `2.36.0`, while `2.28.0` is highlighted as the current version the website is on."],["The page also shows how to override the default endpoint configuration for the `dataproc_v1::AutoscalingPolicyServiceClient` to use `private.googleapis.com`, which can be useful in private network environments."]]],[]]