Get
|
|||||
|
|
Retrieves a specific task by its ID
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- Manage your Fusion Tables
- View your Fusion Tables
Input
This building block consumes 2 input parameters
Name | Format | Description |
---|---|---|
tableId Required |
STRING |
Table to which the task belongs |
taskId Required |
STRING |
The identifier of the task to get |
= Parameter name
= Format
tableId STRING Required Table to which the task belongs |
taskId STRING Required The identifier of the task to get |
Output
This building block provides 5 output parameters
Name | Format | Description |
---|---|---|
kind |
STRING |
Type of the resource. This is always "fusiontables#task" |
progress |
STRING |
Task percentage completion |
started |
BOOLEAN |
false while the table is busy with some other task. true if this background task is currently running |
taskId |
INTEGER |
Identifier for the task |
type |
STRING |
Type of background task |
= Parameter name
= Format
kind STRING Type of the resource. This is always "fusiontables#task" |
progress STRING Task percentage completion |
started BOOLEAN false while the table is busy with some other task. true if this background task is currently running |
taskId INTEGER Identifier for the task |
type STRING Type of background task |