The "templates" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| delete ($projectId, $templateName, $optParams=array()) |
| (templates.delete)
|
|
| get ($projectId, $templateName, $optParams=array()) |
| (templates.get)
|
|
| insert ($projectId, Google_Service_Manager_Template $postBody, $optParams=array()) |
| (templates.insert)
|
|
| listTemplates ($projectId, $optParams=array()) |
| (templates.listTemplates)
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "templates" collection of methods.
Typical usage is: $managerService = new Google_Service_Manager(...); $templates = $managerService->templates;
◆ 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_Manager_Templates_Resource::delete |
( |
| $projectId, |
|
|
| $templateName, |
|
|
| $optParams = array() ) |
(templates.delete)
- Parameters
-
string | $projectId | |
string | $templateName | |
array | $optParams | Optional parameters. |
◆ get()
Google_Service_Manager_Templates_Resource::get |
( |
| $projectId, |
|
|
| $templateName, |
|
|
| $optParams = array() ) |
(templates.get)
- Parameters
-
string | $projectId | |
string | $templateName | |
array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
(templates.insert)
- Parameters
-
string | $projectId | |
Google_Template | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ listTemplates()
Google_Service_Manager_Templates_Resource::listTemplates |
( |
| $projectId, |
|
|
| $optParams = array() ) |
(templates.listTemplates)
- Parameters
-
string | $projectId | |
array | $optParams | Optional parameters. |
@opt_param string pageToken Specifies a nextPageToken returned by a previous list request. This token can be used to request the next page of results from a previous list request. @opt_param int maxResults Maximum count of results to be returned. Acceptable values are 0 to 100, inclusive. (Default: 50)
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Manager.php