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
Implements
IMessage<GetApiRequest>, IEquatable<GetApiRequest>, IDeepCloneable<GetApiRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.ApiGateway.V1Assembly
Google.Cloud.ApiGateway.V1.dll
Constructors
GetApiRequest()
public GetApiRequest()
GetApiRequest(GetApiRequest)
public GetApiRequest(GetApiRequest other)
Parameter | |
---|---|
Name | Description |
other | GetApiRequest |
Properties
ApiName
public ApiName ApiName { get; set; }
Property Value | |
---|---|
Type | Description |
ApiName |
Name
public string Name { get; set; }
Required. Resource name of the form:
projects/*/locations/global/apis/*
Property Value | |
---|---|
Type | Description |
String |