docs: update docs/dyn (#1096)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/6f0f288a-a1e8-4b2d-a85f-00b1c6150185/targets
- [ ] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/synthtool/commit/39b7149da4026765385403632db3c6f63db96b2c
Source-Link: https://github.com/googleapis/synthtool/commit/9a7d9fbb7045c34c9d3d22c1ff766eeae51f04c9
Source-Link: https://github.com/googleapis/synthtool/commit/dc9903a8c30c3662b6098f0e4a97f221d67268b2
Source-Link: https://github.com/googleapis/synthtool/commit/7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58
Source-Link: https://github.com/googleapis/synthtool/commit/d5fc0bcf9ea9789c5b0e3154a9e3b29e5cea6116
Source-Link: https://github.com/googleapis/synthtool/commit/e89175cf074dccc4babb4eca66ae913696e47a71
Source-Link: https://github.com/googleapis/synthtool/commit/7d652819519dfa24da9e14548232e4aaba71a11c
Source-Link: https://github.com/googleapis/synthtool/commit/7db8a6c5ffb12a6e4c2f799c18f00f7f3d60e279
Source-Link: https://github.com/googleapis/synthtool/commit/1f1148d3c7a7a52f0c98077f976bd9b3c948ee2b
Source-Link: https://github.com/googleapis/synthtool/commit/2c8aecedd55b0480fb4e123b6e07fa5b12953862
Source-Link: https://github.com/googleapis/synthtool/commit/3d3e94c4e02370f307a9a200b0c743c3d8d19f29
Source-Link: https://github.com/googleapis/synthtool/commit/c7824ea48ff6d4d42dfae0849aec8a85acd90bd9
Source-Link: https://github.com/googleapis/synthtool/commit/ba9918cd22874245b55734f57470c719b577e591
Source-Link: https://github.com/googleapis/synthtool/commit/b19b401571e77192f8dd38eab5fb2300a0de9324
Source-Link: https://github.com/googleapis/synthtool/commit/6542bd723403513626f61642fc02ddca528409aa
diff --git a/docs/dyn/driveactivity_v2.activity.html b/docs/dyn/driveactivity_v2.activity.html
index 30dd1f0..e2be872 100644
--- a/docs/dyn/driveactivity_v2.activity.html
+++ b/docs/dyn/driveactivity_v2.activity.html
@@ -98,17 +98,17 @@
The object takes the form of:
{ # The request message for querying Drive activity.
- "pageToken": "A String", # The token identifying which page of results to return. Set this to the next_page_token value returned from a previous query to obtain the following page of results. If not set, the first page of results will be returned.
"filter": "A String", # The filtering for items returned from this query request. The format of the filter string is a sequence of expressions, joined by an optional "AND", where each expression is of the form "field operator value". Supported fields: - time: Uses numerical operators on date values either in terms of milliseconds since Jan 1, 1970 or in RFC 3339 format. Examples: - time > 1452409200000 AND time <= 1492812924310 - time >= "2016-01-10T01:02:03-05:00" - detail.action_detail_case: Uses the "has" operator (:) and either a singular value or a list of allowed action types enclosed in parentheses. Examples: - detail.action_detail_case: RENAME - detail.action_detail_case:(CREATE EDIT) - -detail.action_detail_case:MOVE
"itemName": "A String", # Return activities for this Drive item. The format is "items/ITEM_ID".
"ancestorName": "A String", # Return activities for this Drive folder and all children and descendants. The format is "items/ITEM_ID".
"pageSize": 42, # The miminum number of activities desired in the response; the server will attempt to return at least this quanitity. The server may also return fewer activities if it has a partial response ready before the request times out. If not set, a default value is used.
"consolidationStrategy": { # How the individual activities are consolidated. A set of activities may be consolidated into one combined activity if they are related in some way, such as one actor performing the same action on multiple targets, or multiple actors performing the same action on a single target. The strategy defines the rules for which activities are related. # Details on how to consolidate related actions that make up the activity. If not set, then related actions are not consolidated.
- "none": { # A strategy which does no consolidation of individual activities. # The individual activities are not consolidated.
- },
"legacy": { # A strategy which consolidates activities using the grouping rules from the legacy V1 Activity API. Similar actions occurring within a window of time can be grouped across multiple targets (such as moving a set of files at once) or multiple actors (such as several users editing the same item). Grouping rules for this strategy are specific to each type of action. # The individual activities are consolidated using the legacy strategy.
},
+ "none": { # A strategy which does no consolidation of individual activities. # The individual activities are not consolidated.
+ },
},
+ "pageToken": "A String", # The token identifying which page of results to return. Set this to the next_page_token value returned from a previous query to obtain the following page of results. If not set, the first page of results will be returned.
}
x__xgafv: string, V1 error format.
@@ -123,827 +123,827 @@
"activities": [ # List of activity requested.
{ # A single Drive activity comprising one or more Actions by one or more Actors on one or more Targets. Some Action groupings occur spontaneously, such as moving an item into a shared folder triggering a permission change. Other groupings of related Actions, such as multiple Actors editing one item or moving multiple files into a new folder, are controlled by the selection of a ConsolidationStrategy in the QueryDriveActivityRequest.
"primaryActionDetail": { # Data describing the type and additional information of an action. # Key information about the primary action for this activity. This is either representative, or the most important, of all actions in the activity, according to the ConsolidationStrategy in the request.
- "delete": { # An object was deleted. # An object was deleted.
- "type": "A String", # The type of delete action taken.
+ "reference": { # Activity in applications other than Drive. # An object was referenced in an application outside of Drive/Docs.
+ "type": "A String", # The reference type corresponding to this event.
},
- "comment": { # A change about comments on an object. # A change about comments was made.
- "suggestion": { # A suggestion. # A change on a suggestion.
- "subtype": "A String", # The sub-type of this event.
+ "create": { # An object was created. # An object was created.
+ "upload": { # An object was uploaded into Drive. # If present, indicates the object originated externally and was uploaded to Drive.
},
- "post": { # A regular posted comment. # A change on a regular posted comment.
- "subtype": "A String", # The sub-type of this event.
- },
- "assignment": { # A comment with an assignment. # A change on an assignment.
- "assignedUser": { # Information about an end user. # The user to whom the comment was assigned.
- "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
+ "copy": { # An object was created by copying an existing object. # If present, indicates the object was created by copying an existing Drive object.
+ "originalObject": { # A lightweight reference to the target of activity. # The the original object.
+ "driveItem": { # A lightweight reference to a Drive item, such as a file or folder. # The target is a Drive item.
+ "folder": { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
+ "type": "A String", # This field is deprecated; please see `DriveFolder.type` instead.
+ },
+ "title": "A String", # The title of the Drive item.
+ "driveFile": { # A Drive item which is a file. # The Drive item is a file.
+ },
+ "name": "A String", # The target Drive item. The format is "items/ITEM_ID".
+ "file": { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
+ },
+ "driveFolder": { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
+ "type": "A String", # The type of Drive folder.
+ },
},
- "knownUser": { # A known user. # A known user.
- "isCurrentUser": True or False, # True if this is the user making the request.
- "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
+ "drive": { # A lightweight reference to a shared drive. # The target is a shared drive.
+ "name": "A String", # The resource name of the shared drive. The format is "COLLECTION_ID/DRIVE_ID". Clients should not assume a specific collection ID for this resource name.
+ "title": "A String", # The title of the shared drive.
},
- "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
+ "teamDrive": { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
+ "name": "A String", # This field is deprecated; please see `DriveReference.name` instead.
+ "title": "A String", # This field is deprecated; please see `DriveReference.title` instead.
},
},
- "subtype": "A String", # The sub-type of this event.
},
- "mentionedUsers": [ # Users who are mentioned in this comment.
- { # Information about an end user.
- "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
+ "new": { # An object was created from scratch. # If present, indicates the object was newly created (e.g. as a blank document), not derived from a Drive object or external object.
+ },
+ },
+ "move": { # An object was moved. # An object was moved.
+ "addedParents": [ # The added parent object(s).
+ { # A lightweight reference to the target of activity.
+ "driveItem": { # A lightweight reference to a Drive item, such as a file or folder. # The target is a Drive item.
+ "folder": { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
+ "type": "A String", # This field is deprecated; please see `DriveFolder.type` instead.
+ },
+ "title": "A String", # The title of the Drive item.
+ "driveFile": { # A Drive item which is a file. # The Drive item is a file.
+ },
+ "name": "A String", # The target Drive item. The format is "items/ITEM_ID".
+ "file": { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
+ },
+ "driveFolder": { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
+ "type": "A String", # The type of Drive folder.
+ },
},
- "knownUser": { # A known user. # A known user.
- "isCurrentUser": True or False, # True if this is the user making the request.
- "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
+ "drive": { # A lightweight reference to a shared drive. # The target is a shared drive.
+ "name": "A String", # The resource name of the shared drive. The format is "COLLECTION_ID/DRIVE_ID". Clients should not assume a specific collection ID for this resource name.
+ "title": "A String", # The title of the shared drive.
},
- "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
+ "teamDrive": { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
+ "name": "A String", # This field is deprecated; please see `DriveReference.name` instead.
+ "title": "A String", # This field is deprecated; please see `DriveReference.title` instead.
},
},
],
+ "removedParents": [ # The removed parent object(s).
+ { # A lightweight reference to the target of activity.
+ "driveItem": { # A lightweight reference to a Drive item, such as a file or folder. # The target is a Drive item.
+ "folder": { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
+ "type": "A String", # This field is deprecated; please see `DriveFolder.type` instead.
+ },
+ "title": "A String", # The title of the Drive item.
+ "driveFile": { # A Drive item which is a file. # The Drive item is a file.
+ },
+ "name": "A String", # The target Drive item. The format is "items/ITEM_ID".
+ "file": { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
+ },
+ "driveFolder": { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
+ "type": "A String", # The type of Drive folder.
+ },
+ },
+ "drive": { # A lightweight reference to a shared drive. # The target is a shared drive.
+ "name": "A String", # The resource name of the shared drive. The format is "COLLECTION_ID/DRIVE_ID". Clients should not assume a specific collection ID for this resource name.
+ "title": "A String", # The title of the shared drive.
+ },
+ "teamDrive": { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
+ "name": "A String", # This field is deprecated; please see `DriveReference.name` instead.
+ "title": "A String", # This field is deprecated; please see `DriveReference.title` instead.
+ },
+ },
+ ],
+ },
+ "restore": { # A deleted object was restored. # A deleted object was restored.
+ "type": "A String", # The type of restore action taken.
+ },
+ "rename": { # An object was renamed. # An object was renamed.
+ "oldTitle": "A String", # The previous title of the drive object.
+ "newTitle": "A String", # The new title of the drive object.
},
"permissionChange": { # A change of the permission setting on an item. # The permission on an object was changed.
"addedPermissions": [ # The set of permissions added by this change.
{ # The permission setting of an object.
- "user": { # Information about an end user. # The user to whom this permission applies.
- "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
- },
- "knownUser": { # A known user. # A known user.
- "isCurrentUser": True or False, # True if this is the user making the request.
- "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
- },
- "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
- },
+ "anyone": { # Represents any user (including a logged out user). # If set, this permission applies to anyone, even logged out users.
},
"domain": { # Information about a domain. # The domain to whom this permission applies.
"legacyId": "A String", # An opaque string used to identify this domain.
"name": "A String", # The name of the domain, e.g. "google.com".
},
- "role": "A String", # Indicates the Google Drive permissions role. The role determines a user's ability to read, write, and comment on items.
"group": { # Information about a group. # The group to whom this permission applies.
- "title": "A String", # The title of the group.
"email": "A String", # The email address of the group.
+ "title": "A String", # The title of the group.
+ },
+ "role": "A String", # Indicates the Google Drive permissions role. The role determines a user's ability to read, write, and comment on items.
+ "user": { # Information about an end user. # The user to whom this permission applies.
+ "knownUser": { # A known user. # A known user.
+ "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
+ "isCurrentUser": True or False, # True if this is the user making the request.
+ },
+ "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
+ },
+ "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
+ },
},
"allowDiscovery": True or False, # If true, the item can be discovered (e.g. in the user's "Shared with me" collection) without needing a link to the item.
- "anyone": { # Represents any user (including a logged out user). # If set, this permission applies to anyone, even logged out users.
- },
},
],
"removedPermissions": [ # The set of permissions removed by this change.
{ # The permission setting of an object.
- "user": { # Information about an end user. # The user to whom this permission applies.
- "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
- },
- "knownUser": { # A known user. # A known user.
- "isCurrentUser": True or False, # True if this is the user making the request.
- "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
- },
- "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
- },
+ "anyone": { # Represents any user (including a logged out user). # If set, this permission applies to anyone, even logged out users.
},
"domain": { # Information about a domain. # The domain to whom this permission applies.
"legacyId": "A String", # An opaque string used to identify this domain.
"name": "A String", # The name of the domain, e.g. "google.com".
},
- "role": "A String", # Indicates the Google Drive permissions role. The role determines a user's ability to read, write, and comment on items.
"group": { # Information about a group. # The group to whom this permission applies.
- "title": "A String", # The title of the group.
"email": "A String", # The email address of the group.
+ "title": "A String", # The title of the group.
+ },
+ "role": "A String", # Indicates the Google Drive permissions role. The role determines a user's ability to read, write, and comment on items.
+ "user": { # Information about an end user. # The user to whom this permission applies.
+ "knownUser": { # A known user. # A known user.
+ "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
+ "isCurrentUser": True or False, # True if this is the user making the request.
+ },
+ "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
+ },
+ "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
+ },
},
"allowDiscovery": True or False, # If true, the item can be discovered (e.g. in the user's "Shared with me" collection) without needing a link to the item.
- "anyone": { # Represents any user (including a logged out user). # If set, this permission applies to anyone, even logged out users.
- },
- },
- ],
- },
- "rename": { # An object was renamed. # An object was renamed.
- "newTitle": "A String", # The new title of the drive object.
- "oldTitle": "A String", # The previous title of the drive object.
- },
- "edit": { # An empty message indicating an object was edited. # An object was edited.
- },
- "settingsChange": { # Information about settings changes. # Settings were changed.
- "restrictionChanges": [ # The set of changes made to restrictions.
- { # Information about restriction policy changes to a feature.
- "feature": "A String", # The feature which had a change in restriction policy.
- "newRestriction": "A String", # The restriction in place after the change.
},
],
},
"dlpChange": { # A change in the object's data leak prevention status. # A change happened in data leak prevention status.
"type": "A String", # The type of Data Leak Prevention (DLP) change.
},
- "restore": { # A deleted object was restored. # A deleted object was restored.
- "type": "A String", # The type of restore action taken.
- },
- "reference": { # Activity in applications other than Drive. # An object was referenced in an application outside of Drive/Docs.
- "type": "A String", # The reference type corresponding to this event.
- },
- "move": { # An object was moved. # An object was moved.
- "addedParents": [ # The added parent object(s).
- { # A lightweight reference to the target of activity.
- "drive": { # A lightweight reference to a shared drive. # The target is a shared drive.
- "title": "A String", # The title of the shared drive.
- "name": "A String", # The resource name of the shared drive. The format is "COLLECTION_ID/DRIVE_ID". Clients should not assume a specific collection ID for this resource name.
+ "comment": { # A change about comments on an object. # A change about comments was made.
+ "mentionedUsers": [ # Users who are mentioned in this comment.
+ { # Information about an end user.
+ "knownUser": { # A known user. # A known user.
+ "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
+ "isCurrentUser": True or False, # True if this is the user making the request.
},
- "driveItem": { # A lightweight reference to a Drive item, such as a file or folder. # The target is a Drive item.
- "driveFile": { # A Drive item which is a file. # The Drive item is a file.
- },
- "file": { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
- },
- "driveFolder": { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
- "type": "A String", # The type of Drive folder.
- },
- "title": "A String", # The title of the Drive item.
- "name": "A String", # The target Drive item. The format is "items/ITEM_ID".
- "folder": { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
- "type": "A String", # This field is deprecated; please see `DriveFolder.type` instead.
- },
+ "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
},
- "teamDrive": { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
- "title": "A String", # This field is deprecated; please see `DriveReference.title` instead.
- "name": "A String", # This field is deprecated; please see `DriveReference.name` instead.
+ "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
},
},
],
- "removedParents": [ # The removed parent object(s).
- { # A lightweight reference to the target of activity.
- "drive": { # A lightweight reference to a shared drive. # The target is a shared drive.
- "title": "A String", # The title of the shared drive.
- "name": "A String", # The resource name of the shared drive. The format is "COLLECTION_ID/DRIVE_ID". Clients should not assume a specific collection ID for this resource name.
+ "suggestion": { # A suggestion. # A change on a suggestion.
+ "subtype": "A String", # The sub-type of this event.
+ },
+ "assignment": { # A comment with an assignment. # A change on an assignment.
+ "subtype": "A String", # The sub-type of this event.
+ "assignedUser": { # Information about an end user. # The user to whom the comment was assigned.
+ "knownUser": { # A known user. # A known user.
+ "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
+ "isCurrentUser": True or False, # True if this is the user making the request.
},
- "driveItem": { # A lightweight reference to a Drive item, such as a file or folder. # The target is a Drive item.
- "driveFile": { # A Drive item which is a file. # The Drive item is a file.
- },
- "file": { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
- },
- "driveFolder": { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
- "type": "A String", # The type of Drive folder.
- },
- "title": "A String", # The title of the Drive item.
- "name": "A String", # The target Drive item. The format is "items/ITEM_ID".
- "folder": { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
- "type": "A String", # This field is deprecated; please see `DriveFolder.type` instead.
- },
+ "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
},
- "teamDrive": { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
- "title": "A String", # This field is deprecated; please see `DriveReference.title` instead.
- "name": "A String", # This field is deprecated; please see `DriveReference.name` instead.
+ "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
},
},
+ },
+ "post": { # A regular posted comment. # A change on a regular posted comment.
+ "subtype": "A String", # The sub-type of this event.
+ },
+ },
+ "delete": { # An object was deleted. # An object was deleted.
+ "type": "A String", # The type of delete action taken.
+ },
+ "edit": { # An empty message indicating an object was edited. # An object was edited.
+ },
+ "settingsChange": { # Information about settings changes. # Settings were changed.
+ "restrictionChanges": [ # The set of changes made to restrictions.
+ { # Information about restriction policy changes to a feature.
+ "newRestriction": "A String", # The restriction in place after the change.
+ "feature": "A String", # The feature which had a change in restriction policy.
+ },
],
},
- "create": { # An object was created. # An object was created.
- "copy": { # An object was created by copying an existing object. # If present, indicates the object was created by copying an existing Drive object.
- "originalObject": { # A lightweight reference to the target of activity. # The the original object.
- "drive": { # A lightweight reference to a shared drive. # The target is a shared drive.
- "title": "A String", # The title of the shared drive.
- "name": "A String", # The resource name of the shared drive. The format is "COLLECTION_ID/DRIVE_ID". Clients should not assume a specific collection ID for this resource name.
- },
- "driveItem": { # A lightweight reference to a Drive item, such as a file or folder. # The target is a Drive item.
- "driveFile": { # A Drive item which is a file. # The Drive item is a file.
- },
- "file": { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
- },
- "driveFolder": { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
- "type": "A String", # The type of Drive folder.
- },
- "title": "A String", # The title of the Drive item.
- "name": "A String", # The target Drive item. The format is "items/ITEM_ID".
- "folder": { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
- "type": "A String", # This field is deprecated; please see `DriveFolder.type` instead.
- },
- },
- "teamDrive": { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
- "title": "A String", # This field is deprecated; please see `DriveReference.title` instead.
- "name": "A String", # This field is deprecated; please see `DriveReference.name` instead.
- },
- },
- },
- "upload": { # An object was uploaded into Drive. # If present, indicates the object originated externally and was uploaded to Drive.
- },
- "new": { # An object was created from scratch. # If present, indicates the object was newly created (e.g. as a blank document), not derived from a Drive object or external object.
- },
- },
},
- "timestamp": "A String", # The activity occurred at this specific time.
"timeRange": { # Information about time ranges. # The activity occurred over this time range.
- "startTime": "A String", # The start of the time range.
"endTime": "A String", # The end of the time range.
+ "startTime": "A String", # The start of the time range.
},
+ "actors": [ # All actor(s) responsible for the activity.
+ { # The actor of a Drive activity.
+ "system": { # Event triggered by system operations instead of end users. # A non-user actor (i.e. system triggered).
+ "type": "A String", # The type of the system event that may triggered activity.
+ },
+ "impersonation": { # Information about an impersonation, where an admin acts on behalf of an end user. Information about the acting admin is not currently available. # An account acting on behalf of another.
+ "impersonatedUser": { # Information about an end user. # The impersonated user.
+ "knownUser": { # A known user. # A known user.
+ "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
+ "isCurrentUser": True or False, # True if this is the user making the request.
+ },
+ "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
+ },
+ "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
+ },
+ },
+ },
+ "anonymous": { # Empty message representing an anonymous user or indicating the authenticated user should be anonymized. # An anonymous user.
+ },
+ "administrator": { # Empty message representing an administrator. # An administrator.
+ },
+ "user": { # Information about an end user. # An end user.
+ "knownUser": { # A known user. # A known user.
+ "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
+ "isCurrentUser": True or False, # True if this is the user making the request.
+ },
+ "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
+ },
+ "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
+ },
+ },
+ },
+ ],
+ "timestamp": "A String", # The activity occurred at this specific time.
"targets": [ # All Google Drive objects this activity is about (e.g. file, folder, drive). This represents the state of the target immediately after the actions occurred.
{ # Information about the target of activity.
- "drive": { # Information about a shared drive. # The target is a shared drive.
- "name": "A String", # The resource name of the shared drive. The format is "COLLECTION_ID/DRIVE_ID". Clients should not assume a specific collection ID for this resource name.
- "title": "A String", # The title of the shared drive.
- "root": { # A Drive item, such as a file or folder. # The root of this shared drive.
+ "fileComment": { # A comment on a file. # The target is a comment on a Drive file.
+ "legacyDiscussionId": "A String", # The discussion thread to which the comment was added. This identifier is an opaque string compatible with the Drive API and references the first comment in a discussion; see https://developers.google.com/drive/v3/reference/comments/get
+ "legacyCommentId": "A String", # The comment in the discussion thread. This identifier is an opaque string compatible with the Drive API; see https://developers.google.com/drive/v3/reference/comments/get
+ "parent": { # A Drive item, such as a file or folder. # The Drive item containing this comment.
+ "title": "A String", # The title of the Drive item.
+ "file": { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
+ },
+ "mimeType": "A String", # The MIME type of the Drive item. See https://developers.google.com/drive/v3/web/mime-types.
+ "driveFolder": { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
+ "type": "A String", # The type of Drive folder.
+ },
"name": "A String", # The target Drive item. The format is "items/ITEM_ID".
+ "folder": { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
+ "type": "A String", # This field is deprecated; please see `DriveFolder.type` instead.
+ },
"owner": { # Information about the owner of a Drive item. # Information about the owner of this Drive item.
- "teamDrive": { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
- "title": "A String", # This field is deprecated; please see `DriveReference.title` instead.
- "name": "A String", # This field is deprecated; please see `DriveReference.name` instead.
+ "drive": { # A lightweight reference to a shared drive. # The drive that owns the item.
+ "name": "A String", # The resource name of the shared drive. The format is "COLLECTION_ID/DRIVE_ID". Clients should not assume a specific collection ID for this resource name.
+ "title": "A String", # The title of the shared drive.
},
"user": { # Information about an end user. # The user that owns the Drive item.
- "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
- },
"knownUser": { # A known user. # A known user.
- "isCurrentUser": True or False, # True if this is the user making the request.
"personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
+ "isCurrentUser": True or False, # True if this is the user making the request.
},
"unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
},
+ "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
+ },
},
- "drive": { # A lightweight reference to a shared drive. # The drive that owns the item.
- "title": "A String", # The title of the shared drive.
- "name": "A String", # The resource name of the shared drive. The format is "COLLECTION_ID/DRIVE_ID". Clients should not assume a specific collection ID for this resource name.
+ "teamDrive": { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
+ "name": "A String", # This field is deprecated; please see `DriveReference.name` instead.
+ "title": "A String", # This field is deprecated; please see `DriveReference.title` instead.
},
"domain": { # Information about a domain. # The domain of the Drive item owner.
"legacyId": "A String", # An opaque string used to identify this domain.
"name": "A String", # The name of the domain, e.g. "google.com".
},
},
- "folder": { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
- "type": "A String", # This field is deprecated; please see `DriveFolder.type` instead.
+ "driveFile": { # A Drive item which is a file. # The Drive item is a file.
},
+ },
+ "linkToDiscussion": "A String", # The link to the discussion thread containing this comment, for example, "https://docs.google.com/DOCUMENT_ID/edit?disco=THREAD_ID".
+ },
+ "drive": { # Information about a shared drive. # The target is a shared drive.
+ "name": "A String", # The resource name of the shared drive. The format is "COLLECTION_ID/DRIVE_ID". Clients should not assume a specific collection ID for this resource name.
+ "root": { # A Drive item, such as a file or folder. # The root of this shared drive.
"title": "A String", # The title of the Drive item.
+ "file": { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
+ },
"mimeType": "A String", # The MIME type of the Drive item. See https://developers.google.com/drive/v3/web/mime-types.
"driveFolder": { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
"type": "A String", # The type of Drive folder.
},
- "file": { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
+ "name": "A String", # The target Drive item. The format is "items/ITEM_ID".
+ "folder": { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
+ "type": "A String", # This field is deprecated; please see `DriveFolder.type` instead.
+ },
+ "owner": { # Information about the owner of a Drive item. # Information about the owner of this Drive item.
+ "drive": { # A lightweight reference to a shared drive. # The drive that owns the item.
+ "name": "A String", # The resource name of the shared drive. The format is "COLLECTION_ID/DRIVE_ID". Clients should not assume a specific collection ID for this resource name.
+ "title": "A String", # The title of the shared drive.
+ },
+ "user": { # Information about an end user. # The user that owns the Drive item.
+ "knownUser": { # A known user. # A known user.
+ "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
+ "isCurrentUser": True or False, # True if this is the user making the request.
+ },
+ "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
+ },
+ "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
+ },
+ },
+ "teamDrive": { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
+ "name": "A String", # This field is deprecated; please see `DriveReference.name` instead.
+ "title": "A String", # This field is deprecated; please see `DriveReference.title` instead.
+ },
+ "domain": { # Information about a domain. # The domain of the Drive item owner.
+ "legacyId": "A String", # An opaque string used to identify this domain.
+ "name": "A String", # The name of the domain, e.g. "google.com".
+ },
},
"driveFile": { # A Drive item which is a file. # The Drive item is a file.
},
},
+ "title": "A String", # The title of the shared drive.
+ },
+ "teamDrive": { # This item is deprecated; please see `Drive` instead. # This field is deprecated; please use the `drive` field instead.
+ "root": { # A Drive item, such as a file or folder. # This field is deprecated; please see `Drive.root` instead.
+ "title": "A String", # The title of the Drive item.
+ "file": { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
+ },
+ "mimeType": "A String", # The MIME type of the Drive item. See https://developers.google.com/drive/v3/web/mime-types.
+ "driveFolder": { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
+ "type": "A String", # The type of Drive folder.
+ },
+ "name": "A String", # The target Drive item. The format is "items/ITEM_ID".
+ "folder": { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
+ "type": "A String", # This field is deprecated; please see `DriveFolder.type` instead.
+ },
+ "owner": { # Information about the owner of a Drive item. # Information about the owner of this Drive item.
+ "drive": { # A lightweight reference to a shared drive. # The drive that owns the item.
+ "name": "A String", # The resource name of the shared drive. The format is "COLLECTION_ID/DRIVE_ID". Clients should not assume a specific collection ID for this resource name.
+ "title": "A String", # The title of the shared drive.
+ },
+ "user": { # Information about an end user. # The user that owns the Drive item.
+ "knownUser": { # A known user. # A known user.
+ "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
+ "isCurrentUser": True or False, # True if this is the user making the request.
+ },
+ "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
+ },
+ "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
+ },
+ },
+ "teamDrive": { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
+ "name": "A String", # This field is deprecated; please see `DriveReference.name` instead.
+ "title": "A String", # This field is deprecated; please see `DriveReference.title` instead.
+ },
+ "domain": { # Information about a domain. # The domain of the Drive item owner.
+ "legacyId": "A String", # An opaque string used to identify this domain.
+ "name": "A String", # The name of the domain, e.g. "google.com".
+ },
+ },
+ "driveFile": { # A Drive item which is a file. # The Drive item is a file.
+ },
+ },
+ "title": "A String", # This field is deprecated; please see `Drive.title` instead.
+ "name": "A String", # This field is deprecated; please see `Drive.name` instead.
},
"driveItem": { # A Drive item, such as a file or folder. # The target is a Drive item.
+ "title": "A String", # The title of the Drive item.
+ "file": { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
+ },
+ "mimeType": "A String", # The MIME type of the Drive item. See https://developers.google.com/drive/v3/web/mime-types.
+ "driveFolder": { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
+ "type": "A String", # The type of Drive folder.
+ },
"name": "A String", # The target Drive item. The format is "items/ITEM_ID".
+ "folder": { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
+ "type": "A String", # This field is deprecated; please see `DriveFolder.type` instead.
+ },
"owner": { # Information about the owner of a Drive item. # Information about the owner of this Drive item.
- "teamDrive": { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
- "title": "A String", # This field is deprecated; please see `DriveReference.title` instead.
- "name": "A String", # This field is deprecated; please see `DriveReference.name` instead.
+ "drive": { # A lightweight reference to a shared drive. # The drive that owns the item.
+ "name": "A String", # The resource name of the shared drive. The format is "COLLECTION_ID/DRIVE_ID". Clients should not assume a specific collection ID for this resource name.
+ "title": "A String", # The title of the shared drive.
},
"user": { # Information about an end user. # The user that owns the Drive item.
- "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
- },
"knownUser": { # A known user. # A known user.
- "isCurrentUser": True or False, # True if this is the user making the request.
"personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
+ "isCurrentUser": True or False, # True if this is the user making the request.
},
"unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
},
+ "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
+ },
},
- "drive": { # A lightweight reference to a shared drive. # The drive that owns the item.
- "title": "A String", # The title of the shared drive.
- "name": "A String", # The resource name of the shared drive. The format is "COLLECTION_ID/DRIVE_ID". Clients should not assume a specific collection ID for this resource name.
+ "teamDrive": { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
+ "name": "A String", # This field is deprecated; please see `DriveReference.name` instead.
+ "title": "A String", # This field is deprecated; please see `DriveReference.title` instead.
},
"domain": { # Information about a domain. # The domain of the Drive item owner.
"legacyId": "A String", # An opaque string used to identify this domain.
"name": "A String", # The name of the domain, e.g. "google.com".
},
},
- "folder": { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
- "type": "A String", # This field is deprecated; please see `DriveFolder.type` instead.
- },
- "title": "A String", # The title of the Drive item.
- "mimeType": "A String", # The MIME type of the Drive item. See https://developers.google.com/drive/v3/web/mime-types.
- "driveFolder": { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
- "type": "A String", # The type of Drive folder.
- },
- "file": { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
- },
"driveFile": { # A Drive item which is a file. # The Drive item is a file.
},
},
- "teamDrive": { # This item is deprecated; please see `Drive` instead. # This field is deprecated; please use the `drive` field instead.
- "title": "A String", # This field is deprecated; please see `Drive.title` instead.
- "name": "A String", # This field is deprecated; please see `Drive.name` instead.
- "root": { # A Drive item, such as a file or folder. # This field is deprecated; please see `Drive.root` instead.
- "name": "A String", # The target Drive item. The format is "items/ITEM_ID".
- "owner": { # Information about the owner of a Drive item. # Information about the owner of this Drive item.
- "teamDrive": { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
- "title": "A String", # This field is deprecated; please see `DriveReference.title` instead.
- "name": "A String", # This field is deprecated; please see `DriveReference.name` instead.
- },
- "user": { # Information about an end user. # The user that owns the Drive item.
- "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
- },
- "knownUser": { # A known user. # A known user.
- "isCurrentUser": True or False, # True if this is the user making the request.
- "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
- },
- "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
- },
- },
- "drive": { # A lightweight reference to a shared drive. # The drive that owns the item.
- "title": "A String", # The title of the shared drive.
- "name": "A String", # The resource name of the shared drive. The format is "COLLECTION_ID/DRIVE_ID". Clients should not assume a specific collection ID for this resource name.
- },
- "domain": { # Information about a domain. # The domain of the Drive item owner.
- "legacyId": "A String", # An opaque string used to identify this domain.
- "name": "A String", # The name of the domain, e.g. "google.com".
- },
- },
- "folder": { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
- "type": "A String", # This field is deprecated; please see `DriveFolder.type` instead.
- },
- "title": "A String", # The title of the Drive item.
- "mimeType": "A String", # The MIME type of the Drive item. See https://developers.google.com/drive/v3/web/mime-types.
- "driveFolder": { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
- "type": "A String", # The type of Drive folder.
- },
- "file": { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
- },
- "driveFile": { # A Drive item which is a file. # The Drive item is a file.
- },
- },
- },
- "fileComment": { # A comment on a file. # The target is a comment on a Drive file.
- "legacyCommentId": "A String", # The comment in the discussion thread. This identifier is an opaque string compatible with the Drive API; see https://developers.google.com/drive/v3/reference/comments/get
- "legacyDiscussionId": "A String", # The discussion thread to which the comment was added. This identifier is an opaque string compatible with the Drive API and references the first comment in a discussion; see https://developers.google.com/drive/v3/reference/comments/get
- "linkToDiscussion": "A String", # The link to the discussion thread containing this comment, for example, "https://docs.google.com/DOCUMENT_ID/edit?disco=THREAD_ID".
- "parent": { # A Drive item, such as a file or folder. # The Drive item containing this comment.
- "name": "A String", # The target Drive item. The format is "items/ITEM_ID".
- "owner": { # Information about the owner of a Drive item. # Information about the owner of this Drive item.
- "teamDrive": { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
- "title": "A String", # This field is deprecated; please see `DriveReference.title` instead.
- "name": "A String", # This field is deprecated; please see `DriveReference.name` instead.
- },
- "user": { # Information about an end user. # The user that owns the Drive item.
- "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
- },
- "knownUser": { # A known user. # A known user.
- "isCurrentUser": True or False, # True if this is the user making the request.
- "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
- },
- "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
- },
- },
- "drive": { # A lightweight reference to a shared drive. # The drive that owns the item.
- "title": "A String", # The title of the shared drive.
- "name": "A String", # The resource name of the shared drive. The format is "COLLECTION_ID/DRIVE_ID". Clients should not assume a specific collection ID for this resource name.
- },
- "domain": { # Information about a domain. # The domain of the Drive item owner.
- "legacyId": "A String", # An opaque string used to identify this domain.
- "name": "A String", # The name of the domain, e.g. "google.com".
- },
- },
- "folder": { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
- "type": "A String", # This field is deprecated; please see `DriveFolder.type` instead.
- },
- "title": "A String", # The title of the Drive item.
- "mimeType": "A String", # The MIME type of the Drive item. See https://developers.google.com/drive/v3/web/mime-types.
- "driveFolder": { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
- "type": "A String", # The type of Drive folder.
- },
- "file": { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
- },
- "driveFile": { # A Drive item which is a file. # The Drive item is a file.
- },
- },
- },
- },
- ],
- "actors": [ # All actor(s) responsible for the activity.
- { # The actor of a Drive activity.
- "impersonation": { # Information about an impersonation, where an admin acts on behalf of an end user. Information about the acting admin is not currently available. # An account acting on behalf of another.
- "impersonatedUser": { # Information about an end user. # The impersonated user.
- "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
- },
- "knownUser": { # A known user. # A known user.
- "isCurrentUser": True or False, # True if this is the user making the request.
- "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
- },
- "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
- },
- },
- },
- "system": { # Event triggered by system operations instead of end users. # A non-user actor (i.e. system triggered).
- "type": "A String", # The type of the system event that may triggered activity.
- },
- "anonymous": { # Empty message representing an anonymous user or indicating the authenticated user should be anonymized. # An anonymous user.
- },
- "user": { # Information about an end user. # An end user.
- "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
- },
- "knownUser": { # A known user. # A known user.
- "isCurrentUser": True or False, # True if this is the user making the request.
- "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
- },
- "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
- },
- },
- "administrator": { # Empty message representing an administrator. # An administrator.
- },
},
],
"actions": [ # Details on all actions in this activity.
{ # Information about the action.
"timeRange": { # Information about time ranges. # The action occurred over this time range.
- "startTime": "A String", # The start of the time range.
"endTime": "A String", # The end of the time range.
- },
- "target": { # Information about the target of activity. # The target this action affects (or empty if affecting all targets). This represents the state of the target immediately after this action occurred.
- "drive": { # Information about a shared drive. # The target is a shared drive.
- "name": "A String", # The resource name of the shared drive. The format is "COLLECTION_ID/DRIVE_ID". Clients should not assume a specific collection ID for this resource name.
- "title": "A String", # The title of the shared drive.
- "root": { # A Drive item, such as a file or folder. # The root of this shared drive.
- "name": "A String", # The target Drive item. The format is "items/ITEM_ID".
- "owner": { # Information about the owner of a Drive item. # Information about the owner of this Drive item.
- "teamDrive": { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
- "title": "A String", # This field is deprecated; please see `DriveReference.title` instead.
- "name": "A String", # This field is deprecated; please see `DriveReference.name` instead.
- },
- "user": { # Information about an end user. # The user that owns the Drive item.
- "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
- },
- "knownUser": { # A known user. # A known user.
- "isCurrentUser": True or False, # True if this is the user making the request.
- "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
- },
- "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
- },
- },
- "drive": { # A lightweight reference to a shared drive. # The drive that owns the item.
- "title": "A String", # The title of the shared drive.
- "name": "A String", # The resource name of the shared drive. The format is "COLLECTION_ID/DRIVE_ID". Clients should not assume a specific collection ID for this resource name.
- },
- "domain": { # Information about a domain. # The domain of the Drive item owner.
- "legacyId": "A String", # An opaque string used to identify this domain.
- "name": "A String", # The name of the domain, e.g. "google.com".
- },
- },
- "folder": { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
- "type": "A String", # This field is deprecated; please see `DriveFolder.type` instead.
- },
- "title": "A String", # The title of the Drive item.
- "mimeType": "A String", # The MIME type of the Drive item. See https://developers.google.com/drive/v3/web/mime-types.
- "driveFolder": { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
- "type": "A String", # The type of Drive folder.
- },
- "file": { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
- },
- "driveFile": { # A Drive item which is a file. # The Drive item is a file.
- },
- },
- },
- "driveItem": { # A Drive item, such as a file or folder. # The target is a Drive item.
- "name": "A String", # The target Drive item. The format is "items/ITEM_ID".
- "owner": { # Information about the owner of a Drive item. # Information about the owner of this Drive item.
- "teamDrive": { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
- "title": "A String", # This field is deprecated; please see `DriveReference.title` instead.
- "name": "A String", # This field is deprecated; please see `DriveReference.name` instead.
- },
- "user": { # Information about an end user. # The user that owns the Drive item.
- "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
- },
- "knownUser": { # A known user. # A known user.
- "isCurrentUser": True or False, # True if this is the user making the request.
- "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
- },
- "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
- },
- },
- "drive": { # A lightweight reference to a shared drive. # The drive that owns the item.
- "title": "A String", # The title of the shared drive.
- "name": "A String", # The resource name of the shared drive. The format is "COLLECTION_ID/DRIVE_ID". Clients should not assume a specific collection ID for this resource name.
- },
- "domain": { # Information about a domain. # The domain of the Drive item owner.
- "legacyId": "A String", # An opaque string used to identify this domain.
- "name": "A String", # The name of the domain, e.g. "google.com".
- },
- },
- "folder": { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
- "type": "A String", # This field is deprecated; please see `DriveFolder.type` instead.
- },
- "title": "A String", # The title of the Drive item.
- "mimeType": "A String", # The MIME type of the Drive item. See https://developers.google.com/drive/v3/web/mime-types.
- "driveFolder": { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
- "type": "A String", # The type of Drive folder.
- },
- "file": { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
- },
- "driveFile": { # A Drive item which is a file. # The Drive item is a file.
- },
- },
- "teamDrive": { # This item is deprecated; please see `Drive` instead. # This field is deprecated; please use the `drive` field instead.
- "title": "A String", # This field is deprecated; please see `Drive.title` instead.
- "name": "A String", # This field is deprecated; please see `Drive.name` instead.
- "root": { # A Drive item, such as a file or folder. # This field is deprecated; please see `Drive.root` instead.
- "name": "A String", # The target Drive item. The format is "items/ITEM_ID".
- "owner": { # Information about the owner of a Drive item. # Information about the owner of this Drive item.
- "teamDrive": { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
- "title": "A String", # This field is deprecated; please see `DriveReference.title` instead.
- "name": "A String", # This field is deprecated; please see `DriveReference.name` instead.
- },
- "user": { # Information about an end user. # The user that owns the Drive item.
- "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
- },
- "knownUser": { # A known user. # A known user.
- "isCurrentUser": True or False, # True if this is the user making the request.
- "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
- },
- "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
- },
- },
- "drive": { # A lightweight reference to a shared drive. # The drive that owns the item.
- "title": "A String", # The title of the shared drive.
- "name": "A String", # The resource name of the shared drive. The format is "COLLECTION_ID/DRIVE_ID". Clients should not assume a specific collection ID for this resource name.
- },
- "domain": { # Information about a domain. # The domain of the Drive item owner.
- "legacyId": "A String", # An opaque string used to identify this domain.
- "name": "A String", # The name of the domain, e.g. "google.com".
- },
- },
- "folder": { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
- "type": "A String", # This field is deprecated; please see `DriveFolder.type` instead.
- },
- "title": "A String", # The title of the Drive item.
- "mimeType": "A String", # The MIME type of the Drive item. See https://developers.google.com/drive/v3/web/mime-types.
- "driveFolder": { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
- "type": "A String", # The type of Drive folder.
- },
- "file": { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
- },
- "driveFile": { # A Drive item which is a file. # The Drive item is a file.
- },
- },
- },
- "fileComment": { # A comment on a file. # The target is a comment on a Drive file.
- "legacyCommentId": "A String", # The comment in the discussion thread. This identifier is an opaque string compatible with the Drive API; see https://developers.google.com/drive/v3/reference/comments/get
- "legacyDiscussionId": "A String", # The discussion thread to which the comment was added. This identifier is an opaque string compatible with the Drive API and references the first comment in a discussion; see https://developers.google.com/drive/v3/reference/comments/get
- "linkToDiscussion": "A String", # The link to the discussion thread containing this comment, for example, "https://docs.google.com/DOCUMENT_ID/edit?disco=THREAD_ID".
- "parent": { # A Drive item, such as a file or folder. # The Drive item containing this comment.
- "name": "A String", # The target Drive item. The format is "items/ITEM_ID".
- "owner": { # Information about the owner of a Drive item. # Information about the owner of this Drive item.
- "teamDrive": { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
- "title": "A String", # This field is deprecated; please see `DriveReference.title` instead.
- "name": "A String", # This field is deprecated; please see `DriveReference.name` instead.
- },
- "user": { # Information about an end user. # The user that owns the Drive item.
- "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
- },
- "knownUser": { # A known user. # A known user.
- "isCurrentUser": True or False, # True if this is the user making the request.
- "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
- },
- "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
- },
- },
- "drive": { # A lightweight reference to a shared drive. # The drive that owns the item.
- "title": "A String", # The title of the shared drive.
- "name": "A String", # The resource name of the shared drive. The format is "COLLECTION_ID/DRIVE_ID". Clients should not assume a specific collection ID for this resource name.
- },
- "domain": { # Information about a domain. # The domain of the Drive item owner.
- "legacyId": "A String", # An opaque string used to identify this domain.
- "name": "A String", # The name of the domain, e.g. "google.com".
- },
- },
- "folder": { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
- "type": "A String", # This field is deprecated; please see `DriveFolder.type` instead.
- },
- "title": "A String", # The title of the Drive item.
- "mimeType": "A String", # The MIME type of the Drive item. See https://developers.google.com/drive/v3/web/mime-types.
- "driveFolder": { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
- "type": "A String", # The type of Drive folder.
- },
- "file": { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
- },
- "driveFile": { # A Drive item which is a file. # The Drive item is a file.
- },
- },
- },
+ "startTime": "A String", # The start of the time range.
},
"detail": { # Data describing the type and additional information of an action. # The type and detailed information about the action.
- "delete": { # An object was deleted. # An object was deleted.
- "type": "A String", # The type of delete action taken.
+ "reference": { # Activity in applications other than Drive. # An object was referenced in an application outside of Drive/Docs.
+ "type": "A String", # The reference type corresponding to this event.
},
- "comment": { # A change about comments on an object. # A change about comments was made.
- "suggestion": { # A suggestion. # A change on a suggestion.
- "subtype": "A String", # The sub-type of this event.
+ "create": { # An object was created. # An object was created.
+ "upload": { # An object was uploaded into Drive. # If present, indicates the object originated externally and was uploaded to Drive.
},
- "post": { # A regular posted comment. # A change on a regular posted comment.
- "subtype": "A String", # The sub-type of this event.
- },
- "assignment": { # A comment with an assignment. # A change on an assignment.
- "assignedUser": { # Information about an end user. # The user to whom the comment was assigned.
- "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
+ "copy": { # An object was created by copying an existing object. # If present, indicates the object was created by copying an existing Drive object.
+ "originalObject": { # A lightweight reference to the target of activity. # The the original object.
+ "driveItem": { # A lightweight reference to a Drive item, such as a file or folder. # The target is a Drive item.
+ "folder": { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
+ "type": "A String", # This field is deprecated; please see `DriveFolder.type` instead.
+ },
+ "title": "A String", # The title of the Drive item.
+ "driveFile": { # A Drive item which is a file. # The Drive item is a file.
+ },
+ "name": "A String", # The target Drive item. The format is "items/ITEM_ID".
+ "file": { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
+ },
+ "driveFolder": { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
+ "type": "A String", # The type of Drive folder.
+ },
},
- "knownUser": { # A known user. # A known user.
- "isCurrentUser": True or False, # True if this is the user making the request.
- "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
+ "drive": { # A lightweight reference to a shared drive. # The target is a shared drive.
+ "name": "A String", # The resource name of the shared drive. The format is "COLLECTION_ID/DRIVE_ID". Clients should not assume a specific collection ID for this resource name.
+ "title": "A String", # The title of the shared drive.
},
- "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
+ "teamDrive": { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
+ "name": "A String", # This field is deprecated; please see `DriveReference.name` instead.
+ "title": "A String", # This field is deprecated; please see `DriveReference.title` instead.
},
},
- "subtype": "A String", # The sub-type of this event.
},
- "mentionedUsers": [ # Users who are mentioned in this comment.
- { # Information about an end user.
- "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
+ "new": { # An object was created from scratch. # If present, indicates the object was newly created (e.g. as a blank document), not derived from a Drive object or external object.
+ },
+ },
+ "move": { # An object was moved. # An object was moved.
+ "addedParents": [ # The added parent object(s).
+ { # A lightweight reference to the target of activity.
+ "driveItem": { # A lightweight reference to a Drive item, such as a file or folder. # The target is a Drive item.
+ "folder": { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
+ "type": "A String", # This field is deprecated; please see `DriveFolder.type` instead.
+ },
+ "title": "A String", # The title of the Drive item.
+ "driveFile": { # A Drive item which is a file. # The Drive item is a file.
+ },
+ "name": "A String", # The target Drive item. The format is "items/ITEM_ID".
+ "file": { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
+ },
+ "driveFolder": { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
+ "type": "A String", # The type of Drive folder.
+ },
},
- "knownUser": { # A known user. # A known user.
- "isCurrentUser": True or False, # True if this is the user making the request.
- "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
+ "drive": { # A lightweight reference to a shared drive. # The target is a shared drive.
+ "name": "A String", # The resource name of the shared drive. The format is "COLLECTION_ID/DRIVE_ID". Clients should not assume a specific collection ID for this resource name.
+ "title": "A String", # The title of the shared drive.
},
- "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
+ "teamDrive": { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
+ "name": "A String", # This field is deprecated; please see `DriveReference.name` instead.
+ "title": "A String", # This field is deprecated; please see `DriveReference.title` instead.
},
},
],
+ "removedParents": [ # The removed parent object(s).
+ { # A lightweight reference to the target of activity.
+ "driveItem": { # A lightweight reference to a Drive item, such as a file or folder. # The target is a Drive item.
+ "folder": { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
+ "type": "A String", # This field is deprecated; please see `DriveFolder.type` instead.
+ },
+ "title": "A String", # The title of the Drive item.
+ "driveFile": { # A Drive item which is a file. # The Drive item is a file.
+ },
+ "name": "A String", # The target Drive item. The format is "items/ITEM_ID".
+ "file": { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
+ },
+ "driveFolder": { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
+ "type": "A String", # The type of Drive folder.
+ },
+ },
+ "drive": { # A lightweight reference to a shared drive. # The target is a shared drive.
+ "name": "A String", # The resource name of the shared drive. The format is "COLLECTION_ID/DRIVE_ID". Clients should not assume a specific collection ID for this resource name.
+ "title": "A String", # The title of the shared drive.
+ },
+ "teamDrive": { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
+ "name": "A String", # This field is deprecated; please see `DriveReference.name` instead.
+ "title": "A String", # This field is deprecated; please see `DriveReference.title` instead.
+ },
+ },
+ ],
+ },
+ "restore": { # A deleted object was restored. # A deleted object was restored.
+ "type": "A String", # The type of restore action taken.
+ },
+ "rename": { # An object was renamed. # An object was renamed.
+ "oldTitle": "A String", # The previous title of the drive object.
+ "newTitle": "A String", # The new title of the drive object.
},
"permissionChange": { # A change of the permission setting on an item. # The permission on an object was changed.
"addedPermissions": [ # The set of permissions added by this change.
{ # The permission setting of an object.
- "user": { # Information about an end user. # The user to whom this permission applies.
- "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
- },
- "knownUser": { # A known user. # A known user.
- "isCurrentUser": True or False, # True if this is the user making the request.
- "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
- },
- "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
- },
+ "anyone": { # Represents any user (including a logged out user). # If set, this permission applies to anyone, even logged out users.
},
"domain": { # Information about a domain. # The domain to whom this permission applies.
"legacyId": "A String", # An opaque string used to identify this domain.
"name": "A String", # The name of the domain, e.g. "google.com".
},
- "role": "A String", # Indicates the Google Drive permissions role. The role determines a user's ability to read, write, and comment on items.
"group": { # Information about a group. # The group to whom this permission applies.
- "title": "A String", # The title of the group.
"email": "A String", # The email address of the group.
+ "title": "A String", # The title of the group.
+ },
+ "role": "A String", # Indicates the Google Drive permissions role. The role determines a user's ability to read, write, and comment on items.
+ "user": { # Information about an end user. # The user to whom this permission applies.
+ "knownUser": { # A known user. # A known user.
+ "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
+ "isCurrentUser": True or False, # True if this is the user making the request.
+ },
+ "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
+ },
+ "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
+ },
},
"allowDiscovery": True or False, # If true, the item can be discovered (e.g. in the user's "Shared with me" collection) without needing a link to the item.
- "anyone": { # Represents any user (including a logged out user). # If set, this permission applies to anyone, even logged out users.
- },
},
],
"removedPermissions": [ # The set of permissions removed by this change.
{ # The permission setting of an object.
- "user": { # Information about an end user. # The user to whom this permission applies.
- "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
- },
- "knownUser": { # A known user. # A known user.
- "isCurrentUser": True or False, # True if this is the user making the request.
- "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
- },
- "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
- },
+ "anyone": { # Represents any user (including a logged out user). # If set, this permission applies to anyone, even logged out users.
},
"domain": { # Information about a domain. # The domain to whom this permission applies.
"legacyId": "A String", # An opaque string used to identify this domain.
"name": "A String", # The name of the domain, e.g. "google.com".
},
- "role": "A String", # Indicates the Google Drive permissions role. The role determines a user's ability to read, write, and comment on items.
"group": { # Information about a group. # The group to whom this permission applies.
- "title": "A String", # The title of the group.
"email": "A String", # The email address of the group.
+ "title": "A String", # The title of the group.
+ },
+ "role": "A String", # Indicates the Google Drive permissions role. The role determines a user's ability to read, write, and comment on items.
+ "user": { # Information about an end user. # The user to whom this permission applies.
+ "knownUser": { # A known user. # A known user.
+ "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
+ "isCurrentUser": True or False, # True if this is the user making the request.
+ },
+ "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
+ },
+ "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
+ },
},
"allowDiscovery": True or False, # If true, the item can be discovered (e.g. in the user's "Shared with me" collection) without needing a link to the item.
- "anyone": { # Represents any user (including a logged out user). # If set, this permission applies to anyone, even logged out users.
- },
- },
- ],
- },
- "rename": { # An object was renamed. # An object was renamed.
- "newTitle": "A String", # The new title of the drive object.
- "oldTitle": "A String", # The previous title of the drive object.
- },
- "edit": { # An empty message indicating an object was edited. # An object was edited.
- },
- "settingsChange": { # Information about settings changes. # Settings were changed.
- "restrictionChanges": [ # The set of changes made to restrictions.
- { # Information about restriction policy changes to a feature.
- "feature": "A String", # The feature which had a change in restriction policy.
- "newRestriction": "A String", # The restriction in place after the change.
},
],
},
"dlpChange": { # A change in the object's data leak prevention status. # A change happened in data leak prevention status.
"type": "A String", # The type of Data Leak Prevention (DLP) change.
},
- "restore": { # A deleted object was restored. # A deleted object was restored.
- "type": "A String", # The type of restore action taken.
- },
- "reference": { # Activity in applications other than Drive. # An object was referenced in an application outside of Drive/Docs.
- "type": "A String", # The reference type corresponding to this event.
- },
- "move": { # An object was moved. # An object was moved.
- "addedParents": [ # The added parent object(s).
- { # A lightweight reference to the target of activity.
- "drive": { # A lightweight reference to a shared drive. # The target is a shared drive.
- "title": "A String", # The title of the shared drive.
- "name": "A String", # The resource name of the shared drive. The format is "COLLECTION_ID/DRIVE_ID". Clients should not assume a specific collection ID for this resource name.
+ "comment": { # A change about comments on an object. # A change about comments was made.
+ "mentionedUsers": [ # Users who are mentioned in this comment.
+ { # Information about an end user.
+ "knownUser": { # A known user. # A known user.
+ "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
+ "isCurrentUser": True or False, # True if this is the user making the request.
},
- "driveItem": { # A lightweight reference to a Drive item, such as a file or folder. # The target is a Drive item.
- "driveFile": { # A Drive item which is a file. # The Drive item is a file.
- },
- "file": { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
- },
- "driveFolder": { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
- "type": "A String", # The type of Drive folder.
- },
- "title": "A String", # The title of the Drive item.
- "name": "A String", # The target Drive item. The format is "items/ITEM_ID".
- "folder": { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
- "type": "A String", # This field is deprecated; please see `DriveFolder.type` instead.
- },
+ "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
},
- "teamDrive": { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
- "title": "A String", # This field is deprecated; please see `DriveReference.title` instead.
- "name": "A String", # This field is deprecated; please see `DriveReference.name` instead.
+ "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
},
},
],
- "removedParents": [ # The removed parent object(s).
- { # A lightweight reference to the target of activity.
- "drive": { # A lightweight reference to a shared drive. # The target is a shared drive.
- "title": "A String", # The title of the shared drive.
- "name": "A String", # The resource name of the shared drive. The format is "COLLECTION_ID/DRIVE_ID". Clients should not assume a specific collection ID for this resource name.
+ "suggestion": { # A suggestion. # A change on a suggestion.
+ "subtype": "A String", # The sub-type of this event.
+ },
+ "assignment": { # A comment with an assignment. # A change on an assignment.
+ "subtype": "A String", # The sub-type of this event.
+ "assignedUser": { # Information about an end user. # The user to whom the comment was assigned.
+ "knownUser": { # A known user. # A known user.
+ "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
+ "isCurrentUser": True or False, # True if this is the user making the request.
},
- "driveItem": { # A lightweight reference to a Drive item, such as a file or folder. # The target is a Drive item.
- "driveFile": { # A Drive item which is a file. # The Drive item is a file.
- },
- "file": { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
- },
- "driveFolder": { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
- "type": "A String", # The type of Drive folder.
- },
- "title": "A String", # The title of the Drive item.
- "name": "A String", # The target Drive item. The format is "items/ITEM_ID".
- "folder": { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
- "type": "A String", # This field is deprecated; please see `DriveFolder.type` instead.
- },
+ "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
},
- "teamDrive": { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
- "title": "A String", # This field is deprecated; please see `DriveReference.title` instead.
- "name": "A String", # This field is deprecated; please see `DriveReference.name` instead.
+ "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
},
},
+ },
+ "post": { # A regular posted comment. # A change on a regular posted comment.
+ "subtype": "A String", # The sub-type of this event.
+ },
+ },
+ "delete": { # An object was deleted. # An object was deleted.
+ "type": "A String", # The type of delete action taken.
+ },
+ "edit": { # An empty message indicating an object was edited. # An object was edited.
+ },
+ "settingsChange": { # Information about settings changes. # Settings were changed.
+ "restrictionChanges": [ # The set of changes made to restrictions.
+ { # Information about restriction policy changes to a feature.
+ "newRestriction": "A String", # The restriction in place after the change.
+ "feature": "A String", # The feature which had a change in restriction policy.
+ },
],
},
- "create": { # An object was created. # An object was created.
- "copy": { # An object was created by copying an existing object. # If present, indicates the object was created by copying an existing Drive object.
- "originalObject": { # A lightweight reference to the target of activity. # The the original object.
- "drive": { # A lightweight reference to a shared drive. # The target is a shared drive.
- "title": "A String", # The title of the shared drive.
- "name": "A String", # The resource name of the shared drive. The format is "COLLECTION_ID/DRIVE_ID". Clients should not assume a specific collection ID for this resource name.
- },
- "driveItem": { # A lightweight reference to a Drive item, such as a file or folder. # The target is a Drive item.
- "driveFile": { # A Drive item which is a file. # The Drive item is a file.
- },
- "file": { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
- },
- "driveFolder": { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
- "type": "A String", # The type of Drive folder.
- },
- "title": "A String", # The title of the Drive item.
- "name": "A String", # The target Drive item. The format is "items/ITEM_ID".
- "folder": { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
- "type": "A String", # This field is deprecated; please see `DriveFolder.type` instead.
- },
- },
- "teamDrive": { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
- "title": "A String", # This field is deprecated; please see `DriveReference.title` instead.
- "name": "A String", # This field is deprecated; please see `DriveReference.name` instead.
- },
- },
- },
- "upload": { # An object was uploaded into Drive. # If present, indicates the object originated externally and was uploaded to Drive.
- },
- "new": { # An object was created from scratch. # If present, indicates the object was newly created (e.g. as a blank document), not derived from a Drive object or external object.
- },
- },
},
"actor": { # The actor of a Drive activity. # The actor responsible for this action (or empty if all actors are responsible).
- "impersonation": { # Information about an impersonation, where an admin acts on behalf of an end user. Information about the acting admin is not currently available. # An account acting on behalf of another.
- "impersonatedUser": { # Information about an end user. # The impersonated user.
- "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
- },
- "knownUser": { # A known user. # A known user.
- "isCurrentUser": True or False, # True if this is the user making the request.
- "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
- },
- "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
- },
- },
- },
"system": { # Event triggered by system operations instead of end users. # A non-user actor (i.e. system triggered).
"type": "A String", # The type of the system event that may triggered activity.
},
- "anonymous": { # Empty message representing an anonymous user or indicating the authenticated user should be anonymized. # An anonymous user.
+ "impersonation": { # Information about an impersonation, where an admin acts on behalf of an end user. Information about the acting admin is not currently available. # An account acting on behalf of another.
+ "impersonatedUser": { # Information about an end user. # The impersonated user.
+ "knownUser": { # A known user. # A known user.
+ "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
+ "isCurrentUser": True or False, # True if this is the user making the request.
+ },
+ "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
+ },
+ "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
+ },
+ },
},
- "user": { # Information about an end user. # An end user.
- "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
- },
- "knownUser": { # A known user. # A known user.
- "isCurrentUser": True or False, # True if this is the user making the request.
- "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
- },
- "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
- },
+ "anonymous": { # Empty message representing an anonymous user or indicating the authenticated user should be anonymized. # An anonymous user.
},
"administrator": { # Empty message representing an administrator. # An administrator.
},
+ "user": { # Information about an end user. # An end user.
+ "knownUser": { # A known user. # A known user.
+ "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
+ "isCurrentUser": True or False, # True if this is the user making the request.
+ },
+ "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
+ },
+ "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
+ },
+ },
},
"timestamp": "A String", # The action occurred at this specific time.
+ "target": { # Information about the target of activity. # The target this action affects (or empty if affecting all targets). This represents the state of the target immediately after this action occurred.
+ "fileComment": { # A comment on a file. # The target is a comment on a Drive file.
+ "legacyDiscussionId": "A String", # The discussion thread to which the comment was added. This identifier is an opaque string compatible with the Drive API and references the first comment in a discussion; see https://developers.google.com/drive/v3/reference/comments/get
+ "legacyCommentId": "A String", # The comment in the discussion thread. This identifier is an opaque string compatible with the Drive API; see https://developers.google.com/drive/v3/reference/comments/get
+ "parent": { # A Drive item, such as a file or folder. # The Drive item containing this comment.
+ "title": "A String", # The title of the Drive item.
+ "file": { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
+ },
+ "mimeType": "A String", # The MIME type of the Drive item. See https://developers.google.com/drive/v3/web/mime-types.
+ "driveFolder": { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
+ "type": "A String", # The type of Drive folder.
+ },
+ "name": "A String", # The target Drive item. The format is "items/ITEM_ID".
+ "folder": { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
+ "type": "A String", # This field is deprecated; please see `DriveFolder.type` instead.
+ },
+ "owner": { # Information about the owner of a Drive item. # Information about the owner of this Drive item.
+ "drive": { # A lightweight reference to a shared drive. # The drive that owns the item.
+ "name": "A String", # The resource name of the shared drive. The format is "COLLECTION_ID/DRIVE_ID". Clients should not assume a specific collection ID for this resource name.
+ "title": "A String", # The title of the shared drive.
+ },
+ "user": { # Information about an end user. # The user that owns the Drive item.
+ "knownUser": { # A known user. # A known user.
+ "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
+ "isCurrentUser": True or False, # True if this is the user making the request.
+ },
+ "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
+ },
+ "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
+ },
+ },
+ "teamDrive": { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
+ "name": "A String", # This field is deprecated; please see `DriveReference.name` instead.
+ "title": "A String", # This field is deprecated; please see `DriveReference.title` instead.
+ },
+ "domain": { # Information about a domain. # The domain of the Drive item owner.
+ "legacyId": "A String", # An opaque string used to identify this domain.
+ "name": "A String", # The name of the domain, e.g. "google.com".
+ },
+ },
+ "driveFile": { # A Drive item which is a file. # The Drive item is a file.
+ },
+ },
+ "linkToDiscussion": "A String", # The link to the discussion thread containing this comment, for example, "https://docs.google.com/DOCUMENT_ID/edit?disco=THREAD_ID".
+ },
+ "drive": { # Information about a shared drive. # The target is a shared drive.
+ "name": "A String", # The resource name of the shared drive. The format is "COLLECTION_ID/DRIVE_ID". Clients should not assume a specific collection ID for this resource name.
+ "root": { # A Drive item, such as a file or folder. # The root of this shared drive.
+ "title": "A String", # The title of the Drive item.
+ "file": { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
+ },
+ "mimeType": "A String", # The MIME type of the Drive item. See https://developers.google.com/drive/v3/web/mime-types.
+ "driveFolder": { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
+ "type": "A String", # The type of Drive folder.
+ },
+ "name": "A String", # The target Drive item. The format is "items/ITEM_ID".
+ "folder": { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
+ "type": "A String", # This field is deprecated; please see `DriveFolder.type` instead.
+ },
+ "owner": { # Information about the owner of a Drive item. # Information about the owner of this Drive item.
+ "drive": { # A lightweight reference to a shared drive. # The drive that owns the item.
+ "name": "A String", # The resource name of the shared drive. The format is "COLLECTION_ID/DRIVE_ID". Clients should not assume a specific collection ID for this resource name.
+ "title": "A String", # The title of the shared drive.
+ },
+ "user": { # Information about an end user. # The user that owns the Drive item.
+ "knownUser": { # A known user. # A known user.
+ "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
+ "isCurrentUser": True or False, # True if this is the user making the request.
+ },
+ "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
+ },
+ "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
+ },
+ },
+ "teamDrive": { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
+ "name": "A String", # This field is deprecated; please see `DriveReference.name` instead.
+ "title": "A String", # This field is deprecated; please see `DriveReference.title` instead.
+ },
+ "domain": { # Information about a domain. # The domain of the Drive item owner.
+ "legacyId": "A String", # An opaque string used to identify this domain.
+ "name": "A String", # The name of the domain, e.g. "google.com".
+ },
+ },
+ "driveFile": { # A Drive item which is a file. # The Drive item is a file.
+ },
+ },
+ "title": "A String", # The title of the shared drive.
+ },
+ "teamDrive": { # This item is deprecated; please see `Drive` instead. # This field is deprecated; please use the `drive` field instead.
+ "root": { # A Drive item, such as a file or folder. # This field is deprecated; please see `Drive.root` instead.
+ "title": "A String", # The title of the Drive item.
+ "file": { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
+ },
+ "mimeType": "A String", # The MIME type of the Drive item. See https://developers.google.com/drive/v3/web/mime-types.
+ "driveFolder": { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
+ "type": "A String", # The type of Drive folder.
+ },
+ "name": "A String", # The target Drive item. The format is "items/ITEM_ID".
+ "folder": { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
+ "type": "A String", # This field is deprecated; please see `DriveFolder.type` instead.
+ },
+ "owner": { # Information about the owner of a Drive item. # Information about the owner of this Drive item.
+ "drive": { # A lightweight reference to a shared drive. # The drive that owns the item.
+ "name": "A String", # The resource name of the shared drive. The format is "COLLECTION_ID/DRIVE_ID". Clients should not assume a specific collection ID for this resource name.
+ "title": "A String", # The title of the shared drive.
+ },
+ "user": { # Information about an end user. # The user that owns the Drive item.
+ "knownUser": { # A known user. # A known user.
+ "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
+ "isCurrentUser": True or False, # True if this is the user making the request.
+ },
+ "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
+ },
+ "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
+ },
+ },
+ "teamDrive": { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
+ "name": "A String", # This field is deprecated; please see `DriveReference.name` instead.
+ "title": "A String", # This field is deprecated; please see `DriveReference.title` instead.
+ },
+ "domain": { # Information about a domain. # The domain of the Drive item owner.
+ "legacyId": "A String", # An opaque string used to identify this domain.
+ "name": "A String", # The name of the domain, e.g. "google.com".
+ },
+ },
+ "driveFile": { # A Drive item which is a file. # The Drive item is a file.
+ },
+ },
+ "title": "A String", # This field is deprecated; please see `Drive.title` instead.
+ "name": "A String", # This field is deprecated; please see `Drive.name` instead.
+ },
+ "driveItem": { # A Drive item, such as a file or folder. # The target is a Drive item.
+ "title": "A String", # The title of the Drive item.
+ "file": { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
+ },
+ "mimeType": "A String", # The MIME type of the Drive item. See https://developers.google.com/drive/v3/web/mime-types.
+ "driveFolder": { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
+ "type": "A String", # The type of Drive folder.
+ },
+ "name": "A String", # The target Drive item. The format is "items/ITEM_ID".
+ "folder": { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
+ "type": "A String", # This field is deprecated; please see `DriveFolder.type` instead.
+ },
+ "owner": { # Information about the owner of a Drive item. # Information about the owner of this Drive item.
+ "drive": { # A lightweight reference to a shared drive. # The drive that owns the item.
+ "name": "A String", # The resource name of the shared drive. The format is "COLLECTION_ID/DRIVE_ID". Clients should not assume a specific collection ID for this resource name.
+ "title": "A String", # The title of the shared drive.
+ },
+ "user": { # Information about an end user. # The user that owns the Drive item.
+ "knownUser": { # A known user. # A known user.
+ "personName": "A String", # The identifier for this user that can be used with the People API to get more information. The format is "people/ACCOUNT_ID". See https://developers.google.com/people/.
+ "isCurrentUser": True or False, # True if this is the user making the request.
+ },
+ "unknownUser": { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
+ },
+ "deletedUser": { # A user whose account has since been deleted. # A user whose account has since been deleted.
+ },
+ },
+ "teamDrive": { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
+ "name": "A String", # This field is deprecated; please see `DriveReference.name` instead.
+ "title": "A String", # This field is deprecated; please see `DriveReference.title` instead.
+ },
+ "domain": { # Information about a domain. # The domain of the Drive item owner.
+ "legacyId": "A String", # An opaque string used to identify this domain.
+ "name": "A String", # The name of the domain, e.g. "google.com".
+ },
+ },
+ "driveFile": { # A Drive item which is a file. # The Drive item is a file.
+ },
+ },
+ },
},
],
},