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

The "versions" collection of methods. More...

Inheritance diagram for Google_Service_Appengine_AppsModulesVersions_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 create ($appsId, $modulesId, Google_Service_Appengine_Version $postBody, $optParams=array())
 Deploys new code and resource files to a version.
 
 delete ($appsId, $modulesId, $versionsId, $optParams=array())
 Deletes an existing version.
 
 get ($appsId, $modulesId, $versionsId, $optParams=array())
 Gets application deployment information.
 
 listAppsModulesVersions ($appsId, $modulesId, $optParams=array())
 Lists the versions of a module.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "versions" collection of methods.

Typical usage is: $appengineService = new Google_Service_Appengine(...); $versions = $appengineService->versions;

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

◆ create()

Google_Service_Appengine_AppsModulesVersions_Resource::create ( $appsId,
$modulesId,
Google_Service_Appengine_Version $postBody,
$optParams = array() )

Deploys new code and resource files to a version.

(versions.create)

Parameters
string$appsIdPart of name. Name of the resource to update. For example: "apps/myapp/modules/default".
string$modulesIdPart of name. See documentation of appsId.
Google_Version$postBody
array$optParamsOptional parameters.
Return values
Google_Service_Appengine_Operation

◆ delete()

Google_Service_Appengine_AppsModulesVersions_Resource::delete ( $appsId,
$modulesId,
$versionsId,
$optParams = array() )

Deletes an existing version.

(versions.delete)

Parameters
string$appsIdPart of name. Name of the resource requested. For example: "apps/myapp/modules/default/versions/v1".
string$modulesIdPart of name. See documentation of appsId.
string$versionsIdPart of name. See documentation of appsId.
array$optParamsOptional parameters.
Return values
Google_Service_Appengine_Operation

◆ get()

Google_Service_Appengine_AppsModulesVersions_Resource::get ( $appsId,
$modulesId,
$versionsId,
$optParams = array() )

Gets application deployment information.

(versions.get)

Parameters
string$appsIdPart of name. Name of the resource requested. For example: "apps/myapp/modules/default/versions/v1".
string$modulesIdPart of name. See documentation of appsId.
string$versionsIdPart of name. See documentation of appsId.
array$optParamsOptional parameters.

@opt_param string view Controls the set of fields returned in the Get response.

Return values
Google_Service_Appengine_Version

◆ listAppsModulesVersions()

Google_Service_Appengine_AppsModulesVersions_Resource::listAppsModulesVersions ( $appsId,
$modulesId,
$optParams = array() )

Lists the versions of a module.

(versions.listAppsModulesVersions)

Parameters
string$appsIdPart of name. Name of the resource requested. For example: "apps/myapp/modules/default".
string$modulesIdPart of name. See documentation of appsId.
array$optParamsOptional parameters.

@opt_param string pageToken Continuation token for fetching the next page of results. @opt_param int pageSize Maximum results to return per page. @opt_param string view Controls the set of fields returned in the List response.

Return values
Google_Service_Appengine_ListVersionsResponse

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