বুকশেলফ
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
Bookshelf
সংগ্রহ আপনাকে বুকশেল্ফ মেটাডেটা দেখার পাশাপাশি বুকশেল্ফের বিষয়বস্তু পরিবর্তন করতে দেয়। পদ্ধতি
নিম্নলিখিত পদ্ধতিগুলি বুকশেলফ সম্পর্কে জনসাধারণের ডেটাতে প্রযোজ্য এবং প্রমাণীকরণের প্রয়োজন নেই৷
book.books.list- তালিকা
- নির্দিষ্ট ব্যবহারকারীর জন্য সর্বজনীন বুকশেল্ফ সম্পদের একটি তালিকা পুনরুদ্ধার করে।
- পেতে
- নির্দিষ্ট ব্যবহারকারীর জন্য একটি নির্দিষ্ট বুকশেলফ সম্পদ পুনরুদ্ধার করে।
সম্পদ প্রতিনিধিত্ব
একটি বুকশেল্ফ সংস্থান একটি বুকশেল্ফের জন্য মেটাডেটা উপস্থাপন করে, এটি বুকশেল্ফের ভলিউমগুলিকে অন্তর্ভুক্ত করে না।
{
"kind": "books#bookshelf",
"id": integer,
"selfLink": string,
"title": string,
"description": string,
"access": string,
"updated": datetime,
"created": datetime,
"volumeCount": integer,
"volumesLastUpdated": datetime
}
সম্পত্তির নাম | মান | বর্ণনা | নোট |
---|
kind | string | বুকশেল্ফ মেটাডেটার জন্য রিসোর্স প্রকার। | |
id | integer | এই বুকশেলফের আইডি। | |
title | string | এই বুকশেলফের শিরোনাম। | |
description | string | এই বুকশেলফের বর্ণনা। | |
access | string | এই বুকশেলফটি পাবলিক হোক বা প্রাইভেট। | |
updated | datetime | এই বুকশেলফের শেষ পরিবর্তিত সময় (মিলিসেকেন্ড রেজোলিউশন সহ ইউটিসি টাইমস্ট্যাম্প ফর্ম্যাট)। | |
created | datetime | এই বুকশেলফের জন্য সময় তৈরি করা হয়েছে (মিলিসেকেন্ড রেজোলিউশন সহ ফর্ম্যাট করা ইউটিসি টাইমস্ট্যাম্প)। | |
volumeCount | integer | এই বুকশেল্ফে ভলিউমের সংখ্যা। | |
volumesLastUpdated | datetime | শেষবার এই বুকশেলফ থেকে একটি ভলিউম যুক্ত বা সরানো হয়েছিল (মিলিসেকেন্ড রেজোলিউশন সহ ফর্ম্যাট করা ইউটিসি টাইমস্ট্যাম্প)। | |
selfLink | string | এই সম্পদের URL. | |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-09-23 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-09-23 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThe \u003ccode\u003eBookshelf\u003c/code\u003e collection enables you to view and manage bookshelf metadata and contents.\u003c/p\u003e\n"],["\u003cp\u003ePublic methods allow access to bookshelf data without authentication, while private methods require authentication for "My Library" interactions.\u003c/p\u003e\n"],["\u003cp\u003eA Bookshelf resource represents metadata such as title, description, access level, and volume count, but it does not include the actual volumes within the bookshelf.\u003c/p\u003e\n"],["\u003cp\u003eYou can retrieve lists of bookshelves, individual bookshelf details, and modify "My Library" bookshelves using the provided methods.\u003c/p\u003e\n"]]],[],null,["# Bookshelf\n\nThe `Bookshelf` collection allows you to view bookshelf metadata as well as to modify the contents of a bookshelf.\n\nMethods\n-------\n\n\u003cbr /\u003e\n\nThe following methods apply to the public data about bookshelves and don't require authentication.\n[books.bookshelves.list](#method_books_bookshelves_list) \n[books.bookshelves.get](#method_books_bookshelves_get) \n\nThe following methods apply to the private, \"My Library\" view of bookshelves and require authentication.\n[books.mylibrary.bookshelves.list](#method_books_mylibrary_bookshelves_list) \n[books.mylibrary.bookshelves.get](#method_books_mylibrary_bookshelves_get) \n[books.mylibrary.bookshelves.addVolume](#method_books_mylibrary_bookshelves_addVolume) \n[books.mylibrary.bookshelves.removeVolume](#method_books_mylibrary_bookshelves_removeVolume) \n[books.mylibrary.bookshelves.clearVolumes](#method_books_mylibrary_bookshelves_clearVolumes)\n\n\u003cbr /\u003e\n\n[list](/books/docs/v1/reference/bookshelves/list)\n: Retrieves a list of public [Bookshelf resource](/books/docs/v1/reference/bookshelves) for the specified user.\n\n[get](/books/docs/v1/reference/bookshelves/get)\n: Retrieves a specific [Bookshelf resource](/books/docs/v1/reference/bookshelves) for the specified user.\n\nResource Representations\n------------------------\n\nA Bookshelf resource represents the metadata for a bookshelf, it does not include the volumes in the bookshelf.\n\n```text\n{\n \"kind\": \"books#bookshelf\",\n \"id\": integer,\n \"selfLink\": string,\n \"title\": string,\n \"description\": string,\n \"access\": string,\n \"updated\": datetime,\n \"created\": datetime,\n \"volumeCount\": integer,\n \"volumesLastUpdated\": datetime\n}\n```\n\n| Property Name | Value | Description | Notes |\n|----------------------|------------|--------------------------------------------------------------------------------------------------------------------|-------|\n| `kind` | `string` | Resource type for bookshelf metadata. | |\n| `id` | `integer` | ID of this bookshelf. | |\n| `title` | `string` | Title of this bookshelf. | |\n| `description` | `string` | Description of this bookshelf. | |\n| `access` | `string` | Whether this bookshelf is PUBLIC or PRIVATE. | |\n| `updated` | `datetime` | Last modified time of this bookshelf (formatted UTC timestamp with millisecond resolution). | |\n| `created` | `datetime` | Created time for this bookshelf (formatted UTC timestamp with millisecond resolution). | |\n| `volumeCount` | `integer` | Number of volumes in this bookshelf. | |\n| `volumesLastUpdated` | `datetime` | Last time a volume was added or removed from this bookshelf (formatted UTC timestamp with millisecond resolution). | |\n| `selfLink` | `string` | URL to this resource. | |"]]