public sealed class ListApiConfigsResponse : IMessage<ListApiConfigsResponse>, IEquatable<ListApiConfigsResponse>, IDeepCloneable<ListApiConfigsResponse>, IBufferMessage, IMessage, IPageResponse<ApiConfig>, IEnumerable<ApiConfig>, IEnumerable
Reference documentation and code samples for the API Gateway v1 API class ListApiConfigsResponse.
Response message for ApiGatewayService.ListApiConfigs
Implements
IMessageListApiConfigsResponse, IEquatableListApiConfigsResponse, IDeepCloneableListApiConfigsResponse, IBufferMessage, IMessage, IPageResponseApiConfig, IEnumerableApiConfig, 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 |
RepeatedFieldApiConfig |
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<ApiConfig> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorApiConfig |