The "apklistings" collection of methods.
More...
|
| 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.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "apklistings" collection of methods.
Typical usage is: $androidpublisherService = new Google_Service_AndroidPublisher(...); $apklistings = $androidpublisherService->apklistings;
◆ 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_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 | $packageName | Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
string | $editId | Unique identifier for this edit. |
int | $apkVersionCode | The APK version code whose APK-specific listings should be read or modified. |
string | $language | The 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 | $optParams | Optional 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 | $packageName | Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
string | $editId | Unique identifier for this edit. |
int | $apkVersionCode | The APK version code whose APK-specific listings should be read or modified. |
array | $optParams | Optional 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 | $packageName | Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
string | $editId | Unique identifier for this edit. |
int | $apkVersionCode | The APK version code whose APK-specific listings should be read or modified. |
string | $language | The 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 | $optParams | Optional parameters. |
- Return values
-
◆ 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 | $packageName | Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
string | $editId | Unique identifier for this edit. |
int | $apkVersionCode | The APK version code whose APK-specific listings should be read or modified. |
array | $optParams | Optional parameters. |
- Return values
-
◆ patch()
Updates or creates the APK-specific localized listing for a specified APK and language code.
This method supports patch semantics. (apklistings.patch)
- Parameters
-
string | $packageName | Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
string | $editId | Unique identifier for this edit. |
int | $apkVersionCode | The APK version code whose APK-specific listings should be read or modified. |
string | $language | The 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 | $optParams | Optional parameters. |
- Return values
-
◆ update()
Updates or creates the APK-specific localized listing for a specified APK and language code.
(apklistings.update)
- Parameters
-
string | $packageName | Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
string | $editId | Unique identifier for this edit. |
int | $apkVersionCode | The APK version code whose APK-specific listings should be read or modified. |
string | $language | The 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 | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/AndroidPublisher.php