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-03-21 UTC."],[[["This documentation is for the `UpdateDependencyRequest` class within the API hub v1 API, specifically version 1.0.0-beta02, which is part of the Google.Cloud.ApiHub.V1 namespace."],["The `UpdateDependencyRequest` class is used as the request type for the `UpdateDependency` method within the `ApiHubDependencies` service."],["It inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateDependencyRequest` class contains two key properties, `Dependency` which holds the dependency resource to be updated, and `UpdateMask`, that defines which fields of the dependency should be modified."],["There are two constructor options for this class, the default constructor, and one that accepts another `UpdateDependencyRequest` object as a parameter."]]],[]]