Network Services v1 API - Class ListGatewaysResponse (1.0.0-beta01)

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

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

Response returned by the ListGateways method.

Inheritance

object > ListGatewaysResponse

Namespace

Google.Cloud.NetworkServices.V1

Assembly

Google.Cloud.NetworkServices.V1.dll

Constructors

ListGatewaysResponse()

public ListGatewaysResponse()

ListGatewaysResponse(ListGatewaysResponse)

public ListGatewaysResponse(ListGatewaysResponse other)
Parameter
Name Description
other ListGatewaysResponse

Properties

Gateways

public RepeatedField<Gateway> Gateways { get; }

List of Gateway resources.

Property Value
Type Description
RepeatedFieldGateway

NextPageToken

public string NextPageToken { get; set; }

If there might be more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<Gateway> GetEnumerator()

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

Returns
Type Description
IEnumeratorGateway