-
Notifications
You must be signed in to change notification settings - Fork 595
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added support for comparing between versions docs: clarified se…
…curity settings API reference (#201) * feat: added support for comparing between versions docs: clarified security settings API reference PiperOrigin-RevId: 407624272 Source-Link: googleapis/googleapis@eb773f2 Source-Link: googleapis/googleapis-gen@e69f86b Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTY5Zjg2YjViYmMyZWQ3NzdhNWQ5N2I2NWMwODBjNDY0NWVhMDJiOCJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: nicain <[email protected]>
- Loading branch information
1 parent
4ab5006
commit 6d28b74
Showing
11 changed files
with
1,168 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,5 @@ | |
"img.shields.io" | ||
], | ||
"silent": true, | ||
"concurrency": 5 | ||
"concurrency": 10 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -245,6 +245,11 @@ message SecuritySettings { | |
// [DLP](https://cloud.google.com/dlp/docs) inspect template name. Use this | ||
// template to define inspect base settings. | ||
// | ||
// The `DLP Inspect Templates Reader` role is needed on the Dialogflow | ||
// service identity service account (has the form | ||
// `[email protected]`) | ||
// for your agent's project. | ||
// | ||
// If empty, we use the default DLP inspect config. | ||
// | ||
// The template name will have one of the following formats: | ||
|
@@ -261,6 +266,11 @@ message SecuritySettings { | |
// [DLP](https://cloud.google.com/dlp/docs) deidentify template name. Use this | ||
// template to define de-identification configuration for the content. | ||
// | ||
// The `DLP De-identify Templates Reader` role is needed on the Dialogflow | ||
// service identity service account (has the form | ||
// `[email protected]`) | ||
// for your agent's project. | ||
// | ||
// If empty, Dialogflow replaces sensitive info with `[redacted]` text. | ||
// | ||
// The template name will have one of the following formats: | ||
|
@@ -281,7 +291,7 @@ message SecuritySettings { | |
// Retains data in interaction logging for the specified number of days. | ||
// This does not apply to Cloud logging, which is owned by the user - not | ||
// Dialogflow. | ||
// User must Set a value lower than Dialogflow's default 30d TTL. Setting a | ||
// User must set a value lower than Dialogflow's default 365d TTL. Setting a | ||
// value higher than that has no effect. | ||
// A missing value or setting to 0 also means we use Dialogflow's default | ||
// TTL. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.