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.
Implements
IMessageGetDependencyRequest, IEquatableGetDependencyRequest, IDeepCloneableGetDependencyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Constructors
GetDependencyRequest()
public GetDependencyRequest()
GetDependencyRequest(GetDependencyRequest)
public GetDependencyRequest(GetDependencyRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetDependencyRequest |
Properties
DependencyName
public DependencyName DependencyName { get; set; }
DependencyName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
DependencyName |
Name
public string Name { get; set; }
Required. The name of the dependency resource to retrieve.
Format: projects/{project}/locations/{location}/dependencies/{dependency}
Property Value | |
---|---|
Type | Description |
string |