API Gateway v1 API - Class ListGatewaysResponse (2.4.0)

public sealed class ListGatewaysResponse : IMessage<ListGatewaysResponse>, IEquatable<ListGatewaysResponse>, IDeepCloneable<ListGatewaysResponse>, IBufferMessage, IMessage, IPageResponse<Gateway>, IEnumerable<Gateway>, IEnumerable

Reference documentation and code samples for the API Gateway v1 API class ListGatewaysResponse.

Response message for ApiGatewayService.ListGateways

Inheritance

object > ListGatewaysResponse

Namespace

Google.Cloud.ApiGateway.V1

Assembly

Google.Cloud.ApiGateway.V1.dll

Constructors

ListGatewaysResponse()

public ListGatewaysResponse()

ListGatewaysResponse(ListGatewaysResponse)

public ListGatewaysResponse(ListGatewaysResponse other)
Parameter
Name Description
other ListGatewaysResponse

Properties

Gateways

public RepeatedField<Gateway> Gateways { get; }

Gateways.

Property Value
Type Description
RepeatedFieldGateway

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

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

Returns
Type Description
IEnumeratorGateway