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 הוא drive, והמשתמש עדיין חבר באחסון השיתופי והאחסון השיתופי לא נמחק.
|
Methods |
|
הפונקציה מקבלת את pageToken ההתחלתי כדי לרשום שינויים עתידיים. |
|
הצגת רשימה של השינויים של משתמש או של תיקיית אחסון שיתופי. |
|
הרשמה לקבלת עדכונים על שינויים של משתמש. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר 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. |"]]