BeyondCorp Client Connector Services v1 API - Class ListClientConnectorServicesResponse (1.0.0)

public sealed class ListClientConnectorServicesResponse : IMessage<ListClientConnectorServicesResponse>, IEquatable<ListClientConnectorServicesResponse>, IDeepCloneable<ListClientConnectorServicesResponse>, IBufferMessage, IMessage, IPageResponse<ClientConnectorService>, IEnumerable<ClientConnectorService>, IEnumerable

Reference documentation and code samples for the BeyondCorp Client Connector Services v1 API class ListClientConnectorServicesResponse.

Message for response to listing ClientConnectorServices.

Inheritance

Object > ListClientConnectorServicesResponse

Namespace

Google.Cloud.BeyondCorp.ClientConnectorServices.V1

Assembly

Google.Cloud.BeyondCorp.ClientConnectorServices.V1.dll

Constructors

ListClientConnectorServicesResponse()

public ListClientConnectorServicesResponse()

ListClientConnectorServicesResponse(ListClientConnectorServicesResponse)

public ListClientConnectorServicesResponse(ListClientConnectorServicesResponse other)
Parameter
NameDescription
otherListClientConnectorServicesResponse

Properties

ClientConnectorServices

public RepeatedField<ClientConnectorService> ClientConnectorServices { get; }

The list of ClientConnectorService.

Property Value
TypeDescription
RepeatedField<ClientConnectorService>

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<ClientConnectorService> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<ClientConnectorService>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator