Class DeleteFolderTreeRequest (0.10.0)

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

DeleteFolderTree request message.

Attributes

Name Description
name str
Required. The Folder's name. Format: projects/{project}/locations/{location}/folders/{folder}
force bool
Optional. If false (default): The operation will fail if any Repository within the folder hierarchy has associated Release Configs or Workflow Configs. If true: The operation will attempt to delete everything, including any Release Configs and Workflow Configs linked to Repositories within the folder hierarchy. This permanently removes schedules and resources.