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

The "tracks" collection of methods. More...

Inheritance diagram for Google_Service_AndroidPublisher_EditsTracks_Resource:
Google_Service_Resource

Public Member Functions

 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.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "tracks" collection of methods.

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

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_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$packageNameUnique identifier for the Android app that is being updated; for example, "com.spiffygame".
string$editIdUnique identifier for this edit.
string$trackThe track type to read or modify.
array$optParamsOptional parameters.
Return values
Google_Service_AndroidPublisher_Track

◆ listEditsTracks()

Google_Service_AndroidPublisher_EditsTracks_Resource::listEditsTracks ( $packageName,
$editId,
$optParams = array() )

Lists all the track configurations for this edit.

(tracks.listEditsTracks)

Parameters
string$packageNameUnique identifier for the Android app that is being updated; for example, "com.spiffygame".
string$editIdUnique identifier for this edit.
array$optParamsOptional parameters.
Return values
Google_Service_AndroidPublisher_TracksListResponse

◆ patch()

Google_Service_AndroidPublisher_EditsTracks_Resource::patch ( $packageName,
$editId,
$track,
Google_Service_AndroidPublisher_Track $postBody,
$optParams = array() )

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$packageNameUnique identifier for the Android app that is being updated; for example, "com.spiffygame".
string$editIdUnique identifier for this edit.
string$trackThe track type to read or modify.
Google_Track$postBody
array$optParamsOptional parameters.
Return values
Google_Service_AndroidPublisher_Track

◆ update()

Google_Service_AndroidPublisher_EditsTracks_Resource::update ( $packageName,
$editId,
$track,
Google_Service_AndroidPublisher_Track $postBody,
$optParams = array() )

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$packageNameUnique identifier for the Android app that is being updated; for example, "com.spiffygame".
string$editIdUnique identifier for this edit.
string$trackThe track type to read or modify.
Google_Track$postBody
array$optParamsOptional parameters.
Return values
Google_Service_AndroidPublisher_Track

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