...
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.metricsscope.v1",
6 "libraryPackage": "cloud.google.com/go/monitoring/metricsscope/apiv1",
7 "services": {
8 "MetricsScopes": {
9 "clients": {
10 "grpc": {
11 "libraryClient": "MetricsScopesClient",
12 "rpcs": {
13 "CreateMonitoredProject": {
14 "methods": [
15 "CreateMonitoredProject"
16 ]
17 },
18 "DeleteMonitoredProject": {
19 "methods": [
20 "DeleteMonitoredProject"
21 ]
22 },
23 "GetMetricsScope": {
24 "methods": [
25 "GetMetricsScope"
26 ]
27 },
28 "ListMetricsScopesByMonitoredProject": {
29 "methods": [
30 "ListMetricsScopesByMonitoredProject"
31 ]
32 }
33 }
34 }
35 }
36 }
37 }
38}
View as plain text