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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setClientConnectorServices
The list of ClientConnectorService.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\BeyondCorp\ClientConnectorServices\V1\ClientConnectorService>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
A token identifying a page of results the server should return.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
A token identifying a page of results the server should return.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getUnreachable
Locations that could not be reached.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setUnreachable
Locations that could not be reached.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |