Skip to content

Commit

Permalink
feat(vault): update the api
Browse files Browse the repository at this point in the history
#### vault:v1

The following keys were added:
- schemas.MailExportOptions.properties.useNewExport.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Mar 1, 2022
1 parent 84599fb commit e665515
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/dyn/vault_v1.matters.exports.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ <h3>Method Details</h3>
&quot;mailOptions&quot;: { # Options for Gmail exports. # Options for Gmail exports.
&quot;exportFormat&quot;: &quot;A String&quot;, # The file format for exported messages.
&quot;showConfidentialModeContent&quot;: True or False, # To export confidential mode content, set to **true**.
&quot;useNewExport&quot;: True or False, # To use the new export system, set to **true**.
},
&quot;region&quot;: &quot;A String&quot;, # The requested data region for the export.
&quot;voiceOptions&quot;: { # The options for Voice exports. # Options for Voice exports.
Expand Down Expand Up @@ -235,6 +236,7 @@ <h3>Method Details</h3>
&quot;mailOptions&quot;: { # Options for Gmail exports. # Options for Gmail exports.
&quot;exportFormat&quot;: &quot;A String&quot;, # The file format for exported messages.
&quot;showConfidentialModeContent&quot;: True or False, # To export confidential mode content, set to **true**.
&quot;useNewExport&quot;: True or False, # To use the new export system, set to **true**.
},
&quot;region&quot;: &quot;A String&quot;, # The requested data region for the export.
&quot;voiceOptions&quot;: { # The options for Voice exports. # Options for Voice exports.
Expand Down Expand Up @@ -365,6 +367,7 @@ <h3>Method Details</h3>
&quot;mailOptions&quot;: { # Options for Gmail exports. # Options for Gmail exports.
&quot;exportFormat&quot;: &quot;A String&quot;, # The file format for exported messages.
&quot;showConfidentialModeContent&quot;: True or False, # To export confidential mode content, set to **true**.
&quot;useNewExport&quot;: True or False, # To use the new export system, set to **true**.
},
&quot;region&quot;: &quot;A String&quot;, # The requested data region for the export.
&quot;voiceOptions&quot;: { # The options for Voice exports. # Options for Voice exports.
Expand Down Expand Up @@ -479,6 +482,7 @@ <h3>Method Details</h3>
&quot;mailOptions&quot;: { # Options for Gmail exports. # Options for Gmail exports.
&quot;exportFormat&quot;: &quot;A String&quot;, # The file format for exported messages.
&quot;showConfidentialModeContent&quot;: True or False, # To export confidential mode content, set to **true**.
&quot;useNewExport&quot;: True or False, # To use the new export system, set to **true**.
},
&quot;region&quot;: &quot;A String&quot;, # The requested data region for the export.
&quot;voiceOptions&quot;: { # The options for Voice exports. # Options for Voice exports.
Expand Down
6 changes: 5 additions & 1 deletion googleapiclient/discovery_cache/documents/vault.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@
}
}
},
"revision": "20220128",
"revision": "20220222",
"rootUrl": "https://vault.googleapis.com/",
"schemas": {
"AccountCount": {
Expand Down Expand Up @@ -2107,6 +2107,10 @@
"showConfidentialModeContent": {
"description": "To export confidential mode content, set to **true**.",
"type": "boolean"
},
"useNewExport": {
"description": "To use the new export system, set to **true**.",
"type": "boolean"
}
},
"type": "object"
Expand Down

0 comments on commit e665515

Please sign in to comment.