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.memcache.v1beta2",
6  "libraryPackage": "cloud.google.com/go/memcache/apiv1beta2",
7  "services": {
8    "CloudMemcache": {
9      "clients": {
10        "grpc": {
11          "libraryClient": "CloudMemcacheClient",
12          "rpcs": {
13            "ApplyParameters": {
14              "methods": [
15                "ApplyParameters"
16              ]
17            },
18            "ApplySoftwareUpdate": {
19              "methods": [
20                "ApplySoftwareUpdate"
21              ]
22            },
23            "CreateInstance": {
24              "methods": [
25                "CreateInstance"
26              ]
27            },
28            "DeleteInstance": {
29              "methods": [
30                "DeleteInstance"
31              ]
32            },
33            "GetInstance": {
34              "methods": [
35                "GetInstance"
36              ]
37            },
38            "ListInstances": {
39              "methods": [
40                "ListInstances"
41              ]
42            },
43            "UpdateInstance": {
44              "methods": [
45                "UpdateInstance"
46              ]
47            },
48            "UpdateParameters": {
49              "methods": [
50                "UpdateParameters"
51              ]
52            }
53          }
54        }
55      }
56    }
57  }
58}
59