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 for version 2.8.0."],["The `DeleteRepositoryRequest` class is used to construct requests for deleting a repository and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["There are multiple versions available, ranging from 1.0.0 to 2.9.0 (latest), each with its own documentation link, which can be accessed."],["The class has properties such as `Name` (a string representing the repository's name) and `RepositoryName` (a typed view of the resource name)."],["The documentation provides details on the constructors and inherited members of the `DeleteRepositoryRequest` class, as well as the namespace and assembly information."]]],[]]