The "style" collection of methods.
More...
|
| | call ($name, $arguments, $expected_class=null) |
| | TODO: This function needs simplifying.
|
| |
| | delete ($tableId, $styleId, $optParams=array()) |
| | Deletes a style.
|
| |
| | get ($tableId, $styleId, $optParams=array()) |
| | Gets a specific style.
|
| |
| | insert ($tableId, Google_Service_Fusiontables_StyleSetting $postBody, $optParams=array()) |
| | Adds a new style for the table.
|
| |
| | listStyle ($tableId, $optParams=array()) |
| | Retrieves a list of styles.
|
| |
| | patch ($tableId, $styleId, Google_Service_Fusiontables_StyleSetting $postBody, $optParams=array()) |
| | Updates an existing style.
|
| |
| | update ($tableId, $styleId, Google_Service_Fusiontables_StyleSetting $postBody, $optParams=array()) |
| | Updates an existing style.
|
| |
|
|
| convertToArrayAndStripNulls ($o) |
| |
The "style" collection of methods.
Typical usage is: $fusiontablesService = new Google_Service_Fusiontables(...); $style = $fusiontablesService->style;
◆ 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_Style_Resource::delete |
( |
| $tableId, |
|
|
| $styleId, |
|
|
| $optParams = array() ) |
Deletes a style.
(style.delete)
- Parameters
-
| string | $tableId | Table from which the style is being deleted |
| int | $styleId | Identifier (within a table) for the style being deleted |
| array | $optParams | Optional parameters. |
◆ get()
| Google_Service_Fusiontables_Style_Resource::get |
( |
| $tableId, |
|
|
| $styleId, |
|
|
| $optParams = array() ) |
Gets a specific style.
(style.get)
- Parameters
-
| string | $tableId | Table to which the requested style belongs |
| int | $styleId | Identifier (integer) for a specific style in a table |
| array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
Adds a new style for the table.
(style.insert)
- Parameters
-
| string | $tableId | Table for which a new style is being added |
| Google_StyleSetting | $postBody | |
| array | $optParams | Optional parameters. |
- Return values
-
◆ listStyle()
| Google_Service_Fusiontables_Style_Resource::listStyle |
( |
| $tableId, |
|
|
| $optParams = array() ) |
Retrieves a list of styles.
(style.listStyle)
- Parameters
-
| string | $tableId | Table whose styles are being listed |
| array | $optParams | Optional parameters. |
@opt_param string pageToken Continuation token specifying which result page to return. Optional. @opt_param string maxResults Maximum number of styles to return. Optional. Default is 5.
- Return values
-
◆ patch()
Updates an existing style.
This method supports patch semantics. (style.patch)
- Parameters
-
| string | $tableId | Table whose style is being updated. |
| int | $styleId | Identifier (within a table) for the style being updated. |
| Google_StyleSetting | $postBody | |
| array | $optParams | Optional parameters. |
- Return values
-
◆ update()
Updates an existing style.
(style.update)
- Parameters
-
| string | $tableId | Table whose style is being updated. |
| int | $styleId | Identifier (within a table) for the style being updated. |
| Google_StyleSetting | $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