Skip to main content

apps_tool_schema

Creates, updates, deletes, gets or lists an apps_tool_schema resource.

Overview

Nameapps_tool_schema
TypeResource
Idgoogle.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:

NameAccessible byRequired ParamsOptional ParamsDescription
retrieve_tool_schemaexecprojectsId, locationsId, appsIdRetrieve 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.

NameDatatypeDescription
appsIdstring
locationsIdstring
projectsIdstring

Lifecycle Methods

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 }}"
}'
;