public sealed class DeleteFolderTreeRequest : IMessage<DeleteFolderTreeRequest>, IEquatable<DeleteFolderTreeRequest>, IDeepCloneable<DeleteFolderTreeRequest>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1 API class DeleteFolderTreeRequest.
DeleteFolderTree request message.
Implements
IMessageDeleteFolderTreeRequest, IEquatableDeleteFolderTreeRequest, IDeepCloneableDeleteFolderTreeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Assembly
Google.Cloud.Dataform.V1.dll
Constructors
DeleteFolderTreeRequest()
public DeleteFolderTreeRequest()DeleteFolderTreeRequest(DeleteFolderTreeRequest)
public DeleteFolderTreeRequest(DeleteFolderTreeRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteFolderTreeRequest |
Properties
FolderName
public FolderName FolderName { get; set; }FolderName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
FolderName |
|
Force
public bool Force { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Name
public string Name { get; set; }Required. The Folder's name. Format: projects/{project}/locations/{location}/folders/{folder}
| Property Value | |
|---|---|
| Type | Description |
string |
|