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 Google Cloud Artifact Registry v1 API, specifically version 2.7.0."],["The `DeleteRepositoryRequest` class is used to define a request to delete a repository and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor (`DeleteRepositoryRequest()`) and a copy constructor (`DeleteRepositoryRequest(DeleteRepositoryRequest other)`) for creating new instances."],["The `DeleteRepositoryRequest` class has two key properties, `Name` (a string) and `RepositoryName`, which is a type view of the name and is used to provide the name of the repository targeted for deletion."],["There are previous versions of the `DeleteRepositoryRequest` class with the latest version being 2.9.0 and a historical trace of other versions, going all the way back to 1.0.0."]]],[]]