REST Resource: changes
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
সম্পদ: পরিবর্তন
একটি ফাইল বা শেয়ার্ড ড্রাইভে পরিবর্তন।
JSON প্রতিনিধিত্ব |
---|
{
"kind": string,
"removed": boolean,
"file": {
object (File )
},
"fileId": string,
"time": string,
"driveId": string,
"type": string,
"teamDriveId": string,
"teamDrive": {
object (TeamDrive )
},
"changeType": string,
"drive": {
object (Drive )
}
} |
ক্ষেত্র |
---|
kind | string এই সম্পদ কি ধরনের সনাক্ত. মান: স্থির স্ট্রিং "drive#change" । |
removed | boolean ফাইল বা শেয়ার্ড ড্রাইভ পরিবর্তনের এই তালিকা থেকে মুছে ফেলা হয়েছে কিনা, যেমন মুছে ফেলা বা অ্যাক্সেস হারানোর মাধ্যমে। |
file | object ( File ) ফাইলের আপডেট করা অবস্থা। উপস্থাপন করুন যদি টাইপটি ফাইল হয় এবং ফাইলটি পরিবর্তনের এই তালিকা থেকে সরানো না হয়। |
fileId | string ফাইলের আইডি যা পরিবর্তন হয়েছে। |
time | string এই পরিবর্তনের সময় (RFC 3339 তারিখ-সময়)। |
driveId | string এই পরিবর্তনের সাথে যুক্ত শেয়ার্ড ড্রাইভের আইডি। |
type (deprecated) | string বাতিল করা হয়েছে: পরিবর্তে changeType ব্যবহার করুন। |
teamDriveId (deprecated) | string বাতিল করা হয়েছে: পরিবর্তে driveId ব্যবহার করুন। |
teamDrive (deprecated) | object ( TeamDrive ) বাতিল করা হয়েছে: পরিবর্তে drive ব্যবহার করুন। |
changeType | string পরিবর্তনের ধরন। সম্ভাব্য মান হল file এবং drive । |
drive | object ( Drive ) শেয়ার্ড ড্রাইভের আপডেট করা অবস্থা। যদি changeType ড্রাইভ হয় তবে ব্যবহারকারী এখনও শেয়ার্ড ড্রাইভের সদস্য এবং শেয়ার্ড ড্রাইভটি মুছে ফেলা হয়নি। |
পদ্ধতি |
---|
| ভবিষ্যত পরিবর্তনের তালিকার জন্য প্রারম্ভিক পৃষ্ঠা টোকেন পায়। |
| ব্যবহারকারী বা শেয়ার্ড ড্রাইভের পরিবর্তনগুলি তালিকাভুক্ত করে। |
| একটি ব্যবহারকারীর জন্য পরিবর্তন সদস্যতা. |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট 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\nA change to a file or shared drive.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"kind\": string, \"removed\": boolean, \"file\": { object (/workspace/drive/api/reference/rest/v3/files#File) }, \"fileId\": string, \"time\": string, \"driveId\": string, \"type\": string, \"teamDriveId\": string, \"teamDrive\": { object (/workspace/drive/api/reference/rest/v3/teamdrives#TeamDrive) }, \"changeType\": string, \"drive\": { object (/workspace/drive/api/reference/rest/v3/drives#Drive) } } ``` |\n\n| Fields ||\n|--------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `kind` | `string` Identifies what kind of resource this is. Value: the fixed string `\"drive#change\"`. |\n| `removed` | `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/v3/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 which has changed. |\n| `time` | `string` The time of this change (RFC 3339 date-time). |\n| `driveId` | `string` The ID of the shared drive associated with this 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/v3/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| `drive` | `object (`[Drive](/workspace/drive/api/reference/rest/v3/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| ### [getStartPageToken](/workspace/drive/api/reference/rest/v3/changes/getStartPageToken) | Gets the starting pageToken for listing future changes. |\n| ### [list](/workspace/drive/api/reference/rest/v3/changes/list) | Lists the changes for a user or shared drive. |\n| ### [watch](/workspace/drive/api/reference/rest/v3/changes/watch) | Subscribes to changes for a user. |"]]