REST Resource: edits
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
リソース: AppEdit
アプリの編集。EditsService のリソース。
JSON 表現 |
{
"id": string,
"expiryTimeSeconds": string
} |
フィールド |
id |
string
出力専用。編集の識別子。後続の API 呼び出しに使用できます。
|
expiryTimeSeconds |
string
出力専用。編集が期限切れとなり、無効になって使用できなくなる時間(エポックからの経過秒数)。
|
メソッド |
|
アプリの編集を commit します。 |
|
アプリの編集を削除します。 |
|
アプリの編集を取得します。 |
|
アプリの新しい編集を作成します。 |
|
アプリの編集を検証します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-17 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 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."]]],[]]