Class ListApisResponse (2.0.0)

public sealed class ListApisResponse : IMessage<ListApisResponse>, IEquatable<ListApisResponse>, IDeepCloneable<ListApisResponse>, IBufferMessage, IMessage, IPageResponse<Api>, IEnumerable<Api>, IEnumerable

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
RepeatedField<Api>

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
RepeatedField<String>

Methods

GetEnumerator()

public IEnumerator<Api> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Api>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator