For a list of methods for this resource, see the end of this page.
Resource representations
{ "track": string, "versionCodes": [ integer ], "userFraction": double }
Property name | Value | Description | Notes |
---|---|---|---|
track |
string |
Identifier for this track. One of "alpha", "beta", "production", "rollout" or "internal". | |
userFraction |
double |
||
versionCodes[] |
list |
Methods
- get
- Fetches the track configuration for the specified track type. Includes the APK version codes that are in this track.
- list
- Lists all the track configurations for this edit.
- 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.
- 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.