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-03-21 UTC."],[[["This document provides reference information for the `GetDependencyRequest` class within the Google.Cloud.ApiHub.V1 API, specifically version 1.0.0-beta01."],["`GetDependencyRequest` is a class used to request a dependency, implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetDependencyRequest` class includes constructors for creating new instances, either default or based on another `GetDependencyRequest` object."],["The class contains properties such as `DependencyName` (typed view) and `Name` (string), the latter of which is the required name of the dependency resource to retrieve, formatted as `projects/{project}/locations/{location}/dependencies/{dependency}`."],["This class also inherits members such as `GetHashCode()`, `GetType()`, and `ToString()` from the base `object` class."]]],[]]