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 page provides documentation for the `DeleteDependencyRequest` class within the Google Cloud API Hub v1 API."],["`DeleteDependencyRequest` is a class used to construct requests for the `DeleteDependency` method, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes members like `GetHashCode`, `GetType`, and `ToString`."],["`DeleteDependencyRequest` has a constructor that takes no parameters, and a copy constructor that accepts another `DeleteDependencyRequest` object."],["It contains two properties: `DependencyName`, a typed view of the resource name, and `Name`, a string representing the required name of the dependency resource to delete, following a specified format."]]],[]]