public sealed class ListGatewaysResponse : IMessage<ListGatewaysResponse>, IEquatable<ListGatewaysResponse>, IDeepCloneable<ListGatewaysResponse>, IBufferMessage, IMessage, IPageResponse<Gateway>, IEnumerable<Gateway>, IEnumerable
Response message for ApiGatewayService.ListGateways
Implements
IMessage<ListGatewaysResponse>, IEquatable<ListGatewaysResponse>, IDeepCloneable<ListGatewaysResponse>, IBufferMessage, IMessage, IPageResponse<Gateway>, IEnumerable<Gateway>, 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 |
RepeatedField<Gateway> |
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<Gateway> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<Gateway> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |