public sealed class DeleteRepositoryLongRunningRequest : IMessage<DeleteRepositoryLongRunningRequest>, IEquatable<DeleteRepositoryLongRunningRequest>, IDeepCloneable<DeleteRepositoryLongRunningRequest>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1beta1 API class DeleteRepositoryLongRunningRequest.
DeleteRepositoryLongRunning request message.
Implements
IMessageDeleteRepositoryLongRunningRequest, IEquatableDeleteRepositoryLongRunningRequest, IDeepCloneableDeleteRepositoryLongRunningRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
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 |
|