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 (世界標準時間)。
[null,null,["上次更新時間:2025-07-26 (世界標準時間)。"],[[["\u003cp\u003eListings are localized store listings with information like title, full/short descriptions, and promotional videos in various languages.\u003c/p\u003e\n"],["\u003cp\u003eListings can be managed using methods to delete, retrieve, list, and update them.\u003c/p\u003e\n"],["\u003cp\u003eA listing includes a language code, localized title, full description, short description, and optionally a promotional video URL.\u003c/p\u003e\n"],["\u003cp\u003eYou can use the available methods to manage your store listings, allowing for deletion, retrieval, listing, and updating of listings information.\u003c/p\u003e\n"]]],["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"],null,["# REST Resource: edits.listings\n\n- [Resource: Listing](#Listing)\n - [JSON representation](#Listing.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Listing\n-----------------\n\nA localized store listing. The resource for ListingsService.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"language\": string, \"title\": string, \"fullDescription\": string, \"shortDescription\": string, \"video\": string } ``` |\n\n| Fields ||\n|--------------------|--------------------------------------------------------------------------------------------------------|\n| `language` | `string` Language localization code (a BCP-47 language tag; for example, \"de-AT\" for Austrian German). |\n| `title` | `string` Localized title of the app. |\n| `fullDescription` | `string` Full description of the app. |\n| `shortDescription` | `string` Short description of the app. |\n| `video` | `string` URL of a promotional YouTube video for the app. |\n\n| Methods ------- ||\n|------------------------------------------------------------------------------|-----------------------------------------------|\n| ### [delete](/android-publisher/api-ref/rest/v3/edits.listings/delete) | Deletes a localized store listing. |\n| ### [deleteall](/android-publisher/api-ref/rest/v3/edits.listings/deleteall) | Deletes all store listings. |\n| ### [get](/android-publisher/api-ref/rest/v3/edits.listings/get) | Gets a localized store listing. |\n| ### [list](/android-publisher/api-ref/rest/v3/edits.listings/list) | Lists all localized store listings. |\n| ### [patch](/android-publisher/api-ref/rest/v3/edits.listings/patch) | Patches a localized store listing. |\n| ### [update](/android-publisher/api-ref/rest/v3/edits.listings/update) | Creates or updates a localized store listing. |"]]