// 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["The webpage provides a comprehensive list of Workflows Client endpoint snippets for various versions, ranging from the latest release candidate 2.37.0-rc down to version 2.11.0."],["Version 2.37.0-rc is the latest release candidate available, serving as the most recent version of the Workflows Client documentation."],["Each listed version, such as 2.36.0, 2.35.0, etc., links to specific documentation for the Workflows Client endpoint snippet pertaining to that version."],["The page highlights the ability to override the default `workflows_v1::WorkflowsClient` endpoint configuration, providing an example that uses \"private.googleapis.com\" suitable for Private Google Access."],["The current displayed version of the documentation is 2.32.0."]]],[]]