1type: google.api.Service 2config_version: 3 3name: workflowexecutions.googleapis.com 4title: Workflow Executions API 5 6apis: 7- name: google.cloud.workflows.executions.v1.Executions 8 9documentation: 10 summary: Execute workflows created with Workflows API. 11 overview: 'Manages user-provided workflows.' 12 13backend: 14 rules: 15 - selector: 'google.cloud.workflows.executions.v1.Executions.*' 16 deadline: 60.0 17 18authentication: 19 rules: 20 - selector: 'google.cloud.workflows.executions.v1.Executions.*' 21 oauth: 22 canonical_scopes: |- 23 https://www.googleapis.com/auth/cloud-platform 24