Dataform v1 API - Class DeleteFolderTreeRequest (1.0.0-beta03)

public sealed class DeleteFolderTreeRequest : IMessage<DeleteFolderTreeRequest>, IEquatable<DeleteFolderTreeRequest>, IDeepCloneable<DeleteFolderTreeRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataform v1 API class DeleteFolderTreeRequest.

DeleteFolderTree request message.

Inheritance

object > DeleteFolderTreeRequest

Namespace

Google.Cloud.Dataform.V1

Assembly

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