The "column" collection of methods.
More...
|
| | call ($name, $arguments, $expected_class=null) |
| | TODO: This function needs simplifying.
|
| |
| | delete ($tableId, $columnId, $optParams=array()) |
| | Deletes the specified column.
|
| |
| | get ($tableId, $columnId, $optParams=array()) |
| | Retrieves a specific column by its ID.
|
| |
| | insert ($tableId, Google_Service_Fusiontables_Column $postBody, $optParams=array()) |
| | Adds a new column to the table.
|
| |
| | listColumn ($tableId, $optParams=array()) |
| | Retrieves a list of columns.
|
| |
| | patch ($tableId, $columnId, Google_Service_Fusiontables_Column $postBody, $optParams=array()) |
| | Updates the name or type of an existing column.
|
| |
| | update ($tableId, $columnId, Google_Service_Fusiontables_Column $postBody, $optParams=array()) |
| | Updates the name or type of an existing column.
|
| |
|
|
| convertToArrayAndStripNulls ($o) |
| |
The "column" collection of methods.
Typical usage is: $fusiontablesService = new Google_Service_Fusiontables(...); $column = $fusiontablesService->column;
◆ 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_Fusiontables_Column_Resource::delete |
( |
| $tableId, |
|
|
| $columnId, |
|
|
| $optParams = array() ) |
Deletes the specified column.
(column.delete)
- Parameters
-
| string | $tableId | Table from which the column is being deleted. |
| string | $columnId | Name or identifier for the column being deleted. |
| array | $optParams | Optional parameters. |
◆ get()
| Google_Service_Fusiontables_Column_Resource::get |
( |
| $tableId, |
|
|
| $columnId, |
|
|
| $optParams = array() ) |
Retrieves a specific column by its ID.
(column.get)
- Parameters
-
| string | $tableId | Table to which the column belongs. |
| string | $columnId | Name or identifier for the column that is being requested. |
| array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
Adds a new column to the table.
(column.insert)
- Parameters
-
| string | $tableId | Table for which a new column is being added. |
| Google_Column | $postBody | |
| array | $optParams | Optional parameters. |
- Return values
-
◆ listColumn()
| Google_Service_Fusiontables_Column_Resource::listColumn |
( |
| $tableId, |
|
|
| $optParams = array() ) |
Retrieves a list of columns.
(column.listColumn)
- Parameters
-
| string | $tableId | Table whose columns are being listed. |
| array | $optParams | Optional parameters. |
@opt_param string pageToken Continuation token specifying which result page to return. @opt_param string maxResults Maximum number of columns to return. Default is 5.
- Return values
-
◆ patch()
Updates the name or type of an existing column.
This method supports patch semantics. (column.patch)
- Parameters
-
| string | $tableId | Table for which the column is being updated. |
| string | $columnId | Name or identifier for the column that is being updated. |
| Google_Column | $postBody | |
| array | $optParams | Optional parameters. |
- Return values
-
◆ update()
Updates the name or type of an existing column.
(column.update)
- Parameters
-
| string | $tableId | Table for which the column is being updated. |
| string | $columnId | Name or identifier for the column that is being updated. |
| Google_Column | $postBody | |
| array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Fusiontables.php