-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(v3beta1): added support for comparing between versions (#202)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 407624272 Source-Link: googleapis/googleapis@eb773f2 Source-Link: googleapis/googleapis-gen@e69f86b Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTY5Zjg2YjViYmMyZWQ3NzdhNWQ5N2I2NWMwODBjNDY0NWVhMDJiOCJ9 docs(v3beta1): clarified security settings API reference
- Loading branch information
1 parent
907d258
commit a1d56e2
Showing
11 changed files
with
522 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
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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -173,6 +173,11 @@ class SecuritySettings(proto.Message): | |
`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: | ||
|
@@ -187,6 +192,12 @@ class SecuritySettings(proto.Message): | |
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. | ||
|
@@ -202,8 +213,8 @@ class SecuritySettings(proto.Message): | |
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 value higher than | ||
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. | ||
|
Oops, something went wrong.