Class GetApiRequest (2.0.0)

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

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