2026-01-20
▼ ▲ area120tables.workspaces.get
Parameters :
name
Required : Yes
Description : Required. The name of the workspace to retrieve. Format: workspaces/{workspace}
Location : path
Type : string
Pattern : ^workspaces/[^/]+$
Description : Gets a workspace. Returns NOT_FOUND if the workspace does not exist.
HTTP Method : GET
Path : v1alpha1/{+name}
Parameter Order : name
Scopes :
Flat Path : v1alpha1/workspaces/{workspacesId}
▼ ▲ area120tables.workspaces.list
Flat Path : v1alpha1/workspaces
Parameters :
pageSize
Format : int32
Type : integer
Description : The maximum number of workspaces to return. The service may return fewer than this value. If unspecified, at most 10 workspaces are returned. The maximum value is 25; values above 25 are coerced to 25.
Location : query
pageToken
Description : A page token, received from a previous `ListWorkspaces` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListWorkspaces` must match the call that provided the page token.
Location : query
Type : string
Description : Lists workspaces for the user.
Path : v1alpha1/workspaces
HTTP Method : GET
Scopes :
▼ ▲ area120tables.tables.get
Parameter Order : name
Flat Path : v1alpha1/tables/{tablesId}
Path : v1alpha1/{+name}
Parameters :
name
Location : path
Required : Yes
Description : Required. The name of the table to retrieve. Format: tables/{table}
Type : string
Pattern : ^tables/[^/]+$
Description : Gets a table. Returns NOT_FOUND if the table does not exist.
Scopes :
HTTP Method : GET
▼ ▲ area120tables.tables.list
Flat Path : v1alpha1/tables
Parameters :
pageToken
Location : query
Type : string
Description : A page token, received from a previous `ListTables` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListTables` must match the call that provided the page token.
orderBy
Type : string
Location : query
Description : Optional. Sorting order for the list of tables on createTime/updateTime.
pageSize
Type : integer
Location : query
Format : int32
Description : The maximum number of tables to return. The service may return fewer than this value. If unspecified, at most 20 tables are returned. The maximum value is 100; values above 100 are coerced to 100.
Scopes :
HTTP Method : GET
Path : v1alpha1/tables
Description : Lists tables for the user.
▼ ▲ area120tables.tables.rows.patch
Description : Updates a row.
Scopes :
Flat Path : v1alpha1/tables/{tablesId}/rows/{rowsId}
Parameter Order : name
Path : v1alpha1/{+name}
Parameters :
updateMask
Format : google-fieldmask
Description : The list of fields to update.
Location : query
Type : string
name
Type : string
Required : Yes
Pattern : ^tables/[^/]+/rows/[^/]+$
Location : path
Description : The resource name of the row. Row names have the form `tables/{table}/rows/{row}`. The name is ignored when creating a row.
view
Enum Descriptions :
Description : Optional. Column key to use for values in the row. Defaults to user entered name.
Location : query
Type : string
Enum :
HTTP Method : PATCH
▼ ▲ area120tables.tables.rows.batchDelete
Parameter Order : parent
Description : Deletes multiple rows.
HTTP Method : POST
Scopes :
Path : v1alpha1/{+parent}/rows:batchDelete
Parameters :
parent
Pattern : ^tables/[^/]+$
Type : string
Required : Yes
Description : Required. The parent table shared by all rows being deleted. Format: tables/{table}
Location : path
Flat Path : v1alpha1/tables/{tablesId}/rows:batchDelete
▼ ▲ area120tables.tables.rows.batchCreate
HTTP Method : POST
Description : Creates multiple rows.
Parameter Order : parent
Parameters :
parent
Pattern : ^tables/[^/]+$
Type : string
Description : Required. The parent table where the rows will be created. Format: tables/{table}
Required : Yes
Location : path
Path : v1alpha1/{+parent}/rows:batchCreate
Scopes :
Flat Path : v1alpha1/tables/{tablesId}/rows:batchCreate
▼ ▲ area120tables.tables.rows.list
Path : v1alpha1/{+parent}/rows
Description : Lists rows in a table. Returns NOT_FOUND if the table does not exist.
Parameters :
filter
Location : query
Type : string
Description : Optional. Filter to only include resources matching the requirements. For more information, see [Filtering list results](https://support.google.com/area120-tables/answer/10503371).
view
Location : query
Enum Descriptions :
Enum :
Type : string
Description : Optional. Column key to use for values in the row. Defaults to user entered name.
orderBy
Description : Optional. Sorting order for the list of rows on createTime/updateTime.
Location : query
Type : string
parent
Location : path
Type : string
Required : Yes
Pattern : ^tables/[^/]+$
Description : Required. The parent table. Format: tables/{table}
pageSize
Description : The maximum number of rows to return. The service may return fewer than this value. If unspecified, at most 50 rows are returned. The maximum value is 1,000; values above 1,000 are coerced to 1,000.
Location : query
Format : int32
Type : integer
pageToken
Location : query
Type : string
Description : A page token, received from a previous `ListRows` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListRows` must match the call that provided the page token.
HTTP Method : GET
Scopes :
Parameter Order : parent
Flat Path : v1alpha1/tables/{tablesId}/rows
▼ ▲ area120tables.tables.rows.create
Scopes :
HTTP Method : POST
Description : Creates a row.
Parameters :
view
Enum Descriptions :
Description : Optional. Column key to use for values in the row. Defaults to user entered name.
Enum :
Type : string
Location : query
parent
Type : string
Description : Required. The parent table where this row will be created. Format: tables/{table}
Location : path
Required : Yes
Pattern : ^tables/[^/]+$
Path : v1alpha1/{+parent}/rows
Parameter Order : parent
Flat Path : v1alpha1/tables/{tablesId}/rows
▼ ▲ area120tables.tables.rows.get
Description : Gets a row. Returns NOT_FOUND if the row does not exist in the table.
Flat Path : v1alpha1/tables/{tablesId}/rows/{rowsId}
Path : v1alpha1/{+name}
Scopes :
HTTP Method : GET
Parameter Order : name
Parameters :
name
Required : Yes
Location : path
Pattern : ^tables/[^/]+/rows/[^/]+$
Type : string
Description : Required. The name of the row to retrieve. Format: tables/{table}/rows/{row}
view
Type : string
Location : query
Description : Optional. Column key to use for values in the row. Defaults to user entered name.
Enum :
Enum Descriptions :
▼ ▲ area120tables.tables.rows.delete
HTTP Method : DELETE
Description : Deletes a row.
Parameter Order : name
Flat Path : v1alpha1/tables/{tablesId}/rows/{rowsId}
Scopes :
Path : v1alpha1/{+name}
Parameters :
name
Required : Yes
Pattern : ^tables/[^/]+/rows/[^/]+$
Description : Required. The name of the row to delete. Format: tables/{table}/rows/{row}
Location : path
Type : string
▼ ▲ area120tables.tables.rows.batchUpdate
Path : v1alpha1/{+parent}/rows:batchUpdate
HTTP Method : POST
Scopes :
Parameter Order : parent
Description : Updates multiple rows.
Parameters :
parent
Location : path
Required : Yes
Pattern : ^tables/[^/]+$
Type : string
Description : Required. The parent table shared by all rows being updated. Format: tables/{table}
Flat Path : v1alpha1/tables/{tablesId}/rows:batchUpdate