public sealed class DeletePackageRequest : IMessage<DeletePackageRequest>, IEquatable<DeletePackageRequest>, IDeepCloneable<DeletePackageRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 API class DeletePackageRequest.
[[["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 `DeletePackageRequest` class within the Google Cloud Artifact Registry v1 API, specifically version 2.5.0."],["The `DeletePackageRequest` class is used to define a request to delete a package in the Artifact Registry, as per its description."],["The document lists all available versions of the `DeletePackageRequest` class, from the latest (2.9.0) down to 1.0.0, offering access to previous iterations."],["The class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DeletePackageRequest` class include `Name` (a string representing the name of the package to delete) and `PackageName` (a typed view of the `Name` resource)."]]],[]]