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

docs: clarified gcs_bucket field of the SecuritySettings message #460

Merged
merged 4 commits into from
Oct 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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