// 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."],[[["This webpage provides access to the documentation for various versions of the `dataproc_v1_1_1AutoscalingPolicyServiceClient` reference, ranging from version 2.11.0 up to the release candidate 2.37.0-rc."],["The most recent stable version documented is 2.36.0, and the latest version currently in release candidate status is 2.37.0-rc."],["The documentation includes endpoint configuration details for the `dataproc_v1::AutoscalingPolicyServiceClient`, which is a common configuration with Private Google Access."],["Users can access detailed documentation for each version by following the provided links, allowing for easy comparison and review across releases."]]],[]]