public sealed class DeleteDependencyRequest : IMessage<DeleteDependencyRequest>, IEquatable<DeleteDependencyRequest>, IDeepCloneable<DeleteDependencyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class DeleteDependencyRequest.
The
[DeleteDependency][google.cloud.apihub.v1.ApiHubDependencies.DeleteDependency]
method's request.
[[["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 `DeleteDependencyRequest` class within the Google Cloud API Hub v1 API."],["The `DeleteDependencyRequest` class is used to form the request for the `DeleteDependency` method, which is used to delete a dependency."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["It has properties such as `DependencyName` (a typed view) and `Name` (a string) to specify which dependency to delete, as well as constructors to instantiate the request."],["The latest version of the package is `1.0.0` and the documentation provides information on an earlier version, `1.0.0-beta02` as well."]]],[]]