public sealed class ListClientGatewaysResponse : IMessage<ListClientGatewaysResponse>, IEquatable<ListClientGatewaysResponse>, IDeepCloneable<ListClientGatewaysResponse>, IBufferMessage, IMessage, IPageResponse<ClientGateway>, IEnumerable<ClientGateway>, IEnumerableReference documentation and code samples for the BeyondCorp Client Connector Services v1 API class ListClientGatewaysResponse.
Message for response to listing ClientGateways.
Implements
IMessage<ListClientGatewaysResponse>, IEquatable<ListClientGatewaysResponse>, IDeepCloneable<ListClientGatewaysResponse>, IBufferMessage, IMessage, IPageResponse<ClientGateway>, IEnumerable<ClientGateway>, 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 |
RepeatedField<ClientGateway> |
|
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 |
RepeatedField<String> |
|
Methods
GetEnumerator()
public IEnumerator<ClientGateway> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<ClientGateway> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|