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.
Implements
IMessageListClientGatewaysResponse, IEquatableListClientGatewaysResponse, IDeepCloneableListClientGatewaysResponse, IBufferMessage, IMessage, IPageResponseClientGateway, IEnumerableClientGateway, IEnumerableNamespace
Google.Cloud.BeyondCorp.ClientGateways.V1Assembly
Google.Cloud.BeyondCorp.ClientGateways.V1.dll
Constructors
ListClientGatewaysResponse()
public ListClientGatewaysResponse()
ListClientGatewaysResponse(ListClientGatewaysResponse)
public ListClientGatewaysResponse(ListClientGatewaysResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListClientGatewaysResponse |
Properties
ClientGateways
public RepeatedField<ClientGateway> ClientGateways { get; }
The list of ClientGateway.
Property Value | |
---|---|
Type | Description |
RepeatedFieldClientGateway |
NextPageToken
public string NextPageToken { get; set; }
A token identifying a page of results the server should return.
Property Value | |
---|---|
Type | Description |
string |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<ClientGateway> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorClientGateway |