blob: 48d121282ef3a91796da6c92440ae5340e6240cf [file] [log] [blame]
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
75<h1><a href="driveactivity_v2.html">Drive Activity API</a> . <a href="driveactivity_v2.activity.html">activity</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070078 <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070081 <code><a href="#query">query(body=None, x__xgafv=None)</a></code></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070082<p class="firstline">Query past activity in Google Drive.</p>
83<p class="toc_element">
84 <code><a href="#query_next">query_next(previous_request, previous_response)</a></code></p>
85<p class="firstline">Retrieves the next page of results.</p>
86<h3>Method Details</h3>
87<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070088 <code class="details" id="close">close()</code>
89 <pre>Close httplib2 connections.</pre>
90</div>
91
92<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -070093 <code class="details" id="query">query(body=None, x__xgafv=None)</code>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070094 <pre>Query past activity in Google Drive.
95
96Args:
Dan O'Mearadd494642020-05-01 07:42:23 -070097 body: object, The request body.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070098 The object takes the form of:
99
100{ # The request message for querying Drive activity.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700101 &quot;ancestorName&quot;: &quot;A String&quot;, # Return activities for this Drive folder and all children and descendants. The format is &quot;items/ITEM_ID&quot;.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800102 &quot;filter&quot;: &quot;A String&quot;, # The filtering for items returned from this query request. The format of the filter string is a sequence of expressions, joined by an optional &quot;AND&quot;, where each expression is of the form &quot;field operator value&quot;. 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 &gt; 1452409200000 AND time &lt;= 1492812924310 - time &gt;= &quot;2016-01-10T01:02:03-05:00&quot; - detail.action_detail_case: Uses the &quot;has&quot; 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
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700103 &quot;pageSize&quot;: 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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800104 &quot;pageToken&quot;: &quot;A String&quot;, # 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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700105 &quot;consolidationStrategy&quot;: { # 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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700106 &quot;legacy&quot;: { # 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.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700107 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800108 &quot;none&quot;: { # A strategy which does no consolidation of individual activities. # The individual activities are not consolidated.
109 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700110 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800111 &quot;itemName&quot;: &quot;A String&quot;, # Return activities for this Drive item. The format is &quot;items/ITEM_ID&quot;.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700112 }
113
114 x__xgafv: string, V1 error format.
115 Allowed values
116 1 - v1 error format
117 2 - v2 error format
118
119Returns:
120 An object of the form:
121
122 { # Response message for querying Drive activity.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800123 &quot;nextPageToken&quot;: &quot;A String&quot;, # Token to retrieve the next page of results, or empty if there are no more results in the list.
Bu Sun Kim65020912020-05-20 12:08:20 -0700124 &quot;activities&quot;: [ # List of activity requested.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700125 { # 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.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700126 &quot;actions&quot;: [ # Details on all actions in this activity.
127 { # Information about the action.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800128 &quot;timestamp&quot;: &quot;A String&quot;, # The action occurred at this specific time.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700129 &quot;detail&quot;: { # Data describing the type and additional information of an action. # The type and detailed information about the action.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800130 &quot;rename&quot;: { # An object was renamed. # An object was renamed.
131 &quot;oldTitle&quot;: &quot;A String&quot;, # The previous title of the drive object.
132 &quot;newTitle&quot;: &quot;A String&quot;, # The new title of the drive object.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700133 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800134 &quot;comment&quot;: { # A change about comments on an object. # A change about comments was made.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800135 &quot;assignment&quot;: { # A comment with an assignment. # A change on an assignment.
136 &quot;assignedUser&quot;: { # Information about an end user. # The user to whom the comment was assigned.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800137 &quot;knownUser&quot;: { # A known user. # A known user.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800138 &quot;isCurrentUser&quot;: True or False, # True if this is the user making the request.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800139 &quot;personName&quot;: &quot;A String&quot;, # The identifier for this user that can be used with the People API to get more information. The format is &quot;people/ACCOUNT_ID&quot;. See https://developers.google.com/people/.
140 },
141 &quot;deletedUser&quot;: { # A user whose account has since been deleted. # A user whose account has since been deleted.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700142 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800143 &quot;unknownUser&quot;: { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700144 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800145 },
146 &quot;subtype&quot;: &quot;A String&quot;, # The sub-type of this event.
147 },
148 &quot;mentionedUsers&quot;: [ # Users who are mentioned in this comment.
149 { # Information about an end user.
150 &quot;knownUser&quot;: { # A known user. # A known user.
151 &quot;isCurrentUser&quot;: True or False, # True if this is the user making the request.
152 &quot;personName&quot;: &quot;A String&quot;, # The identifier for this user that can be used with the People API to get more information. The format is &quot;people/ACCOUNT_ID&quot;. See https://developers.google.com/people/.
153 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800154 &quot;deletedUser&quot;: { # A user whose account has since been deleted. # A user whose account has since been deleted.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700155 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800156 &quot;unknownUser&quot;: { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
157 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700158 },
159 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800160 &quot;suggestion&quot;: { # A suggestion. # A change on a suggestion.
161 &quot;subtype&quot;: &quot;A String&quot;, # The sub-type of this event.
162 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800163 &quot;post&quot;: { # A regular posted comment. # A change on a regular posted comment.
164 &quot;subtype&quot;: &quot;A String&quot;, # The sub-type of this event.
165 },
166 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800167 &quot;restore&quot;: { # A deleted object was restored. # A deleted object was restored.
168 &quot;type&quot;: &quot;A String&quot;, # The type of restore action taken.
169 },
170 &quot;create&quot;: { # An object was created. # An object was created.
171 &quot;copy&quot;: { # An object was created by copying an existing object. # If present, indicates the object was created by copying an existing Drive object.
172 &quot;originalObject&quot;: { # A lightweight reference to the target of activity. # The the original object.
173 &quot;teamDrive&quot;: { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
174 &quot;name&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveReference.name` instead.
175 &quot;title&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveReference.title` instead.
176 },
177 &quot;drive&quot;: { # A lightweight reference to a shared drive. # The target is a shared drive.
178 &quot;title&quot;: &quot;A String&quot;, # The title of the shared drive.
179 &quot;name&quot;: &quot;A String&quot;, # The resource name of the shared drive. The format is &quot;COLLECTION_ID/DRIVE_ID&quot;. Clients should not assume a specific collection ID for this resource name.
180 },
181 &quot;driveItem&quot;: { # A lightweight reference to a Drive item, such as a file or folder. # The target is a Drive item.
182 &quot;file&quot;: { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
183 },
184 &quot;folder&quot;: { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
185 &quot;type&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveFolder.type` instead.
186 },
187 &quot;title&quot;: &quot;A String&quot;, # The title of the Drive item.
188 &quot;driveFile&quot;: { # A Drive item which is a file. # The Drive item is a file.
189 },
190 &quot;name&quot;: &quot;A String&quot;, # The target Drive item. The format is &quot;items/ITEM_ID&quot;.
191 &quot;driveFolder&quot;: { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
192 &quot;type&quot;: &quot;A String&quot;, # The type of Drive folder.
193 },
194 },
195 },
196 },
197 &quot;new&quot;: { # 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.
198 },
199 &quot;upload&quot;: { # An object was uploaded into Drive. # If present, indicates the object originated externally and was uploaded to Drive.
200 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800201 },
202 &quot;edit&quot;: { # An empty message indicating an object was edited. # An object was edited.
203 },
204 &quot;settingsChange&quot;: { # Information about settings changes. # Settings were changed.
205 &quot;restrictionChanges&quot;: [ # The set of changes made to restrictions.
206 { # Information about restriction policy changes to a feature.
207 &quot;newRestriction&quot;: &quot;A String&quot;, # The restriction in place after the change.
208 &quot;feature&quot;: &quot;A String&quot;, # The feature which had a change in restriction policy.
209 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700210 ],
211 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800212 &quot;dlpChange&quot;: { # A change in the object&#x27;s data leak prevention status. # A change happened in data leak prevention status.
213 &quot;type&quot;: &quot;A String&quot;, # The type of Data Leak Prevention (DLP) change.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700214 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800215 &quot;delete&quot;: { # An object was deleted. # An object was deleted.
216 &quot;type&quot;: &quot;A String&quot;, # The type of delete action taken.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700217 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800218 &quot;move&quot;: { # An object was moved. # An object was moved.
219 &quot;removedParents&quot;: [ # The removed parent object(s).
220 { # A lightweight reference to the target of activity.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800221 &quot;teamDrive&quot;: { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
222 &quot;name&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveReference.name` instead.
223 &quot;title&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveReference.title` instead.
224 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800225 &quot;drive&quot;: { # A lightweight reference to a shared drive. # The target is a shared drive.
226 &quot;title&quot;: &quot;A String&quot;, # The title of the shared drive.
227 &quot;name&quot;: &quot;A String&quot;, # The resource name of the shared drive. The format is &quot;COLLECTION_ID/DRIVE_ID&quot;. Clients should not assume a specific collection ID for this resource name.
228 },
229 &quot;driveItem&quot;: { # A lightweight reference to a Drive item, such as a file or folder. # The target is a Drive item.
230 &quot;file&quot;: { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
231 },
232 &quot;folder&quot;: { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
233 &quot;type&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveFolder.type` instead.
234 },
235 &quot;title&quot;: &quot;A String&quot;, # The title of the Drive item.
236 &quot;driveFile&quot;: { # A Drive item which is a file. # The Drive item is a file.
237 },
238 &quot;name&quot;: &quot;A String&quot;, # The target Drive item. The format is &quot;items/ITEM_ID&quot;.
239 &quot;driveFolder&quot;: { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
240 &quot;type&quot;: &quot;A String&quot;, # The type of Drive folder.
241 },
242 },
243 },
244 ],
245 &quot;addedParents&quot;: [ # The added parent object(s).
246 { # A lightweight reference to the target of activity.
247 &quot;teamDrive&quot;: { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
248 &quot;name&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveReference.name` instead.
249 &quot;title&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveReference.title` instead.
250 },
251 &quot;drive&quot;: { # A lightweight reference to a shared drive. # The target is a shared drive.
252 &quot;title&quot;: &quot;A String&quot;, # The title of the shared drive.
253 &quot;name&quot;: &quot;A String&quot;, # The resource name of the shared drive. The format is &quot;COLLECTION_ID/DRIVE_ID&quot;. Clients should not assume a specific collection ID for this resource name.
254 },
255 &quot;driveItem&quot;: { # A lightweight reference to a Drive item, such as a file or folder. # The target is a Drive item.
256 &quot;file&quot;: { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
257 },
258 &quot;folder&quot;: { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
259 &quot;type&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveFolder.type` instead.
260 },
261 &quot;title&quot;: &quot;A String&quot;, # The title of the Drive item.
262 &quot;driveFile&quot;: { # A Drive item which is a file. # The Drive item is a file.
263 },
264 &quot;name&quot;: &quot;A String&quot;, # The target Drive item. The format is &quot;items/ITEM_ID&quot;.
265 &quot;driveFolder&quot;: { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
266 &quot;type&quot;: &quot;A String&quot;, # The type of Drive folder.
267 },
268 },
269 },
270 ],
271 },
272 &quot;reference&quot;: { # Activity in applications other than Drive. # An object was referenced in an application outside of Drive/Docs.
273 &quot;type&quot;: &quot;A String&quot;, # The reference type corresponding to this event.
274 },
275 &quot;permissionChange&quot;: { # A change of the permission setting on an item. # The permission on an object was changed.
276 &quot;addedPermissions&quot;: [ # The set of permissions added by this change.
277 { # The permission setting of an object.
278 &quot;group&quot;: { # Information about a group. # The group to whom this permission applies.
279 &quot;title&quot;: &quot;A String&quot;, # The title of the group.
280 &quot;email&quot;: &quot;A String&quot;, # The email address of the group.
281 },
282 &quot;allowDiscovery&quot;: True or False, # If true, the item can be discovered (e.g. in the user&#x27;s &quot;Shared with me&quot; collection) without needing a link to the item.
283 &quot;role&quot;: &quot;A String&quot;, # Indicates the Google Drive permissions role. The role determines a user&#x27;s ability to read, write, and comment on items.
284 &quot;user&quot;: { # Information about an end user. # The user to whom this permission applies.
285 &quot;knownUser&quot;: { # A known user. # A known user.
286 &quot;isCurrentUser&quot;: True or False, # True if this is the user making the request.
287 &quot;personName&quot;: &quot;A String&quot;, # The identifier for this user that can be used with the People API to get more information. The format is &quot;people/ACCOUNT_ID&quot;. See https://developers.google.com/people/.
288 },
289 &quot;deletedUser&quot;: { # A user whose account has since been deleted. # A user whose account has since been deleted.
290 },
291 &quot;unknownUser&quot;: { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
292 },
293 },
294 &quot;domain&quot;: { # Information about a domain. # The domain to whom this permission applies.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800295 &quot;legacyId&quot;: &quot;A String&quot;, # An opaque string used to identify this domain.
296 &quot;name&quot;: &quot;A String&quot;, # The name of the domain, e.g. &quot;google.com&quot;.
297 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800298 &quot;anyone&quot;: { # Represents any user (including a logged out user). # If set, this permission applies to anyone, even logged out users.
299 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800300 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800301 ],
302 &quot;removedPermissions&quot;: [ # The set of permissions removed by this change.
303 { # The permission setting of an object.
304 &quot;group&quot;: { # Information about a group. # The group to whom this permission applies.
305 &quot;title&quot;: &quot;A String&quot;, # The title of the group.
306 &quot;email&quot;: &quot;A String&quot;, # The email address of the group.
307 },
308 &quot;allowDiscovery&quot;: True or False, # If true, the item can be discovered (e.g. in the user&#x27;s &quot;Shared with me&quot; collection) without needing a link to the item.
309 &quot;role&quot;: &quot;A String&quot;, # Indicates the Google Drive permissions role. The role determines a user&#x27;s ability to read, write, and comment on items.
310 &quot;user&quot;: { # Information about an end user. # The user to whom this permission applies.
311 &quot;knownUser&quot;: { # A known user. # A known user.
312 &quot;isCurrentUser&quot;: True or False, # True if this is the user making the request.
313 &quot;personName&quot;: &quot;A String&quot;, # The identifier for this user that can be used with the People API to get more information. The format is &quot;people/ACCOUNT_ID&quot;. See https://developers.google.com/people/.
314 },
315 &quot;deletedUser&quot;: { # A user whose account has since been deleted. # A user whose account has since been deleted.
316 },
317 &quot;unknownUser&quot;: { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
318 },
319 },
320 &quot;domain&quot;: { # Information about a domain. # The domain to whom this permission applies.
321 &quot;legacyId&quot;: &quot;A String&quot;, # An opaque string used to identify this domain.
322 &quot;name&quot;: &quot;A String&quot;, # The name of the domain, e.g. &quot;google.com&quot;.
323 },
324 &quot;anyone&quot;: { # Represents any user (including a logged out user). # If set, this permission applies to anyone, even logged out users.
325 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800326 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800327 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800328 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800329 },
330 &quot;target&quot;: { # 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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800331 &quot;drive&quot;: { # Information about a shared drive. # The target is a shared drive.
332 &quot;name&quot;: &quot;A String&quot;, # The resource name of the shared drive. The format is &quot;COLLECTION_ID/DRIVE_ID&quot;. Clients should not assume a specific collection ID for this resource name.
333 &quot;root&quot;: { # A Drive item, such as a file or folder. # The root of this shared drive.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800334 &quot;mimeType&quot;: &quot;A String&quot;, # The MIME type of the Drive item. See https://developers.google.com/drive/v3/web/mime-types.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800335 &quot;owner&quot;: { # Information about the owner of a Drive item. # Information about the owner of this Drive item.
336 &quot;domain&quot;: { # Information about a domain. # The domain of the Drive item owner.
337 &quot;legacyId&quot;: &quot;A String&quot;, # An opaque string used to identify this domain.
338 &quot;name&quot;: &quot;A String&quot;, # The name of the domain, e.g. &quot;google.com&quot;.
339 },
340 &quot;drive&quot;: { # A lightweight reference to a shared drive. # The drive that owns the item.
341 &quot;title&quot;: &quot;A String&quot;, # The title of the shared drive.
342 &quot;name&quot;: &quot;A String&quot;, # The resource name of the shared drive. The format is &quot;COLLECTION_ID/DRIVE_ID&quot;. Clients should not assume a specific collection ID for this resource name.
343 },
344 &quot;teamDrive&quot;: { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
345 &quot;name&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveReference.name` instead.
346 &quot;title&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveReference.title` instead.
347 },
348 &quot;user&quot;: { # Information about an end user. # The user that owns the Drive item.
349 &quot;knownUser&quot;: { # A known user. # A known user.
350 &quot;isCurrentUser&quot;: True or False, # True if this is the user making the request.
351 &quot;personName&quot;: &quot;A String&quot;, # The identifier for this user that can be used with the People API to get more information. The format is &quot;people/ACCOUNT_ID&quot;. See https://developers.google.com/people/.
352 },
353 &quot;deletedUser&quot;: { # A user whose account has since been deleted. # A user whose account has since been deleted.
354 },
355 &quot;unknownUser&quot;: { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
356 },
357 },
358 },
359 &quot;driveFile&quot;: { # A Drive item which is a file. # The Drive item is a file.
360 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800361 &quot;driveFolder&quot;: { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
362 &quot;type&quot;: &quot;A String&quot;, # The type of Drive folder.
363 },
364 &quot;name&quot;: &quot;A String&quot;, # The target Drive item. The format is &quot;items/ITEM_ID&quot;.
365 &quot;folder&quot;: { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
366 &quot;type&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveFolder.type` instead.
367 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800368 &quot;title&quot;: &quot;A String&quot;, # The title of the Drive item.
369 &quot;file&quot;: { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800370 },
371 },
372 &quot;title&quot;: &quot;A String&quot;, # The title of the shared drive.
373 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800374 &quot;driveItem&quot;: { # A Drive item, such as a file or folder. # The target is a Drive item.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800375 &quot;mimeType&quot;: &quot;A String&quot;, # The MIME type of the Drive item. See https://developers.google.com/drive/v3/web/mime-types.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800376 &quot;owner&quot;: { # Information about the owner of a Drive item. # Information about the owner of this Drive item.
377 &quot;domain&quot;: { # Information about a domain. # The domain of the Drive item owner.
378 &quot;legacyId&quot;: &quot;A String&quot;, # An opaque string used to identify this domain.
379 &quot;name&quot;: &quot;A String&quot;, # The name of the domain, e.g. &quot;google.com&quot;.
380 },
381 &quot;drive&quot;: { # A lightweight reference to a shared drive. # The drive that owns the item.
382 &quot;title&quot;: &quot;A String&quot;, # The title of the shared drive.
383 &quot;name&quot;: &quot;A String&quot;, # The resource name of the shared drive. The format is &quot;COLLECTION_ID/DRIVE_ID&quot;. Clients should not assume a specific collection ID for this resource name.
384 },
385 &quot;teamDrive&quot;: { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
386 &quot;name&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveReference.name` instead.
387 &quot;title&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveReference.title` instead.
388 },
389 &quot;user&quot;: { # Information about an end user. # The user that owns the Drive item.
390 &quot;knownUser&quot;: { # A known user. # A known user.
391 &quot;isCurrentUser&quot;: True or False, # True if this is the user making the request.
392 &quot;personName&quot;: &quot;A String&quot;, # The identifier for this user that can be used with the People API to get more information. The format is &quot;people/ACCOUNT_ID&quot;. See https://developers.google.com/people/.
393 },
394 &quot;deletedUser&quot;: { # A user whose account has since been deleted. # A user whose account has since been deleted.
395 },
396 &quot;unknownUser&quot;: { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
397 },
398 },
399 },
400 &quot;driveFile&quot;: { # A Drive item which is a file. # The Drive item is a file.
401 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800402 &quot;driveFolder&quot;: { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
403 &quot;type&quot;: &quot;A String&quot;, # The type of Drive folder.
404 },
405 &quot;name&quot;: &quot;A String&quot;, # The target Drive item. The format is &quot;items/ITEM_ID&quot;.
406 &quot;folder&quot;: { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
407 &quot;type&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveFolder.type` instead.
408 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800409 &quot;title&quot;: &quot;A String&quot;, # The title of the Drive item.
410 &quot;file&quot;: { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
411 },
412 },
413 &quot;fileComment&quot;: { # A comment on a file. # The target is a comment on a Drive file.
414 &quot;legacyCommentId&quot;: &quot;A String&quot;, # 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
415 &quot;legacyDiscussionId&quot;: &quot;A String&quot;, # 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
416 &quot;linkToDiscussion&quot;: &quot;A String&quot;, # The link to the discussion thread containing this comment, for example, &quot;https://docs.google.com/DOCUMENT_ID/edit?disco=THREAD_ID&quot;.
417 &quot;parent&quot;: { # A Drive item, such as a file or folder. # The Drive item containing this comment.
418 &quot;mimeType&quot;: &quot;A String&quot;, # The MIME type of the Drive item. See https://developers.google.com/drive/v3/web/mime-types.
419 &quot;owner&quot;: { # Information about the owner of a Drive item. # Information about the owner of this Drive item.
420 &quot;domain&quot;: { # Information about a domain. # The domain of the Drive item owner.
421 &quot;legacyId&quot;: &quot;A String&quot;, # An opaque string used to identify this domain.
422 &quot;name&quot;: &quot;A String&quot;, # The name of the domain, e.g. &quot;google.com&quot;.
423 },
424 &quot;drive&quot;: { # A lightweight reference to a shared drive. # The drive that owns the item.
425 &quot;title&quot;: &quot;A String&quot;, # The title of the shared drive.
426 &quot;name&quot;: &quot;A String&quot;, # The resource name of the shared drive. The format is &quot;COLLECTION_ID/DRIVE_ID&quot;. Clients should not assume a specific collection ID for this resource name.
427 },
428 &quot;teamDrive&quot;: { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
429 &quot;name&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveReference.name` instead.
430 &quot;title&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveReference.title` instead.
431 },
432 &quot;user&quot;: { # Information about an end user. # The user that owns the Drive item.
433 &quot;knownUser&quot;: { # A known user. # A known user.
434 &quot;isCurrentUser&quot;: True or False, # True if this is the user making the request.
435 &quot;personName&quot;: &quot;A String&quot;, # The identifier for this user that can be used with the People API to get more information. The format is &quot;people/ACCOUNT_ID&quot;. See https://developers.google.com/people/.
436 },
437 &quot;deletedUser&quot;: { # A user whose account has since been deleted. # A user whose account has since been deleted.
438 },
439 &quot;unknownUser&quot;: { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
440 },
441 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800442 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800443 &quot;driveFile&quot;: { # A Drive item which is a file. # The Drive item is a file.
444 },
445 &quot;driveFolder&quot;: { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
446 &quot;type&quot;: &quot;A String&quot;, # The type of Drive folder.
447 },
448 &quot;name&quot;: &quot;A String&quot;, # The target Drive item. The format is &quot;items/ITEM_ID&quot;.
449 &quot;folder&quot;: { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
450 &quot;type&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveFolder.type` instead.
451 },
452 &quot;title&quot;: &quot;A String&quot;, # The title of the Drive item.
453 &quot;file&quot;: { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
454 },
455 },
456 },
457 &quot;teamDrive&quot;: { # This item is deprecated; please see `Drive` instead. # This field is deprecated; please use the `drive` field instead.
458 &quot;name&quot;: &quot;A String&quot;, # This field is deprecated; please see `Drive.name` instead.
459 &quot;title&quot;: &quot;A String&quot;, # This field is deprecated; please see `Drive.title` instead.
460 &quot;root&quot;: { # A Drive item, such as a file or folder. # This field is deprecated; please see `Drive.root` instead.
461 &quot;mimeType&quot;: &quot;A String&quot;, # The MIME type of the Drive item. See https://developers.google.com/drive/v3/web/mime-types.
462 &quot;owner&quot;: { # Information about the owner of a Drive item. # Information about the owner of this Drive item.
463 &quot;domain&quot;: { # Information about a domain. # The domain of the Drive item owner.
464 &quot;legacyId&quot;: &quot;A String&quot;, # An opaque string used to identify this domain.
465 &quot;name&quot;: &quot;A String&quot;, # The name of the domain, e.g. &quot;google.com&quot;.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800466 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800467 &quot;drive&quot;: { # A lightweight reference to a shared drive. # The drive that owns the item.
468 &quot;title&quot;: &quot;A String&quot;, # The title of the shared drive.
469 &quot;name&quot;: &quot;A String&quot;, # The resource name of the shared drive. The format is &quot;COLLECTION_ID/DRIVE_ID&quot;. Clients should not assume a specific collection ID for this resource name.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800470 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800471 &quot;teamDrive&quot;: { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
472 &quot;name&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveReference.name` instead.
473 &quot;title&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveReference.title` instead.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800474 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800475 &quot;user&quot;: { # Information about an end user. # The user that owns the Drive item.
476 &quot;knownUser&quot;: { # A known user. # A known user.
477 &quot;isCurrentUser&quot;: True or False, # True if this is the user making the request.
478 &quot;personName&quot;: &quot;A String&quot;, # The identifier for this user that can be used with the People API to get more information. The format is &quot;people/ACCOUNT_ID&quot;. See https://developers.google.com/people/.
479 },
480 &quot;deletedUser&quot;: { # A user whose account has since been deleted. # A user whose account has since been deleted.
481 },
482 &quot;unknownUser&quot;: { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
483 },
484 },
485 },
486 &quot;driveFile&quot;: { # A Drive item which is a file. # The Drive item is a file.
487 },
488 &quot;driveFolder&quot;: { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
489 &quot;type&quot;: &quot;A String&quot;, # The type of Drive folder.
490 },
491 &quot;name&quot;: &quot;A String&quot;, # The target Drive item. The format is &quot;items/ITEM_ID&quot;.
492 &quot;folder&quot;: { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
493 &quot;type&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveFolder.type` instead.
494 },
495 &quot;title&quot;: &quot;A String&quot;, # The title of the Drive item.
496 &quot;file&quot;: { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
497 },
498 },
499 },
500 },
501 &quot;timeRange&quot;: { # Information about time ranges. # The action occurred over this time range.
502 &quot;startTime&quot;: &quot;A String&quot;, # The start of the time range.
503 &quot;endTime&quot;: &quot;A String&quot;, # The end of the time range.
504 },
505 &quot;actor&quot;: { # The actor of a Drive activity. # The actor responsible for this action (or empty if all actors are responsible).
506 &quot;user&quot;: { # Information about an end user. # An end user.
507 &quot;knownUser&quot;: { # A known user. # A known user.
508 &quot;isCurrentUser&quot;: True or False, # True if this is the user making the request.
509 &quot;personName&quot;: &quot;A String&quot;, # The identifier for this user that can be used with the People API to get more information. The format is &quot;people/ACCOUNT_ID&quot;. See https://developers.google.com/people/.
510 },
511 &quot;deletedUser&quot;: { # A user whose account has since been deleted. # A user whose account has since been deleted.
512 },
513 &quot;unknownUser&quot;: { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
514 },
515 },
516 &quot;anonymous&quot;: { # Empty message representing an anonymous user or indicating the authenticated user should be anonymized. # An anonymous user.
517 },
518 &quot;impersonation&quot;: { # 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.
519 &quot;impersonatedUser&quot;: { # Information about an end user. # The impersonated user.
520 &quot;knownUser&quot;: { # A known user. # A known user.
521 &quot;isCurrentUser&quot;: True or False, # True if this is the user making the request.
522 &quot;personName&quot;: &quot;A String&quot;, # The identifier for this user that can be used with the People API to get more information. The format is &quot;people/ACCOUNT_ID&quot;. See https://developers.google.com/people/.
523 },
524 &quot;deletedUser&quot;: { # A user whose account has since been deleted. # A user whose account has since been deleted.
525 },
526 &quot;unknownUser&quot;: { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
527 },
528 },
529 },
530 &quot;administrator&quot;: { # Empty message representing an administrator. # An administrator.
531 },
532 &quot;system&quot;: { # Event triggered by system operations instead of end users. # A non-user actor (i.e. system triggered).
533 &quot;type&quot;: &quot;A String&quot;, # The type of the system event that may triggered activity.
534 },
535 },
536 },
537 ],
538 &quot;targets&quot;: [ # 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.
539 { # Information about the target of activity.
540 &quot;drive&quot;: { # Information about a shared drive. # The target is a shared drive.
541 &quot;name&quot;: &quot;A String&quot;, # The resource name of the shared drive. The format is &quot;COLLECTION_ID/DRIVE_ID&quot;. Clients should not assume a specific collection ID for this resource name.
542 &quot;root&quot;: { # A Drive item, such as a file or folder. # The root of this shared drive.
543 &quot;mimeType&quot;: &quot;A String&quot;, # The MIME type of the Drive item. See https://developers.google.com/drive/v3/web/mime-types.
544 &quot;owner&quot;: { # Information about the owner of a Drive item. # Information about the owner of this Drive item.
545 &quot;domain&quot;: { # Information about a domain. # The domain of the Drive item owner.
546 &quot;legacyId&quot;: &quot;A String&quot;, # An opaque string used to identify this domain.
547 &quot;name&quot;: &quot;A String&quot;, # The name of the domain, e.g. &quot;google.com&quot;.
548 },
549 &quot;drive&quot;: { # A lightweight reference to a shared drive. # The drive that owns the item.
550 &quot;title&quot;: &quot;A String&quot;, # The title of the shared drive.
551 &quot;name&quot;: &quot;A String&quot;, # The resource name of the shared drive. The format is &quot;COLLECTION_ID/DRIVE_ID&quot;. Clients should not assume a specific collection ID for this resource name.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800552 },
553 &quot;teamDrive&quot;: { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
554 &quot;name&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveReference.name` instead.
555 &quot;title&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveReference.title` instead.
556 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800557 &quot;user&quot;: { # Information about an end user. # The user that owns the Drive item.
558 &quot;knownUser&quot;: { # A known user. # A known user.
559 &quot;isCurrentUser&quot;: True or False, # True if this is the user making the request.
560 &quot;personName&quot;: &quot;A String&quot;, # The identifier for this user that can be used with the People API to get more information. The format is &quot;people/ACCOUNT_ID&quot;. See https://developers.google.com/people/.
561 },
562 &quot;deletedUser&quot;: { # A user whose account has since been deleted. # A user whose account has since been deleted.
563 },
564 &quot;unknownUser&quot;: { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
565 },
566 },
567 },
568 &quot;driveFile&quot;: { # A Drive item which is a file. # The Drive item is a file.
569 },
570 &quot;driveFolder&quot;: { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
571 &quot;type&quot;: &quot;A String&quot;, # The type of Drive folder.
572 },
573 &quot;name&quot;: &quot;A String&quot;, # The target Drive item. The format is &quot;items/ITEM_ID&quot;.
574 &quot;folder&quot;: { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
575 &quot;type&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveFolder.type` instead.
576 },
577 &quot;title&quot;: &quot;A String&quot;, # The title of the Drive item.
578 &quot;file&quot;: { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
579 },
580 },
581 &quot;title&quot;: &quot;A String&quot;, # The title of the shared drive.
582 },
583 &quot;driveItem&quot;: { # A Drive item, such as a file or folder. # The target is a Drive item.
584 &quot;mimeType&quot;: &quot;A String&quot;, # The MIME type of the Drive item. See https://developers.google.com/drive/v3/web/mime-types.
585 &quot;owner&quot;: { # Information about the owner of a Drive item. # Information about the owner of this Drive item.
586 &quot;domain&quot;: { # Information about a domain. # The domain of the Drive item owner.
587 &quot;legacyId&quot;: &quot;A String&quot;, # An opaque string used to identify this domain.
588 &quot;name&quot;: &quot;A String&quot;, # The name of the domain, e.g. &quot;google.com&quot;.
589 },
590 &quot;drive&quot;: { # A lightweight reference to a shared drive. # The drive that owns the item.
591 &quot;title&quot;: &quot;A String&quot;, # The title of the shared drive.
592 &quot;name&quot;: &quot;A String&quot;, # The resource name of the shared drive. The format is &quot;COLLECTION_ID/DRIVE_ID&quot;. Clients should not assume a specific collection ID for this resource name.
593 },
594 &quot;teamDrive&quot;: { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
595 &quot;name&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveReference.name` instead.
596 &quot;title&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveReference.title` instead.
597 },
598 &quot;user&quot;: { # Information about an end user. # The user that owns the Drive item.
599 &quot;knownUser&quot;: { # A known user. # A known user.
600 &quot;isCurrentUser&quot;: True or False, # True if this is the user making the request.
601 &quot;personName&quot;: &quot;A String&quot;, # The identifier for this user that can be used with the People API to get more information. The format is &quot;people/ACCOUNT_ID&quot;. See https://developers.google.com/people/.
602 },
603 &quot;deletedUser&quot;: { # A user whose account has since been deleted. # A user whose account has since been deleted.
604 },
605 &quot;unknownUser&quot;: { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
606 },
607 },
608 },
609 &quot;driveFile&quot;: { # A Drive item which is a file. # The Drive item is a file.
610 },
611 &quot;driveFolder&quot;: { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
612 &quot;type&quot;: &quot;A String&quot;, # The type of Drive folder.
613 },
614 &quot;name&quot;: &quot;A String&quot;, # The target Drive item. The format is &quot;items/ITEM_ID&quot;.
615 &quot;folder&quot;: { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
616 &quot;type&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveFolder.type` instead.
617 },
618 &quot;title&quot;: &quot;A String&quot;, # The title of the Drive item.
619 &quot;file&quot;: { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
620 },
621 },
622 &quot;fileComment&quot;: { # A comment on a file. # The target is a comment on a Drive file.
623 &quot;legacyCommentId&quot;: &quot;A String&quot;, # 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
624 &quot;legacyDiscussionId&quot;: &quot;A String&quot;, # 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
625 &quot;linkToDiscussion&quot;: &quot;A String&quot;, # The link to the discussion thread containing this comment, for example, &quot;https://docs.google.com/DOCUMENT_ID/edit?disco=THREAD_ID&quot;.
626 &quot;parent&quot;: { # A Drive item, such as a file or folder. # The Drive item containing this comment.
627 &quot;mimeType&quot;: &quot;A String&quot;, # The MIME type of the Drive item. See https://developers.google.com/drive/v3/web/mime-types.
628 &quot;owner&quot;: { # Information about the owner of a Drive item. # Information about the owner of this Drive item.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800629 &quot;domain&quot;: { # Information about a domain. # The domain of the Drive item owner.
630 &quot;legacyId&quot;: &quot;A String&quot;, # An opaque string used to identify this domain.
631 &quot;name&quot;: &quot;A String&quot;, # The name of the domain, e.g. &quot;google.com&quot;.
632 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800633 &quot;drive&quot;: { # A lightweight reference to a shared drive. # The drive that owns the item.
634 &quot;title&quot;: &quot;A String&quot;, # The title of the shared drive.
635 &quot;name&quot;: &quot;A String&quot;, # The resource name of the shared drive. The format is &quot;COLLECTION_ID/DRIVE_ID&quot;. Clients should not assume a specific collection ID for this resource name.
636 },
637 &quot;teamDrive&quot;: { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
638 &quot;name&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveReference.name` instead.
639 &quot;title&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveReference.title` instead.
640 },
641 &quot;user&quot;: { # Information about an end user. # The user that owns the Drive item.
642 &quot;knownUser&quot;: { # A known user. # A known user.
643 &quot;isCurrentUser&quot;: True or False, # True if this is the user making the request.
644 &quot;personName&quot;: &quot;A String&quot;, # The identifier for this user that can be used with the People API to get more information. The format is &quot;people/ACCOUNT_ID&quot;. See https://developers.google.com/people/.
645 },
646 &quot;deletedUser&quot;: { # A user whose account has since been deleted. # A user whose account has since been deleted.
647 },
648 &quot;unknownUser&quot;: { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
649 },
650 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800651 },
652 &quot;driveFile&quot;: { # A Drive item which is a file. # The Drive item is a file.
653 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800654 &quot;driveFolder&quot;: { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
655 &quot;type&quot;: &quot;A String&quot;, # The type of Drive folder.
656 },
657 &quot;name&quot;: &quot;A String&quot;, # The target Drive item. The format is &quot;items/ITEM_ID&quot;.
658 &quot;folder&quot;: { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
659 &quot;type&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveFolder.type` instead.
660 },
661 &quot;title&quot;: &quot;A String&quot;, # The title of the Drive item.
662 &quot;file&quot;: { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
663 },
664 },
665 },
666 &quot;teamDrive&quot;: { # This item is deprecated; please see `Drive` instead. # This field is deprecated; please use the `drive` field instead.
667 &quot;name&quot;: &quot;A String&quot;, # This field is deprecated; please see `Drive.name` instead.
668 &quot;title&quot;: &quot;A String&quot;, # This field is deprecated; please see `Drive.title` instead.
669 &quot;root&quot;: { # A Drive item, such as a file or folder. # This field is deprecated; please see `Drive.root` instead.
670 &quot;mimeType&quot;: &quot;A String&quot;, # The MIME type of the Drive item. See https://developers.google.com/drive/v3/web/mime-types.
671 &quot;owner&quot;: { # Information about the owner of a Drive item. # Information about the owner of this Drive item.
672 &quot;domain&quot;: { # Information about a domain. # The domain of the Drive item owner.
673 &quot;legacyId&quot;: &quot;A String&quot;, # An opaque string used to identify this domain.
674 &quot;name&quot;: &quot;A String&quot;, # The name of the domain, e.g. &quot;google.com&quot;.
675 },
676 &quot;drive&quot;: { # A lightweight reference to a shared drive. # The drive that owns the item.
677 &quot;title&quot;: &quot;A String&quot;, # The title of the shared drive.
678 &quot;name&quot;: &quot;A String&quot;, # The resource name of the shared drive. The format is &quot;COLLECTION_ID/DRIVE_ID&quot;. Clients should not assume a specific collection ID for this resource name.
679 },
680 &quot;teamDrive&quot;: { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
681 &quot;name&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveReference.name` instead.
682 &quot;title&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveReference.title` instead.
683 },
684 &quot;user&quot;: { # Information about an end user. # The user that owns the Drive item.
685 &quot;knownUser&quot;: { # A known user. # A known user.
686 &quot;isCurrentUser&quot;: True or False, # True if this is the user making the request.
687 &quot;personName&quot;: &quot;A String&quot;, # The identifier for this user that can be used with the People API to get more information. The format is &quot;people/ACCOUNT_ID&quot;. See https://developers.google.com/people/.
688 },
689 &quot;deletedUser&quot;: { # A user whose account has since been deleted. # A user whose account has since been deleted.
690 },
691 &quot;unknownUser&quot;: { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
692 },
693 },
694 },
695 &quot;driveFile&quot;: { # A Drive item which is a file. # The Drive item is a file.
696 },
697 &quot;driveFolder&quot;: { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
698 &quot;type&quot;: &quot;A String&quot;, # The type of Drive folder.
699 },
700 &quot;name&quot;: &quot;A String&quot;, # The target Drive item. The format is &quot;items/ITEM_ID&quot;.
701 &quot;folder&quot;: { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
702 &quot;type&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveFolder.type` instead.
703 },
704 &quot;title&quot;: &quot;A String&quot;, # The title of the Drive item.
705 &quot;file&quot;: { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
706 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800707 },
708 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700709 },
710 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800711 &quot;actors&quot;: [ # All actor(s) responsible for the activity.
712 { # The actor of a Drive activity.
713 &quot;user&quot;: { # Information about an end user. # An end user.
714 &quot;knownUser&quot;: { # A known user. # A known user.
715 &quot;isCurrentUser&quot;: True or False, # True if this is the user making the request.
716 &quot;personName&quot;: &quot;A String&quot;, # The identifier for this user that can be used with the People API to get more information. The format is &quot;people/ACCOUNT_ID&quot;. See https://developers.google.com/people/.
717 },
718 &quot;deletedUser&quot;: { # A user whose account has since been deleted. # A user whose account has since been deleted.
719 },
720 &quot;unknownUser&quot;: { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
721 },
722 },
723 &quot;anonymous&quot;: { # Empty message representing an anonymous user or indicating the authenticated user should be anonymized. # An anonymous user.
724 },
725 &quot;impersonation&quot;: { # 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.
726 &quot;impersonatedUser&quot;: { # Information about an end user. # The impersonated user.
727 &quot;knownUser&quot;: { # A known user. # A known user.
728 &quot;isCurrentUser&quot;: True or False, # True if this is the user making the request.
729 &quot;personName&quot;: &quot;A String&quot;, # The identifier for this user that can be used with the People API to get more information. The format is &quot;people/ACCOUNT_ID&quot;. See https://developers.google.com/people/.
730 },
731 &quot;deletedUser&quot;: { # A user whose account has since been deleted. # A user whose account has since been deleted.
732 },
733 &quot;unknownUser&quot;: { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
734 },
735 },
736 },
737 &quot;administrator&quot;: { # Empty message representing an administrator. # An administrator.
738 },
739 &quot;system&quot;: { # Event triggered by system operations instead of end users. # A non-user actor (i.e. system triggered).
740 &quot;type&quot;: &quot;A String&quot;, # The type of the system event that may triggered activity.
741 },
742 },
743 ],
744 &quot;timestamp&quot;: &quot;A String&quot;, # The activity occurred at this specific time.
745 &quot;primaryActionDetail&quot;: { # 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.
746 &quot;rename&quot;: { # An object was renamed. # An object was renamed.
747 &quot;oldTitle&quot;: &quot;A String&quot;, # The previous title of the drive object.
748 &quot;newTitle&quot;: &quot;A String&quot;, # The new title of the drive object.
749 },
750 &quot;comment&quot;: { # A change about comments on an object. # A change about comments was made.
751 &quot;assignment&quot;: { # A comment with an assignment. # A change on an assignment.
752 &quot;assignedUser&quot;: { # Information about an end user. # The user to whom the comment was assigned.
753 &quot;knownUser&quot;: { # A known user. # A known user.
754 &quot;isCurrentUser&quot;: True or False, # True if this is the user making the request.
755 &quot;personName&quot;: &quot;A String&quot;, # The identifier for this user that can be used with the People API to get more information. The format is &quot;people/ACCOUNT_ID&quot;. See https://developers.google.com/people/.
756 },
757 &quot;deletedUser&quot;: { # A user whose account has since been deleted. # A user whose account has since been deleted.
758 },
759 &quot;unknownUser&quot;: { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
760 },
761 },
762 &quot;subtype&quot;: &quot;A String&quot;, # The sub-type of this event.
763 },
764 &quot;mentionedUsers&quot;: [ # Users who are mentioned in this comment.
765 { # Information about an end user.
766 &quot;knownUser&quot;: { # A known user. # A known user.
767 &quot;isCurrentUser&quot;: True or False, # True if this is the user making the request.
768 &quot;personName&quot;: &quot;A String&quot;, # The identifier for this user that can be used with the People API to get more information. The format is &quot;people/ACCOUNT_ID&quot;. See https://developers.google.com/people/.
769 },
770 &quot;deletedUser&quot;: { # A user whose account has since been deleted. # A user whose account has since been deleted.
771 },
772 &quot;unknownUser&quot;: { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
773 },
774 },
775 ],
776 &quot;suggestion&quot;: { # A suggestion. # A change on a suggestion.
777 &quot;subtype&quot;: &quot;A String&quot;, # The sub-type of this event.
778 },
779 &quot;post&quot;: { # A regular posted comment. # A change on a regular posted comment.
780 &quot;subtype&quot;: &quot;A String&quot;, # The sub-type of this event.
781 },
782 },
783 &quot;restore&quot;: { # A deleted object was restored. # A deleted object was restored.
784 &quot;type&quot;: &quot;A String&quot;, # The type of restore action taken.
785 },
786 &quot;create&quot;: { # An object was created. # An object was created.
787 &quot;copy&quot;: { # An object was created by copying an existing object. # If present, indicates the object was created by copying an existing Drive object.
788 &quot;originalObject&quot;: { # A lightweight reference to the target of activity. # The the original object.
789 &quot;teamDrive&quot;: { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
790 &quot;name&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveReference.name` instead.
791 &quot;title&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveReference.title` instead.
792 },
793 &quot;drive&quot;: { # A lightweight reference to a shared drive. # The target is a shared drive.
794 &quot;title&quot;: &quot;A String&quot;, # The title of the shared drive.
795 &quot;name&quot;: &quot;A String&quot;, # The resource name of the shared drive. The format is &quot;COLLECTION_ID/DRIVE_ID&quot;. Clients should not assume a specific collection ID for this resource name.
796 },
797 &quot;driveItem&quot;: { # A lightweight reference to a Drive item, such as a file or folder. # The target is a Drive item.
798 &quot;file&quot;: { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
799 },
800 &quot;folder&quot;: { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
801 &quot;type&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveFolder.type` instead.
802 },
803 &quot;title&quot;: &quot;A String&quot;, # The title of the Drive item.
804 &quot;driveFile&quot;: { # A Drive item which is a file. # The Drive item is a file.
805 },
806 &quot;name&quot;: &quot;A String&quot;, # The target Drive item. The format is &quot;items/ITEM_ID&quot;.
807 &quot;driveFolder&quot;: { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
808 &quot;type&quot;: &quot;A String&quot;, # The type of Drive folder.
809 },
810 },
811 },
812 },
813 &quot;new&quot;: { # 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.
814 },
815 &quot;upload&quot;: { # An object was uploaded into Drive. # If present, indicates the object originated externally and was uploaded to Drive.
816 },
817 },
818 &quot;edit&quot;: { # An empty message indicating an object was edited. # An object was edited.
819 },
820 &quot;settingsChange&quot;: { # Information about settings changes. # Settings were changed.
821 &quot;restrictionChanges&quot;: [ # The set of changes made to restrictions.
822 { # Information about restriction policy changes to a feature.
823 &quot;newRestriction&quot;: &quot;A String&quot;, # The restriction in place after the change.
824 &quot;feature&quot;: &quot;A String&quot;, # The feature which had a change in restriction policy.
825 },
826 ],
827 },
828 &quot;dlpChange&quot;: { # A change in the object&#x27;s data leak prevention status. # A change happened in data leak prevention status.
829 &quot;type&quot;: &quot;A String&quot;, # The type of Data Leak Prevention (DLP) change.
830 },
831 &quot;delete&quot;: { # An object was deleted. # An object was deleted.
832 &quot;type&quot;: &quot;A String&quot;, # The type of delete action taken.
833 },
834 &quot;move&quot;: { # An object was moved. # An object was moved.
835 &quot;removedParents&quot;: [ # The removed parent object(s).
836 { # A lightweight reference to the target of activity.
837 &quot;teamDrive&quot;: { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
838 &quot;name&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveReference.name` instead.
839 &quot;title&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveReference.title` instead.
840 },
841 &quot;drive&quot;: { # A lightweight reference to a shared drive. # The target is a shared drive.
842 &quot;title&quot;: &quot;A String&quot;, # The title of the shared drive.
843 &quot;name&quot;: &quot;A String&quot;, # The resource name of the shared drive. The format is &quot;COLLECTION_ID/DRIVE_ID&quot;. Clients should not assume a specific collection ID for this resource name.
844 },
845 &quot;driveItem&quot;: { # A lightweight reference to a Drive item, such as a file or folder. # The target is a Drive item.
846 &quot;file&quot;: { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
847 },
848 &quot;folder&quot;: { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
849 &quot;type&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveFolder.type` instead.
850 },
851 &quot;title&quot;: &quot;A String&quot;, # The title of the Drive item.
852 &quot;driveFile&quot;: { # A Drive item which is a file. # The Drive item is a file.
853 },
854 &quot;name&quot;: &quot;A String&quot;, # The target Drive item. The format is &quot;items/ITEM_ID&quot;.
855 &quot;driveFolder&quot;: { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
856 &quot;type&quot;: &quot;A String&quot;, # The type of Drive folder.
857 },
858 },
859 },
860 ],
861 &quot;addedParents&quot;: [ # The added parent object(s).
862 { # A lightweight reference to the target of activity.
863 &quot;teamDrive&quot;: { # This item is deprecated; please see `DriveReference` instead. # This field is deprecated; please use the `drive` field instead.
864 &quot;name&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveReference.name` instead.
865 &quot;title&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveReference.title` instead.
866 },
867 &quot;drive&quot;: { # A lightweight reference to a shared drive. # The target is a shared drive.
868 &quot;title&quot;: &quot;A String&quot;, # The title of the shared drive.
869 &quot;name&quot;: &quot;A String&quot;, # The resource name of the shared drive. The format is &quot;COLLECTION_ID/DRIVE_ID&quot;. Clients should not assume a specific collection ID for this resource name.
870 },
871 &quot;driveItem&quot;: { # A lightweight reference to a Drive item, such as a file or folder. # The target is a Drive item.
872 &quot;file&quot;: { # This item is deprecated; please see `DriveFile` instead. # This field is deprecated; please use the `driveFile` field instead.
873 },
874 &quot;folder&quot;: { # This item is deprecated; please see `DriveFolder` instead. # This field is deprecated; please use the `driveFolder` field instead.
875 &quot;type&quot;: &quot;A String&quot;, # This field is deprecated; please see `DriveFolder.type` instead.
876 },
877 &quot;title&quot;: &quot;A String&quot;, # The title of the Drive item.
878 &quot;driveFile&quot;: { # A Drive item which is a file. # The Drive item is a file.
879 },
880 &quot;name&quot;: &quot;A String&quot;, # The target Drive item. The format is &quot;items/ITEM_ID&quot;.
881 &quot;driveFolder&quot;: { # A Drive item which is a folder. # The Drive item is a folder. Includes information about the type of folder.
882 &quot;type&quot;: &quot;A String&quot;, # The type of Drive folder.
883 },
884 },
885 },
886 ],
887 },
888 &quot;reference&quot;: { # Activity in applications other than Drive. # An object was referenced in an application outside of Drive/Docs.
889 &quot;type&quot;: &quot;A String&quot;, # The reference type corresponding to this event.
890 },
891 &quot;permissionChange&quot;: { # A change of the permission setting on an item. # The permission on an object was changed.
892 &quot;addedPermissions&quot;: [ # The set of permissions added by this change.
893 { # The permission setting of an object.
894 &quot;group&quot;: { # Information about a group. # The group to whom this permission applies.
895 &quot;title&quot;: &quot;A String&quot;, # The title of the group.
896 &quot;email&quot;: &quot;A String&quot;, # The email address of the group.
897 },
898 &quot;allowDiscovery&quot;: True or False, # If true, the item can be discovered (e.g. in the user&#x27;s &quot;Shared with me&quot; collection) without needing a link to the item.
899 &quot;role&quot;: &quot;A String&quot;, # Indicates the Google Drive permissions role. The role determines a user&#x27;s ability to read, write, and comment on items.
900 &quot;user&quot;: { # Information about an end user. # The user to whom this permission applies.
901 &quot;knownUser&quot;: { # A known user. # A known user.
902 &quot;isCurrentUser&quot;: True or False, # True if this is the user making the request.
903 &quot;personName&quot;: &quot;A String&quot;, # The identifier for this user that can be used with the People API to get more information. The format is &quot;people/ACCOUNT_ID&quot;. See https://developers.google.com/people/.
904 },
905 &quot;deletedUser&quot;: { # A user whose account has since been deleted. # A user whose account has since been deleted.
906 },
907 &quot;unknownUser&quot;: { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
908 },
909 },
910 &quot;domain&quot;: { # Information about a domain. # The domain to whom this permission applies.
911 &quot;legacyId&quot;: &quot;A String&quot;, # An opaque string used to identify this domain.
912 &quot;name&quot;: &quot;A String&quot;, # The name of the domain, e.g. &quot;google.com&quot;.
913 },
914 &quot;anyone&quot;: { # Represents any user (including a logged out user). # If set, this permission applies to anyone, even logged out users.
915 },
916 },
917 ],
918 &quot;removedPermissions&quot;: [ # The set of permissions removed by this change.
919 { # The permission setting of an object.
920 &quot;group&quot;: { # Information about a group. # The group to whom this permission applies.
921 &quot;title&quot;: &quot;A String&quot;, # The title of the group.
922 &quot;email&quot;: &quot;A String&quot;, # The email address of the group.
923 },
924 &quot;allowDiscovery&quot;: True or False, # If true, the item can be discovered (e.g. in the user&#x27;s &quot;Shared with me&quot; collection) without needing a link to the item.
925 &quot;role&quot;: &quot;A String&quot;, # Indicates the Google Drive permissions role. The role determines a user&#x27;s ability to read, write, and comment on items.
926 &quot;user&quot;: { # Information about an end user. # The user to whom this permission applies.
927 &quot;knownUser&quot;: { # A known user. # A known user.
928 &quot;isCurrentUser&quot;: True or False, # True if this is the user making the request.
929 &quot;personName&quot;: &quot;A String&quot;, # The identifier for this user that can be used with the People API to get more information. The format is &quot;people/ACCOUNT_ID&quot;. See https://developers.google.com/people/.
930 },
931 &quot;deletedUser&quot;: { # A user whose account has since been deleted. # A user whose account has since been deleted.
932 },
933 &quot;unknownUser&quot;: { # A user about whom nothing is currently known. # A user about whom nothing is currently known.
934 },
935 },
936 &quot;domain&quot;: { # Information about a domain. # The domain to whom this permission applies.
937 &quot;legacyId&quot;: &quot;A String&quot;, # An opaque string used to identify this domain.
938 &quot;name&quot;: &quot;A String&quot;, # The name of the domain, e.g. &quot;google.com&quot;.
939 },
940 &quot;anyone&quot;: { # Represents any user (including a logged out user). # If set, this permission applies to anyone, even logged out users.
941 },
942 },
943 ],
944 },
945 },
946 &quot;timeRange&quot;: { # Information about time ranges. # The activity occurred over this time range.
947 &quot;startTime&quot;: &quot;A String&quot;, # The start of the time range.
948 &quot;endTime&quot;: &quot;A String&quot;, # The end of the time range.
949 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700950 },
951 ],
952 }</pre>
953</div>
954
955<div class="method">
956 <code class="details" id="query_next">query_next(previous_request, previous_response)</code>
957 <pre>Retrieves the next page of results.
958
959Args:
960 previous_request: The request for the previous page. (required)
961 previous_response: The response from the request for the previous page. (required)
962
963Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700964 A request object that you can call &#x27;execute()&#x27; on to request the next
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700965 page. Returns None if there are no more items in the collection.
966 </pre>
967</div>
968
969</body></html>