Skip to content

Commit

Permalink
fix(workflows): add ancillary service bindings to service_yaml
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 421098450
  • Loading branch information
Google APIs authored and copybara-github committed Jan 11, 2022
1 parent a635f71 commit 6706d9b
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions google/cloud/workflows/v1beta/workflows_v1beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,53 @@ apis:
types:
- name: google.cloud.workflows.v1beta.OperationMetadata

documentation:
summary: |-
Manage workflow definitions. To execute workflows and manage executions,
see the Workflows Executions API.
rules:
- selector: google.cloud.location.Locations.GetLocation
description: Gets information about a location.

- selector: google.cloud.location.Locations.ListLocations
description: Lists information about the supported locations for this service.

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

http:
rules:
- selector: google.cloud.location.Locations.GetLocation
get: '/v1beta/{name=projects/*/locations/*}'
- selector: google.cloud.location.Locations.ListLocations
get: '/v1beta/{name=projects/*}/locations'
- selector: google.longrunning.Operations.DeleteOperation
delete: '/v1beta/{name=projects/*/locations/*/operations/*}'
- selector: google.longrunning.Operations.GetOperation
get: '/v1beta/{name=projects/*/locations/*/operations/*}'
- selector: google.longrunning.Operations.ListOperations
get: '/v1beta/{name=projects/*/locations/*}/operations'

authentication:
rules:
- selector: google.cloud.location.Locations.GetLocation
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/cloud-platform
- selector: google.cloud.location.Locations.ListLocations
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/cloud-platform
- selector: 'google.cloud.workflows.v1beta.Workflows.*'
oauth:
canonical_scopes: |-
Expand Down

0 comments on commit 6706d9b

Please sign in to comment.