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      }
51    },
52    "SqlTranslationService": {
53      "clients": {
54        "grpc": {
55          "libraryClient": "SqlTranslationClient",
56          "rpcs": {
57            "TranslateQuery": {
58              "methods": [
59                "TranslateQuery"
60              ]
61            }
62          }
63        }
64      }
65    }
66  }
67}
68