The "tables" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| delete ($projectId, $datasetId, $tableId, $optParams=array()) |
| Deletes the table specified by tableId from the dataset.
|
|
| get ($projectId, $datasetId, $tableId, $optParams=array()) |
| Gets the specified table resource by table ID.
|
|
| insert ($projectId, $datasetId, Google_Service_Bigquery_Table $postBody, $optParams=array()) |
| Creates a new, empty table in the dataset.
|
|
| listTables ($projectId, $datasetId, $optParams=array()) |
| Lists all tables in the specified dataset.
|
|
| patch ($projectId, $datasetId, $tableId, Google_Service_Bigquery_Table $postBody, $optParams=array()) |
| Updates information in an existing table.
|
|
| update ($projectId, $datasetId, $tableId, Google_Service_Bigquery_Table $postBody, $optParams=array()) |
| Updates information in an existing table.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "tables" collection of methods.
Typical usage is: $bigqueryService = new Google_Service_Bigquery(...); $tables = $bigqueryService->tables;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ delete()
Google_Service_Bigquery_Tables_Resource::delete |
( |
| $projectId, |
|
|
| $datasetId, |
|
|
| $tableId, |
|
|
| $optParams = array() ) |
Deletes the table specified by tableId from the dataset.
If the table contains data, all the data will be deleted. (tables.delete)
- Parameters
-
string | $projectId | Project ID of the table to delete |
string | $datasetId | Dataset ID of the table to delete |
string | $tableId | Table ID of the table to delete |
array | $optParams | Optional parameters. |
◆ get()
Google_Service_Bigquery_Tables_Resource::get |
( |
| $projectId, |
|
|
| $datasetId, |
|
|
| $tableId, |
|
|
| $optParams = array() ) |
Gets the specified table resource by table ID.
This method does not return the data in the table, it only returns the table resource, which describes the structure of this table. (tables.get)
- Parameters
-
string | $projectId | Project ID of the requested table |
string | $datasetId | Dataset ID of the requested table |
string | $tableId | Table ID of the requested table |
array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
Creates a new, empty table in the dataset.
(tables.insert)
- Parameters
-
string | $projectId | Project ID of the new table |
string | $datasetId | Dataset ID of the new table |
Google_Table | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ listTables()
Google_Service_Bigquery_Tables_Resource::listTables |
( |
| $projectId, |
|
|
| $datasetId, |
|
|
| $optParams = array() ) |
Lists all tables in the specified dataset.
Requires the READER dataset role. (tables.listTables)
- Parameters
-
string | $projectId | Project ID of the tables to list |
string | $datasetId | Dataset ID of the tables to list |
array | $optParams | Optional parameters. |
@opt_param string pageToken Page token, returned by a previous call, to request the next page of results @opt_param string maxResults Maximum number of results to return
- Return values
-
◆ patch()
Google_Service_Bigquery_Tables_Resource::patch |
( |
| $projectId, |
|
|
| $datasetId, |
|
|
| $tableId, |
|
|
Google_Service_Bigquery_Table | $postBody, |
|
|
| $optParams = array() ) |
Updates information in an existing table.
The update method replaces the entire table resource, whereas the patch method only replaces fields that are provided in the submitted table resource. This method supports patch semantics. (tables.patch)
- Parameters
-
string | $projectId | Project ID of the table to update |
string | $datasetId | Dataset ID of the table to update |
string | $tableId | Table ID of the table to update |
Google_Table | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ update()
Google_Service_Bigquery_Tables_Resource::update |
( |
| $projectId, |
|
|
| $datasetId, |
|
|
| $tableId, |
|
|
Google_Service_Bigquery_Table | $postBody, |
|
|
| $optParams = array() ) |
Updates information in an existing table.
The update method replaces the entire table resource, whereas the patch method only replaces fields that are provided in the submitted table resource. (tables.update)
- Parameters
-
string | $projectId | Project ID of the table to update |
string | $datasetId | Dataset ID of the table to update |
string | $tableId | Table ID of the table to update |
Google_Table | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Bigquery.php