// 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 access to various versions of the `dataproc_v1_1_1NodeGroupControllerClient` endpoint snippet, with version 2.37.0-rc being the latest release candidate."],["The available versions range from 2.11.0 to 2.37.0-rc, allowing users to access documentation and snippets for different release iterations of the dataproc client."],["Users can access the different version documentation by clicking on the version number, which will direct them to the page associated with that release."],["The section labeled \"Override dataproc_v1::NodeGroupControllerClient Endpoint Configuration\" demonstrates how to set a custom endpoint, such as private.googleapis.com, for the NodeGroupControllerClient, common with the Private Google Access."]]],[]]