You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bucket: string, Name of the bucket containing the managed folder. (required)
116
116
managedFolder: string, The managed folder name/path. (required)
117
+
allowNonEmpty: boolean, Allows the deletion of a managed folder even if it is not empty. A managed folder is empty if there are no objects or managed folders that it applies to. Callers must have storage.managedFolders.setIamPolicy permission.
117
118
ifMetagenerationMatch: string, If set, only deletes the managed folder if its metageneration matches this value.
118
119
ifMetagenerationNotMatch: string, If set, only deletes the managed folder if its metageneration does not match this value.
"description": "Allows the deletion of a managed folder even if it is not empty. A managed folder is empty if there are no objects or managed folders that it applies to. Callers must have storage.managedFolders.setIamPolicy permission.",
1637
+
"location": "query",
1638
+
"type": "boolean"
1639
+
},
1635
1640
"bucket": {
1636
1641
"description": "Name of the bucket containing the managed folder.",
0 commit comments