apps_tool_schema
Creates, updates, deletes, gets or lists an apps_tool_schema resource.
Overview
| Name | apps_tool_schema |
| Type | Resource |
| Id | google.ces.apps_tool_schema |
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_tool_schema | exec | projectsId, locationsId, appsId | Retrieve the schema of the given tool. The schema is computed on the fly for the given instance of the tool. |
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 |
Lifecycle Methods
- retrieve_tool_schema
Retrieve the schema of the given tool. The schema is computed on the fly for the given instance of the tool.
EXEC google.ces.apps_tool_schema.retrieve_tool_schema
@projectsId='{{ projectsId }}' --required,
@locationsId='{{ locationsId }}' --required,
@appsId='{{ appsId }}' --required
@@json=
'{
"tool": "{{ tool }}",
"toolsetTool": "{{ toolsetTool }}"
}'
;