Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
Google_Service_Manager_Deployments_Resource Class Reference

The "deployments" collection of methods. More...

Inheritance diagram for Google_Service_Manager_Deployments_Resource:
Google_Service_Resource

Public Member Functions

 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)
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "deployments" collection of methods.

Typical usage is: $managerService = new Google_Service_Manager(...); $deployments = $managerService->deployments;

Member Function Documentation

◆ 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
Google_Exception

◆ delete()

Google_Service_Manager_Deployments_Resource::delete ( $projectId,
$region,
$deploymentName,
$optParams = array() )

(deployments.delete)

Parameters
string$projectId
string$region
string$deploymentName
array$optParamsOptional parameters.

◆ get()

Google_Service_Manager_Deployments_Resource::get ( $projectId,
$region,
$deploymentName,
$optParams = array() )

(deployments.get)

Parameters
string$projectId
string$region
string$deploymentName
array$optParamsOptional parameters.
Return values
Google_Service_Manager_Deployment

◆ insert()

Google_Service_Manager_Deployments_Resource::insert ( $projectId,
$region,
Google_Service_Manager_Deployment $postBody,
$optParams = array() )

(deployments.insert)

Parameters
string$projectId
string$region
Google_Deployment$postBody
array$optParamsOptional parameters.
Return values
Google_Service_Manager_Deployment

◆ listDeployments()

Google_Service_Manager_Deployments_Resource::listDeployments ( $projectId,
$region,
$optParams = array() )

(deployments.listDeployments)

Parameters
string$projectId
string$region
array$optParamsOptional 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
Google_Service_Manager_DeploymentsListResponse

The documentation for this class was generated from the following file: