REST Resource: edits
Resource: AppEdit
Pengeditan aplikasi. Resource untuk EditsService.
Representasi JSON |
{
"id": string,
"expiryTimeSeconds": string
} |
Kolom |
id |
string
Hanya output. ID edit. Dapat digunakan dalam panggilan API berikutnya.
|
expiryTimeSeconds |
string
Hanya output. Waktu (sebagai detik sejak Epoch) saat edit akan berakhir masa berlakunya dan tidak lagi valid untuk digunakan.
|
Metode |
|
Meng-commit edit aplikasi. |
|
Menghapus hasil edit 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 2025-05-21 UTC.
[null,null,["Terakhir diperbarui pada 2025-05-21 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"]]