public sealed class DeleteRepositoryRequest : IMessage<DeleteRepositoryRequest>, IEquatable<DeleteRepositoryRequest>, IDeepCloneable<DeleteRepositoryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 API class DeleteRepositoryRequest.
[[["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 document provides reference documentation for the `DeleteRepositoryRequest` class within the Artifact Registry v1 API, specifically for version 2.1.0."],["The `DeleteRepositoryRequest` class is used to define requests for deleting a repository, and it inherits from `Object` while implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one (`DeleteRepositoryRequest()`) and another that takes another `DeleteRepositoryRequest` instance as input for copying."],["The `DeleteRepositoryRequest` class contains two key properties: `Name`, a string representing the name of the repository to delete, and `RepositoryName`, a typed view of the `Name` property for easier management."],["The API documentation covers versions ranging from 1.0.0 up to the latest version 2.9.0, as well as all versions in between."]]],[]]