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::WorkflowTemplateServiceClient( google::cloud::dataproc_v1::MakeWorkflowTemplateServiceConnection( 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-05-07 UTC."],[[["This webpage provides access to the C++ documentation for `dataproc_v1_1_1WorkflowTemplateServiceClient` across multiple versions, ranging from 2.11.0 up to the latest release candidate, 2.37.0-rc."],["The current default version displayed on the page is version 2.23.0, but it offers links to all versions available for review."],["The content illustrates how to override the endpoint configuration for `dataproc_v1::WorkflowTemplateServiceClient`, particularly for scenarios involving Private Google Access, using the `private.googleapis.com` endpoint."]]],[]]