// 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::SessionTemplateControllerClient(
google::cloud::dataproc_v1::MakeSessionTemplateControllerConnection(
"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-04-09 UTC."],[[["This webpage provides access to different versions of the `dataproc_v1_1_1SessionTemplateControllerClient` endpoint snippet, with the latest release being version 2.37.0-rc."],["The content offers a comprehensive list of versions, ranging from the latest release candidate (2.37.0-rc) down to version 2.11.0."],["The page documents how to override the default endpoint configuration for the `dataproc_v1::SessionTemplateControllerClient`, providing a code snippet example using \"private.googleapis.com\"."],["The listed versions each link to the specific documentation for that version of `dataproc_v1_1_1SessionTemplateControllerClient`, allowing users to see the details of each release."]]],[]]