// 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_executions_v1::ExecutionsClient(
google::cloud::workflows_executions_v1::MakeExecutionsConnection(
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-03-14 UTC."],[[["This webpage provides a version history and documentation for the `workflows_executions_v1_1_1ExecutionsClient` endpoint, starting from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed links to its respective documentation page detailing changes or features specific to that release of the workflows_executions."],["The latest stable version highlighted is 2.36.0."],["Instructions are provided for overriding the `workflows_executions_v1::ExecutionsClient` endpoint configuration, which is applicable when using Private Google Access."],["The version 2.15.1 is highlighted as the current page's version, but not the latest or the latest stable."]]],[]]