Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
docs: clarified gcs_bucket field of the SecuritySettings message (#460)
Browse files Browse the repository at this point in the history
* docs: clarified gcs_bucket field of the SecuritySettings message

PiperOrigin-RevId: 477778532

Source-Link: googleapis/googleapis@22d2bda

Source-Link: googleapis/googleapis-gen@821f121
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODIxZjEyMWYwMWMxNTBlNGRiZDBiZjlhNzkyYmMwNWMyY2VlYzFkMiJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* docs: clarified gcs_bucket field of the SecuritySettings message

PiperOrigin-RevId: 478035442

Source-Link: googleapis/googleapis@8cb255f

Source-Link: googleapis/googleapis-gen@461eeeb
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDYxZWVlYjc3MGMwMzk3YjVlZjgzOTJkMjQyOTk1M2YxMzkzZmY2NCJ9

* 🦉 Updates from OwlBot post-processor

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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Oct 3, 2022
1 parent 07e19d4 commit f922211
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
11 changes: 7 additions & 4 deletions google/cloud/dialogflowcx_v3/types/security_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,13 @@ class AudioExportSettings(proto.Message):
Attributes:
gcs_bucket (str):
Cloud Storage bucket to export audio record to. You need to
grant
``service-<Conversation Project Number>@gcp-sa-dialogflow.iam.gserviceaccount.com``
the ``Storage Object Admin`` role in this bucket.
Cloud Storage bucket to export audio record
to. Setting this field would grant the Storage
Object Creator role to the Dialogflow Service
Agent.
API caller that tries to modify this field
should have the permission of
storage.buckets.setIamPolicy.
audio_export_pattern (str):
Filename pattern for exported audio.
enable_audio_redaction (bool):
Expand Down
11 changes: 7 additions & 4 deletions google/cloud/dialogflowcx_v3beta1/types/security_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,13 @@ class AudioExportSettings(proto.Message):
Attributes:
gcs_bucket (str):
Cloud Storage bucket to export audio record to. You need to
grant
``service-<Conversation Project Number>@gcp-sa-dialogflow.iam.gserviceaccount.com``
the ``Storage Object Admin`` role in this bucket.
Cloud Storage bucket to export audio record
to. Setting this field would grant the Storage
Object Creator role to the Dialogflow Service
Agent.
API caller that tries to modify this field
should have the permission of
storage.buckets.setIamPolicy.
audio_export_pattern (str):
Filename pattern for exported audio.
enable_audio_redaction (bool):
Expand Down

0 comments on commit f922211

Please sign in to comment.