// 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"]],[["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."],[[["This webpage provides documentation and reference information for various versions of the `dataproc_v1_1_1NodeGroupControllerClient`, 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, including multiple intermediate versions, all accessible via the provided links."],["There is specific guidance provided on how to override the default endpoint configuration for the `dataproc_v1::NodeGroupControllerClient` to use \"private.googleapis.com\", particularly for Private Google Access."],["Version 2.16.0 is mentioned at the top, but this is not the latest version, this list shows versions all the way to 2.37.0-rc, making it apparent that the page has been updated since version 2.16.0."]]],[]]