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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `DeleteRepositoryRequest` class in the Cloud Build v2 API is used to delete a repository, as indicated by its name and purpose."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which enable functionalities like message handling, equality comparisons, deep cloning, and buffer operations."],["It contains properties like `Etag`, `Name`, `RepositoryName`, and `ValidateOnly`, which handle repository identification, version checking, name formatting, and request validation, respectively."],["There are two constructors available for creating a `DeleteRepositoryRequest` object: a default constructor and a constructor that takes another `DeleteRepositoryRequest` as a parameter for duplication."],["The latest version of this endpoint in the provided documentation is version 1.4.0, with previous versions dating back to 1.0.0."]]],[]]