bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
// 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-02 UTC."],[[["This webpage provides access to documentation for various versions of the `dataproc_v1_1_1SessionTemplateControllerClient`, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each listed version of the `dataproc_v1_1_1SessionTemplateControllerClient` includes a link to the respective documentation, with the most recent version at the top."],["The content includes an example code snippet on how to override the `dataproc_v1::SessionTemplateControllerClient` endpoint configuration, specifically highlighting a configuration common with Private Google Access."],["The current version being viewed on the page is 2.31.0, and is presented in the list as one of the versions available for selection."]]],[]]