public sealed class ListApiConfigsResponse : IMessage<ListApiConfigsResponse>, IEquatable<ListApiConfigsResponse>, IDeepCloneable<ListApiConfigsResponse>, IBufferMessage, IMessage, IPageResponse<ApiConfig>, IEnumerable<ApiConfig>, IEnumerableResponse message for ApiGatewayService.ListApiConfigs
Implements
IMessage<ListApiConfigsResponse>, IEquatable<ListApiConfigsResponse>, IDeepCloneable<ListApiConfigsResponse>, IBufferMessage, IMessage, IPageResponse<ApiConfig>, IEnumerable<ApiConfig>, IEnumerableNamespace
Google.Cloud.ApiGateway.V1Assembly
Google.Cloud.ApiGateway.V1.dll
Constructors
ListApiConfigsResponse()
public ListApiConfigsResponse()ListApiConfigsResponse(ListApiConfigsResponse)
public ListApiConfigsResponse(ListApiConfigsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListApiConfigsResponse |
Properties
ApiConfigs
public RepeatedField<ApiConfig> ApiConfigs { get; }API Configs.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<ApiConfig> |
|
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<ApiConfig> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<ApiConfig> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|