...
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.iam.v1",
6 "libraryPackage": "cloud.google.com/go/iam/apiv1",
7 "services": {
8 "IAMPolicy": {
9 "clients": {
10 "grpc": {
11 "libraryClient": "IamPolicyClient",
12 "rpcs": {
13 "GetIamPolicy": {
14 "methods": [
15 "GetIamPolicy"
16 ]
17 },
18 "SetIamPolicy": {
19 "methods": [
20 "SetIamPolicy"
21 ]
22 },
23 "TestIamPermissions": {
24 "methods": [
25 "TestIamPermissions"
26 ]
27 }
28 }
29 },
30 "rest": {
31 "libraryClient": "IamPolicyClient",
32 "rpcs": {
33 "GetIamPolicy": {
34 "methods": [
35 "GetIamPolicy"
36 ]
37 },
38 "SetIamPolicy": {
39 "methods": [
40 "SetIamPolicy"
41 ]
42 },
43 "TestIamPermissions": {
44 "methods": [
45 "TestIamPermissions"
46 ]
47 }
48 }
49 }
50 }
51 }
52 }
53}
View as plain text