BeyondCorp Client Gateways v1 API - Class ListClientGatewaysResponse (1.2.0)

public sealed class ListClientGatewaysResponse : IMessage<ListClientGatewaysResponse>, IEquatable<ListClientGatewaysResponse>, IDeepCloneable<ListClientGatewaysResponse>, IBufferMessage, IMessage, IPageResponse<ClientGateway>, IEnumerable<ClientGateway>, IEnumerable

Reference documentation and code samples for the BeyondCorp Client Gateways v1 API class ListClientGatewaysResponse.

Message for response to listing ClientGateways.

Inheritance

object > ListClientGatewaysResponse

Namespace

Google.Cloud.BeyondCorp.ClientGateways.V1

Assembly

Google.Cloud.BeyondCorp.ClientGateways.V1.dll

Constructors

ListClientGatewaysResponse()

public ListClientGatewaysResponse()

ListClientGatewaysResponse(ListClientGatewaysResponse)

public ListClientGatewaysResponse(ListClientGatewaysResponse other)
Parameter
NameDescription
otherListClientGatewaysResponse

Properties

ClientGateways

public RepeatedField<ClientGateway> ClientGateways { get; }

The list of ClientGateway.

Property Value
TypeDescription
RepeatedFieldClientGateway

NextPageToken

public string NextPageToken { get; set; }

A token identifying a page of results the server should return.

Property Value
TypeDescription
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<ClientGateway> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorClientGateway