API hub v1 API - Class GetApiRequest (1.0.0-beta02)

public sealed class GetApiRequest : IMessage<GetApiRequest>, IEquatable<GetApiRequest>, IDeepCloneable<GetApiRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the API hub v1 API class GetApiRequest.

The [GetApi][google.cloud.apihub.v1.ApiHub.GetApi] method's request.

Inheritance

object > GetApiRequest

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Constructors

GetApiRequest()

public GetApiRequest()

GetApiRequest(GetApiRequest)

public GetApiRequest(GetApiRequest other)
Parameter
Name Description
other GetApiRequest

Properties

ApiName

public ApiName ApiName { get; set; }

ApiName-typed view over the Name resource name property.

Property Value
Type Description
ApiName

Name

public string Name { get; set; }

Required. The name of the API resource to retrieve. Format: projects/{project}/locations/{location}/apis/{api}

Property Value
Type Description
string