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

The "expansionfiles" collection of methods. More...

Inheritance diagram for Google_Service_AndroidPublisher_EditsExpansionfiles_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 get ($packageName, $editId, $apkVersionCode, $expansionFileType, $optParams=array())
 Fetches the Expansion File configuration for the APK specified.
 
 patch ($packageName, $editId, $apkVersionCode, $expansionFileType, Google_Service_AndroidPublisher_ExpansionFile $postBody, $optParams=array())
 Updates the APK's Expansion File configuration to reference another APK's Expansion Files.
 
 update ($packageName, $editId, $apkVersionCode, $expansionFileType, Google_Service_AndroidPublisher_ExpansionFile $postBody, $optParams=array())
 Updates the APK's Expansion File configuration to reference another APK's Expansion Files.
 
 upload ($packageName, $editId, $apkVersionCode, $expansionFileType, $optParams=array())
 Uploads and attaches a new Expansion File to the APK specified.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "expansionfiles" collection of methods.

Typical usage is: $androidpublisherService = new Google_Service_AndroidPublisher(...); $expansionfiles = $androidpublisherService->expansionfiles;

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

◆ get()

Google_Service_AndroidPublisher_EditsExpansionfiles_Resource::get ( $packageName,
$editId,
$apkVersionCode,
$expansionFileType,
$optParams = array() )

Fetches the Expansion File configuration for the APK specified.

(expansionfiles.get)

Parameters
string$packageNameUnique identifier for the Android app that is being updated; for example, "com.spiffygame".
string$editIdUnique identifier for this edit.
int$apkVersionCodeThe version code of the APK whose Expansion File configuration is being read or modified.
string$expansionFileType
array$optParamsOptional parameters.
Return values
Google_Service_AndroidPublisher_ExpansionFile

◆ patch()

Google_Service_AndroidPublisher_EditsExpansionfiles_Resource::patch ( $packageName,
$editId,
$apkVersionCode,
$expansionFileType,
Google_Service_AndroidPublisher_ExpansionFile $postBody,
$optParams = array() )

Updates the APK's Expansion File configuration to reference another APK's Expansion Files.

To add a new Expansion File use the Upload method. This method supports patch semantics. (expansionfiles.patch)

Parameters
string$packageNameUnique identifier for the Android app that is being updated; for example, "com.spiffygame".
string$editIdUnique identifier for this edit.
int$apkVersionCodeThe version code of the APK whose Expansion File configuration is being read or modified.
string$expansionFileType
Google_ExpansionFile$postBody
array$optParamsOptional parameters.
Return values
Google_Service_AndroidPublisher_ExpansionFile

◆ update()

Google_Service_AndroidPublisher_EditsExpansionfiles_Resource::update ( $packageName,
$editId,
$apkVersionCode,
$expansionFileType,
Google_Service_AndroidPublisher_ExpansionFile $postBody,
$optParams = array() )

Updates the APK's Expansion File configuration to reference another APK's Expansion Files.

To add a new Expansion File use the Upload method. (expansionfiles.update)

Parameters
string$packageNameUnique identifier for the Android app that is being updated; for example, "com.spiffygame".
string$editIdUnique identifier for this edit.
int$apkVersionCodeThe version code of the APK whose Expansion File configuration is being read or modified.
string$expansionFileType
Google_ExpansionFile$postBody
array$optParamsOptional parameters.
Return values
Google_Service_AndroidPublisher_ExpansionFile

◆ upload()

Google_Service_AndroidPublisher_EditsExpansionfiles_Resource::upload ( $packageName,
$editId,
$apkVersionCode,
$expansionFileType,
$optParams = array() )

Uploads and attaches a new Expansion File to the APK specified.

(expansionfiles.upload)

Parameters
string$packageNameUnique identifier for the Android app that is being updated; for example, "com.spiffygame".
string$editIdUnique identifier for this edit.
int$apkVersionCodeThe version code of the APK whose Expansion File configuration is being read or modified.
string$expansionFileType
array$optParamsOptional parameters.
Return values
Google_Service_AndroidPublisher_ExpansionFilesUploadResponse

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