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
इस बदलाव का समय (आरएफ़सी 3339 तारीख-समय).
|
driveId |
string
इस बदलाव से जुड़ी शेयर की गई ड्राइव का आईडी.
|
type (deprecated) |
string
इस्तेमाल नहीं किया जा सकता: इसके बजाय, changeType का इस्तेमाल करें.
|
teamDriveId (deprecated) |
string
इस्तेमाल नहीं किया जा सकता: इसके बजाय, driveId का इस्तेमाल करें.
|
teamDrive (deprecated) |
object (TeamDrive )
इस्तेमाल नहीं किया जा सकता: इसके बजाय, drive का इस्तेमाल करें.
|
changeType |
string
बदलाव किस तरह का है. file और drive को वैल्यू के तौर पर इस्तेमाल किया जा सकता है.
|
drive |
object (Drive )
शेयर की गई ड्राइव की अपडेट की गई स्थिति. यह तब दिखता है, जब changeType की वैल्यू drive हो, उपयोगकर्ता अब भी शेयर की गई ड्राइव का सदस्य हो, और शेयर की गई ड्राइव को मिटाया न गया हो.
|
तरीके |
|
आने वाले समय में होने वाले बदलावों को लिस्ट करने के लिए, शुरुआती pageToken पाता है. |
|
किसी उपयोगकर्ता या शेयर की गई ड्राइव में किए गए बदलावों की सूची दिखाता है. |
|
किसी उपयोगकर्ता के लिए बदलावों की सदस्यता लेता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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. |"]]