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.spanner.v1",
6  "libraryPackage": "cloud.google.com/go/spanner/apiv1",
7  "services": {
8    "Spanner": {
9      "clients": {
10        "grpc": {
11          "libraryClient": "Client",
12          "rpcs": {
13            "BatchCreateSessions": {
14              "methods": [
15                "BatchCreateSessions"
16              ]
17            },
18            "BeginTransaction": {
19              "methods": [
20                "BeginTransaction"
21              ]
22            },
23            "Commit": {
24              "methods": [
25                "Commit"
26              ]
27            },
28            "CreateSession": {
29              "methods": [
30                "CreateSession"
31              ]
32            },
33            "DeleteSession": {
34              "methods": [
35                "DeleteSession"
36              ]
37            },
38            "ExecuteBatchDml": {
39              "methods": [
40                "ExecuteBatchDml"
41              ]
42            },
43            "ExecuteSql": {
44              "methods": [
45                "ExecuteSql"
46              ]
47            },
48            "ExecuteStreamingSql": {
49              "methods": [
50                "ExecuteStreamingSql"
51              ]
52            },
53            "GetSession": {
54              "methods": [
55                "GetSession"
56              ]
57            },
58            "ListSessions": {
59              "methods": [
60                "ListSessions"
61              ]
62            },
63            "PartitionQuery": {
64              "methods": [
65                "PartitionQuery"
66              ]
67            },
68            "PartitionRead": {
69              "methods": [
70                "PartitionRead"
71              ]
72            },
73            "Read": {
74              "methods": [
75                "Read"
76              ]
77            },
78            "Rollback": {
79              "methods": [
80                "Rollback"
81              ]
82            },
83            "StreamingRead": {
84              "methods": [
85                "StreamingRead"
86              ]
87            }
88          }
89        }
90      }
91    }
92  }
93}
94