Dataform v1beta1 API - Class DeleteRepositoryLongRunningRequest (1.0.0-beta12)

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

Reference documentation and code samples for the Dataform v1beta1 API class DeleteRepositoryLongRunningRequest.

DeleteRepositoryLongRunning request message.

Inheritance

object > DeleteRepositoryLongRunningRequest

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

DeleteRepositoryLongRunningRequest()

public DeleteRepositoryLongRunningRequest()

DeleteRepositoryLongRunningRequest(DeleteRepositoryLongRunningRequest)

public DeleteRepositoryLongRunningRequest(DeleteRepositoryLongRunningRequest other)
Parameter
Name Description
other DeleteRepositoryLongRunningRequest

Properties

Force

public bool Force { get; set; }

Optional. If set to true, child resources of this repository (compilation results and workflow invocations) will also be deleted. Otherwise, the request will only succeed if the repository has no child resources.

Note: This flag doesn't support deletion of workspaces, release configs or workflow configs. If any of such resources exists in the repository, the request will fail.

Property Value
Type Description
bool

Name

public string Name { get; set; }

Required. The repository's name.

Property Value
Type Description
string

RepositoryName

public RepositoryName RepositoryName { get; set; }

RepositoryName-typed view over the Name resource name property.

Property Value
Type Description
RepositoryName