TablesRows
class TablesRows extends Resource (View source)
The "rows" collection of methods.
Typical usage is:
$area120tablesService = new Google\Service\Area120Tables(...);
$rows = $area120tablesService->tables_rows;
Methods
batchCreate(string $parent, BatchCreateRowsRequest $postBody, array $optParams = [])
Creates multiple rows. (rows.batchCreate)
batchDelete(string $parent, BatchDeleteRowsRequest $postBody, array $optParams = [])
Deletes multiple rows. (rows.batchDelete)
batchUpdate(string $parent, BatchUpdateRowsRequest $postBody, array $optParams = [])
Updates multiple rows. (rows.batchUpdate)
delete(string $name, array $optParams = [])
Deletes a row. (rows.delete)
get(string $name, array $optParams = [])
Gets a row. Returns NOT_FOUND if the row does not exist in the table.
listTablesRows(string $parent, array $optParams = [])
Lists rows in a table. Returns NOT_FOUND if the table does not exist.
Details
BatchCreateRowsResponse
batchCreate(string $parent, BatchCreateRowsRequest $postBody, array $optParams = [])
Creates multiple rows. (rows.batchCreate)
Area120tablesEmpty
batchDelete(string $parent, BatchDeleteRowsRequest $postBody, array $optParams = [])
Deletes multiple rows. (rows.batchDelete)
BatchUpdateRowsResponse
batchUpdate(string $parent, BatchUpdateRowsRequest $postBody, array $optParams = [])
Updates multiple rows. (rows.batchUpdate)
Area120tablesEmpty
delete(string $name, array $optParams = [])
Deletes a row. (rows.delete)
Row
get(string $name, array $optParams = [])
Gets a row. Returns NOT_FOUND if the row does not exist in the table.
(rows.get)
ListRowsResponse
listTablesRows(string $parent, array $optParams = [])
Lists rows in a table. Returns NOT_FOUND if the table does not exist.
(rows.listTablesRows)