blob: ff57c16e86b40d68dac91cc44a08d799a456e94c [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="vault_v1.html">G Suite Vault API</a> . <a href="vault_v1.matters.html">matters</a> . <a href="vault_v1.matters.savedQueries.html">savedQueries</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="#create">create(matterId, body=None, x__xgafv=None)</a></code></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070082<p class="firstline">Creates a saved query.</p>
83<p class="toc_element">
84 <code><a href="#delete">delete(matterId, savedQueryId, x__xgafv=None)</a></code></p>
85<p class="firstline">Deletes a saved query by Id.</p>
86<p class="toc_element">
87 <code><a href="#get">get(matterId, savedQueryId, x__xgafv=None)</a></code></p>
88<p class="firstline">Retrieves a saved query by Id.</p>
89<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070090 <code><a href="#list">list(matterId, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
91<p class="firstline">Lists saved queries within a matter. An empty page token in ListSavedQueriesResponse denotes no more saved queries to list.</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070092<p class="toc_element">
93 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
94<p class="firstline">Retrieves the next page of results.</p>
95<h3>Method Details</h3>
96<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070097 <code class="details" id="close">close()</code>
98 <pre>Close httplib2 connections.</pre>
99</div>
100
101<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700102 <code class="details" id="create">create(matterId, body=None, x__xgafv=None)</code>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700103 <pre>Creates a saved query.
104
105Args:
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700106 matterId: string, The matter ID of the parent matter for which the saved query is to be created. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700107 body: object, The request body.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700108 The object takes the form of:
109
110{ # Definition of the saved query.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800111 &quot;matterId&quot;: &quot;A String&quot;, # Output only. The matter ID of the associated matter. The server does not look at this field during create and always uses matter id in the URL.
112 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The server generated timestamp at which saved query was created.
113 &quot;query&quot;: { # A query definition relevant for search &amp; export. # The underlying Query object which contains all the information of the saved query.
114 &quot;method&quot;: &quot;A String&quot;, # The search method to use. This field is similar to the search_method field but is introduced to support shared drives. It supports all search method types. In case the search_method is TEAM_DRIVE the response of this field will be SHARED_DRIVE only.
115 &quot;voiceOptions&quot;: { # Voice search options # For voice search, specify more options in this field.
116 &quot;coveredData&quot;: [ # Datatypes to search
117 &quot;A String&quot;,
118 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700119 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800120 &quot;teamDriveInfo&quot;: { # Team Drives to search # When &#x27;TEAM_DRIVE&#x27; is chosen as search method, team_drive_info needs to be specified.
121 &quot;teamDriveIds&quot;: [ # List of Team Drive IDs, as provided by Drive API.
122 &quot;A String&quot;,
123 ],
124 },
125 &quot;endTime&quot;: &quot;A String&quot;, # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
126 &quot;sharedDriveInfo&quot;: { # Shared drives to search # When &#x27;SHARED_DRIVE&#x27; is chosen as search method, shared_drive_info needs to be specified.
127 &quot;sharedDriveIds&quot;: [ # List of Shared drive IDs, as provided by Drive API.
128 &quot;A String&quot;,
129 ],
130 },
131 &quot;driveOptions&quot;: { # Drive search advanced options # For Drive search, specify more options in this field.
132 &quot;versionDate&quot;: &quot;A String&quot;, # Search the versions of the Drive file as of the reference date. These timestamps are in GMT and rounded down to the given date.
133 &quot;includeTeamDrives&quot;: True or False, # Set to true to include Team Drive.
134 &quot;includeSharedDrives&quot;: True or False, # Set to true to include shared drive.
135 },
136 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone name. It should be an IANA TZ name, such as &quot;America/Los_Angeles&quot;. For more information, see Time Zone.
137 &quot;terms&quot;: &quot;A String&quot;, # The corpus-specific search operators used to generate search results.
138 &quot;corpus&quot;: &quot;A String&quot;, # The corpus to search.
139 &quot;hangoutsChatInfo&quot;: { # Accounts to search # When &#x27;ROOM&#x27; is chosen as search method, hangout_chats_info needs to be specified. (read-only)
140 &quot;roomId&quot;: [ # A set of rooms to search.
141 &quot;A String&quot;,
142 ],
143 },
144 &quot;accountInfo&quot;: { # Accounts to search # When &#x27;ACCOUNT&#x27; is chosen as search method, account_info needs to be specified.
145 &quot;emails&quot;: [ # A set of accounts to search.
146 &quot;A String&quot;,
147 ],
148 },
149 &quot;orgUnitInfo&quot;: { # Org Unit to search # When &#x27;ORG_UNIT&#x27; is chosen as as search method, org_unit_info needs to be specified.
150 &quot;orgUnitId&quot;: &quot;A String&quot;, # Org unit to search, as provided by the Admin SDK Directory API.
151 },
152 &quot;startTime&quot;: &quot;A String&quot;, # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
153 &quot;mailOptions&quot;: { # Mail search advanced options # For mail search, specify more options in this field.
154 &quot;excludeDrafts&quot;: True or False, # Set to true to exclude drafts.
155 },
156 &quot;hangoutsChatOptions&quot;: { # Hangouts chat search advanced options # For hangouts chat search, specify more options in this field. (read-only)
157 &quot;includeRooms&quot;: True or False, # Set to true to include rooms.
158 },
159 &quot;dataScope&quot;: &quot;A String&quot;, # The data source to search from.
160 &quot;searchMethod&quot;: &quot;A String&quot;, # The search method to use.
161 },
162 &quot;savedQueryId&quot;: &quot;A String&quot;, # A unique identifier for the saved query.
163 &quot;displayName&quot;: &quot;A String&quot;, # Name of the saved query.
164}
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700165
166 x__xgafv: string, V1 error format.
167 Allowed values
168 1 - v1 error format
169 2 - v2 error format
170
171Returns:
172 An object of the form:
173
174 { # Definition of the saved query.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800175 &quot;matterId&quot;: &quot;A String&quot;, # Output only. The matter ID of the associated matter. The server does not look at this field during create and always uses matter id in the URL.
176 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The server generated timestamp at which saved query was created.
177 &quot;query&quot;: { # A query definition relevant for search &amp; export. # The underlying Query object which contains all the information of the saved query.
178 &quot;method&quot;: &quot;A String&quot;, # The search method to use. This field is similar to the search_method field but is introduced to support shared drives. It supports all search method types. In case the search_method is TEAM_DRIVE the response of this field will be SHARED_DRIVE only.
179 &quot;voiceOptions&quot;: { # Voice search options # For voice search, specify more options in this field.
180 &quot;coveredData&quot;: [ # Datatypes to search
181 &quot;A String&quot;,
182 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700183 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800184 &quot;teamDriveInfo&quot;: { # Team Drives to search # When &#x27;TEAM_DRIVE&#x27; is chosen as search method, team_drive_info needs to be specified.
185 &quot;teamDriveIds&quot;: [ # List of Team Drive IDs, as provided by Drive API.
186 &quot;A String&quot;,
187 ],
188 },
189 &quot;endTime&quot;: &quot;A String&quot;, # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
190 &quot;sharedDriveInfo&quot;: { # Shared drives to search # When &#x27;SHARED_DRIVE&#x27; is chosen as search method, shared_drive_info needs to be specified.
191 &quot;sharedDriveIds&quot;: [ # List of Shared drive IDs, as provided by Drive API.
192 &quot;A String&quot;,
193 ],
194 },
195 &quot;driveOptions&quot;: { # Drive search advanced options # For Drive search, specify more options in this field.
196 &quot;versionDate&quot;: &quot;A String&quot;, # Search the versions of the Drive file as of the reference date. These timestamps are in GMT and rounded down to the given date.
197 &quot;includeTeamDrives&quot;: True or False, # Set to true to include Team Drive.
198 &quot;includeSharedDrives&quot;: True or False, # Set to true to include shared drive.
199 },
200 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone name. It should be an IANA TZ name, such as &quot;America/Los_Angeles&quot;. For more information, see Time Zone.
201 &quot;terms&quot;: &quot;A String&quot;, # The corpus-specific search operators used to generate search results.
202 &quot;corpus&quot;: &quot;A String&quot;, # The corpus to search.
203 &quot;hangoutsChatInfo&quot;: { # Accounts to search # When &#x27;ROOM&#x27; is chosen as search method, hangout_chats_info needs to be specified. (read-only)
204 &quot;roomId&quot;: [ # A set of rooms to search.
205 &quot;A String&quot;,
206 ],
207 },
208 &quot;accountInfo&quot;: { # Accounts to search # When &#x27;ACCOUNT&#x27; is chosen as search method, account_info needs to be specified.
209 &quot;emails&quot;: [ # A set of accounts to search.
210 &quot;A String&quot;,
211 ],
212 },
213 &quot;orgUnitInfo&quot;: { # Org Unit to search # When &#x27;ORG_UNIT&#x27; is chosen as as search method, org_unit_info needs to be specified.
214 &quot;orgUnitId&quot;: &quot;A String&quot;, # Org unit to search, as provided by the Admin SDK Directory API.
215 },
216 &quot;startTime&quot;: &quot;A String&quot;, # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
217 &quot;mailOptions&quot;: { # Mail search advanced options # For mail search, specify more options in this field.
218 &quot;excludeDrafts&quot;: True or False, # Set to true to exclude drafts.
219 },
220 &quot;hangoutsChatOptions&quot;: { # Hangouts chat search advanced options # For hangouts chat search, specify more options in this field. (read-only)
221 &quot;includeRooms&quot;: True or False, # Set to true to include rooms.
222 },
223 &quot;dataScope&quot;: &quot;A String&quot;, # The data source to search from.
224 &quot;searchMethod&quot;: &quot;A String&quot;, # The search method to use.
225 },
226 &quot;savedQueryId&quot;: &quot;A String&quot;, # A unique identifier for the saved query.
227 &quot;displayName&quot;: &quot;A String&quot;, # Name of the saved query.
228 }</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700229</div>
230
231<div class="method">
232 <code class="details" id="delete">delete(matterId, savedQueryId, x__xgafv=None)</code>
233 <pre>Deletes a saved query by Id.
234
235Args:
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700236 matterId: string, The matter ID of the parent matter for which the saved query is to be deleted. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700237 savedQueryId: string, ID of the saved query to be deleted. (required)
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700238 x__xgafv: string, V1 error format.
239 Allowed values
240 1 - v1 error format
241 2 - v2 error format
242
243Returns:
244 An object of the form:
245
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700246 { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700247 }</pre>
248</div>
249
250<div class="method">
251 <code class="details" id="get">get(matterId, savedQueryId, x__xgafv=None)</code>
252 <pre>Retrieves a saved query by Id.
253
254Args:
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700255 matterId: string, The matter ID of the parent matter for which the saved query is to be retrieved. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700256 savedQueryId: string, ID of the saved query to be retrieved. (required)
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700257 x__xgafv: string, V1 error format.
258 Allowed values
259 1 - v1 error format
260 2 - v2 error format
261
262Returns:
263 An object of the form:
264
265 { # Definition of the saved query.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800266 &quot;matterId&quot;: &quot;A String&quot;, # Output only. The matter ID of the associated matter. The server does not look at this field during create and always uses matter id in the URL.
267 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The server generated timestamp at which saved query was created.
268 &quot;query&quot;: { # A query definition relevant for search &amp; export. # The underlying Query object which contains all the information of the saved query.
269 &quot;method&quot;: &quot;A String&quot;, # The search method to use. This field is similar to the search_method field but is introduced to support shared drives. It supports all search method types. In case the search_method is TEAM_DRIVE the response of this field will be SHARED_DRIVE only.
270 &quot;voiceOptions&quot;: { # Voice search options # For voice search, specify more options in this field.
271 &quot;coveredData&quot;: [ # Datatypes to search
272 &quot;A String&quot;,
273 ],
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700274 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800275 &quot;teamDriveInfo&quot;: { # Team Drives to search # When &#x27;TEAM_DRIVE&#x27; is chosen as search method, team_drive_info needs to be specified.
276 &quot;teamDriveIds&quot;: [ # List of Team Drive IDs, as provided by Drive API.
277 &quot;A String&quot;,
278 ],
279 },
280 &quot;endTime&quot;: &quot;A String&quot;, # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
281 &quot;sharedDriveInfo&quot;: { # Shared drives to search # When &#x27;SHARED_DRIVE&#x27; is chosen as search method, shared_drive_info needs to be specified.
282 &quot;sharedDriveIds&quot;: [ # List of Shared drive IDs, as provided by Drive API.
283 &quot;A String&quot;,
284 ],
285 },
286 &quot;driveOptions&quot;: { # Drive search advanced options # For Drive search, specify more options in this field.
287 &quot;versionDate&quot;: &quot;A String&quot;, # Search the versions of the Drive file as of the reference date. These timestamps are in GMT and rounded down to the given date.
288 &quot;includeTeamDrives&quot;: True or False, # Set to true to include Team Drive.
289 &quot;includeSharedDrives&quot;: True or False, # Set to true to include shared drive.
290 },
291 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone name. It should be an IANA TZ name, such as &quot;America/Los_Angeles&quot;. For more information, see Time Zone.
292 &quot;terms&quot;: &quot;A String&quot;, # The corpus-specific search operators used to generate search results.
293 &quot;corpus&quot;: &quot;A String&quot;, # The corpus to search.
294 &quot;hangoutsChatInfo&quot;: { # Accounts to search # When &#x27;ROOM&#x27; is chosen as search method, hangout_chats_info needs to be specified. (read-only)
295 &quot;roomId&quot;: [ # A set of rooms to search.
296 &quot;A String&quot;,
297 ],
298 },
299 &quot;accountInfo&quot;: { # Accounts to search # When &#x27;ACCOUNT&#x27; is chosen as search method, account_info needs to be specified.
300 &quot;emails&quot;: [ # A set of accounts to search.
301 &quot;A String&quot;,
302 ],
303 },
304 &quot;orgUnitInfo&quot;: { # Org Unit to search # When &#x27;ORG_UNIT&#x27; is chosen as as search method, org_unit_info needs to be specified.
305 &quot;orgUnitId&quot;: &quot;A String&quot;, # Org unit to search, as provided by the Admin SDK Directory API.
306 },
307 &quot;startTime&quot;: &quot;A String&quot;, # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
308 &quot;mailOptions&quot;: { # Mail search advanced options # For mail search, specify more options in this field.
309 &quot;excludeDrafts&quot;: True or False, # Set to true to exclude drafts.
310 },
311 &quot;hangoutsChatOptions&quot;: { # Hangouts chat search advanced options # For hangouts chat search, specify more options in this field. (read-only)
312 &quot;includeRooms&quot;: True or False, # Set to true to include rooms.
313 },
314 &quot;dataScope&quot;: &quot;A String&quot;, # The data source to search from.
315 &quot;searchMethod&quot;: &quot;A String&quot;, # The search method to use.
316 },
317 &quot;savedQueryId&quot;: &quot;A String&quot;, # A unique identifier for the saved query.
318 &quot;displayName&quot;: &quot;A String&quot;, # Name of the saved query.
319 }</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700320</div>
321
322<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700323 <code class="details" id="list">list(matterId, pageSize=None, pageToken=None, x__xgafv=None)</code>
324 <pre>Lists saved queries within a matter. An empty page token in ListSavedQueriesResponse denotes no more saved queries to list.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700325
326Args:
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700327 matterId: string, The matter ID of the parent matter for which the saved queries are to be retrieved. (required)
Bu Sun Kim65020912020-05-20 12:08:20 -0700328 pageSize: integer, The maximum number of saved queries to return.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700329 pageToken: string, The pagination token as returned in the previous response. An empty token means start from the beginning.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700330 x__xgafv: string, V1 error format.
331 Allowed values
332 1 - v1 error format
333 2 - v2 error format
334
335Returns:
336 An object of the form:
337
338 { # Definition of the response for method ListSaveQuery.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800339 &quot;nextPageToken&quot;: &quot;A String&quot;, # Page token to retrieve the next page of results in the list. If this is empty, then there are no more saved queries to list.
Bu Sun Kim65020912020-05-20 12:08:20 -0700340 &quot;savedQueries&quot;: [ # List of output saved queries.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700341 { # Definition of the saved query.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800342 &quot;matterId&quot;: &quot;A String&quot;, # Output only. The matter ID of the associated matter. The server does not look at this field during create and always uses matter id in the URL.
343 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The server generated timestamp at which saved query was created.
344 &quot;query&quot;: { # A query definition relevant for search &amp; export. # The underlying Query object which contains all the information of the saved query.
345 &quot;method&quot;: &quot;A String&quot;, # The search method to use. This field is similar to the search_method field but is introduced to support shared drives. It supports all search method types. In case the search_method is TEAM_DRIVE the response of this field will be SHARED_DRIVE only.
346 &quot;voiceOptions&quot;: { # Voice search options # For voice search, specify more options in this field.
347 &quot;coveredData&quot;: [ # Datatypes to search
348 &quot;A String&quot;,
349 ],
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700350 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800351 &quot;teamDriveInfo&quot;: { # Team Drives to search # When &#x27;TEAM_DRIVE&#x27; is chosen as search method, team_drive_info needs to be specified.
352 &quot;teamDriveIds&quot;: [ # List of Team Drive IDs, as provided by Drive API.
353 &quot;A String&quot;,
354 ],
355 },
356 &quot;endTime&quot;: &quot;A String&quot;, # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
357 &quot;sharedDriveInfo&quot;: { # Shared drives to search # When &#x27;SHARED_DRIVE&#x27; is chosen as search method, shared_drive_info needs to be specified.
358 &quot;sharedDriveIds&quot;: [ # List of Shared drive IDs, as provided by Drive API.
359 &quot;A String&quot;,
360 ],
361 },
362 &quot;driveOptions&quot;: { # Drive search advanced options # For Drive search, specify more options in this field.
363 &quot;versionDate&quot;: &quot;A String&quot;, # Search the versions of the Drive file as of the reference date. These timestamps are in GMT and rounded down to the given date.
364 &quot;includeTeamDrives&quot;: True or False, # Set to true to include Team Drive.
365 &quot;includeSharedDrives&quot;: True or False, # Set to true to include shared drive.
366 },
367 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone name. It should be an IANA TZ name, such as &quot;America/Los_Angeles&quot;. For more information, see Time Zone.
368 &quot;terms&quot;: &quot;A String&quot;, # The corpus-specific search operators used to generate search results.
369 &quot;corpus&quot;: &quot;A String&quot;, # The corpus to search.
370 &quot;hangoutsChatInfo&quot;: { # Accounts to search # When &#x27;ROOM&#x27; is chosen as search method, hangout_chats_info needs to be specified. (read-only)
371 &quot;roomId&quot;: [ # A set of rooms to search.
372 &quot;A String&quot;,
373 ],
374 },
375 &quot;accountInfo&quot;: { # Accounts to search # When &#x27;ACCOUNT&#x27; is chosen as search method, account_info needs to be specified.
376 &quot;emails&quot;: [ # A set of accounts to search.
377 &quot;A String&quot;,
378 ],
379 },
380 &quot;orgUnitInfo&quot;: { # Org Unit to search # When &#x27;ORG_UNIT&#x27; is chosen as as search method, org_unit_info needs to be specified.
381 &quot;orgUnitId&quot;: &quot;A String&quot;, # Org unit to search, as provided by the Admin SDK Directory API.
382 },
383 &quot;startTime&quot;: &quot;A String&quot;, # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
384 &quot;mailOptions&quot;: { # Mail search advanced options # For mail search, specify more options in this field.
385 &quot;excludeDrafts&quot;: True or False, # Set to true to exclude drafts.
386 },
387 &quot;hangoutsChatOptions&quot;: { # Hangouts chat search advanced options # For hangouts chat search, specify more options in this field. (read-only)
388 &quot;includeRooms&quot;: True or False, # Set to true to include rooms.
389 },
390 &quot;dataScope&quot;: &quot;A String&quot;, # The data source to search from.
391 &quot;searchMethod&quot;: &quot;A String&quot;, # The search method to use.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700392 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800393 &quot;savedQueryId&quot;: &quot;A String&quot;, # A unique identifier for the saved query.
394 &quot;displayName&quot;: &quot;A String&quot;, # Name of the saved query.
395 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700396 ],
397 }</pre>
398</div>
399
400<div class="method">
401 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
402 <pre>Retrieves the next page of results.
403
404Args:
405 previous_request: The request for the previous page. (required)
406 previous_response: The response from the request for the previous page. (required)
407
408Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700409 A request object that you can call &#x27;execute()&#x27; on to request the next
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700410 page. Returns None if there are no more items in the collection.
411 </pre>
412</div>
413
414</body></html>