Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d50b115

Browse files
committedJan 4, 2024
feat(vault): update the api
#### vault:v1 The following keys were added: - schemas.CalendarExportOptions (Total Keys: 3) - schemas.CalendarOptions (Total Keys: 12) - schemas.Export.properties.parentExportId (Total Keys: 2) - schemas.ExportOptions.properties.calendarOptions.$ref (Total Keys: 1) - schemas.MailExportOptions.properties.exportLinkedDriveFiles.type (Total Keys: 1) - schemas.Query.properties.calendarOptions.$ref (Total Keys: 1)
1 parent 26d882b commit d50b115

File tree

4 files changed

+274
-13
lines changed

4 files changed

+274
-13
lines changed
 

‎docs/dyn/vault_v1.matters.exports.html

+80
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ <h3>Method Details</h3>
120120
},
121121
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the export was created.
122122
&quot;exportOptions&quot;: { # Additional options for exports # Additional export options.
123+
&quot;calendarOptions&quot;: { # The options for Calendar exports. # Option available for Calendar export.
124+
&quot;exportFormat&quot;: &quot;A String&quot;, # The file format for exported text messages.
125+
},
123126
&quot;driveOptions&quot;: { # Options for Drive exports. # Options for Drive exports.
124127
&quot;includeAccessInfo&quot;: 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**.
125128
},
@@ -131,6 +134,7 @@ <h3>Method Details</h3>
131134
},
132135
&quot;mailOptions&quot;: { # Options for Gmail exports. # Options for Gmail exports.
133136
&quot;exportFormat&quot;: &quot;A String&quot;, # The file format for exported messages.
137+
&quot;exportLinkedDriveFiles&quot;: True or False, # Optional. To enable exporting linked Drive files, set to **true**.
134138
&quot;showConfidentialModeContent&quot;: True or False, # To export confidential mode content, set to **true**.
135139
&quot;useNewExport&quot;: True or False, # To use the new export system, set to **true**.
136140
},
@@ -142,12 +146,28 @@ <h3>Method Details</h3>
142146
&quot;id&quot;: &quot;A String&quot;, # Output only. The generated export ID.
143147
&quot;matterId&quot;: &quot;A String&quot;, # Output only. The matter ID.
144148
&quot;name&quot;: &quot;A String&quot;, # The export name. Don&#x27;t use special characters (~!$&#x27;(),;@:/?) in the name, they can prevent you from downloading exports.
149+
&quot;parentExportId&quot;: &quot;A String&quot;, # Output only. Identifies the parent export that spawned this child export. This is only set on child exports.
145150
&quot;query&quot;: { # The query definition used for search and export. # The query parameters used to create the export.
146151
&quot;accountInfo&quot;: { # The accounts to search # Required when **SearchMethod** is **ACCOUNT**.
147152
&quot;emails&quot;: [ # A set of accounts to search.
148153
&quot;A String&quot;,
149154
],
150155
},
156+
&quot;calendarOptions&quot;: { # Additional options for Calendar search # Set Calendar search-specific options.
157+
&quot;locationQuery&quot;: [ # 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 &quot;and&quot;. Word splitting example: [&quot;New Zealand&quot;] vs [&quot;New&quot;,&quot;Zealand&quot;] &quot;New Zealand&quot;: matched by both &quot;New and better Zealand&quot;: only matched by the later
158+
&quot;A String&quot;,
159+
],
160+
&quot;minusWords&quot;: [ # 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 &quot;or&quot;.
161+
&quot;A String&quot;,
162+
],
163+
&quot;peopleQuery&quot;: [ # Matches only those events whose attendees contain all of the words in the given set. Entries in the set are considered in &quot;and&quot;.
164+
&quot;A String&quot;,
165+
],
166+
&quot;responseStatuses&quot;: [ # 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+
&quot;A String&quot;,
168+
],
169+
&quot;versionDate&quot;: &quot;A String&quot;, # 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+
},
151171
&quot;corpus&quot;: &quot;A String&quot;, # The Google Workspace service to search.
152172
&quot;dataScope&quot;: &quot;A String&quot;, # The data source to search.
153173
&quot;driveOptions&quot;: { # Additional options for Drive search # Set Drive search-specific options.
@@ -231,6 +251,9 @@ <h3>Method Details</h3>
231251
},
232252
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the export was created.
233253
&quot;exportOptions&quot;: { # Additional options for exports # Additional export options.
254+
&quot;calendarOptions&quot;: { # The options for Calendar exports. # Option available for Calendar export.
255+
&quot;exportFormat&quot;: &quot;A String&quot;, # The file format for exported text messages.
256+
},
234257
&quot;driveOptions&quot;: { # Options for Drive exports. # Options for Drive exports.
235258
&quot;includeAccessInfo&quot;: 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**.
236259
},
@@ -242,6 +265,7 @@ <h3>Method Details</h3>
242265
},
243266
&quot;mailOptions&quot;: { # Options for Gmail exports. # Options for Gmail exports.
244267
&quot;exportFormat&quot;: &quot;A String&quot;, # The file format for exported messages.
268+
&quot;exportLinkedDriveFiles&quot;: True or False, # Optional. To enable exporting linked Drive files, set to **true**.
245269
&quot;showConfidentialModeContent&quot;: True or False, # To export confidential mode content, set to **true**.
246270
&quot;useNewExport&quot;: True or False, # To use the new export system, set to **true**.
247271
},
@@ -253,12 +277,28 @@ <h3>Method Details</h3>
253277
&quot;id&quot;: &quot;A String&quot;, # Output only. The generated export ID.
254278
&quot;matterId&quot;: &quot;A String&quot;, # Output only. The matter ID.
255279
&quot;name&quot;: &quot;A String&quot;, # The export name. Don&#x27;t use special characters (~!$&#x27;(),;@:/?) in the name, they can prevent you from downloading exports.
280+
&quot;parentExportId&quot;: &quot;A String&quot;, # Output only. Identifies the parent export that spawned this child export. This is only set on child exports.
256281
&quot;query&quot;: { # The query definition used for search and export. # The query parameters used to create the export.
257282
&quot;accountInfo&quot;: { # The accounts to search # Required when **SearchMethod** is **ACCOUNT**.
258283
&quot;emails&quot;: [ # A set of accounts to search.
259284
&quot;A String&quot;,
260285
],
261286
},
287+
&quot;calendarOptions&quot;: { # Additional options for Calendar search # Set Calendar search-specific options.
288+
&quot;locationQuery&quot;: [ # 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 &quot;and&quot;. Word splitting example: [&quot;New Zealand&quot;] vs [&quot;New&quot;,&quot;Zealand&quot;] &quot;New Zealand&quot;: matched by both &quot;New and better Zealand&quot;: only matched by the later
289+
&quot;A String&quot;,
290+
],
291+
&quot;minusWords&quot;: [ # 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 &quot;or&quot;.
292+
&quot;A String&quot;,
293+
],
294+
&quot;peopleQuery&quot;: [ # Matches only those events whose attendees contain all of the words in the given set. Entries in the set are considered in &quot;and&quot;.
295+
&quot;A String&quot;,
296+
],
297+
&quot;responseStatuses&quot;: [ # 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+
&quot;A String&quot;,
299+
],
300+
&quot;versionDate&quot;: &quot;A String&quot;, # 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+
},
262302
&quot;corpus&quot;: &quot;A String&quot;, # The Google Workspace service to search.
263303
&quot;dataScope&quot;: &quot;A String&quot;, # The data source to search.
264304
&quot;driveOptions&quot;: { # Additional options for Drive search # Set Drive search-specific options.
@@ -369,6 +409,9 @@ <h3>Method Details</h3>
369409
},
370410
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the export was created.
371411
&quot;exportOptions&quot;: { # Additional options for exports # Additional export options.
412+
&quot;calendarOptions&quot;: { # The options for Calendar exports. # Option available for Calendar export.
413+
&quot;exportFormat&quot;: &quot;A String&quot;, # The file format for exported text messages.
414+
},
372415
&quot;driveOptions&quot;: { # Options for Drive exports. # Options for Drive exports.
373416
&quot;includeAccessInfo&quot;: 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**.
374417
},
@@ -380,6 +423,7 @@ <h3>Method Details</h3>
380423
},
381424
&quot;mailOptions&quot;: { # Options for Gmail exports. # Options for Gmail exports.
382425
&quot;exportFormat&quot;: &quot;A String&quot;, # The file format for exported messages.
426+
&quot;exportLinkedDriveFiles&quot;: True or False, # Optional. To enable exporting linked Drive files, set to **true**.
383427
&quot;showConfidentialModeContent&quot;: True or False, # To export confidential mode content, set to **true**.
384428
&quot;useNewExport&quot;: True or False, # To use the new export system, set to **true**.
385429
},
@@ -391,12 +435,28 @@ <h3>Method Details</h3>
391435
&quot;id&quot;: &quot;A String&quot;, # Output only. The generated export ID.
392436
&quot;matterId&quot;: &quot;A String&quot;, # Output only. The matter ID.
393437
&quot;name&quot;: &quot;A String&quot;, # The export name. Don&#x27;t use special characters (~!$&#x27;(),;@:/?) in the name, they can prevent you from downloading exports.
438+
&quot;parentExportId&quot;: &quot;A String&quot;, # Output only. Identifies the parent export that spawned this child export. This is only set on child exports.
394439
&quot;query&quot;: { # The query definition used for search and export. # The query parameters used to create the export.
395440
&quot;accountInfo&quot;: { # The accounts to search # Required when **SearchMethod** is **ACCOUNT**.
396441
&quot;emails&quot;: [ # A set of accounts to search.
397442
&quot;A String&quot;,
398443
],
399444
},
445+
&quot;calendarOptions&quot;: { # Additional options for Calendar search # Set Calendar search-specific options.
446+
&quot;locationQuery&quot;: [ # 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 &quot;and&quot;. Word splitting example: [&quot;New Zealand&quot;] vs [&quot;New&quot;,&quot;Zealand&quot;] &quot;New Zealand&quot;: matched by both &quot;New and better Zealand&quot;: only matched by the later
447+
&quot;A String&quot;,
448+
],
449+
&quot;minusWords&quot;: [ # 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 &quot;or&quot;.
450+
&quot;A String&quot;,
451+
],
452+
&quot;peopleQuery&quot;: [ # Matches only those events whose attendees contain all of the words in the given set. Entries in the set are considered in &quot;and&quot;.
453+
&quot;A String&quot;,
454+
],
455+
&quot;responseStatuses&quot;: [ # 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+
&quot;A String&quot;,
457+
],
458+
&quot;versionDate&quot;: &quot;A String&quot;, # 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+
},
400460
&quot;corpus&quot;: &quot;A String&quot;, # The Google Workspace service to search.
401461
&quot;dataScope&quot;: &quot;A String&quot;, # The data source to search.
402462
&quot;driveOptions&quot;: { # Additional options for Drive search # Set Drive search-specific options.
@@ -491,6 +551,9 @@ <h3>Method Details</h3>
491551
},
492552
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the export was created.
493553
&quot;exportOptions&quot;: { # Additional options for exports # Additional export options.
554+
&quot;calendarOptions&quot;: { # The options for Calendar exports. # Option available for Calendar export.
555+
&quot;exportFormat&quot;: &quot;A String&quot;, # The file format for exported text messages.
556+
},
494557
&quot;driveOptions&quot;: { # Options for Drive exports. # Options for Drive exports.
495558
&quot;includeAccessInfo&quot;: 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**.
496559
},
@@ -502,6 +565,7 @@ <h3>Method Details</h3>
502565
},
503566
&quot;mailOptions&quot;: { # Options for Gmail exports. # Options for Gmail exports.
504567
&quot;exportFormat&quot;: &quot;A String&quot;, # The file format for exported messages.
568+
&quot;exportLinkedDriveFiles&quot;: True or False, # Optional. To enable exporting linked Drive files, set to **true**.
505569
&quot;showConfidentialModeContent&quot;: True or False, # To export confidential mode content, set to **true**.
506570
&quot;useNewExport&quot;: True or False, # To use the new export system, set to **true**.
507571
},
@@ -513,12 +577,28 @@ <h3>Method Details</h3>
513577
&quot;id&quot;: &quot;A String&quot;, # Output only. The generated export ID.
514578
&quot;matterId&quot;: &quot;A String&quot;, # Output only. The matter ID.
515579
&quot;name&quot;: &quot;A String&quot;, # The export name. Don&#x27;t use special characters (~!$&#x27;(),;@:/?) in the name, they can prevent you from downloading exports.
580+
&quot;parentExportId&quot;: &quot;A String&quot;, # Output only. Identifies the parent export that spawned this child export. This is only set on child exports.
516581
&quot;query&quot;: { # The query definition used for search and export. # The query parameters used to create the export.
517582
&quot;accountInfo&quot;: { # The accounts to search # Required when **SearchMethod** is **ACCOUNT**.
518583
&quot;emails&quot;: [ # A set of accounts to search.
519584
&quot;A String&quot;,
520585
],
521586
},
587+
&quot;calendarOptions&quot;: { # Additional options for Calendar search # Set Calendar search-specific options.
588+
&quot;locationQuery&quot;: [ # 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 &quot;and&quot;. Word splitting example: [&quot;New Zealand&quot;] vs [&quot;New&quot;,&quot;Zealand&quot;] &quot;New Zealand&quot;: matched by both &quot;New and better Zealand&quot;: only matched by the later
589+
&quot;A String&quot;,
590+
],
591+
&quot;minusWords&quot;: [ # 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 &quot;or&quot;.
592+
&quot;A String&quot;,
593+
],
594+
&quot;peopleQuery&quot;: [ # Matches only those events whose attendees contain all of the words in the given set. Entries in the set are considered in &quot;and&quot;.
595+
&quot;A String&quot;,
596+
],
597+
&quot;responseStatuses&quot;: [ # 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+
&quot;A String&quot;,
599+
],
600+
&quot;versionDate&quot;: &quot;A String&quot;, # 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+
},
522602
&quot;corpus&quot;: &quot;A String&quot;, # The Google Workspace service to search.
523603
&quot;dataScope&quot;: &quot;A String&quot;, # The data source to search.
524604
&quot;driveOptions&quot;: { # Additional options for Drive search # Set Drive search-specific options.

‎docs/dyn/vault_v1.matters.html

+15
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,21 @@ <h3>Method Details</h3>
210210
&quot;A String&quot;,
211211
],
212212
},
213+
&quot;calendarOptions&quot;: { # Additional options for Calendar search # Set Calendar search-specific options.
214+
&quot;locationQuery&quot;: [ # 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 &quot;and&quot;. Word splitting example: [&quot;New Zealand&quot;] vs [&quot;New&quot;,&quot;Zealand&quot;] &quot;New Zealand&quot;: matched by both &quot;New and better Zealand&quot;: only matched by the later
215+
&quot;A String&quot;,
216+
],
217+
&quot;minusWords&quot;: [ # 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 &quot;or&quot;.
218+
&quot;A String&quot;,
219+
],
220+
&quot;peopleQuery&quot;: [ # Matches only those events whose attendees contain all of the words in the given set. Entries in the set are considered in &quot;and&quot;.
221+
&quot;A String&quot;,
222+
],
223+
&quot;responseStatuses&quot;: [ # 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+
&quot;A String&quot;,
225+
],
226+
&quot;versionDate&quot;: &quot;A String&quot;, # 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+
},
213228
&quot;corpus&quot;: &quot;A String&quot;, # The Google Workspace service to search.
214229
&quot;dataScope&quot;: &quot;A String&quot;, # The data source to search.
215230
&quot;driveOptions&quot;: { # Additional options for Drive search # Set Drive search-specific options.

‎docs/dyn/vault_v1.matters.savedQueries.html

+60
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,21 @@ <h3>Method Details</h3>
117117
&quot;A String&quot;,
118118
],
119119
},
120+
&quot;calendarOptions&quot;: { # Additional options for Calendar search # Set Calendar search-specific options.
121+
&quot;locationQuery&quot;: [ # 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 &quot;and&quot;. Word splitting example: [&quot;New Zealand&quot;] vs [&quot;New&quot;,&quot;Zealand&quot;] &quot;New Zealand&quot;: matched by both &quot;New and better Zealand&quot;: only matched by the later
122+
&quot;A String&quot;,
123+
],
124+
&quot;minusWords&quot;: [ # 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 &quot;or&quot;.
125+
&quot;A String&quot;,
126+
],
127+
&quot;peopleQuery&quot;: [ # Matches only those events whose attendees contain all of the words in the given set. Entries in the set are considered in &quot;and&quot;.
128+
&quot;A String&quot;,
129+
],
130+
&quot;responseStatuses&quot;: [ # 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+
&quot;A String&quot;,
132+
],
133+
&quot;versionDate&quot;: &quot;A String&quot;, # 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+
},
120135
&quot;corpus&quot;: &quot;A String&quot;, # The Google Workspace service to search.
121136
&quot;dataScope&quot;: &quot;A String&quot;, # The data source to search.
122137
&quot;driveOptions&quot;: { # Additional options for Drive search # Set Drive search-specific options.
@@ -188,6 +203,21 @@ <h3>Method Details</h3>
188203
&quot;A String&quot;,
189204
],
190205
},
206+
&quot;calendarOptions&quot;: { # Additional options for Calendar search # Set Calendar search-specific options.
207+
&quot;locationQuery&quot;: [ # 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 &quot;and&quot;. Word splitting example: [&quot;New Zealand&quot;] vs [&quot;New&quot;,&quot;Zealand&quot;] &quot;New Zealand&quot;: matched by both &quot;New and better Zealand&quot;: only matched by the later
208+
&quot;A String&quot;,
209+
],
210+
&quot;minusWords&quot;: [ # 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 &quot;or&quot;.
211+
&quot;A String&quot;,
212+
],
213+
&quot;peopleQuery&quot;: [ # Matches only those events whose attendees contain all of the words in the given set. Entries in the set are considered in &quot;and&quot;.
214+
&quot;A String&quot;,
215+
],
216+
&quot;responseStatuses&quot;: [ # 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+
&quot;A String&quot;,
218+
],
219+
&quot;versionDate&quot;: &quot;A String&quot;, # 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+
},
191221
&quot;corpus&quot;: &quot;A String&quot;, # The Google Workspace service to search.
192222
&quot;dataScope&quot;: &quot;A String&quot;, # The data source to search.
193223
&quot;driveOptions&quot;: { # Additional options for Drive search # Set Drive search-specific options.
@@ -286,6 +316,21 @@ <h3>Method Details</h3>
286316
&quot;A String&quot;,
287317
],
288318
},
319+
&quot;calendarOptions&quot;: { # Additional options for Calendar search # Set Calendar search-specific options.
320+
&quot;locationQuery&quot;: [ # 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 &quot;and&quot;. Word splitting example: [&quot;New Zealand&quot;] vs [&quot;New&quot;,&quot;Zealand&quot;] &quot;New Zealand&quot;: matched by both &quot;New and better Zealand&quot;: only matched by the later
321+
&quot;A String&quot;,
322+
],
323+
&quot;minusWords&quot;: [ # 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 &quot;or&quot;.
324+
&quot;A String&quot;,
325+
],
326+
&quot;peopleQuery&quot;: [ # Matches only those events whose attendees contain all of the words in the given set. Entries in the set are considered in &quot;and&quot;.
327+
&quot;A String&quot;,
328+
],
329+
&quot;responseStatuses&quot;: [ # 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+
&quot;A String&quot;,
331+
],
332+
&quot;versionDate&quot;: &quot;A String&quot;, # 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+
},
289334
&quot;corpus&quot;: &quot;A String&quot;, # The Google Workspace service to search.
290335
&quot;dataScope&quot;: &quot;A String&quot;, # The data source to search.
291336
&quot;driveOptions&quot;: { # Additional options for Drive search # Set Drive search-specific options.
@@ -369,6 +414,21 @@ <h3>Method Details</h3>
369414
&quot;A String&quot;,
370415
],
371416
},
417+
&quot;calendarOptions&quot;: { # Additional options for Calendar search # Set Calendar search-specific options.
418+
&quot;locationQuery&quot;: [ # 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 &quot;and&quot;. Word splitting example: [&quot;New Zealand&quot;] vs [&quot;New&quot;,&quot;Zealand&quot;] &quot;New Zealand&quot;: matched by both &quot;New and better Zealand&quot;: only matched by the later
419+
&quot;A String&quot;,
420+
],
421+
&quot;minusWords&quot;: [ # 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 &quot;or&quot;.
422+
&quot;A String&quot;,
423+
],
424+
&quot;peopleQuery&quot;: [ # Matches only those events whose attendees contain all of the words in the given set. Entries in the set are considered in &quot;and&quot;.
425+
&quot;A String&quot;,
426+
],
427+
&quot;responseStatuses&quot;: [ # 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+
&quot;A String&quot;,
429+
],
430+
&quot;versionDate&quot;: &quot;A String&quot;, # 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+
},
372432
&quot;corpus&quot;: &quot;A String&quot;, # The Google Workspace service to search.
373433
&quot;dataScope&quot;: &quot;A String&quot;, # The data source to search.
374434
&quot;driveOptions&quot;: { # Additional options for Drive search # Set Drive search-specific options.

‎googleapiclient/discovery_cache/documents/vault.v1.json

+119-13
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@
11931193
}
11941194
}
11951195
},
1196-
"revision": "20231121",
1196+
"revision": "20231213",
11971197
"rootUrl": "https://vault.googleapis.com/",
11981198
"schemas": {
11991199
"AccountCount": {
@@ -1326,6 +1326,83 @@
13261326
},
13271327
"type": "object"
13281328
},
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+
},
13291406
"CancelOperationRequest": {
13301407
"description": "The request message for Operations.CancelOperation.",
13311408
"id": "CancelOperationRequest",
@@ -1567,6 +1644,11 @@
15671644
"description": "The export name. Don't use special characters (~!$'(),;@:/?) in the name, they can prevent you from downloading exports.",
15681645
"type": "string"
15691646
},
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+
},
15701652
"query": {
15711653
"$ref": "Query",
15721654
"description": "The query parameters used to create the export."
@@ -1602,6 +1684,10 @@
16021684
"description": "Additional options for exports",
16031685
"id": "ExportOptions",
16041686
"properties": {
1687+
"calendarOptions": {
1688+
"$ref": "CalendarExportOptions",
1689+
"description": "Option available for Calendar export."
1690+
},
16051691
"driveOptions": {
16061692
"$ref": "DriveExportOptions",
16071693
"description": "Options for Drive exports."
@@ -1710,12 +1796,14 @@
17101796
"enum": [
17111797
"EXPORT_FORMAT_UNSPECIFIED",
17121798
"MBOX",
1713-
"PST"
1799+
"PST",
1800+
"ICS"
17141801
],
17151802
"enumDescriptions": [
17161803
"No export format specified.",
17171804
"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."
17191807
],
17201808
"type": "string"
17211809
}
@@ -1731,12 +1819,14 @@
17311819
"enum": [
17321820
"EXPORT_FORMAT_UNSPECIFIED",
17331821
"MBOX",
1734-
"PST"
1822+
"PST",
1823+
"ICS"
17351824
],
17361825
"enumDescriptions": [
17371826
"No export format specified.",
17381827
"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."
17401830
],
17411831
"type": "string"
17421832
}
@@ -1926,15 +2016,17 @@
19262016
"MAIL",
19272017
"GROUPS",
19282018
"HANGOUTS_CHAT",
1929-
"VOICE"
2019+
"VOICE",
2020+
"CALENDAR"
19302021
],
19312022
"enumDescriptions": [
19322023
"No service specified.",
19332024
"Drive, including Meet and Sites.",
19342025
"For search, Gmail and classic Hangouts. For holds, Gmail only.",
19352026
"Groups.",
19362027
"For export, Google Chat only. For holds, Google Chat and classic Hangouts.",
1937-
"Google Voice."
2028+
"Google Voice.",
2029+
"Calendar."
19382030
],
19392031
"type": "string"
19402032
},
@@ -2113,15 +2205,21 @@
21132205
"enum": [
21142206
"EXPORT_FORMAT_UNSPECIFIED",
21152207
"MBOX",
2116-
"PST"
2208+
"PST",
2209+
"ICS"
21172210
],
21182211
"enumDescriptions": [
21192212
"No export format specified.",
21202213
"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."
21222216
],
21232217
"type": "string"
21242218
},
2219+
"exportLinkedDriveFiles": {
2220+
"description": "Optional. To enable exporting linked Drive files, set to **true**.",
2221+
"type": "boolean"
2222+
},
21252223
"showConfidentialModeContent": {
21262224
"description": "To export confidential mode content, set to **true**.",
21272225
"type": "boolean"
@@ -2281,6 +2379,10 @@
22812379
"$ref": "AccountInfo",
22822380
"description": "Required when **SearchMethod** is **ACCOUNT**."
22832381
},
2382+
"calendarOptions": {
2383+
"$ref": "CalendarOptions",
2384+
"description": "Set Calendar search-specific options."
2385+
},
22842386
"corpus": {
22852387
"description": "The Google Workspace service to search.",
22862388
"enum": [
@@ -2289,15 +2391,17 @@
22892391
"MAIL",
22902392
"GROUPS",
22912393
"HANGOUTS_CHAT",
2292-
"VOICE"
2394+
"VOICE",
2395+
"CALENDAR"
22932396
],
22942397
"enumDescriptions": [
22952398
"No service specified.",
22962399
"Drive, including Meet and Sites.",
22972400
"For search, Gmail and classic Hangouts. For holds, Gmail only.",
22982401
"Groups.",
22992402
"For export, Google Chat only. For holds, Google Chat and classic Hangouts.",
2300-
"Google Voice."
2403+
"Google Voice.",
2404+
"Calendar."
23012405
],
23022406
"type": "string"
23032407
},
@@ -2629,12 +2733,14 @@
26292733
"enum": [
26302734
"EXPORT_FORMAT_UNSPECIFIED",
26312735
"MBOX",
2632-
"PST"
2736+
"PST",
2737+
"ICS"
26332738
],
26342739
"enumDescriptions": [
26352740
"No export format specified.",
26362741
"Export as MBOX. Only available for Gmail, Groups, Hangouts and Voice.",
2637-
"Export as PST. Only available for Gmail, Groups, Hangouts, Voice and Calendar."
2742+
"Export as PST. Only available for Gmail, Groups, Hangouts, Voice and Calendar.",
2743+
"Export as ICS. Only available for Calendar."
26382744
],
26392745
"type": "string"
26402746
}

0 commit comments

Comments
 (0)
Please sign in to comment.