Resource: ReleaseSummary
Summary of a release.
| JSON representation |
|---|
{ "releaseName": string, "track": string, "activeArtifacts": [ { object ( |
| Fields | |
|---|---|
releaseName |
Name of the release. |
track |
Identifier for the track. Learn more about track names.. |
activeArtifacts[] |
List of active artifacts on this release |
releaseLifecycleState |
The lifecycle state of a release. |
ArtifactSummary
Summary of an artifact.
| JSON representation |
|---|
{ "versionCode": integer } |
| Fields | |
|---|---|
versionCode |
Artifact's version code |
ReleaseLifecycleState
The lifecycle state of a release.
| Enums | |
|---|---|
RELEASE_LIFECYCLE_STATE_UNSPECIFIED |
Not specified. |
RELEASE_LIFECYCLE_STATE_DRAFT |
The release is not yet ready and can still be edited. |
RELEASE_LIFECYCLE_STATE_NOT_SENT_FOR_REVIEW |
The release is ready to be sent for review and an action is required from developer |
RELEASE_LIFECYCLE_STATE_IN_REVIEW |
Submitted and in review |
RELEASE_LIFECYCLE_STATE_APPROVED_NOT_PUBLISHED |
Passed review and is ready to be published manually by developer |
RELEASE_LIFECYCLE_STATE_NOT_APPROVED |
App was rejected in review |
RELEASE_LIFECYCLE_STATE_PUBLISHED |
Available to users on the track. This includes fully- or partially-rolled out releases and any halted release that can be resumed. |
Methods |
|
|---|---|
|
Returns the list of all releases for a given track. |
Error codes
The operations of this resource, return the following HTTP error codes:
| Error code | Reason | Description | Resolution |
|---|