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 information for the `DeleteRepositoryRequest` class within the Google Cloud Artifact Registry v1 API, specifically for version 2.3.0."],["The `DeleteRepositoryRequest` class is used to define a request for deleting a repository and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."],["It offers two constructors: a default constructor and one that accepts another `DeleteRepositoryRequest` instance for copying."],["Key properties include `Name` (a string representing the repository's name) and `RepositoryName` (a typed view of the `Name` property)."]]],[]]