...
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.monitoring.dashboard.v1",
6 "libraryPackage": "cloud.google.com/go/monitoring/dashboard/apiv1",
7 "services": {
8 "DashboardsService": {
9 "clients": {
10 "grpc": {
11 "libraryClient": "DashboardsClient",
12 "rpcs": {
13 "CreateDashboard": {
14 "methods": [
15 "CreateDashboard"
16 ]
17 },
18 "DeleteDashboard": {
19 "methods": [
20 "DeleteDashboard"
21 ]
22 },
23 "GetDashboard": {
24 "methods": [
25 "GetDashboard"
26 ]
27 },
28 "ListDashboards": {
29 "methods": [
30 "ListDashboards"
31 ]
32 },
33 "UpdateDashboard": {
34 "methods": [
35 "UpdateDashboard"
36 ]
37 }
38 }
39 },
40 "rest": {
41 "libraryClient": "DashboardsClient",
42 "rpcs": {
43 "CreateDashboard": {
44 "methods": [
45 "CreateDashboard"
46 ]
47 },
48 "DeleteDashboard": {
49 "methods": [
50 "DeleteDashboard"
51 ]
52 },
53 "GetDashboard": {
54 "methods": [
55 "GetDashboard"
56 ]
57 },
58 "ListDashboards": {
59 "methods": [
60 "ListDashboards"
61 ]
62 },
63 "UpdateDashboard": {
64 "methods": [
65 "UpdateDashboard"
66 ]
67 }
68 }
69 }
70 }
71 }
72 }
73}
View as plain text