toolsets_tools
Creates, updates, deletes, gets or lists a toolsets_tools resource.
Overview
| Name | toolsets_tools |
| Type | Resource |
| Id | google.ces.toolsets_tools |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
retrieve_tools | exec | projectsId, locationsId, appsId, toolsetsId | Retrieve the list of tools included in the specified toolset. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
appsId | string | |
locationsId | string | |
projectsId | string | |
toolsetsId | string |
Lifecycle Methods
- retrieve_tools
Retrieve the list of tools included in the specified toolset.
EXEC google.ces.toolsets_tools.retrieve_tools
@projectsId='{{ projectsId }}' --required,
@locationsId='{{ locationsId }}' --required,
@appsId='{{ appsId }}' --required,
@toolsetsId='{{ toolsetsId }}' --required
@@json=
'{
"toolIds": "{{ toolIds }}",
"bypassPersistenceConfig": {{ bypassPersistenceConfig }}
}'
;