...
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.bigquery.migration.v2alpha",
6 "libraryPackage": "cloud.google.com/go/bigquery/migration/apiv2alpha",
7 "services": {
8 "MigrationService": {
9 "clients": {
10 "grpc": {
11 "libraryClient": "Client",
12 "rpcs": {
13 "CreateMigrationWorkflow": {
14 "methods": [
15 "CreateMigrationWorkflow"
16 ]
17 },
18 "DeleteMigrationWorkflow": {
19 "methods": [
20 "DeleteMigrationWorkflow"
21 ]
22 },
23 "GetMigrationSubtask": {
24 "methods": [
25 "GetMigrationSubtask"
26 ]
27 },
28 "GetMigrationWorkflow": {
29 "methods": [
30 "GetMigrationWorkflow"
31 ]
32 },
33 "ListMigrationSubtasks": {
34 "methods": [
35 "ListMigrationSubtasks"
36 ]
37 },
38 "ListMigrationWorkflows": {
39 "methods": [
40 "ListMigrationWorkflows"
41 ]
42 },
43 "StartMigrationWorkflow": {
44 "methods": [
45 "StartMigrationWorkflow"
46 ]
47 }
48 }
49 },
50 "rest": {
51 "libraryClient": "Client",
52 "rpcs": {
53 "CreateMigrationWorkflow": {
54 "methods": [
55 "CreateMigrationWorkflow"
56 ]
57 },
58 "DeleteMigrationWorkflow": {
59 "methods": [
60 "DeleteMigrationWorkflow"
61 ]
62 },
63 "GetMigrationSubtask": {
64 "methods": [
65 "GetMigrationSubtask"
66 ]
67 },
68 "GetMigrationWorkflow": {
69 "methods": [
70 "GetMigrationWorkflow"
71 ]
72 },
73 "ListMigrationSubtasks": {
74 "methods": [
75 "ListMigrationSubtasks"
76 ]
77 },
78 "ListMigrationWorkflows": {
79 "methods": [
80 "ListMigrationWorkflows"
81 ]
82 },
83 "StartMigrationWorkflow": {
84 "methods": [
85 "StartMigrationWorkflow"
86 ]
87 }
88 }
89 }
90 }
91 },
92 "SqlTranslationService": {
93 "clients": {
94 "grpc": {
95 "libraryClient": "SqlTranslationClient",
96 "rpcs": {
97 "TranslateQuery": {
98 "methods": [
99 "TranslateQuery"
100 ]
101 }
102 }
103 },
104 "rest": {
105 "libraryClient": "SqlTranslationClient",
106 "rpcs": {
107 "TranslateQuery": {
108 "methods": [
109 "TranslateQuery"
110 ]
111 }
112 }
113 }
114 }
115 }
116 }
117}
View as plain text