workspaces
Overview
Name | workspaces |
Type | Resource |
Id | googledevelopers.area120tables.workspaces |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The resource name of the workspace. Workspace names have the form workspaces/{workspace} . |
updateTime | string | Time when the workspace was last updated. |
createTime | string | Time when the workspace was created. |
displayName | string | The human readable title of the workspace. |
tables | array | The list of tables in the workspace. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | workspacesId | Gets a workspace. Returns NOT_FOUND if the workspace does not exist. |
list | SELECT | Lists workspaces for the user. |