REST Resource: edits.listings
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
সম্পদ: তালিকা
একটি স্থানীয় দোকান তালিকা. listingService জন্য সম্পদ.
JSON প্রতিনিধিত্ব |
---|
{
"language": string,
"title": string,
"fullDescription": string,
"shortDescription": string,
"video": string
} |
ক্ষেত্র |
---|
language | string ভাষা স্থানীয়করণ কোড (একটি BCP-47 ভাষা ট্যাগ; উদাহরণস্বরূপ, অস্ট্রিয়ান জার্মানের জন্য "ডি-এটি")। |
title | string অ্যাপের স্থানীয় শিরোনাম। |
fullDescription | string অ্যাপটির সম্পূর্ণ বিবরণ। |
shortDescription | string অ্যাপটির সংক্ষিপ্ত বিবরণ। |
video | string অ্যাপের জন্য একটি প্রচারমূলক YouTube ভিডিওর URL। |
পদ্ধতি |
---|
| একটি স্থানীয় স্টোর তালিকা মুছে দেয়। |
| সমস্ত স্টোর তালিকা মুছে দেয়। |
| একটি স্থানীয় দোকান তালিকা পায়. |
| সমস্ত স্থানীয় দোকান তালিকা তালিকা. |
| একটি স্থানীয় দোকান তালিকা প্যাচ. |
| একটি স্থানীয় স্টোর তালিকা তৈরি বা আপডেট করে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\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. |"]]