Reference documentation and code samples for the Google Cloud Ces V1 Client class RetrieveToolsRequest.
Request message for ToolService.RetrieveTools .
Generated from protobuf message google.cloud.ces.v1.RetrieveToolsRequest
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ toolset
string
Required. The name of the toolset to retrieve the tools for. Format: projects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}
↳ tool_ids
array
Optional. The identifiers of the tools to retrieve from the toolset. If empty, all tools in the toolset will be returned.
getToolset
Required. The name of the toolset to retrieve the tools for.
Format: projects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}
string
setToolset
Required. The name of the toolset to retrieve the tools for.
Format: projects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}
var
string
$this
getToolIds
Optional. The identifiers of the tools to retrieve from the toolset.
If empty, all tools in the toolset will be returned.
setToolIds
Optional. The identifiers of the tools to retrieve from the toolset.
If empty, all tools in the toolset will be returned.
var
string[]
$this

