API Gateway v1 API - Class ListApiConfigsResponse (2.3.0)

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

Inheritance

object > ListApiConfigsResponse

Namespace

Google.Cloud.ApiGateway.V1

Assembly

Google.Cloud.ApiGateway.V1.dll

Constructors

ListApiConfigsResponse()

public ListApiConfigsResponse()

ListApiConfigsResponse(ListApiConfigsResponse)

public ListApiConfigsResponse(ListApiConfigsResponse other)
Parameter
NameDescription
otherListApiConfigsResponse

Properties

ApiConfigs

public RepeatedField<ApiConfig> ApiConfigs { get; }

API Configs.

Property Value
TypeDescription
RepeatedFieldApiConfig

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<ApiConfig> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorApiConfig