The "tracks" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| get ($packageName, $editId, $track, $optParams=array()) |
| Fetches the track configuration for the specified track type.
|
|
| listEditsTracks ($packageName, $editId, $optParams=array()) |
| Lists all the track configurations for this edit.
|
|
| patch ($packageName, $editId, $track, Google_Service_AndroidPublisher_Track $postBody, $optParams=array()) |
| Updates the track configuration for the specified track type.
|
|
| update ($packageName, $editId, $track, Google_Service_AndroidPublisher_Track $postBody, $optParams=array()) |
| Updates the track configuration for the specified track type.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "tracks" collection of methods.
Typical usage is: $androidpublisherService = new Google_Service_AndroidPublisher(...); $tracks = $androidpublisherService->tracks;
◆ 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_EditsTracks_Resource::get |
( |
| $packageName, |
|
|
| $editId, |
|
|
| $track, |
|
|
| $optParams = array() ) |
Fetches the track configuration for the specified track type.
Includes the APK version codes that are in this track. (tracks.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. |
string | $track | The track type to read or modify. |
array | $optParams | Optional parameters. |
- Return values
-
◆ listEditsTracks()
Google_Service_AndroidPublisher_EditsTracks_Resource::listEditsTracks |
( |
| $packageName, |
|
|
| $editId, |
|
|
| $optParams = array() ) |
Lists all the track configurations for this edit.
(tracks.listEditsTracks)
- Parameters
-
string | $packageName | Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
string | $editId | Unique identifier for this edit. |
array | $optParams | Optional parameters. |
- Return values
-
◆ patch()
Updates the track configuration for the specified track type.
When halted, the rollout track cannot be updated without adding new APKs, and adding new APKs will cause it to resume. This method supports patch semantics. (tracks.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. |
string | $track | The track type to read or modify. |
Google_Track | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ update()
Updates the track configuration for the specified track type.
When halted, the rollout track cannot be updated without adding new APKs, and adding new APKs will cause it to resume. (tracks.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. |
string | $track | The track type to read or modify. |
Google_Track | $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