...
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.v2",
6 "libraryPackage": "cloud.google.com/go/bigquery/migration/apiv2",
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 }
51 }
52 }
53}
View as plain text