public sealed class GetApiRequest : IMessage<GetApiRequest>, IEquatable<GetApiRequest>, IDeepCloneable<GetApiRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Apigee Registry v1 API class GetApiRequest.
Request message for GetApi.
Implements
IMessage<GetApiRequest>, IEquatable<GetApiRequest>, IDeepCloneable<GetApiRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.ApigeeRegistry.V1Assembly
Google.Cloud.ApigeeRegistry.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. The name of the API to retrieve.
Format: projects/*/locations/*/apis/*
Property Value | |
---|---|
Type | Description |
String |