1{
2  "schema": "1.0",
3  "comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
4  "language": "java",
5  "protoPackage": "google.cloud.redis.v1beta1",
6  "libraryPackage": "com.google.cloud.redis.v1beta1",
7  "services": {
8    "CloudRedis": {
9      "clients": {
10        "grpc": {
11          "libraryClient": "CloudRedisClient",
12          "rpcs": {
13            "CreateInstance": {
14              "methods": ["createInstanceAsync", "createInstanceAsync", "createInstanceAsync", "createInstanceOperationCallable", "createInstanceCallable"]
15            },
16            "DeleteInstance": {
17              "methods": ["deleteInstanceAsync", "deleteInstanceAsync", "deleteInstanceAsync", "deleteInstanceOperationCallable", "deleteInstanceCallable"]
18            },
19            "ExportInstance": {
20              "methods": ["exportInstanceAsync", "exportInstanceAsync", "exportInstanceOperationCallable", "exportInstanceCallable"]
21            },
22            "FailoverInstance": {
23              "methods": ["failoverInstanceAsync", "failoverInstanceAsync", "failoverInstanceAsync", "failoverInstanceOperationCallable", "failoverInstanceCallable"]
24            },
25            "GetInstance": {
26              "methods": ["getInstance", "getInstance", "getInstance", "getInstanceCallable"]
27            },
28            "GetInstanceAuthString": {
29              "methods": ["getInstanceAuthString", "getInstanceAuthString", "getInstanceAuthString", "getInstanceAuthStringCallable"]
30            },
31            "ImportInstance": {
32              "methods": ["importInstanceAsync", "importInstanceAsync", "importInstanceOperationCallable", "importInstanceCallable"]
33            },
34            "ListInstances": {
35              "methods": ["listInstances", "listInstances", "listInstances", "listInstancesPagedCallable", "listInstancesCallable"]
36            },
37            "RescheduleMaintenance": {
38              "methods": ["rescheduleMaintenanceAsync", "rescheduleMaintenanceAsync", "rescheduleMaintenanceAsync", "rescheduleMaintenanceOperationCallable", "rescheduleMaintenanceCallable"]
39            },
40            "UpdateInstance": {
41              "methods": ["updateInstanceAsync", "updateInstanceAsync", "updateInstanceOperationCallable", "updateInstanceCallable"]
42            },
43            "UpgradeInstance": {
44              "methods": ["upgradeInstanceAsync", "upgradeInstanceAsync", "upgradeInstanceAsync", "upgradeInstanceOperationCallable", "upgradeInstanceCallable"]
45            }
46          }
47        }
48      }
49    }
50  }
51}