blob: ea1c78dd08b9c0ca8ae9f42340df55640aeff46b [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 Bot0bf565c2020-12-09 08:56:03 -0800111 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The server generated timestamp at which saved query was created.
112 &quot;displayName&quot;: &quot;A String&quot;, # Name of the saved query.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800113 &quot;query&quot;: { # A query definition relevant for search &amp; export. # The underlying Query object which contains all the information of the saved query.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800114 &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;dataScope&quot;: &quot;A String&quot;, # The data source to search from.
116 &quot;corpus&quot;: &quot;A String&quot;, # The corpus to search.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800117 &quot;hangoutsChatInfo&quot;: { # Accounts to search # When &#x27;ROOM&#x27; is chosen as search method, hangout_chats_info needs to be specified. (read-only)
118 &quot;roomId&quot;: [ # A set of rooms to search.
119 &quot;A String&quot;,
120 ],
121 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800122 &quot;searchMethod&quot;: &quot;A String&quot;, # The search method to use.
123 &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.
124 &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.
125 &quot;terms&quot;: &quot;A String&quot;, # The corpus-specific search operators used to generate search results.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800126 &quot;teamDriveInfo&quot;: { # Team Drives to search # When &#x27;TEAM_DRIVE&#x27; is chosen as search method, team_drive_info needs to be specified.
127 &quot;teamDriveIds&quot;: [ # List of Team Drive IDs, as provided by Drive API.
128 &quot;A String&quot;,
129 ],
130 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800131 &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;mailOptions&quot;: { # Mail search advanced options # For mail search, specify more options in this field.
137 &quot;excludeDrafts&quot;: True or False, # Set to true to exclude drafts.
138 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800139 &quot;hangoutsChatOptions&quot;: { # Hangouts chat search advanced options # For hangouts chat search, specify more options in this field. (read-only)
140 &quot;includeRooms&quot;: True or False, # Set to true to include rooms.
141 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800142 &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.
143 &quot;orgUnitId&quot;: &quot;A String&quot;, # Org unit to search, as provided by the Admin SDK Directory API.
144 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800145 &quot;accountInfo&quot;: { # Accounts to search # When &#x27;ACCOUNT&#x27; is chosen as search method, account_info needs to be specified.
146 &quot;emails&quot;: [ # A set of accounts to search.
147 &quot;A String&quot;,
148 ],
149 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800150 &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.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800151 &quot;sharedDriveInfo&quot;: { # Shared drives to search # When &#x27;SHARED_DRIVE&#x27; is chosen as search method, shared_drive_info needs to be specified.
152 &quot;sharedDriveIds&quot;: [ # List of Shared drive IDs, as provided by Drive API.
153 &quot;A String&quot;,
154 ],
155 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700156 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800157 &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.
158 &quot;savedQueryId&quot;: &quot;A String&quot;, # A unique identifier for the saved query.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800159 }
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700160
161 x__xgafv: string, V1 error format.
162 Allowed values
163 1 - v1 error format
164 2 - v2 error format
165
166Returns:
167 An object of the form:
168
169 { # Definition of the saved query.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800170 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The server generated timestamp at which saved query was created.
171 &quot;displayName&quot;: &quot;A String&quot;, # Name of the saved query.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800172 &quot;query&quot;: { # A query definition relevant for search &amp; export. # The underlying Query object which contains all the information of the saved query.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800173 &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.
174 &quot;dataScope&quot;: &quot;A String&quot;, # The data source to search from.
175 &quot;corpus&quot;: &quot;A String&quot;, # The corpus to search.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800176 &quot;hangoutsChatInfo&quot;: { # Accounts to search # When &#x27;ROOM&#x27; is chosen as search method, hangout_chats_info needs to be specified. (read-only)
177 &quot;roomId&quot;: [ # A set of rooms to search.
178 &quot;A String&quot;,
179 ],
180 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800181 &quot;searchMethod&quot;: &quot;A String&quot;, # The search method to use.
182 &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.
183 &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.
184 &quot;terms&quot;: &quot;A String&quot;, # The corpus-specific search operators used to generate search results.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800185 &quot;teamDriveInfo&quot;: { # Team Drives to search # When &#x27;TEAM_DRIVE&#x27; is chosen as search method, team_drive_info needs to be specified.
186 &quot;teamDriveIds&quot;: [ # List of Team Drive IDs, as provided by Drive API.
187 &quot;A String&quot;,
188 ],
189 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800190 &quot;driveOptions&quot;: { # Drive search advanced options # For Drive search, specify more options in this field.
191 &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.
192 &quot;includeTeamDrives&quot;: True or False, # Set to true to include Team Drive.
193 &quot;includeSharedDrives&quot;: True or False, # Set to true to include shared drive.
194 },
195 &quot;mailOptions&quot;: { # Mail search advanced options # For mail search, specify more options in this field.
196 &quot;excludeDrafts&quot;: True or False, # Set to true to exclude drafts.
197 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800198 &quot;hangoutsChatOptions&quot;: { # Hangouts chat search advanced options # For hangouts chat search, specify more options in this field. (read-only)
199 &quot;includeRooms&quot;: True or False, # Set to true to include rooms.
200 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800201 &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.
202 &quot;orgUnitId&quot;: &quot;A String&quot;, # Org unit to search, as provided by the Admin SDK Directory API.
203 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800204 &quot;accountInfo&quot;: { # Accounts to search # When &#x27;ACCOUNT&#x27; is chosen as search method, account_info needs to be specified.
205 &quot;emails&quot;: [ # A set of accounts to search.
206 &quot;A String&quot;,
207 ],
208 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800209 &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.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800210 &quot;sharedDriveInfo&quot;: { # Shared drives to search # When &#x27;SHARED_DRIVE&#x27; is chosen as search method, shared_drive_info needs to be specified.
211 &quot;sharedDriveIds&quot;: [ # List of Shared drive IDs, as provided by Drive API.
212 &quot;A String&quot;,
213 ],
214 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700215 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800216 &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.
217 &quot;savedQueryId&quot;: &quot;A String&quot;, # A unique identifier for the saved query.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800218 }</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700219</div>
220
221<div class="method">
222 <code class="details" id="delete">delete(matterId, savedQueryId, x__xgafv=None)</code>
223 <pre>Deletes a saved query by Id.
224
225Args:
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700226 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 -0700227 savedQueryId: string, ID of the saved query to be deleted. (required)
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700228 x__xgafv: string, V1 error format.
229 Allowed values
230 1 - v1 error format
231 2 - v2 error format
232
233Returns:
234 An object of the form:
235
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700236 { # 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 -0700237 }</pre>
238</div>
239
240<div class="method">
241 <code class="details" id="get">get(matterId, savedQueryId, x__xgafv=None)</code>
242 <pre>Retrieves a saved query by Id.
243
244Args:
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700245 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 -0700246 savedQueryId: string, ID of the saved query to be retrieved. (required)
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700247 x__xgafv: string, V1 error format.
248 Allowed values
249 1 - v1 error format
250 2 - v2 error format
251
252Returns:
253 An object of the form:
254
255 { # Definition of the saved query.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800256 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The server generated timestamp at which saved query was created.
257 &quot;displayName&quot;: &quot;A String&quot;, # Name of the saved query.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800258 &quot;query&quot;: { # A query definition relevant for search &amp; export. # The underlying Query object which contains all the information of the saved query.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800259 &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.
260 &quot;dataScope&quot;: &quot;A String&quot;, # The data source to search from.
261 &quot;corpus&quot;: &quot;A String&quot;, # The corpus to search.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800262 &quot;hangoutsChatInfo&quot;: { # Accounts to search # When &#x27;ROOM&#x27; is chosen as search method, hangout_chats_info needs to be specified. (read-only)
263 &quot;roomId&quot;: [ # A set of rooms to search.
264 &quot;A String&quot;,
265 ],
266 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800267 &quot;searchMethod&quot;: &quot;A String&quot;, # The search method to use.
268 &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.
269 &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.
270 &quot;terms&quot;: &quot;A String&quot;, # The corpus-specific search operators used to generate search results.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800271 &quot;teamDriveInfo&quot;: { # Team Drives to search # When &#x27;TEAM_DRIVE&#x27; is chosen as search method, team_drive_info needs to be specified.
272 &quot;teamDriveIds&quot;: [ # List of Team Drive IDs, as provided by Drive API.
273 &quot;A String&quot;,
274 ],
275 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800276 &quot;driveOptions&quot;: { # Drive search advanced options # For Drive search, specify more options in this field.
277 &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.
278 &quot;includeTeamDrives&quot;: True or False, # Set to true to include Team Drive.
279 &quot;includeSharedDrives&quot;: True or False, # Set to true to include shared drive.
280 },
281 &quot;mailOptions&quot;: { # Mail search advanced options # For mail search, specify more options in this field.
282 &quot;excludeDrafts&quot;: True or False, # Set to true to exclude drafts.
283 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800284 &quot;hangoutsChatOptions&quot;: { # Hangouts chat search advanced options # For hangouts chat search, specify more options in this field. (read-only)
285 &quot;includeRooms&quot;: True or False, # Set to true to include rooms.
286 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800287 &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.
288 &quot;orgUnitId&quot;: &quot;A String&quot;, # Org unit to search, as provided by the Admin SDK Directory API.
289 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800290 &quot;accountInfo&quot;: { # Accounts to search # When &#x27;ACCOUNT&#x27; is chosen as search method, account_info needs to be specified.
291 &quot;emails&quot;: [ # A set of accounts to search.
292 &quot;A String&quot;,
293 ],
294 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800295 &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.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800296 &quot;sharedDriveInfo&quot;: { # Shared drives to search # When &#x27;SHARED_DRIVE&#x27; is chosen as search method, shared_drive_info needs to be specified.
297 &quot;sharedDriveIds&quot;: [ # List of Shared drive IDs, as provided by Drive API.
298 &quot;A String&quot;,
299 ],
300 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700301 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800302 &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.
303 &quot;savedQueryId&quot;: &quot;A String&quot;, # A unique identifier for the saved query.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800304 }</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700305</div>
306
307<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700308 <code class="details" id="list">list(matterId, pageSize=None, pageToken=None, x__xgafv=None)</code>
309 <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 -0700310
311Args:
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700312 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 -0700313 pageSize: integer, The maximum number of saved queries to return.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700314 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 -0700315 x__xgafv: string, V1 error format.
316 Allowed values
317 1 - v1 error format
318 2 - v2 error format
319
320Returns:
321 An object of the form:
322
323 { # Definition of the response for method ListSaveQuery.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800324 &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 -0700325 &quot;savedQueries&quot;: [ # List of output saved queries.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700326 { # Definition of the saved query.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800327 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The server generated timestamp at which saved query was created.
328 &quot;displayName&quot;: &quot;A String&quot;, # Name of the saved query.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800329 &quot;query&quot;: { # A query definition relevant for search &amp; export. # The underlying Query object which contains all the information of the saved query.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800330 &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.
331 &quot;dataScope&quot;: &quot;A String&quot;, # The data source to search from.
332 &quot;corpus&quot;: &quot;A String&quot;, # The corpus to search.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800333 &quot;hangoutsChatInfo&quot;: { # Accounts to search # When &#x27;ROOM&#x27; is chosen as search method, hangout_chats_info needs to be specified. (read-only)
334 &quot;roomId&quot;: [ # A set of rooms to search.
335 &quot;A String&quot;,
336 ],
337 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800338 &quot;searchMethod&quot;: &quot;A String&quot;, # The search method to use.
339 &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.
340 &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.
341 &quot;terms&quot;: &quot;A String&quot;, # The corpus-specific search operators used to generate search results.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800342 &quot;teamDriveInfo&quot;: { # Team Drives to search # When &#x27;TEAM_DRIVE&#x27; is chosen as search method, team_drive_info needs to be specified.
343 &quot;teamDriveIds&quot;: [ # List of Team Drive IDs, as provided by Drive API.
344 &quot;A String&quot;,
345 ],
346 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800347 &quot;driveOptions&quot;: { # Drive search advanced options # For Drive search, specify more options in this field.
348 &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.
349 &quot;includeTeamDrives&quot;: True or False, # Set to true to include Team Drive.
350 &quot;includeSharedDrives&quot;: True or False, # Set to true to include shared drive.
351 },
352 &quot;mailOptions&quot;: { # Mail search advanced options # For mail search, specify more options in this field.
353 &quot;excludeDrafts&quot;: True or False, # Set to true to exclude drafts.
354 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800355 &quot;hangoutsChatOptions&quot;: { # Hangouts chat search advanced options # For hangouts chat search, specify more options in this field. (read-only)
356 &quot;includeRooms&quot;: True or False, # Set to true to include rooms.
357 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800358 &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.
359 &quot;orgUnitId&quot;: &quot;A String&quot;, # Org unit to search, as provided by the Admin SDK Directory API.
360 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800361 &quot;accountInfo&quot;: { # Accounts to search # When &#x27;ACCOUNT&#x27; is chosen as search method, account_info needs to be specified.
362 &quot;emails&quot;: [ # A set of accounts to search.
363 &quot;A String&quot;,
364 ],
365 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800366 &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.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800367 &quot;sharedDriveInfo&quot;: { # Shared drives to search # When &#x27;SHARED_DRIVE&#x27; is chosen as search method, shared_drive_info needs to be specified.
368 &quot;sharedDriveIds&quot;: [ # List of Shared drive IDs, as provided by Drive API.
369 &quot;A String&quot;,
370 ],
371 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700372 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800373 &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.
374 &quot;savedQueryId&quot;: &quot;A String&quot;, # A unique identifier for the saved query.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700375 },
376 ],
377 }</pre>
378</div>
379
380<div class="method">
381 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
382 <pre>Retrieves the next page of results.
383
384Args:
385 previous_request: The request for the previous page. (required)
386 previous_response: The response from the request for the previous page. (required)
387
388Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700389 A request object that you can call &#x27;execute()&#x27; on to request the next
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700390 page. Returns None if there are no more items in the collection.
391 </pre>
392</div>
393
394</body></html>