// 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::JobControllerClient(
google::cloud::dataproc_v1::MakeJobControllerConnection(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 latest release candidate version available is 2.37.0-rc, representing the most current development stage."],["A range of stable versions from 2.11.0 to 2.36.0 are available, providing options for various production needs."],["The documented versions detail the configuration of `dataproc_v1_1_1JobControllerClient-endpoint-snippet` for each release."],["There is a code snippet provided which overides the `dataproc_v1::JobControllerClient` endpoint configuration, and it provides an example of private Google access."],["The webpage provides historical versions of the product, starting from version 2.11.0, ensuring backward compatibility and access to previous releases."]]],[]]