REST Resource: changes
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
সম্পদ: পরিবর্তন
একটি ফাইল বা শেয়ার্ড ড্রাইভে পরিবর্তনের উপস্থাপনা।
JSON প্রতিনিধিত্ব |
---|
{
"id": string,
"deleted": boolean,
"file": {
object (File )
},
"fileId": string,
"modificationDate": string,
"kind": string,
"type": string,
"teamDriveId": string,
"teamDrive": {
object (TeamDrive )
},
"changeType": string,
"selfLink": string,
"driveId": string,
"drive": {
object (Drive )
}
} |
ক্ষেত্র |
---|
id | string ( int64 format) পরিবর্তনের আইডি। |
deleted | boolean ফাইল বা শেয়ার্ড ড্রাইভ পরিবর্তনের এই তালিকা থেকে মুছে ফেলা হয়েছে কিনা, যেমন মুছে ফেলা বা অ্যাক্সেস হারানোর মাধ্যমে। |
file | object ( File ) ফাইলের আপডেট করা অবস্থা। উপস্থাপন করুন যদি টাইপটি ফাইল হয় এবং ফাইলটি পরিবর্তনের এই তালিকা থেকে সরানো না হয়। |
fileId | string এই পরিবর্তনের সাথে যুক্ত ফাইলের আইডি। |
modificationDate | string এই পরিবর্তনের সময়. |
kind | string এটি সর্বদা drive#change । |
type (deprecated) | string বাতিল করা হয়েছে: পরিবর্তে changeType ব্যবহার করুন। |
teamDriveId (deprecated) | string বাতিল করা হয়েছে: পরিবর্তে driveId ব্যবহার করুন। |
teamDrive (deprecated) | object ( TeamDrive ) বাতিল করা হয়েছে: পরিবর্তে drive ব্যবহার করুন। |
changeType | string পরিবর্তনের ধরন। সম্ভাব্য মান হল file এবং drive । |
selfLink | string এই পরিবর্তনের একটি লিঙ্ক ফিরে. |
driveId | string এই পরিবর্তনের সাথে যুক্ত শেয়ার্ড ড্রাইভের আইডি। |
drive | object ( Drive ) শেয়ার্ড ড্রাইভের আপডেট করা অবস্থা। যদি changeType ড্রাইভ হয় তবে ব্যবহারকারী এখনও শেয়ার্ড ড্রাইভের সদস্য এবং শেয়ার্ড ড্রাইভটি মুছে ফেলা হয়নি। |
পদ্ধতি |
---|
| বাতিল করা হয়েছে: সাম্প্রতিক পরিবর্তনগুলি পুনরুদ্ধার করতে changes.getStartPageToken এবং changes.list ব্যবহার করুন। |
| ভবিষ্যত পরিবর্তনের তালিকার জন্য প্রারম্ভিক পৃষ্ঠা টোকেন পায়। |
| ব্যবহারকারী বা শেয়ার্ড ড্রাইভের পরিবর্তনগুলি তালিকাভুক্ত করে। |
| একটি ব্যবহারকারীর জন্য পরিবর্তন সাবস্ক্রাইব করুন. |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# REST Resource: changes\n\n- [Resource: Change](#Change)\n - [JSON representation](#Change.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Change\n----------------\n\nRepresentation of a change to a file or shared drive.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"id\": string, \"deleted\": boolean, \"file\": { object (/workspace/drive/api/reference/rest/v2/files#File) }, \"fileId\": string, \"modificationDate\": string, \"kind\": string, \"type\": string, \"teamDriveId\": string, \"teamDrive\": { object (/workspace/drive/api/reference/rest/v2/teamdrives#TeamDrive) }, \"changeType\": string, \"selfLink\": string, \"driveId\": string, \"drive\": { object (/workspace/drive/api/reference/rest/v2/drives#Drive) } } ``` |\n\n| Fields ||\n|--------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `id` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The ID of the change. |\n| `deleted` | `boolean` Whether the file or shared drive has been removed from this list of changes, for example by deletion or loss of access. |\n| `file` | `object (`[File](/workspace/drive/api/reference/rest/v2/files#File)`)` The updated state of the file. Present if the type is file and the file has not been removed from this list of changes. |\n| `fileId` | `string` The ID of the file associated with this change. |\n| `modificationDate` | `string` The time of this modification. |\n| `kind` | `string` This is always `drive#change`. |\n| `type` **(deprecated)** | `string` | This item is deprecated! Deprecated: Use `changeType` instead. |\n| `teamDriveId` **(deprecated)** | `string` | This item is deprecated! Deprecated: Use `driveId` instead. |\n| `teamDrive` **(deprecated)** | `object (`[TeamDrive](/workspace/drive/api/reference/rest/v2/teamdrives#TeamDrive)`)` | This item is deprecated! Deprecated: Use `drive` instead. |\n| `changeType` | `string` The type of the change. Possible values are `file` and `drive`. |\n| `selfLink` | `string` A link back to this change. |\n| `driveId` | `string` The ID of the shared drive associated with this change. |\n| `drive` | `object (`[Drive](/workspace/drive/api/reference/rest/v2/drives#Drive)`)` The updated state of the shared drive. Present if the changeType is drive, the user is still a member of the shared drive, and the shared drive has not been deleted. |\n\n| Methods ------- ||\n|-------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------|\n| ### [get](/workspace/drive/api/reference/rest/v2/changes/get) | Deprecated: Use `changes.getStartPageToken` and `changes.list` to retrieve recent changes. |\n| ### [getStartPageToken](/workspace/drive/api/reference/rest/v2/changes/getStartPageToken) | Gets the starting pageToken for listing future changes. |\n| ### [list](/workspace/drive/api/reference/rest/v2/changes/list) | Lists the changes for a user or shared drive. |\n| ### [watch](/workspace/drive/api/reference/rest/v2/changes/watch) | Subscribe to changes for a user. |"]]