The "template" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| delete ($tableId, $templateId, $optParams=array()) |
| Deletes a template (template.delete)
|
|
| get ($tableId, $templateId, $optParams=array()) |
| Retrieves a specific template by its id (template.get)
|
|
| insert ($tableId, Google_Service_Fusiontables_Template $postBody, $optParams=array()) |
| Creates a new template for the table.
|
|
| listTemplate ($tableId, $optParams=array()) |
| Retrieves a list of templates.
|
|
| patch ($tableId, $templateId, Google_Service_Fusiontables_Template $postBody, $optParams=array()) |
| Updates an existing template.
|
|
| update ($tableId, $templateId, Google_Service_Fusiontables_Template $postBody, $optParams=array()) |
| Updates an existing template (template.update)
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "template" collection of methods.
Typical usage is: $fusiontablesService = new Google_Service_Fusiontables(...); $template = $fusiontablesService->template;
◆ 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_Template_Resource::delete |
( |
| $tableId, |
|
|
| $templateId, |
|
|
| $optParams = array() ) |
Deletes a template (template.delete)
- Parameters
-
string | $tableId | Table from which the template is being deleted |
int | $templateId | Identifier for the template which is being deleted |
array | $optParams | Optional parameters. |
◆ get()
Google_Service_Fusiontables_Template_Resource::get |
( |
| $tableId, |
|
|
| $templateId, |
|
|
| $optParams = array() ) |
Retrieves a specific template by its id (template.get)
- Parameters
-
string | $tableId | Table to which the template belongs |
int | $templateId | Identifier for the template that is being requested |
array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
Creates a new template for the table.
(template.insert)
- Parameters
-
string | $tableId | Table for which a new template is being created |
Google_Template | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ listTemplate()
Google_Service_Fusiontables_Template_Resource::listTemplate |
( |
| $tableId, |
|
|
| $optParams = array() ) |
Retrieves a list of templates.
(template.listTemplate)
- Parameters
-
string | $tableId | Identifier for the table whose templates are being requested |
array | $optParams | Optional parameters. |
@opt_param string pageToken Continuation token specifying which results page to return. Optional. @opt_param string maxResults Maximum number of templates to return. Optional. Default is 5.
- Return values
-
◆ patch()
Updates an existing template.
This method supports patch semantics. (template.patch)
- Parameters
-
string | $tableId | Table to which the updated template belongs |
int | $templateId | Identifier for the template that is being updated |
Google_Template | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ update()
Updates an existing template (template.update)
- Parameters
-
string | $tableId | Table to which the updated template belongs |
int | $templateId | Identifier for the template that is being updated |
Google_Template | $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