The "expansionfiles" collection of methods.
More...
|
| 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.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "expansionfiles" collection of methods.
Typical usage is: $androidpublisherService = new Google_Service_AndroidPublisher(...); $expansionfiles = $androidpublisherService->expansionfiles;
◆ 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
-
◆ 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 | $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 version code of the APK whose Expansion File configuration is being read or modified. |
string | $expansionFileType | |
array | $optParams | Optional parameters. |
- Return values
-
◆ patch()
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 | $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 version code of the APK whose Expansion File configuration is being read or modified. |
string | $expansionFileType | |
Google_ExpansionFile | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ update()
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 | $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 version code of the APK whose Expansion File configuration is being read or modified. |
string | $expansionFileType | |
Google_ExpansionFile | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ 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 | $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 version code of the APK whose Expansion File configuration is being read or modified. |
string | $expansionFileType | |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/AndroidPublisher.php