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