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
GoogleCloudGoogle.Cloud.CloudBuildV2Assembly
Google.Cloud.CloudBuild.V2.dll
Constructors
DeleteRepositoryRequest()
public DeleteRepositoryRequest()
DeleteRepositoryRequest(DeleteRepositoryRequest)
public DeleteRepositoryRequest(DeleteRepositoryRequest other)
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.
Type | Description |
string |
Name
public string Name { get; set; }
Required. The name of the Repository to delete.
Format: projects/*/locations/*/connections/*/repositories/*
.
Type | Description |
string |
RepositoryName
public RepositoryName RepositoryName { get; set; }
RepositoryName-typed view over the Name resource name property.
Type | Description |
RepositoryName |
ValidateOnly
public bool ValidateOnly { get; set; }
If set, validate the request, but do not actually post it.
Type | Description |
bool |