You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"calendarOptions": { # The options for Calendar exports. # Option available for Calendar export.
124
+
"exportFormat": "A String", # The file format for exported text messages.
125
+
},
123
126
"driveOptions": { # Options for Drive exports. # Options for Drive exports.
124
127
"includeAccessInfo": True or False, # To include access level information for users with [indirect access](https://support.google.com/vault/answer/6099459#metadata) to files, set to **true**.
125
128
},
@@ -131,6 +134,7 @@ <h3>Method Details</h3>
131
134
},
132
135
"mailOptions": { # Options for Gmail exports. # Options for Gmail exports.
133
136
"exportFormat": "A String", # The file format for exported messages.
137
+
"exportLinkedDriveFiles": True or False, # Optional. To enable exporting linked Drive files, set to **true**.
134
138
"showConfidentialModeContent": True or False, # To export confidential mode content, set to **true**.
135
139
"useNewExport": True or False, # To use the new export system, set to **true**.
136
140
},
@@ -142,12 +146,28 @@ <h3>Method Details</h3>
142
146
"id": "A String", # Output only. The generated export ID.
143
147
"matterId": "A String", # Output only. The matter ID.
144
148
"name": "A String", # The export name. Don't use special characters (~!$'(),;@:/?) in the name, they can prevent you from downloading exports.
149
+
"parentExportId": "A String", # Output only. Identifies the parent export that spawned this child export. This is only set on child exports.
145
150
"query": { # The query definition used for search and export. # The query parameters used to create the export.
146
151
"accountInfo": { # The accounts to search # Required when **SearchMethod** is **ACCOUNT**.
147
152
"emails": [ # A set of accounts to search.
148
153
"A String",
149
154
],
150
155
},
156
+
"calendarOptions": { # Additional options for Calendar search # Set Calendar search-specific options.
157
+
"locationQuery": [ # Matches only those events whose location contains all of the words in the given set. If the string contains quoted phrases, this method only matches those events whose location contain the exact phrase. Entries in the set are considered in "and". Word splitting example: ["New Zealand"] vs ["New","Zealand"] "New Zealand": matched by both "New and better Zealand": only matched by the later
158
+
"A String",
159
+
],
160
+
"minusWords": [ # Matches only those events that do not contain any of the words in the given set in title, description, location, or attendees. Entries in the set are considered in "or".
161
+
"A String",
162
+
],
163
+
"peopleQuery": [ # Matches only those events whose attendees contain all of the words in the given set. Entries in the set are considered in "and".
164
+
"A String",
165
+
],
166
+
"responseStatuses": [ # Matches only events for which the custodian gave one of these responses. If the set is empty or contains ATTENDEE_RESPONSE_UNSPECIFIED there will be no filtering on responses.
167
+
"A String",
168
+
],
169
+
"versionDate": "A String", # Search the current version of the Calendar event, but export the contents of the last version saved before 12:00 AM UTC on the specified date. Enter the date in UTC.
170
+
},
151
171
"corpus": "A String", # The Google Workspace service to search.
152
172
"dataScope": "A String", # The data source to search.
153
173
"driveOptions": { # Additional options for Drive search # Set Drive search-specific options.
@@ -231,6 +251,9 @@ <h3>Method Details</h3>
231
251
},
232
252
"createTime": "A String", # Output only. The time when the export was created.
"calendarOptions": { # The options for Calendar exports. # Option available for Calendar export.
255
+
"exportFormat": "A String", # The file format for exported text messages.
256
+
},
234
257
"driveOptions": { # Options for Drive exports. # Options for Drive exports.
235
258
"includeAccessInfo": True or False, # To include access level information for users with [indirect access](https://support.google.com/vault/answer/6099459#metadata) to files, set to **true**.
236
259
},
@@ -242,6 +265,7 @@ <h3>Method Details</h3>
242
265
},
243
266
"mailOptions": { # Options for Gmail exports. # Options for Gmail exports.
244
267
"exportFormat": "A String", # The file format for exported messages.
268
+
"exportLinkedDriveFiles": True or False, # Optional. To enable exporting linked Drive files, set to **true**.
245
269
"showConfidentialModeContent": True or False, # To export confidential mode content, set to **true**.
246
270
"useNewExport": True or False, # To use the new export system, set to **true**.
247
271
},
@@ -253,12 +277,28 @@ <h3>Method Details</h3>
253
277
"id": "A String", # Output only. The generated export ID.
254
278
"matterId": "A String", # Output only. The matter ID.
255
279
"name": "A String", # The export name. Don't use special characters (~!$'(),;@:/?) in the name, they can prevent you from downloading exports.
280
+
"parentExportId": "A String", # Output only. Identifies the parent export that spawned this child export. This is only set on child exports.
256
281
"query": { # The query definition used for search and export. # The query parameters used to create the export.
257
282
"accountInfo": { # The accounts to search # Required when **SearchMethod** is **ACCOUNT**.
258
283
"emails": [ # A set of accounts to search.
259
284
"A String",
260
285
],
261
286
},
287
+
"calendarOptions": { # Additional options for Calendar search # Set Calendar search-specific options.
288
+
"locationQuery": [ # Matches only those events whose location contains all of the words in the given set. If the string contains quoted phrases, this method only matches those events whose location contain the exact phrase. Entries in the set are considered in "and". Word splitting example: ["New Zealand"] vs ["New","Zealand"] "New Zealand": matched by both "New and better Zealand": only matched by the later
289
+
"A String",
290
+
],
291
+
"minusWords": [ # Matches only those events that do not contain any of the words in the given set in title, description, location, or attendees. Entries in the set are considered in "or".
292
+
"A String",
293
+
],
294
+
"peopleQuery": [ # Matches only those events whose attendees contain all of the words in the given set. Entries in the set are considered in "and".
295
+
"A String",
296
+
],
297
+
"responseStatuses": [ # Matches only events for which the custodian gave one of these responses. If the set is empty or contains ATTENDEE_RESPONSE_UNSPECIFIED there will be no filtering on responses.
298
+
"A String",
299
+
],
300
+
"versionDate": "A String", # Search the current version of the Calendar event, but export the contents of the last version saved before 12:00 AM UTC on the specified date. Enter the date in UTC.
301
+
},
262
302
"corpus": "A String", # The Google Workspace service to search.
263
303
"dataScope": "A String", # The data source to search.
264
304
"driveOptions": { # Additional options for Drive search # Set Drive search-specific options.
@@ -369,6 +409,9 @@ <h3>Method Details</h3>
369
409
},
370
410
"createTime": "A String", # Output only. The time when the export was created.
"calendarOptions": { # The options for Calendar exports. # Option available for Calendar export.
413
+
"exportFormat": "A String", # The file format for exported text messages.
414
+
},
372
415
"driveOptions": { # Options for Drive exports. # Options for Drive exports.
373
416
"includeAccessInfo": True or False, # To include access level information for users with [indirect access](https://support.google.com/vault/answer/6099459#metadata) to files, set to **true**.
374
417
},
@@ -380,6 +423,7 @@ <h3>Method Details</h3>
380
423
},
381
424
"mailOptions": { # Options for Gmail exports. # Options for Gmail exports.
382
425
"exportFormat": "A String", # The file format for exported messages.
426
+
"exportLinkedDriveFiles": True or False, # Optional. To enable exporting linked Drive files, set to **true**.
383
427
"showConfidentialModeContent": True or False, # To export confidential mode content, set to **true**.
384
428
"useNewExport": True or False, # To use the new export system, set to **true**.
385
429
},
@@ -391,12 +435,28 @@ <h3>Method Details</h3>
391
435
"id": "A String", # Output only. The generated export ID.
392
436
"matterId": "A String", # Output only. The matter ID.
393
437
"name": "A String", # The export name. Don't use special characters (~!$'(),;@:/?) in the name, they can prevent you from downloading exports.
438
+
"parentExportId": "A String", # Output only. Identifies the parent export that spawned this child export. This is only set on child exports.
394
439
"query": { # The query definition used for search and export. # The query parameters used to create the export.
395
440
"accountInfo": { # The accounts to search # Required when **SearchMethod** is **ACCOUNT**.
396
441
"emails": [ # A set of accounts to search.
397
442
"A String",
398
443
],
399
444
},
445
+
"calendarOptions": { # Additional options for Calendar search # Set Calendar search-specific options.
446
+
"locationQuery": [ # Matches only those events whose location contains all of the words in the given set. If the string contains quoted phrases, this method only matches those events whose location contain the exact phrase. Entries in the set are considered in "and". Word splitting example: ["New Zealand"] vs ["New","Zealand"] "New Zealand": matched by both "New and better Zealand": only matched by the later
447
+
"A String",
448
+
],
449
+
"minusWords": [ # Matches only those events that do not contain any of the words in the given set in title, description, location, or attendees. Entries in the set are considered in "or".
450
+
"A String",
451
+
],
452
+
"peopleQuery": [ # Matches only those events whose attendees contain all of the words in the given set. Entries in the set are considered in "and".
453
+
"A String",
454
+
],
455
+
"responseStatuses": [ # Matches only events for which the custodian gave one of these responses. If the set is empty or contains ATTENDEE_RESPONSE_UNSPECIFIED there will be no filtering on responses.
456
+
"A String",
457
+
],
458
+
"versionDate": "A String", # Search the current version of the Calendar event, but export the contents of the last version saved before 12:00 AM UTC on the specified date. Enter the date in UTC.
459
+
},
400
460
"corpus": "A String", # The Google Workspace service to search.
401
461
"dataScope": "A String", # The data source to search.
402
462
"driveOptions": { # Additional options for Drive search # Set Drive search-specific options.
@@ -491,6 +551,9 @@ <h3>Method Details</h3>
491
551
},
492
552
"createTime": "A String", # Output only. The time when the export was created.
"calendarOptions": { # The options for Calendar exports. # Option available for Calendar export.
555
+
"exportFormat": "A String", # The file format for exported text messages.
556
+
},
494
557
"driveOptions": { # Options for Drive exports. # Options for Drive exports.
495
558
"includeAccessInfo": True or False, # To include access level information for users with [indirect access](https://support.google.com/vault/answer/6099459#metadata) to files, set to **true**.
496
559
},
@@ -502,6 +565,7 @@ <h3>Method Details</h3>
502
565
},
503
566
"mailOptions": { # Options for Gmail exports. # Options for Gmail exports.
504
567
"exportFormat": "A String", # The file format for exported messages.
568
+
"exportLinkedDriveFiles": True or False, # Optional. To enable exporting linked Drive files, set to **true**.
505
569
"showConfidentialModeContent": True or False, # To export confidential mode content, set to **true**.
506
570
"useNewExport": True or False, # To use the new export system, set to **true**.
507
571
},
@@ -513,12 +577,28 @@ <h3>Method Details</h3>
513
577
"id": "A String", # Output only. The generated export ID.
514
578
"matterId": "A String", # Output only. The matter ID.
515
579
"name": "A String", # The export name. Don't use special characters (~!$'(),;@:/?) in the name, they can prevent you from downloading exports.
580
+
"parentExportId": "A String", # Output only. Identifies the parent export that spawned this child export. This is only set on child exports.
516
581
"query": { # The query definition used for search and export. # The query parameters used to create the export.
517
582
"accountInfo": { # The accounts to search # Required when **SearchMethod** is **ACCOUNT**.
518
583
"emails": [ # A set of accounts to search.
519
584
"A String",
520
585
],
521
586
},
587
+
"calendarOptions": { # Additional options for Calendar search # Set Calendar search-specific options.
588
+
"locationQuery": [ # Matches only those events whose location contains all of the words in the given set. If the string contains quoted phrases, this method only matches those events whose location contain the exact phrase. Entries in the set are considered in "and". Word splitting example: ["New Zealand"] vs ["New","Zealand"] "New Zealand": matched by both "New and better Zealand": only matched by the later
589
+
"A String",
590
+
],
591
+
"minusWords": [ # Matches only those events that do not contain any of the words in the given set in title, description, location, or attendees. Entries in the set are considered in "or".
592
+
"A String",
593
+
],
594
+
"peopleQuery": [ # Matches only those events whose attendees contain all of the words in the given set. Entries in the set are considered in "and".
595
+
"A String",
596
+
],
597
+
"responseStatuses": [ # Matches only events for which the custodian gave one of these responses. If the set is empty or contains ATTENDEE_RESPONSE_UNSPECIFIED there will be no filtering on responses.
598
+
"A String",
599
+
],
600
+
"versionDate": "A String", # Search the current version of the Calendar event, but export the contents of the last version saved before 12:00 AM UTC on the specified date. Enter the date in UTC.
601
+
},
522
602
"corpus": "A String", # The Google Workspace service to search.
523
603
"dataScope": "A String", # The data source to search.
524
604
"driveOptions": { # Additional options for Drive search # Set Drive search-specific options.
Copy file name to clipboardexpand all lines: docs/dyn/vault_v1.matters.html
+15
Original file line number
Diff line number
Diff line change
@@ -210,6 +210,21 @@ <h3>Method Details</h3>
210
210
"A String",
211
211
],
212
212
},
213
+
"calendarOptions": { # Additional options for Calendar search # Set Calendar search-specific options.
214
+
"locationQuery": [ # Matches only those events whose location contains all of the words in the given set. If the string contains quoted phrases, this method only matches those events whose location contain the exact phrase. Entries in the set are considered in "and". Word splitting example: ["New Zealand"] vs ["New","Zealand"] "New Zealand": matched by both "New and better Zealand": only matched by the later
215
+
"A String",
216
+
],
217
+
"minusWords": [ # Matches only those events that do not contain any of the words in the given set in title, description, location, or attendees. Entries in the set are considered in "or".
218
+
"A String",
219
+
],
220
+
"peopleQuery": [ # Matches only those events whose attendees contain all of the words in the given set. Entries in the set are considered in "and".
221
+
"A String",
222
+
],
223
+
"responseStatuses": [ # Matches only events for which the custodian gave one of these responses. If the set is empty or contains ATTENDEE_RESPONSE_UNSPECIFIED there will be no filtering on responses.
224
+
"A String",
225
+
],
226
+
"versionDate": "A String", # Search the current version of the Calendar event, but export the contents of the last version saved before 12:00 AM UTC on the specified date. Enter the date in UTC.
227
+
},
213
228
"corpus": "A String", # The Google Workspace service to search.
214
229
"dataScope": "A String", # The data source to search.
215
230
"driveOptions": { # Additional options for Drive search # Set Drive search-specific options.
Copy file name to clipboardexpand all lines: docs/dyn/vault_v1.matters.savedQueries.html
+60
Original file line number
Diff line number
Diff line change
@@ -117,6 +117,21 @@ <h3>Method Details</h3>
117
117
"A String",
118
118
],
119
119
},
120
+
"calendarOptions": { # Additional options for Calendar search # Set Calendar search-specific options.
121
+
"locationQuery": [ # Matches only those events whose location contains all of the words in the given set. If the string contains quoted phrases, this method only matches those events whose location contain the exact phrase. Entries in the set are considered in "and". Word splitting example: ["New Zealand"] vs ["New","Zealand"] "New Zealand": matched by both "New and better Zealand": only matched by the later
122
+
"A String",
123
+
],
124
+
"minusWords": [ # Matches only those events that do not contain any of the words in the given set in title, description, location, or attendees. Entries in the set are considered in "or".
125
+
"A String",
126
+
],
127
+
"peopleQuery": [ # Matches only those events whose attendees contain all of the words in the given set. Entries in the set are considered in "and".
128
+
"A String",
129
+
],
130
+
"responseStatuses": [ # Matches only events for which the custodian gave one of these responses. If the set is empty or contains ATTENDEE_RESPONSE_UNSPECIFIED there will be no filtering on responses.
131
+
"A String",
132
+
],
133
+
"versionDate": "A String", # Search the current version of the Calendar event, but export the contents of the last version saved before 12:00 AM UTC on the specified date. Enter the date in UTC.
134
+
},
120
135
"corpus": "A String", # The Google Workspace service to search.
121
136
"dataScope": "A String", # The data source to search.
122
137
"driveOptions": { # Additional options for Drive search # Set Drive search-specific options.
@@ -188,6 +203,21 @@ <h3>Method Details</h3>
188
203
"A String",
189
204
],
190
205
},
206
+
"calendarOptions": { # Additional options for Calendar search # Set Calendar search-specific options.
207
+
"locationQuery": [ # Matches only those events whose location contains all of the words in the given set. If the string contains quoted phrases, this method only matches those events whose location contain the exact phrase. Entries in the set are considered in "and". Word splitting example: ["New Zealand"] vs ["New","Zealand"] "New Zealand": matched by both "New and better Zealand": only matched by the later
208
+
"A String",
209
+
],
210
+
"minusWords": [ # Matches only those events that do not contain any of the words in the given set in title, description, location, or attendees. Entries in the set are considered in "or".
211
+
"A String",
212
+
],
213
+
"peopleQuery": [ # Matches only those events whose attendees contain all of the words in the given set. Entries in the set are considered in "and".
214
+
"A String",
215
+
],
216
+
"responseStatuses": [ # Matches only events for which the custodian gave one of these responses. If the set is empty or contains ATTENDEE_RESPONSE_UNSPECIFIED there will be no filtering on responses.
217
+
"A String",
218
+
],
219
+
"versionDate": "A String", # Search the current version of the Calendar event, but export the contents of the last version saved before 12:00 AM UTC on the specified date. Enter the date in UTC.
220
+
},
191
221
"corpus": "A String", # The Google Workspace service to search.
192
222
"dataScope": "A String", # The data source to search.
193
223
"driveOptions": { # Additional options for Drive search # Set Drive search-specific options.
@@ -286,6 +316,21 @@ <h3>Method Details</h3>
286
316
"A String",
287
317
],
288
318
},
319
+
"calendarOptions": { # Additional options for Calendar search # Set Calendar search-specific options.
320
+
"locationQuery": [ # Matches only those events whose location contains all of the words in the given set. If the string contains quoted phrases, this method only matches those events whose location contain the exact phrase. Entries in the set are considered in "and". Word splitting example: ["New Zealand"] vs ["New","Zealand"] "New Zealand": matched by both "New and better Zealand": only matched by the later
321
+
"A String",
322
+
],
323
+
"minusWords": [ # Matches only those events that do not contain any of the words in the given set in title, description, location, or attendees. Entries in the set are considered in "or".
324
+
"A String",
325
+
],
326
+
"peopleQuery": [ # Matches only those events whose attendees contain all of the words in the given set. Entries in the set are considered in "and".
327
+
"A String",
328
+
],
329
+
"responseStatuses": [ # Matches only events for which the custodian gave one of these responses. If the set is empty or contains ATTENDEE_RESPONSE_UNSPECIFIED there will be no filtering on responses.
330
+
"A String",
331
+
],
332
+
"versionDate": "A String", # Search the current version of the Calendar event, but export the contents of the last version saved before 12:00 AM UTC on the specified date. Enter the date in UTC.
333
+
},
289
334
"corpus": "A String", # The Google Workspace service to search.
290
335
"dataScope": "A String", # The data source to search.
291
336
"driveOptions": { # Additional options for Drive search # Set Drive search-specific options.
@@ -369,6 +414,21 @@ <h3>Method Details</h3>
369
414
"A String",
370
415
],
371
416
},
417
+
"calendarOptions": { # Additional options for Calendar search # Set Calendar search-specific options.
418
+
"locationQuery": [ # Matches only those events whose location contains all of the words in the given set. If the string contains quoted phrases, this method only matches those events whose location contain the exact phrase. Entries in the set are considered in "and". Word splitting example: ["New Zealand"] vs ["New","Zealand"] "New Zealand": matched by both "New and better Zealand": only matched by the later
419
+
"A String",
420
+
],
421
+
"minusWords": [ # Matches only those events that do not contain any of the words in the given set in title, description, location, or attendees. Entries in the set are considered in "or".
422
+
"A String",
423
+
],
424
+
"peopleQuery": [ # Matches only those events whose attendees contain all of the words in the given set. Entries in the set are considered in "and".
425
+
"A String",
426
+
],
427
+
"responseStatuses": [ # Matches only events for which the custodian gave one of these responses. If the set is empty or contains ATTENDEE_RESPONSE_UNSPECIFIED there will be no filtering on responses.
428
+
"A String",
429
+
],
430
+
"versionDate": "A String", # Search the current version of the Calendar event, but export the contents of the last version saved before 12:00 AM UTC on the specified date. Enter the date in UTC.
431
+
},
372
432
"corpus": "A String", # The Google Workspace service to search.
373
433
"dataScope": "A String", # The data source to search.
374
434
"driveOptions": { # Additional options for Drive search # Set Drive search-specific options.
Copy file name to clipboardexpand all lines: googleapiclient/discovery_cache/documents/vault.v1.json
+119-13
Original file line number
Diff line number
Diff line change
@@ -1193,7 +1193,7 @@
1193
1193
}
1194
1194
}
1195
1195
},
1196
-
"revision": "20231121",
1196
+
"revision": "20231213",
1197
1197
"rootUrl": "https://vault.googleapis.com/",
1198
1198
"schemas": {
1199
1199
"AccountCount": {
@@ -1326,6 +1326,83 @@
1326
1326
},
1327
1327
"type": "object"
1328
1328
},
1329
+
"CalendarExportOptions": {
1330
+
"description": "The options for Calendar exports.",
1331
+
"id": "CalendarExportOptions",
1332
+
"properties": {
1333
+
"exportFormat": {
1334
+
"description": "The file format for exported text messages.",
1335
+
"enum": [
1336
+
"EXPORT_FORMAT_UNSPECIFIED",
1337
+
"MBOX",
1338
+
"PST",
1339
+
"ICS"
1340
+
],
1341
+
"enumDescriptions": [
1342
+
"No export format specified.",
1343
+
"Export as MBOX. Only available for Gmail, Groups, Hangouts and Voice.",
1344
+
"Export as PST. Only available for Gmail, Groups, Hangouts, Voice and Calendar.",
1345
+
"Export as ICS. Only available for Calendar."
1346
+
],
1347
+
"type": "string"
1348
+
}
1349
+
},
1350
+
"type": "object"
1351
+
},
1352
+
"CalendarOptions": {
1353
+
"description": "Additional options for Calendar search",
1354
+
"id": "CalendarOptions",
1355
+
"properties": {
1356
+
"locationQuery": {
1357
+
"description": "Matches only those events whose location contains all of the words in the given set. If the string contains quoted phrases, this method only matches those events whose location contain the exact phrase. Entries in the set are considered in \"and\". Word splitting example: [\"New Zealand\"] vs [\"New\",\"Zealand\"] \"New Zealand\": matched by both \"New and better Zealand\": only matched by the later",
1358
+
"items": {
1359
+
"type": "string"
1360
+
},
1361
+
"type": "array"
1362
+
},
1363
+
"minusWords": {
1364
+
"description": "Matches only those events that do not contain any of the words in the given set in title, description, location, or attendees. Entries in the set are considered in \"or\".",
1365
+
"items": {
1366
+
"type": "string"
1367
+
},
1368
+
"type": "array"
1369
+
},
1370
+
"peopleQuery": {
1371
+
"description": "Matches only those events whose attendees contain all of the words in the given set. Entries in the set are considered in \"and\".",
1372
+
"items": {
1373
+
"type": "string"
1374
+
},
1375
+
"type": "array"
1376
+
},
1377
+
"responseStatuses": {
1378
+
"description": "Matches only events for which the custodian gave one of these responses. If the set is empty or contains ATTENDEE_RESPONSE_UNSPECIFIED there will be no filtering on responses.",
1379
+
"items": {
1380
+
"enum": [
1381
+
"ATTENDEE_RESPONSE_UNSPECIFIED",
1382
+
"ATTENDEE_RESPONSE_NEEDS_ACTION",
1383
+
"ATTENDEE_RESPONSE_ACCEPTED",
1384
+
"ATTENDEE_RESPONSE_DECLINED",
1385
+
"ATTENDEE_RESPONSE_TENTATIVE"
1386
+
],
1387
+
"enumDescriptions": [
1388
+
"Attendee response unspecified. If this is set no filtering on responses will be done, all other attendee responses that are part of the query options are ignored.",
1389
+
"The participant has been invited but has not responded yet.",
1390
+
"The participant plans to attend.",
1391
+
"The participant does not plan to attend.",
1392
+
"The participant expects to possibly attend."
1393
+
],
1394
+
"type": "string"
1395
+
},
1396
+
"type": "array"
1397
+
},
1398
+
"versionDate": {
1399
+
"description": "Search the current version of the Calendar event, but export the contents of the last version saved before 12:00 AM UTC on the specified date. Enter the date in UTC.",
1400
+
"format": "google-datetime",
1401
+
"type": "string"
1402
+
}
1403
+
},
1404
+
"type": "object"
1405
+
},
1329
1406
"CancelOperationRequest": {
1330
1407
"description": "The request message for Operations.CancelOperation.",
1331
1408
"id": "CancelOperationRequest",
@@ -1567,6 +1644,11 @@
1567
1644
"description": "The export name. Don't use special characters (~!$'(),;@:/?) in the name, they can prevent you from downloading exports.",
1568
1645
"type": "string"
1569
1646
},
1647
+
"parentExportId": {
1648
+
"description": "Output only. Identifies the parent export that spawned this child export. This is only set on child exports.",
1649
+
"readOnly": true,
1650
+
"type": "string"
1651
+
},
1570
1652
"query": {
1571
1653
"$ref": "Query",
1572
1654
"description": "The query parameters used to create the export."
@@ -1602,6 +1684,10 @@
1602
1684
"description": "Additional options for exports",
1603
1685
"id": "ExportOptions",
1604
1686
"properties": {
1687
+
"calendarOptions": {
1688
+
"$ref": "CalendarExportOptions",
1689
+
"description": "Option available for Calendar export."
1690
+
},
1605
1691
"driveOptions": {
1606
1692
"$ref": "DriveExportOptions",
1607
1693
"description": "Options for Drive exports."
@@ -1710,12 +1796,14 @@
1710
1796
"enum": [
1711
1797
"EXPORT_FORMAT_UNSPECIFIED",
1712
1798
"MBOX",
1713
-
"PST"
1799
+
"PST",
1800
+
"ICS"
1714
1801
],
1715
1802
"enumDescriptions": [
1716
1803
"No export format specified.",
1717
1804
"Export as MBOX. Only available for Gmail, Groups, Hangouts and Voice.",
1718
-
"Export as PST. Only available for Gmail, Groups, Hangouts, Voice and Calendar."
1805
+
"Export as PST. Only available for Gmail, Groups, Hangouts, Voice and Calendar.",
1806
+
"Export as ICS. Only available for Calendar."
1719
1807
],
1720
1808
"type": "string"
1721
1809
}
@@ -1731,12 +1819,14 @@
1731
1819
"enum": [
1732
1820
"EXPORT_FORMAT_UNSPECIFIED",
1733
1821
"MBOX",
1734
-
"PST"
1822
+
"PST",
1823
+
"ICS"
1735
1824
],
1736
1825
"enumDescriptions": [
1737
1826
"No export format specified.",
1738
1827
"Export as MBOX. Only available for Gmail, Groups, Hangouts and Voice.",
1739
-
"Export as PST. Only available for Gmail, Groups, Hangouts, Voice and Calendar."
1828
+
"Export as PST. Only available for Gmail, Groups, Hangouts, Voice and Calendar.",
1829
+
"Export as ICS. Only available for Calendar."
1740
1830
],
1741
1831
"type": "string"
1742
1832
}
@@ -1926,15 +2016,17 @@
1926
2016
"MAIL",
1927
2017
"GROUPS",
1928
2018
"HANGOUTS_CHAT",
1929
-
"VOICE"
2019
+
"VOICE",
2020
+
"CALENDAR"
1930
2021
],
1931
2022
"enumDescriptions": [
1932
2023
"No service specified.",
1933
2024
"Drive, including Meet and Sites.",
1934
2025
"For search, Gmail and classic Hangouts. For holds, Gmail only.",
1935
2026
"Groups.",
1936
2027
"For export, Google Chat only. For holds, Google Chat and classic Hangouts.",
1937
-
"Google Voice."
2028
+
"Google Voice.",
2029
+
"Calendar."
1938
2030
],
1939
2031
"type": "string"
1940
2032
},
@@ -2113,15 +2205,21 @@
2113
2205
"enum": [
2114
2206
"EXPORT_FORMAT_UNSPECIFIED",
2115
2207
"MBOX",
2116
-
"PST"
2208
+
"PST",
2209
+
"ICS"
2117
2210
],
2118
2211
"enumDescriptions": [
2119
2212
"No export format specified.",
2120
2213
"Export as MBOX. Only available for Gmail, Groups, Hangouts and Voice.",
2121
-
"Export as PST. Only available for Gmail, Groups, Hangouts, Voice and Calendar."
2214
+
"Export as PST. Only available for Gmail, Groups, Hangouts, Voice and Calendar.",
2215
+
"Export as ICS. Only available for Calendar."
2122
2216
],
2123
2217
"type": "string"
2124
2218
},
2219
+
"exportLinkedDriveFiles": {
2220
+
"description": "Optional. To enable exporting linked Drive files, set to **true**.",
2221
+
"type": "boolean"
2222
+
},
2125
2223
"showConfidentialModeContent": {
2126
2224
"description": "To export confidential mode content, set to **true**.",
2127
2225
"type": "boolean"
@@ -2281,6 +2379,10 @@
2281
2379
"$ref": "AccountInfo",
2282
2380
"description": "Required when **SearchMethod** is **ACCOUNT**."
0 commit comments