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 document provides reference information for the `UpdateDependencyRequest` class within the Google.Cloud.ApiHub.V1 API, specifically version 1.0.0-beta01."],["The `UpdateDependencyRequest` class is used as a request type for the `UpdateDependency` method, which is part of the `ApiHubDependencies` service."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class includes properties `Dependency` which allows for the update of the dependency resource, and `UpdateMask` which indicates the specific fields that are meant to be updated."],["There are two constructors for creating an instance of the `UpdateDependencyRequest` class, one default and one that accepts another `UpdateDependencyRequest` object as a parameter."]]],[]]