googleapis/google/cloud/tasks/v2/cloudtasks_v2.yaml
Google APIs 4d98ffc3d7 feat: increase timeout of RPC methods to 20s for v2
feat: add YAML config for GetLocation and ListLocation for v2
feat: add UploadQueueYaml, BufferTask RPC method for CloudTasks service for v2beta2
feat: set deadline for GetLocation, ListLocations and UploadQueueYaml RPCs for v2beta2
feat: add BufferTask RPC method for CloudTasks service for v2beta3
feat: add YAML config for GetLocation and ListLocations for v2beta3

PiperOrigin-RevId: 548738528
2023-07-17 10:49:46 -07:00

53 lines
1.6 KiB
YAML

type: google.api.Service
config_version: 3
name: cloudtasks.googleapis.com
title: Cloud Tasks API
apis:
- name: google.cloud.location.Locations
- name: google.cloud.tasks.v2.CloudTasks
documentation:
summary: Manages the execution of large numbers of distributed requests.
overview: |-
Cloud Tasks manages the execution of large numbers of distributed
requests.
For more information, see https://cloud.google.com/tasks/.
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: 5.0
- selector: google.cloud.location.Locations.ListLocations
deadline: 5.0
- selector: 'google.cloud.tasks.v2.CloudTasks.*'
deadline: 15.0
http:
rules:
- selector: google.cloud.location.Locations.GetLocation
get: '/v2/{name=projects/*/locations/*}'
- selector: google.cloud.location.Locations.ListLocations
get: '/v2/{name=projects/*}/locations'
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.tasks.v2.CloudTasks.*'
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/cloud-platform