Skip to main content

toolsets_tools

Creates, updates, deletes, gets or lists a toolsets_tools resource.

Overview

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

NameAccessible byRequired ParamsOptional ParamsDescription
retrieve_toolsexecprojectsId, locationsId, appsId, toolsetsIdRetrieve 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.

NameDatatypeDescription
appsIdstring
locationsIdstring
projectsIdstring
toolsetsIdstring

Lifecycle Methods

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