Google Cloud Ces V1 Client - Class RetrieveToolsResponse (0.1.1)

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

Response message for ToolService.RetrieveTools.

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

Namespace

Google \ Cloud \ Ces \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ tools array<Tool>

Required. The list of tools that are included in the specified toolset.

getTools

Required. The list of tools that are included in the specified toolset.

Returns
Type Description
Google\Protobuf\RepeatedField<Tool>

setTools

Required. The list of tools that are included in the specified toolset.

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