The "deployments" collection of methods.
More...
|
| | call ($name, $arguments, $expected_class=null) |
| | TODO: This function needs simplifying.
|
| |
| | delete ($projectId, $region, $deploymentName, $optParams=array()) |
| | (deployments.delete)
|
| |
| | get ($projectId, $region, $deploymentName, $optParams=array()) |
| | (deployments.get)
|
| |
| | insert ($projectId, $region, Google_Service_Manager_Deployment $postBody, $optParams=array()) |
| | (deployments.insert)
|
| |
| | listDeployments ($projectId, $region, $optParams=array()) |
| | (deployments.listDeployments)
|
| |
|
|
| convertToArrayAndStripNulls ($o) |
| |
The "deployments" collection of methods.
Typical usage is: $managerService = new Google_Service_Manager(...); $deployments = $managerService->deployments;
◆ 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_Deployments_Resource::delete |
( |
| $projectId, |
|
|
| $region, |
|
|
| $deploymentName, |
|
|
| $optParams = array() ) |
(deployments.delete)
- Parameters
-
| string | $projectId | |
| string | $region | |
| string | $deploymentName | |
| array | $optParams | Optional parameters. |
◆ get()
| Google_Service_Manager_Deployments_Resource::get |
( |
| $projectId, |
|
|
| $region, |
|
|
| $deploymentName, |
|
|
| $optParams = array() ) |
(deployments.get)
- Parameters
-
| string | $projectId | |
| string | $region | |
| string | $deploymentName | |
| array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
(deployments.insert)
- Parameters
-
| string | $projectId | |
| string | $region | |
| Google_Deployment | $postBody | |
| array | $optParams | Optional parameters. |
- Return values
-
◆ listDeployments()
| Google_Service_Manager_Deployments_Resource::listDeployments |
( |
| $projectId, |
|
|
| $region, |
|
|
| $optParams = array() ) |
(deployments.listDeployments)
- Parameters
-
| string | $projectId | |
| string | $region | |
| 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