@google-cloud/storage-control 0.4.0 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -45,11 +45,86 @@
45
45
  "getManagedFolder"
46
46
  ]
47
47
  },
48
+ "DisableAnywhereCache": {
49
+ "methods": [
50
+ "disableAnywhereCache"
51
+ ]
52
+ },
53
+ "PauseAnywhereCache": {
54
+ "methods": [
55
+ "pauseAnywhereCache"
56
+ ]
57
+ },
58
+ "ResumeAnywhereCache": {
59
+ "methods": [
60
+ "resumeAnywhereCache"
61
+ ]
62
+ },
63
+ "GetAnywhereCache": {
64
+ "methods": [
65
+ "getAnywhereCache"
66
+ ]
67
+ },
68
+ "GetProjectIntelligenceConfig": {
69
+ "methods": [
70
+ "getProjectIntelligenceConfig"
71
+ ]
72
+ },
73
+ "UpdateProjectIntelligenceConfig": {
74
+ "methods": [
75
+ "updateProjectIntelligenceConfig"
76
+ ]
77
+ },
78
+ "GetFolderIntelligenceConfig": {
79
+ "methods": [
80
+ "getFolderIntelligenceConfig"
81
+ ]
82
+ },
83
+ "UpdateFolderIntelligenceConfig": {
84
+ "methods": [
85
+ "updateFolderIntelligenceConfig"
86
+ ]
87
+ },
88
+ "GetOrganizationIntelligenceConfig": {
89
+ "methods": [
90
+ "getOrganizationIntelligenceConfig"
91
+ ]
92
+ },
93
+ "UpdateOrganizationIntelligenceConfig": {
94
+ "methods": [
95
+ "updateOrganizationIntelligenceConfig"
96
+ ]
97
+ },
98
+ "GetIamPolicy": {
99
+ "methods": [
100
+ "getIamPolicy"
101
+ ]
102
+ },
103
+ "SetIamPolicy": {
104
+ "methods": [
105
+ "setIamPolicy"
106
+ ]
107
+ },
108
+ "TestIamPermissions": {
109
+ "methods": [
110
+ "testIamPermissions"
111
+ ]
112
+ },
48
113
  "RenameFolder": {
49
114
  "methods": [
50
115
  "renameFolder"
51
116
  ]
52
117
  },
118
+ "CreateAnywhereCache": {
119
+ "methods": [
120
+ "createAnywhereCache"
121
+ ]
122
+ },
123
+ "UpdateAnywhereCache": {
124
+ "methods": [
125
+ "updateAnywhereCache"
126
+ ]
127
+ },
53
128
  "ListFolders": {
54
129
  "methods": [
55
130
  "listFolders",
@@ -63,6 +138,13 @@
63
138
  "listManagedFoldersStream",
64
139
  "listManagedFoldersAsync"
65
140
  ]
141
+ },
142
+ "ListAnywhereCaches": {
143
+ "methods": [
144
+ "listAnywhereCaches",
145
+ "listAnywhereCachesStream",
146
+ "listAnywhereCachesAsync"
147
+ ]
66
148
  }
67
149
  }
68
150
  },
@@ -104,11 +186,86 @@
104
186
  "getManagedFolder"
105
187
  ]
106
188
  },
189
+ "DisableAnywhereCache": {
190
+ "methods": [
191
+ "disableAnywhereCache"
192
+ ]
193
+ },
194
+ "PauseAnywhereCache": {
195
+ "methods": [
196
+ "pauseAnywhereCache"
197
+ ]
198
+ },
199
+ "ResumeAnywhereCache": {
200
+ "methods": [
201
+ "resumeAnywhereCache"
202
+ ]
203
+ },
204
+ "GetAnywhereCache": {
205
+ "methods": [
206
+ "getAnywhereCache"
207
+ ]
208
+ },
209
+ "GetProjectIntelligenceConfig": {
210
+ "methods": [
211
+ "getProjectIntelligenceConfig"
212
+ ]
213
+ },
214
+ "UpdateProjectIntelligenceConfig": {
215
+ "methods": [
216
+ "updateProjectIntelligenceConfig"
217
+ ]
218
+ },
219
+ "GetFolderIntelligenceConfig": {
220
+ "methods": [
221
+ "getFolderIntelligenceConfig"
222
+ ]
223
+ },
224
+ "UpdateFolderIntelligenceConfig": {
225
+ "methods": [
226
+ "updateFolderIntelligenceConfig"
227
+ ]
228
+ },
229
+ "GetOrganizationIntelligenceConfig": {
230
+ "methods": [
231
+ "getOrganizationIntelligenceConfig"
232
+ ]
233
+ },
234
+ "UpdateOrganizationIntelligenceConfig": {
235
+ "methods": [
236
+ "updateOrganizationIntelligenceConfig"
237
+ ]
238
+ },
239
+ "GetIamPolicy": {
240
+ "methods": [
241
+ "getIamPolicy"
242
+ ]
243
+ },
244
+ "SetIamPolicy": {
245
+ "methods": [
246
+ "setIamPolicy"
247
+ ]
248
+ },
249
+ "TestIamPermissions": {
250
+ "methods": [
251
+ "testIamPermissions"
252
+ ]
253
+ },
107
254
  "RenameFolder": {
108
255
  "methods": [
109
256
  "renameFolder"
110
257
  ]
111
258
  },
259
+ "CreateAnywhereCache": {
260
+ "methods": [
261
+ "createAnywhereCache"
262
+ ]
263
+ },
264
+ "UpdateAnywhereCache": {
265
+ "methods": [
266
+ "updateAnywhereCache"
267
+ ]
268
+ },
112
269
  "ListFolders": {
113
270
  "methods": [
114
271
  "listFolders",
@@ -122,6 +279,13 @@
122
279
  "listManagedFoldersStream",
123
280
  "listManagedFoldersAsync"
124
281
  ]
282
+ },
283
+ "ListAnywhereCaches": {
284
+ "methods": [
285
+ "listAnywhereCaches",
286
+ "listAnywhereCachesStream",
287
+ "listAnywhereCachesAsync"
288
+ ]
125
289
  }
126
290
  }
127
291
  }