// 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::workflows_v1::WorkflowsClient(
google::cloud::workflows_v1::MakeWorkflowsConnection(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-17 UTC."],[[["This page provides a comprehensive list of documentation for different versions of the WorkflowsClient, ranging from version 2.11.0 to the latest release candidate, 2.37.0-rc."],["Each version listed includes a link to its specific documentation page, offering details on the `workflows_v1_1_1WorkflowsClient-endpoint-snippet` for each respective release."],["The latest release candidate, version 2.37.0-rc, is highlighted as the most current version available."],["Instructions are provided for overriding the default endpoint configuration of `workflows_v1::WorkflowsClient`, including an example of setting the endpoint to \"private.googleapis.com\" for compatibility with Private Google Access."],["The latest fully released version is 2.36.0, with all versions available to browse after."]]],[]]