Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
Google_Service_AndroidPublisher_EditsApklistings_Resource Class Reference

The "apklistings" collection of methods. More...

Inheritance diagram for Google_Service_AndroidPublisher_EditsApklistings_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 delete ($packageName, $editId, $apkVersionCode, $language, $optParams=array())
 Deletes the APK-specific localized listing for a specified APK and language code.
 
 deleteall ($packageName, $editId, $apkVersionCode, $optParams=array())
 Deletes all the APK-specific localized listings for a specified APK.
 
 get ($packageName, $editId, $apkVersionCode, $language, $optParams=array())
 Fetches the APK-specific localized listing for a specified APK and language code.
 
 listEditsApklistings ($packageName, $editId, $apkVersionCode, $optParams=array())
 Lists all the APK-specific localized listings for a specified APK.
 
 patch ($packageName, $editId, $apkVersionCode, $language, Google_Service_AndroidPublisher_ApkListing $postBody, $optParams=array())
 Updates or creates the APK-specific localized listing for a specified APK and language code.
 
 update ($packageName, $editId, $apkVersionCode, $language, Google_Service_AndroidPublisher_ApkListing $postBody, $optParams=array())
 Updates or creates the APK-specific localized listing for a specified APK and language code.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "apklistings" collection of methods.

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

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_AndroidPublisher_EditsApklistings_Resource::delete ( $packageName,
$editId,
$apkVersionCode,
$language,
$optParams = array() )

Deletes the APK-specific localized listing for a specified APK and language code.

(apklistings.delete)

Parameters
string$packageNameUnique identifier for the Android app that is being updated; for example, "com.spiffygame".
string$editIdUnique identifier for this edit.
int$apkVersionCodeThe APK version code whose APK-specific listings should be read or modified.
string$languageThe language code (a BCP-47 language tag) of the APK- specific localized listing to read or modify. For example, to select Austrian German, pass "de-AT".
array$optParamsOptional parameters.

◆ deleteall()

Google_Service_AndroidPublisher_EditsApklistings_Resource::deleteall ( $packageName,
$editId,
$apkVersionCode,
$optParams = array() )

Deletes all the APK-specific localized listings for a specified APK.

(apklistings.deleteall)

Parameters
string$packageNameUnique identifier for the Android app that is being updated; for example, "com.spiffygame".
string$editIdUnique identifier for this edit.
int$apkVersionCodeThe APK version code whose APK-specific listings should be read or modified.
array$optParamsOptional parameters.

◆ get()

Google_Service_AndroidPublisher_EditsApklistings_Resource::get ( $packageName,
$editId,
$apkVersionCode,
$language,
$optParams = array() )

Fetches the APK-specific localized listing for a specified APK and language code.

(apklistings.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 APK version code whose APK-specific listings should be read or modified.
string$languageThe language code (a BCP-47 language tag) of the APK- specific localized listing to read or modify. For example, to select Austrian German, pass "de-AT".
array$optParamsOptional parameters.
Return values
Google_Service_AndroidPublisher_ApkListing

◆ listEditsApklistings()

Google_Service_AndroidPublisher_EditsApklistings_Resource::listEditsApklistings ( $packageName,
$editId,
$apkVersionCode,
$optParams = array() )

Lists all the APK-specific localized listings for a specified APK.

(apklistings.listEditsApklistings)

Parameters
string$packageNameUnique identifier for the Android app that is being updated; for example, "com.spiffygame".
string$editIdUnique identifier for this edit.
int$apkVersionCodeThe APK version code whose APK-specific listings should be read or modified.
array$optParamsOptional parameters.
Return values
Google_Service_AndroidPublisher_ApkListingsListResponse

◆ patch()

Google_Service_AndroidPublisher_EditsApklistings_Resource::patch ( $packageName,
$editId,
$apkVersionCode,
$language,
Google_Service_AndroidPublisher_ApkListing $postBody,
$optParams = array() )

Updates or creates the APK-specific localized listing for a specified APK and language code.

This method supports patch semantics. (apklistings.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 APK version code whose APK-specific listings should be read or modified.
string$languageThe language code (a BCP-47 language tag) of the APK- specific localized listing to read or modify. For example, to select Austrian German, pass "de-AT".
Google_ApkListing$postBody
array$optParamsOptional parameters.
Return values
Google_Service_AndroidPublisher_ApkListing

◆ update()

Google_Service_AndroidPublisher_EditsApklistings_Resource::update ( $packageName,
$editId,
$apkVersionCode,
$language,
Google_Service_AndroidPublisher_ApkListing $postBody,
$optParams = array() )

Updates or creates the APK-specific localized listing for a specified APK and language code.

(apklistings.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 APK version code whose APK-specific listings should be read or modified.
string$languageThe language code (a BCP-47 language tag) of the APK- specific localized listing to read or modify. For example, to select Austrian German, pass "de-AT".
Google_ApkListing$postBody
array$optParamsOptional parameters.
Return values
Google_Service_AndroidPublisher_ApkListing

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