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.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ toolset |
string
Required. The name of the toolset to retrieve the tools for. Format: |
↳ 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}
| Returns | |
|---|---|
| Type | Description |
string |
|
setToolset
Required. The name of the toolset to retrieve the tools for.
Format:
projects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getToolIds
Optional. The identifiers of the tools to retrieve from the toolset.
If empty, all tools in the toolset will be returned.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setToolIds
Optional. The identifiers of the tools to retrieve from the toolset.
If empty, all tools in the toolset will be returned.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|