// 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 webpage provides access to the documentation for various versions of the WorkflowsClient, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed includes a link to its specific documentation page, providing detailed information about the `workflows_v1_1_1WorkflowsClient-endpoint-snippet` within that version."],["The latest available version is `2.37.0-rc`, while `2.30.0` is an identified point in the list of options and the lowest being `2.11.0`."],["The page includes an example demonstrating how to override the `workflows_v1::WorkflowsClient` Endpoint Configuration, specifically for use with Private Google Access."]]],[]]