public sealed class DeleteRepositoryRequest : IMessage<DeleteRepositoryRequest>, IEquatable<DeleteRepositoryRequest>, IDeepCloneable<DeleteRepositoryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v2 API class DeleteRepositoryRequest.
Message for deleting a Repository.
Implements
IMessageDeleteRepositoryRequest, IEquatableDeleteRepositoryRequest, IDeepCloneableDeleteRepositoryRequest, IBufferMessage, IMessageNamespace
Google.Cloud.CloudBuild.V2Assembly
Google.Cloud.CloudBuild.V2.dll
Constructors
DeleteRepositoryRequest()
public DeleteRepositoryRequest()
DeleteRepositoryRequest(DeleteRepositoryRequest)
public DeleteRepositoryRequest(DeleteRepositoryRequest other)
Parameter | |
---|---|
Name | Description |
other | DeleteRepositoryRequest |
Properties
Etag
public string Etag { get; set; }
The current etag of the repository. If an etag is provided and does not match the current etag of the repository, deletion will be blocked and an ABORTED error will be returned.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Required. The name of the Repository to delete.
Format: projects/*/locations/*/connections/*/repositories/*
.
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 |
ValidateOnly
public bool ValidateOnly { get; set; }
If set, validate the request, but do not actually post it.
Property Value | |
---|---|
Type | Description |
bool |