Skip to content

Commit e665515

Browse files
feat(vault): update the api
#### vault:v1 The following keys were added: - schemas.MailExportOptions.properties.useNewExport.type (Total Keys: 1)
1 parent 84599fb commit e665515

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/dyn/vault_v1.matters.exports.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ <h3>Method Details</h3>
132132
&quot;mailOptions&quot;: { # Options for Gmail exports. # Options for Gmail exports.
133133
&quot;exportFormat&quot;: &quot;A String&quot;, # The file format for exported messages.
134134
&quot;showConfidentialModeContent&quot;: True or False, # To export confidential mode content, set to **true**.
135+
&quot;useNewExport&quot;: True or False, # To use the new export system, set to **true**.
135136
},
136137
&quot;region&quot;: &quot;A String&quot;, # The requested data region for the export.
137138
&quot;voiceOptions&quot;: { # The options for Voice exports. # Options for Voice exports.
@@ -235,6 +236,7 @@ <h3>Method Details</h3>
235236
&quot;mailOptions&quot;: { # Options for Gmail exports. # Options for Gmail exports.
236237
&quot;exportFormat&quot;: &quot;A String&quot;, # The file format for exported messages.
237238
&quot;showConfidentialModeContent&quot;: True or False, # To export confidential mode content, set to **true**.
239+
&quot;useNewExport&quot;: True or False, # To use the new export system, set to **true**.
238240
},
239241
&quot;region&quot;: &quot;A String&quot;, # The requested data region for the export.
240242
&quot;voiceOptions&quot;: { # The options for Voice exports. # Options for Voice exports.
@@ -365,6 +367,7 @@ <h3>Method Details</h3>
365367
&quot;mailOptions&quot;: { # Options for Gmail exports. # Options for Gmail exports.
366368
&quot;exportFormat&quot;: &quot;A String&quot;, # The file format for exported messages.
367369
&quot;showConfidentialModeContent&quot;: True or False, # To export confidential mode content, set to **true**.
370+
&quot;useNewExport&quot;: True or False, # To use the new export system, set to **true**.
368371
},
369372
&quot;region&quot;: &quot;A String&quot;, # The requested data region for the export.
370373
&quot;voiceOptions&quot;: { # The options for Voice exports. # Options for Voice exports.
@@ -479,6 +482,7 @@ <h3>Method Details</h3>
479482
&quot;mailOptions&quot;: { # Options for Gmail exports. # Options for Gmail exports.
480483
&quot;exportFormat&quot;: &quot;A String&quot;, # The file format for exported messages.
481484
&quot;showConfidentialModeContent&quot;: True or False, # To export confidential mode content, set to **true**.
485+
&quot;useNewExport&quot;: True or False, # To use the new export system, set to **true**.
482486
},
483487
&quot;region&quot;: &quot;A String&quot;, # The requested data region for the export.
484488
&quot;voiceOptions&quot;: { # The options for Voice exports. # Options for Voice exports.

googleapiclient/discovery_cache/documents/vault.v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@
11931193
}
11941194
}
11951195
},
1196-
"revision": "20220128",
1196+
"revision": "20220222",
11971197
"rootUrl": "https://vault.googleapis.com/",
11981198
"schemas": {
11991199
"AccountCount": {
@@ -2107,6 +2107,10 @@
21072107
"showConfidentialModeContent": {
21082108
"description": "To export confidential mode content, set to **true**.",
21092109
"type": "boolean"
2110+
},
2111+
"useNewExport": {
2112+
"description": "To use the new export system, set to **true**.",
2113+
"type": "boolean"
21102114
}
21112115
},
21122116
"type": "object"

0 commit comments

Comments
 (0)