API Gateway v1 API - Class GetApiRequest (2.2.0)

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

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

Request message for ApiGatewayService.GetApi

Inheritance

object > GetApiRequest

Namespace

Google.Cloud.ApiGateway.V1

Assembly

Google.Cloud.ApiGateway.V1.dll

Constructors

GetApiRequest()

public GetApiRequest()

GetApiRequest(GetApiRequest)

public GetApiRequest(GetApiRequest other)
Parameter
NameDescription
otherGetApiRequest

Properties

ApiName

public ApiName ApiName { get; set; }

ApiName-typed view over the Name resource name property.

Property Value
TypeDescription
ApiName

Name

public string Name { get; set; }

Required. Resource name of the form: projects/*/locations/global/apis/*

Property Value
TypeDescription
string