REST Resource: edits.images
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
সম্পদ: ছবি
আপলোড করা একটি ছবি। ImagesService জন্য সম্পদ.
JSON প্রতিনিধিত্ব |
---|
{
"id": string,
"url": string,
"sha1": string,
"sha256": string
} |
ক্ষেত্র |
---|
id | string এই ছবিটির প্রতিনিধিত্বকারী একটি অনন্য আইডি। |
url | string একটি URL যেটি ছবির পূর্বরূপ দেখাবে৷ |
sha1 | string ছবির একটি sha1 হ্যাশ। |
sha256 | string ছবির একটি sha256 হ্যাশ। |
পদ্ধতি |
---|
| সম্পাদনা থেকে ছবি (আইডি দ্বারা নির্দিষ্ট) মুছে দেয়। |
| নির্দিষ্ট ভাষা এবং ছবির প্রকারের জন্য সমস্ত ছবি মুছে দেয়। |
| সমস্ত ইমেজ তালিকা. |
| নির্দিষ্ট ভাষা এবং ছবির প্রকারের একটি ছবি আপলোড করে এবং সম্পাদনায় যোগ করে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট 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\u003eImages are uploaded resources identified by a unique ID and accessible via URL.\u003c/p\u003e\n"],["\u003cp\u003eImages have properties including SHA1 and SHA256 hashes for content verification.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can manage images via methods to delete, list, and upload them within edits.\u003c/p\u003e\n"],["\u003cp\u003eImage management includes options to delete individual images or all images for a specific language and type.\u003c/p\u003e\n"]]],["The core content describes an \"Image\" resource, which includes a unique `id`, a preview `url`, and `sha1` and `sha256` hashes. The available actions (methods) for managing images include: `delete` (removes a specific image), `deleteall` (removes all images of a specific type and language), `list` (retrieves all images), and `upload` (adds a new image with a given type and language to the edit). The JSON representation shows the structure of the image resource.\n"],null,["- [Resource: Image](#Image)\n - [JSON representation](#Image.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Image An uploaded image. The resource for ImagesService.\n\n| JSON representation |\n|---------------------------------------------------------------------------|\n| ``` { \"id\": string, \"url\": string, \"sha1\": string, \"sha256\": string } ``` |\n\n| Fields ||\n|----------|--------------------------------------------------------|\n| `id` | `string` A unique id representing this image. |\n| `url` | `string` A URL that will serve a preview of the image. |\n| `sha1` | `string` A sha1 hash of the image. |\n| `sha256` | `string` A sha256 hash of the image. |\n\n| Methods ||\n|------------------------------------------------------------------------|----------------------------------------------------------------------------------|\n| [delete](/android-publisher/api-ref/rest/v3/edits.images/delete) | Deletes the image (specified by id) from the edit. |\n| [deleteall](/android-publisher/api-ref/rest/v3/edits.images/deleteall) | Deletes all images for the specified language and image type. |\n| [list](/android-publisher/api-ref/rest/v3/edits.images/list) | Lists all images. |\n| [upload](/android-publisher/api-ref/rest/v3/edits.images/upload) | Uploads an image of the specified language and image type, and adds to the edit. |"]]