1type: google.api.Service 2config_version: 3 3name: cloudtasks.googleapis.com 4title: Cloud Tasks API 5 6apis: 7- name: google.cloud.location.Locations 8- name: google.cloud.tasks.v2beta2.CloudTasks 9 10documentation: 11 summary: Manages the execution of large numbers of distributed requests. 12 overview: |- 13 Cloud Tasks manages the execution of large numbers of distributed 14 requests. 15 16 For more information, see https://cloud.google.com/tasks/. 17 rules: 18 - selector: google.cloud.location.Locations.GetLocation 19 description: Gets information about a location. 20 21 - selector: google.cloud.location.Locations.ListLocations 22 description: Lists information about the supported locations for this service. 23 24backend: 25 rules: 26 - selector: google.cloud.location.Locations.GetLocation 27 deadline: 5.0 28 - selector: google.cloud.location.Locations.ListLocations 29 deadline: 5.0 30 - selector: 'google.cloud.tasks.v2beta2.CloudTasks.*' 31 deadline: 15.0 32 - selector: google.cloud.tasks.v2beta2.CloudTasks.UploadQueueYaml 33 deadline: 300.0 34 35http: 36 rules: 37 - selector: google.cloud.location.Locations.GetLocation 38 get: '/v2beta2/{name=projects/*/locations/*}' 39 - selector: google.cloud.location.Locations.ListLocations 40 get: '/v2beta2/{name=projects/*}/locations' 41 42authentication: 43 rules: 44 - selector: google.cloud.location.Locations.GetLocation 45 oauth: 46 canonical_scopes: |- 47 https://www.googleapis.com/auth/cloud-platform 48 - selector: google.cloud.location.Locations.ListLocations 49 oauth: 50 canonical_scopes: |- 51 https://www.googleapis.com/auth/cloud-platform 52 - selector: 'google.cloud.tasks.v2beta2.CloudTasks.*' 53 oauth: 54 canonical_scopes: |- 55 https://www.googleapis.com/auth/cloud-platform 56