type: google.api.Service
config_version: 3
name: workflows.googleapis.com
title: Workflows API

apis:
- name: google.cloud.workflows.v1beta.Workflows

types:
- name: google.cloud.workflows.v1beta.OperationMetadata

backend:
  rules:
  - selector: 'google.cloud.workflows.v1beta.Workflows.*'
    deadline: 60.0
  - selector: 'google.longrunning.Operations.*'
    deadline: 60.0
  - selector: google.longrunning.Operations.GetOperation
    deadline: 5.0

authentication:
  rules:
  - selector: 'google.cloud.workflows.v1beta.Workflows.*'
    oauth:
      canonical_scopes: |-
        https://www.googleapis.com/auth/cloud-platform
  - selector: 'google.longrunning.Operations.*'
    oauth:
      canonical_scopes: |-
        https://www.googleapis.com/auth/cloud-platform
