Google Cloud Ces V1 Client - Class ListToolsResponse (0.1.1)

Reference documentation and code samples for the Google Cloud Ces V1 Client class ListToolsResponse.

Response message for AgentService.ListTools.

Generated from protobuf message google.cloud.ces.v1.ListToolsResponse

Namespace

Google \ Cloud \ Ces \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ tools array<Tool>

The list of tools.

↳ next_page_token string

A token that can be sent as ListToolsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.

getTools

The list of tools.

Returns
Type Description
Google\Protobuf\RepeatedField<Tool>

setTools

The list of tools.

Parameter
Name Description
var array<Tool>
Returns
Type Description
$this

getNextPageToken

A token that can be sent as ListToolsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.

Returns
Type Description
string

setNextPageToken

A token that can be sent as ListToolsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.

Parameter
Name Description
var string
Returns
Type Description
$this