Class DeleteManagedFolderRequest (0.1.2)

DeleteManagedFolderRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

NameDescription
name str
Required. Name of the managed folder. Format: projects/{project}/buckets/{bucket}/managedFolders/{managedFolder}
if_metageneration_match int
The operation succeeds conditional on the managed folder's current metageneration matching the value here specified. This field is a member of oneof_ _if_metageneration_match.
if_metageneration_not_match int
The operation succeeds conditional on the managed folder's current metageneration NOT matching the value here specified. This field is a member of oneof_ _if_metageneration_not_match.
allow_non_empty bool
Allows deletion of a managed folder even if it is not empty. A managed folder is empty if it manages no child managed folders or objects. Caller must have permission for storage.managedFolders.setIamPolicy.
request_id str
Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.