REST Resource: edits
Resource: AppEdit
Pengeditan aplikasi. Resource untuk EditsService.
Representasi JSON |
{
"id": string,
"expiryTimeSeconds": string
} |
Kolom |
id |
string
Hanya output. ID pengeditan. Dapat digunakan dalam panggilan API berikutnya.
|
expiryTimeSeconds |
string
Hanya output. Waktu (dalam hitungan detik sejak Epoch) saat pengeditan akan berakhir dan tidak berlaku lagi untuk digunakan.
|
Metode |
|
Melakukan commit pengeditan aplikasi. |
|
Menghapus pengeditan aplikasi. |
|
Mendapatkan pengeditan aplikasi. |
|
Membuat pengeditan baru untuk aplikasi. |
|
Memvalidasi pengeditan aplikasi. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-12-17 UTC.
[null,null,["Terakhir diperbarui pada 2024-12-17 UTC."],[[["`AppEdit` is a resource used by the EditsService to manage changes to an app."],["It's represented by an `id` and an `expiryTimeSeconds` field in JSON format."],["Key methods include: creating, retrieving, updating, validating, and deleting edits."],["Edits have an expiration time and become invalid after that point."]]],["AppEdit, a resource for EditsService, is identified by a unique string `id` and has an `expiryTimeSeconds` field indicating when it expires. Key actions include: `commit` to finalize an edit, `delete` to remove it, `get` to retrieve details, `insert` to create a new one, and `validate` to check its correctness. The resource's data structure is represented in JSON, showing the `id` and `expiryTimeSeconds`.\n"]]