bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
// 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-03-21 UTC."],[[["This webpage provides access to documentation for various versions of the `dataproc_v1_1_1AutoscalingPolicyServiceClient`, with the latest release being version 2.37.0-rc."],["The content covers a range of versions from 2.11.0 up to the most recent version 2.37.0-rc for the dataproc service client."],["Each version listed includes a link to its specific documentation, allowing users to easily navigate to the correct version information."],["The webpage gives information about overriding the `dataproc_v1::AutoscalingPolicyServiceClient` endpoint configuration."],["A code example is provided for setting up a `google::cloud::dataproc_v1::AutoscalingPolicyServiceClient` using a custom endpoint configuration, relevant to Private Google Access."]]],[]]