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.functions.v1",
6  "libraryPackage": "com.google.cloud.functions.v1",
7  "services": {
8    "CloudFunctionsService": {
9      "clients": {
10        "grpc": {
11          "libraryClient": "CloudFunctionsServiceClient",
12          "rpcs": {
13            "CallFunction": {
14              "methods": ["callFunction", "callFunction", "callFunction", "callFunctionCallable"]
15            },
16            "CreateFunction": {
17              "methods": ["createFunctionAsync", "createFunctionAsync", "createFunctionAsync", "createFunctionOperationCallable", "createFunctionCallable"]
18            },
19            "DeleteFunction": {
20              "methods": ["deleteFunctionAsync", "deleteFunctionAsync", "deleteFunctionAsync", "deleteFunctionOperationCallable", "deleteFunctionCallable"]
21            },
22            "GenerateDownloadUrl": {
23              "methods": ["generateDownloadUrl", "generateDownloadUrlCallable"]
24            },
25            "GenerateUploadUrl": {
26              "methods": ["generateUploadUrl", "generateUploadUrlCallable"]
27            },
28            "GetFunction": {
29              "methods": ["getFunction", "getFunction", "getFunction", "getFunctionCallable"]
30            },
31            "GetIamPolicy": {
32              "methods": ["getIamPolicy", "getIamPolicyCallable"]
33            },
34            "ListFunctions": {
35              "methods": ["listFunctions", "listFunctionsPagedCallable", "listFunctionsCallable"]
36            },
37            "ListLocations": {
38              "methods": ["listLocations", "listLocationsPagedCallable", "listLocationsCallable"]
39            },
40            "SetIamPolicy": {
41              "methods": ["setIamPolicy", "setIamPolicyCallable"]
42            },
43            "TestIamPermissions": {
44              "methods": ["testIamPermissions", "testIamPermissionsCallable"]
45            },
46            "UpdateFunction": {
47              "methods": ["updateFunctionAsync", "updateFunctionAsync", "updateFunctionOperationCallable", "updateFunctionCallable"]
48            }
49          }
50        }
51      }
52    }
53  }
54}