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 version 2.5.0, and the content is available across multiple versions, with version 2.9.0 being the latest."],["The `DeleteRepositoryRequest` class is used to define the parameters for deleting a repository and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class and includes methods such as `GetHashCode`, `GetType`, and `ToString`, along with a constructor that takes another `DeleteRepositoryRequest` object as a parameter."],["The class `DeleteRepositoryRequest` has two properties: `Name`, which is a string representing the name of the repository to delete, and `RepositoryName`, which is a `RepositoryName`-typed view of the resource name property."]]],[]]