@google-cloud/storage-control 0.4.0 → 0.5.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.
- package/README.md +15 -2
- package/build/protos/google/storage/control/v2/storage_control.proto +707 -1
- package/build/protos/protos.d.ts +4045 -1182
- package/build/protos/protos.js +10894 -3973
- package/build/protos/protos.json +1089 -124
- package/build/src/v2/gapic_metadata.json +134 -0
- package/build/src/v2/storage_control_client.d.ts +670 -92
- package/build/src/v2/storage_control_client.js +1003 -216
- package/build/src/v2/storage_control_client.js.map +1 -1
- package/build/src/v2/storage_control_client_config.json +67 -2
- package/package.json +4 -4
- package/CHANGELOG.md +0 -48
@@ -45,11 +45,71 @@
|
|
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
|
+
},
|
48
98
|
"RenameFolder": {
|
49
99
|
"methods": [
|
50
100
|
"renameFolder"
|
51
101
|
]
|
52
102
|
},
|
103
|
+
"CreateAnywhereCache": {
|
104
|
+
"methods": [
|
105
|
+
"createAnywhereCache"
|
106
|
+
]
|
107
|
+
},
|
108
|
+
"UpdateAnywhereCache": {
|
109
|
+
"methods": [
|
110
|
+
"updateAnywhereCache"
|
111
|
+
]
|
112
|
+
},
|
53
113
|
"ListFolders": {
|
54
114
|
"methods": [
|
55
115
|
"listFolders",
|
@@ -63,6 +123,13 @@
|
|
63
123
|
"listManagedFoldersStream",
|
64
124
|
"listManagedFoldersAsync"
|
65
125
|
]
|
126
|
+
},
|
127
|
+
"ListAnywhereCaches": {
|
128
|
+
"methods": [
|
129
|
+
"listAnywhereCaches",
|
130
|
+
"listAnywhereCachesStream",
|
131
|
+
"listAnywhereCachesAsync"
|
132
|
+
]
|
66
133
|
}
|
67
134
|
}
|
68
135
|
},
|
@@ -104,11 +171,71 @@
|
|
104
171
|
"getManagedFolder"
|
105
172
|
]
|
106
173
|
},
|
174
|
+
"DisableAnywhereCache": {
|
175
|
+
"methods": [
|
176
|
+
"disableAnywhereCache"
|
177
|
+
]
|
178
|
+
},
|
179
|
+
"PauseAnywhereCache": {
|
180
|
+
"methods": [
|
181
|
+
"pauseAnywhereCache"
|
182
|
+
]
|
183
|
+
},
|
184
|
+
"ResumeAnywhereCache": {
|
185
|
+
"methods": [
|
186
|
+
"resumeAnywhereCache"
|
187
|
+
]
|
188
|
+
},
|
189
|
+
"GetAnywhereCache": {
|
190
|
+
"methods": [
|
191
|
+
"getAnywhereCache"
|
192
|
+
]
|
193
|
+
},
|
194
|
+
"GetProjectIntelligenceConfig": {
|
195
|
+
"methods": [
|
196
|
+
"getProjectIntelligenceConfig"
|
197
|
+
]
|
198
|
+
},
|
199
|
+
"UpdateProjectIntelligenceConfig": {
|
200
|
+
"methods": [
|
201
|
+
"updateProjectIntelligenceConfig"
|
202
|
+
]
|
203
|
+
},
|
204
|
+
"GetFolderIntelligenceConfig": {
|
205
|
+
"methods": [
|
206
|
+
"getFolderIntelligenceConfig"
|
207
|
+
]
|
208
|
+
},
|
209
|
+
"UpdateFolderIntelligenceConfig": {
|
210
|
+
"methods": [
|
211
|
+
"updateFolderIntelligenceConfig"
|
212
|
+
]
|
213
|
+
},
|
214
|
+
"GetOrganizationIntelligenceConfig": {
|
215
|
+
"methods": [
|
216
|
+
"getOrganizationIntelligenceConfig"
|
217
|
+
]
|
218
|
+
},
|
219
|
+
"UpdateOrganizationIntelligenceConfig": {
|
220
|
+
"methods": [
|
221
|
+
"updateOrganizationIntelligenceConfig"
|
222
|
+
]
|
223
|
+
},
|
107
224
|
"RenameFolder": {
|
108
225
|
"methods": [
|
109
226
|
"renameFolder"
|
110
227
|
]
|
111
228
|
},
|
229
|
+
"CreateAnywhereCache": {
|
230
|
+
"methods": [
|
231
|
+
"createAnywhereCache"
|
232
|
+
]
|
233
|
+
},
|
234
|
+
"UpdateAnywhereCache": {
|
235
|
+
"methods": [
|
236
|
+
"updateAnywhereCache"
|
237
|
+
]
|
238
|
+
},
|
112
239
|
"ListFolders": {
|
113
240
|
"methods": [
|
114
241
|
"listFolders",
|
@@ -122,6 +249,13 @@
|
|
122
249
|
"listManagedFoldersStream",
|
123
250
|
"listManagedFoldersAsync"
|
124
251
|
]
|
252
|
+
},
|
253
|
+
"ListAnywhereCaches": {
|
254
|
+
"methods": [
|
255
|
+
"listAnywhereCaches",
|
256
|
+
"listAnywhereCachesStream",
|
257
|
+
"listAnywhereCachesAsync"
|
258
|
+
]
|
125
259
|
}
|
126
260
|
}
|
127
261
|
}
|