public sealed class ListApisResponse : IMessage<ListApisResponse>, IEquatable<ListApisResponse>, IDeepCloneable<ListApisResponse>, IBufferMessage, IMessage, IPageResponse<Api>, IEnumerable<Api>, IEnumerable
Reference documentation and code samples for the API Gateway v1 API class ListApisResponse.
Response message for ApiGatewayService.ListApis
Implements
IMessageListApisResponse, IEquatableListApisResponse, IDeepCloneableListApisResponse, IBufferMessage, IMessage, IPageResponseApi, IEnumerableApi, IEnumerableNamespace
Google.Cloud.ApiGateway.V1Assembly
Google.Cloud.ApiGateway.V1.dll
Constructors
ListApisResponse()
public ListApisResponse()
ListApisResponse(ListApisResponse)
public ListApisResponse(ListApisResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListApisResponse |
Properties
Apis
public RepeatedField<Api> Apis { get; }
APIs.
Property Value | |
---|---|
Type | Description |
RepeatedFieldApi |
NextPageToken
public string NextPageToken { get; set; }
Next page token.
Property Value | |
---|---|
Type | Description |
string |
UnreachableLocations
public RepeatedField<string> UnreachableLocations { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<Api> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorApi |