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."],["The `DeleteRepositoryRequest` class is used to create a request to delete a repository, inheriting from `object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for this documentation is 2.9.0, but the active version is 2.4.0, and there are historical versions available from 1.0.0 up until 2.9.0."],["The class includes two constructors, `DeleteRepositoryRequest()` and `DeleteRepositoryRequest(DeleteRepositoryRequest other)`, allowing for the creation of a new request or one based on an existing request."],["It contains two properties, `Name`, a string representing the repository name to delete, and `RepositoryName`, which provides a typed view over the `Name` resource."]]],[]]