REST Resource: projects.apps.releases
Stay organized with collections
Save and categorize content based on your preferences.
Resource: Release
A release of a Firebase app.
JSON representation |
{
"name": string,
"releaseNotes": {
object (ReleaseNotes )
},
"displayVersion": string,
"buildVersion": string,
"createTime": string,
"firebaseConsoleUri": string,
"testingUri": string,
"binaryDownloadUri": string
} |
Fields |
name |
string
The name of the release resource. Format: projects/{projectNumber}/apps/{appId}/releases/{releaseId}
|
releaseNotes |
object (ReleaseNotes )
Notes of the release.
|
displayVersion |
string
Output only. Display version of the release. For an Android release, the display version is the versionName . For an iOS release, the display version is the CFBundleShortVersionString .
|
buildVersion |
string
Output only. Build version of the release. For an Android release, the build version is the versionCode . For an iOS release, the build version is the CFBundleVersion .
|
createTime |
string (Timestamp format)
Output only. The time the release was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z" .
|
firebaseConsoleUri |
string
Output only. A link to the Firebase console displaying a single release.
|
testingUri |
string
Output only. A link to the release in the tester web clip or Android app that lets testers (which were granted access to the app) view release notes and install the app onto their devices.
|
binaryDownloadUri |
string
Output only. A signed link (which expires in one hour) to directly download the app binary (IPA/APK/AAB) file.
|
ReleaseNotes
Notes that belong to a release.
JSON representation |
{
"text": string
} |
Fields |
text |
string
The text of the release notes.
|
Methods |
|
Deletes releases. |
|
Distributes a release to testers. |
|
Gets a release. |
|
Lists releases. |
|
Updates a release. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-30 UTC.
[null,null,["Last updated 2024-12-30 UTC."],[],[],null,["# REST Resource: projects.apps.releases\n\n- [Resource: Release](#Release)\n - [JSON representation](#Release.SCHEMA_REPRESENTATION)\n- [ReleaseNotes](#ReleaseNotes)\n - [JSON representation](#ReleaseNotes.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Release\n-----------------\n\nA release of a Firebase app.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"releaseNotes\": { object (/docs/reference/app-distribution/rest/v1/projects.apps.releases#ReleaseNotes) }, \"displayVersion\": string, \"buildVersion\": string, \"createTime\": string, \"firebaseConsoleUri\": string, \"testingUri\": string, \"binaryDownloadUri\": string } ``` |\n\n| Fields ||\n|--------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The name of the release resource. Format: `projects/{projectNumber}/apps/{appId}/releases/{releaseId}` |\n| `release``Notes` | `object (`[ReleaseNotes](/docs/reference/app-distribution/rest/v1/projects.apps.releases#ReleaseNotes)`)` Notes of the release. |\n| `display``Version` | `string` Output only. Display version of the release. For an Android release, the display version is the `versionName`. For an iOS release, the display version is the `CFBundleShortVersionString`. |\n| `build``Version` | `string` Output only. Build version of the release. For an Android release, the build version is the `versionCode`. For an iOS release, the build version is the `CFBundleVersion`. |\n| `create``Time` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. The time the release was created. A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits. Examples: `\"2014-10-02T15:01:23Z\"` and `\"2014-10-02T15:01:23.045123456Z\"`. |\n| `firebase``Console``Uri` | `string` Output only. A link to the Firebase console displaying a single release. |\n| `testing``Uri` | `string` Output only. A link to the release in the tester web clip or Android app that lets testers (which were granted access to the app) view release notes and install the app onto their devices. |\n| `binary``Download``Uri` | `string` Output only. A signed link (which expires in one hour) to directly download the app binary (IPA/APK/AAB) file. |\n\nReleaseNotes\n------------\n\nNotes that belong to a release.\n\n| JSON representation |\n|----------------------------|\n| ``` { \"text\": string } ``` |\n\n| Fields ||\n|--------|-----------------------------------------|\n| `text` | `string` The text of the release notes. |\n\n| Methods ------- ||\n|------------------------------------------------------------------------------------------------|-----------------------------------|\n| ### [batchDelete](/docs/reference/app-distribution/rest/v1/projects.apps.releases/batchDelete) | Deletes releases. |\n| ### [distribute](/docs/reference/app-distribution/rest/v1/projects.apps.releases/distribute) | Distributes a release to testers. |\n| ### [get](/docs/reference/app-distribution/rest/v1/projects.apps.releases/get) | Gets a release. |\n| ### [list](/docs/reference/app-distribution/rest/v1/projects.apps.releases/list) | Lists releases. |\n| ### [patch](/docs/reference/app-distribution/rest/v1/projects.apps.releases/patch) | Updates a release. |"]]