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 webpage provides reference documentation for the `DeleteRepositoryRequest` class within the Google Cloud Artifact Registry v1 API, specifically version 2.6.0, with links to other versions of the API."],["The `DeleteRepositoryRequest` class is used to send a request to delete a repository, and it inherits from several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `DeleteRepositoryRequest` class includes properties such as `Name` (a string representing the repository's name) and `RepositoryName` (a typed view of the repository's name)."],["The `DeleteRepositoryRequest` class contains two constructors, one empty and the other that accepts a `DeleteRepositoryRequest` object."],["This document offers access to versions ranging from the latest (2.9.0) down to 1.0.0 for the `DeleteRepositoryRequest` API class."]]],[]]