xref: /aosp_15_r20/external/googleapis/google/cloud/webrisk/v1/webrisk_v1.yaml (revision d5c09012810ac0c9f33fe448fb6da8260d444cc9)
1type: google.api.Service
2config_version: 3
3name: webrisk.googleapis.com
4title: Web Risk API
5
6apis:
7- name: google.cloud.webrisk.v1.WebRiskService
8- name: google.longrunning.Operations
9
10types:
11- name: google.cloud.webrisk.v1.Submission
12- name: google.cloud.webrisk.v1.SubmitUriMetadata
13
14http:
15  rules:
16  - selector: google.longrunning.Operations.CancelOperation
17    post: '/v1/{name=projects/*/operations/*}:cancel'
18    body: '*'
19  - selector: google.longrunning.Operations.DeleteOperation
20    delete: '/v1/{name=projects/*/operations/*}'
21  - selector: google.longrunning.Operations.GetOperation
22    get: '/v1/{name=projects/*/operations/*}'
23  - selector: google.longrunning.Operations.ListOperations
24    get: '/v1/{name=projects/*}/operations'
25
26authentication:
27  rules:
28  - selector: 'google.cloud.webrisk.v1.WebRiskService.*'
29    oauth:
30      canonical_scopes: |-
31        https://www.googleapis.com/auth/cloud-platform
32  - selector: google.longrunning.Operations.GetOperation
33    oauth:
34      canonical_scopes: |-
35        https://www.googleapis.com/auth/cloud-platform
36