// 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::NodeGroupControllerClient(
google::cloud::dataproc_v1::MakeNodeGroupControllerConnection("unused",
options));
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-18 UTC."],[[["The latest release candidate version available is 2.37.0-rc, accessible via the provided link."],["The content includes a comprehensive list of Dataproc versions, ranging from 2.37.0-rc down to 2.11.0."],["Each listed version links to specific endpoint snippet documentation for the `dataproc_v1_1_1NodeGroupControllerClient`."],["The current version listed at the top of the list is 2.20.0."],["The endpoint for `dataproc_v1::NodeGroupControllerClient` can be configured, as shown in the example, to use a private Google endpoint."]]],[]]