1234567891011121314151617181920212223 |
- type: google.api.Service
- config_version: 3
- name: workflowexecutions.googleapis.com
- title: Workflow Executions API
- apis:
- - name: google.cloud.workflows.executions.v1.Executions
- documentation:
- summary: Execute workflows created with Workflows API.
- overview: 'Manages user-provided workflows.'
- backend:
- rules:
- - selector: 'google.cloud.workflows.executions.v1.Executions.*'
- deadline: 60.0
- authentication:
- rules:
- - selector: 'google.cloud.workflows.executions.v1.Executions.*'
- oauth:
- canonical_scopes: |-
- https://www.googleapis.com/auth/cloud-platform
|