API Gateway v1 API - Class ListApisResponse (2.3.0)

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

Inheritance

object > ListApisResponse

Namespace

Google.Cloud.ApiGateway.V1

Assembly

Google.Cloud.ApiGateway.V1.dll

Constructors

ListApisResponse()

public ListApisResponse()

ListApisResponse(ListApisResponse)

public ListApisResponse(ListApisResponse other)
Parameter
NameDescription
otherListApisResponse

Properties

Apis

public RepeatedField<Api> Apis { get; }

APIs.

Property Value
TypeDescription
RepeatedFieldApi

NextPageToken

public string NextPageToken { get; set; }

Next page token.

Property Value
TypeDescription
string

UnreachableLocations

public RepeatedField<string> UnreachableLocations { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Api> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorApi