// 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::ClusterControllerClient(
google::cloud::dataproc_v1::MakeClusterControllerConnection(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-14 UTC."],[[["The webpage provides access to various versions of the Dataproc ClusterControllerClient, ranging from version 2.11.0 to 2.37.0-rc, allowing users to select the specific release they need."],["Version 2.37.0-rc is the latest release candidate, indicating ongoing development and potential upcoming features."],["Each listed version includes a link to its respective documentation, specifically the endpoint snippet for the Dataproc v1.1.1 ClusterControllerClient."],["The webpage demonstrates how to override the default endpoint configuration for the ClusterControllerClient, which is useful when using private google access."],["Version 2.15.1 is the specific release version mentioned in the context of the current page."]]],[]]