REST Resource: edits.listings
透過集合功能整理內容 你可以依據偏好儲存及分類內容。
資源:List
本地化的商店資訊ListingsService 的資源。
JSON 表示法 |
{ "language": string, "title": string, "fullDescription": string, "shortDescription": string, "video": string } |
欄位 |
language | string 語言本地化程式碼 (BCP-47 語言標記,例如奧地利德文的「de-AT」)。 |
title | string 本地化的應用程式名稱。 |
fullDescription | string 應用程式的完整說明。 |
shortDescription | string 簡短的應用程式說明。 |
video | string 應用程式的 YouTube 宣傳影片網址。 |
方法 |
| 刪除本地化商店資訊。 |
| 刪除所有商店資訊。 |
| 取得本地化商店資訊。 |
| 列出所有本地化商店資訊。 |
| 修補本地化商店資訊。 |
| 建立或更新本地化商店資訊。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[[["容易理解","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"]],["上次更新時間:2025-07-26 (世界標準時間)。"],[[["Listings are localized store listings with information like title, full/short descriptions, and promotional videos in various languages."],["Listings can be managed using methods to delete, retrieve, list, and update them."],["A listing includes a language code, localized title, full description, short description, and optionally a promotional video URL."],["You can use the available methods to manage your store listings, allowing for deletion, retrieval, listing, and updating of listings information."]]],["The Listing resource represents a localized store listing, defined by language, title, full and short descriptions, and a promotional video URL. The available methods include actions to manage these listings: deleting a single or all listings, retrieving a single listing, listing all, patching (partially updating) a listing, and updating or creating a listing. The listing's data is stored in JSON format.\n"]]