public sealed class UpdateDependencyRequest : IMessage<UpdateDependencyRequest>, IEquatable<UpdateDependencyRequest>, IDeepCloneable<UpdateDependencyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class UpdateDependencyRequest.
The
[UpdateDependency][google.cloud.apihub.v1.ApiHubDependencies.UpdateDependency]
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-07-02 UTC."],[[["This page provides documentation for the `UpdateDependencyRequest` class within the Google Cloud API Hub v1 API."],["`UpdateDependencyRequest` is a request object used by the `UpdateDependency` method in the `ApiHubDependencies` class."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes constructors for creating a new instance and a copy constructor to clone an existing `UpdateDependencyRequest`."],["It has properties `Dependency` for the dependency resource to update and `UpdateMask` for specifying which fields to update."]]],[]]