public sealed class GetDependencyRequest : IMessage<GetDependencyRequest>, IEquatable<GetDependencyRequest>, IDeepCloneable<GetDependencyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class GetDependencyRequest.
The [GetDependency][.ApiHubDependencies.GetDependency]
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-04-17 UTC."],[[["This page provides reference documentation for the `GetDependencyRequest` class within the Google Cloud API Hub v1 API, specifically version 1.0.0-beta02."],["The `GetDependencyRequest` class is used to construct requests for the `GetDependency` method, and it inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It defines two constructors and includes properties such as `DependencyName` and `Name`, which are essential for specifying the dependency resource to be retrieved, like it's project, location, and name."],["The `Name` property is required and uses the format: `projects/{project}/locations/{location}/dependencies/{dependency}` to determine the specific dependency to retrieve."]]],[]]