Google Cloud BeyondCorp Client Connector Services V1 Client - Class ListClientConnectorServicesResponse (0.2.2)

Reference documentation and code samples for the Google Cloud BeyondCorp Client Connector Services V1 Client class ListClientConnectorServicesResponse.

Message for response to listing ClientConnectorServices.

Generated from protobuf message google.cloud.beyondcorp.clientconnectorservices.v1.ListClientConnectorServicesResponse

Namespace

Google \ Cloud \ BeyondCorp \ ClientConnectorServices \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ client_connector_services array<Google\Cloud\BeyondCorp\ClientConnectorServices\V1\ClientConnectorService>

The list of ClientConnectorService.

↳ next_page_token string

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

↳ unreachable array

Locations that could not be reached.

getClientConnectorServices

The list of ClientConnectorService.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setClientConnectorServices

The list of ClientConnectorService.

Parameter
NameDescription
var array<Google\Cloud\BeyondCorp\ClientConnectorServices\V1\ClientConnectorService>
Returns
TypeDescription
$this

getNextPageToken

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

Returns
TypeDescription
string

setNextPageToken

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUnreachable

Locations that could not be reached.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setUnreachable

Locations that could not be reached.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this