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."],[[["This documentation details the `DeleteRepositoryRequest` class within the Google Cloud Build v2 API, specifically version 1.1.0, which is used to request the deletion of a repository."],["The `DeleteRepositoryRequest` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable\u003cDeleteRepositoryRequest\u003e`, `IDeepCloneable\u003cDeleteRepositoryRequest\u003e`, and `IBufferMessage`."],["Key properties of the `DeleteRepositoryRequest` class include `Etag` (for conditional deletion), `Name` (specifying the repository to delete), `RepositoryName` (a typed view over the `Name`), and `ValidateOnly` (for request validation without execution)."],["There are two constructors available: a default constructor and one that accepts another `DeleteRepositoryRequest` object for copying."],["This version of the API has a number of previous versions available for review and usage in the provided version list, with the latest version being 1.4.0."]]],[]]