// 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-04-17 UTC."],[[["This page provides access to documentation for various versions of the `workflows_executions_v1_1_1ExecutionsClient` component."],["Version 2.37.0-rc is the latest release candidate, while the current version of the page is related to 2.22.1."],["A range of versions from 2.11.0 to 2.37.0-rc are available, allowing users to find documentation relevant to their specific version."],["The documentation includes details on overriding the default endpoint configuration for the `ExecutionsClient`, allowing custom configurations like using \"private.googleapis.com\"."]]],[]]