API hub v1 API - Class GetDependencyRequest (1.0.0-beta01)

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.

Inheritance

object > GetDependencyRequest

Namespace

Google.Cloud.ApiHub.V1

Assembly

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