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
Implements
IMessageListGatewaysResponse, IEquatableListGatewaysResponse, IDeepCloneableListGatewaysResponse, IBufferMessage, IMessage, IPageResponseGateway, IEnumerableGateway, IEnumerableNamespace
Google.Cloud.ApiGateway.V1Assembly
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 |