...
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.secretmanager.v1beta2",
6 "libraryPackage": "cloud.google.com/go/secretmanager/apiv1beta2",
7 "services": {
8 "SecretManagerService": {
9 "clients": {
10 "grpc": {
11 "libraryClient": "Client",
12 "rpcs": {
13 "AccessSecretVersion": {
14 "methods": [
15 "AccessSecretVersion"
16 ]
17 },
18 "AddSecretVersion": {
19 "methods": [
20 "AddSecretVersion"
21 ]
22 },
23 "CreateSecret": {
24 "methods": [
25 "CreateSecret"
26 ]
27 },
28 "DeleteSecret": {
29 "methods": [
30 "DeleteSecret"
31 ]
32 },
33 "DestroySecretVersion": {
34 "methods": [
35 "DestroySecretVersion"
36 ]
37 },
38 "DisableSecretVersion": {
39 "methods": [
40 "DisableSecretVersion"
41 ]
42 },
43 "EnableSecretVersion": {
44 "methods": [
45 "EnableSecretVersion"
46 ]
47 },
48 "GetIamPolicy": {
49 "methods": [
50 "GetIamPolicy"
51 ]
52 },
53 "GetLocation": {
54 "methods": [
55 "GetLocation"
56 ]
57 },
58 "GetSecret": {
59 "methods": [
60 "GetSecret"
61 ]
62 },
63 "GetSecretVersion": {
64 "methods": [
65 "GetSecretVersion"
66 ]
67 },
68 "ListLocations": {
69 "methods": [
70 "ListLocations"
71 ]
72 },
73 "ListSecretVersions": {
74 "methods": [
75 "ListSecretVersions"
76 ]
77 },
78 "ListSecrets": {
79 "methods": [
80 "ListSecrets"
81 ]
82 },
83 "SetIamPolicy": {
84 "methods": [
85 "SetIamPolicy"
86 ]
87 },
88 "TestIamPermissions": {
89 "methods": [
90 "TestIamPermissions"
91 ]
92 },
93 "UpdateSecret": {
94 "methods": [
95 "UpdateSecret"
96 ]
97 }
98 }
99 },
100 "rest": {
101 "libraryClient": "Client",
102 "rpcs": {
103 "AccessSecretVersion": {
104 "methods": [
105 "AccessSecretVersion"
106 ]
107 },
108 "AddSecretVersion": {
109 "methods": [
110 "AddSecretVersion"
111 ]
112 },
113 "CreateSecret": {
114 "methods": [
115 "CreateSecret"
116 ]
117 },
118 "DeleteSecret": {
119 "methods": [
120 "DeleteSecret"
121 ]
122 },
123 "DestroySecretVersion": {
124 "methods": [
125 "DestroySecretVersion"
126 ]
127 },
128 "DisableSecretVersion": {
129 "methods": [
130 "DisableSecretVersion"
131 ]
132 },
133 "EnableSecretVersion": {
134 "methods": [
135 "EnableSecretVersion"
136 ]
137 },
138 "GetIamPolicy": {
139 "methods": [
140 "GetIamPolicy"
141 ]
142 },
143 "GetLocation": {
144 "methods": [
145 "GetLocation"
146 ]
147 },
148 "GetSecret": {
149 "methods": [
150 "GetSecret"
151 ]
152 },
153 "GetSecretVersion": {
154 "methods": [
155 "GetSecretVersion"
156 ]
157 },
158 "ListLocations": {
159 "methods": [
160 "ListLocations"
161 ]
162 },
163 "ListSecretVersions": {
164 "methods": [
165 "ListSecretVersions"
166 ]
167 },
168 "ListSecrets": {
169 "methods": [
170 "ListSecrets"
171 ]
172 },
173 "SetIamPolicy": {
174 "methods": [
175 "SetIamPolicy"
176 ]
177 },
178 "TestIamPermissions": {
179 "methods": [
180 "TestIamPermissions"
181 ]
182 },
183 "UpdateSecret": {
184 "methods": [
185 "UpdateSecret"
186 ]
187 }
188 }
189 }
190 }
191 }
192 }
193}
View as plain text