BeyondCorp Client Connector Services v1 API - Class ListClientGatewaysResponse (1.0.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 Connector Services 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
RepeatedField<ClientGateway>

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
RepeatedField<String>

Methods

GetEnumerator()

public IEnumerator<ClientGateway> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<ClientGateway>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator