public sealed class ListApisResponse : IMessage<ListApisResponse>, IEquatable<ListApisResponse>, IDeepCloneable<ListApisResponse>, IBufferMessage, IMessage, IPageResponse<Api>, IEnumerable<Api>, IEnumerableResponse message for ApiGatewayService.ListApis
Implements
IMessage<ListApisResponse>, IEquatable<ListApisResponse>, IDeepCloneable<ListApisResponse>, IBufferMessage, IMessage, IPageResponse<Api>, IEnumerable<Api>, 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 |
RepeatedField<Api> |
|
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 |
RepeatedField<String> |
|
Methods
GetEnumerator()
public IEnumerator<Api> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<Api> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|