1{
2  "schema": "1.0",
3  "comment": "This file maps proto services/RPCs to the corresponding library clients/methods.",
4  "language": "go",
5  "protoPackage": "google.cloud.websecurityscanner.v1",
6  "libraryPackage": "cloud.google.com/go/websecurityscanner/apiv1",
7  "services": {
8    "WebSecurityScanner": {
9      "clients": {
10        "grpc": {
11          "libraryClient": "Client",
12          "rpcs": {
13            "CreateScanConfig": {
14              "methods": [
15                "CreateScanConfig"
16              ]
17            },
18            "DeleteScanConfig": {
19              "methods": [
20                "DeleteScanConfig"
21              ]
22            },
23            "GetFinding": {
24              "methods": [
25                "GetFinding"
26              ]
27            },
28            "GetScanConfig": {
29              "methods": [
30                "GetScanConfig"
31              ]
32            },
33            "GetScanRun": {
34              "methods": [
35                "GetScanRun"
36              ]
37            },
38            "ListCrawledUrls": {
39              "methods": [
40                "ListCrawledUrls"
41              ]
42            },
43            "ListFindingTypeStats": {
44              "methods": [
45                "ListFindingTypeStats"
46              ]
47            },
48            "ListFindings": {
49              "methods": [
50                "ListFindings"
51              ]
52            },
53            "ListScanConfigs": {
54              "methods": [
55                "ListScanConfigs"
56              ]
57            },
58            "ListScanRuns": {
59              "methods": [
60                "ListScanRuns"
61              ]
62            },
63            "StartScanRun": {
64              "methods": [
65                "StartScanRun"
66              ]
67            },
68            "StopScanRun": {
69              "methods": [
70                "StopScanRun"
71              ]
72            },
73            "UpdateScanConfig": {
74              "methods": [
75                "UpdateScanConfig"
76              ]
77            }
78          }
79        }
80      }
81    }
82  }
83}
84