24 lines
588 B
YAML
24 lines
588 B
YAML
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
|