// 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"]],[["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-09 UTC."],[[["The webpage provides a list of available versions for the `dataproc_v1_1_1AutoscalingPolicyServiceClient`, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each version listed corresponds to a specific documentation page with details for the `dataproc_v1_1_1AutoscalingPolicyServiceClient`."],["The latest release candidate version, 2.37.0-rc, is highlighted as the most current option available."],["The page includes an example of how to override the default endpoint configuration for the `dataproc_v1::AutoscalingPolicyServiceClient`, specifically using `\"private.googleapis.com\"`."],["The page's latest fully released version is 2.36.0, with the latest release candidate being 2.37.0-rc, but version 2.20.0 is the version currently being displayed."]]],[]]