// 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."],[[["The webpage provides access to documentation for various versions of the `dataproc_v1_1_1AutoscalingPolicyServiceClient`, spanning from version 2.11.0 to the latest release candidate 2.37.0-rc."],["Each version listed, including the release candidate, has a direct link to its respective documentation page for the `dataproc_v1_1_1AutoscalingPolicyServiceClient`."],["The current default version displayed is 2.29.0, but the latest release candidate 2.37.0-rc is also clearly linked at the top of the list."],["The content includes instructions on how to override the default endpoint configuration for the `AutoscalingPolicyServiceClient`, particularly for use with Private Google Access."],["The list presents a comprehensive history of the `AutoscalingPolicyServiceClient` documentation, allowing users to refer back to older versions should they require information on legacy code."]]],[]]