public sealed class DeleteRepositoryRequest : IMessage<DeleteRepositoryRequest>, IEquatable<DeleteRepositoryRequest>, IDeepCloneable<DeleteRepositoryRequest>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1beta1 API class DeleteRepositoryRequest.
DeleteRepository request message.
Implements
IMessageDeleteRepositoryRequest, IEquatableDeleteRepositoryRequest, IDeepCloneableDeleteRepositoryRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
DeleteRepositoryRequest()
public DeleteRepositoryRequest()DeleteRepositoryRequest(DeleteRepositoryRequest)
public DeleteRepositoryRequest(DeleteRepositoryRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteRepositoryRequest |
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 |
|