Thanks to visit codestin.com
Credit goes to github.com

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

Commit f922211

Browse files
docs: clarified gcs_bucket field of the SecuritySettings message (#460)
* docs: clarified gcs_bucket field of the SecuritySettings message PiperOrigin-RevId: 477778532 Source-Link: googleapis/googleapis@22d2bda Source-Link: https://github.com/googleapis/googleapis-gen/commit/821f121f01c150e4dbd0bf9a792bc05c2ceec1d2 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: https://github.com/googleapis/googleapis-gen/commit/461eeeb770c0397b5ef8392d2429953f1393ff64 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>
1 parent 07e19d4 commit f922211

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

google/cloud/dialogflowcx_v3/types/security_settings.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -308,10 +308,13 @@ class AudioExportSettings(proto.Message):
308308
309309
Attributes:
310310
gcs_bucket (str):
311-
Cloud Storage bucket to export audio record to. You need to
312-
grant
313-
``service-<Conversation Project Number>@gcp-sa-dialogflow.iam.gserviceaccount.com``
314-
the ``Storage Object Admin`` role in this bucket.
311+
Cloud Storage bucket to export audio record
312+
to. Setting this field would grant the Storage
313+
Object Creator role to the Dialogflow Service
314+
Agent.
315+
API caller that tries to modify this field
316+
should have the permission of
317+
storage.buckets.setIamPolicy.
315318
audio_export_pattern (str):
316319
Filename pattern for exported audio.
317320
enable_audio_redaction (bool):

google/cloud/dialogflowcx_v3beta1/types/security_settings.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -308,10 +308,13 @@ class AudioExportSettings(proto.Message):
308308
309309
Attributes:
310310
gcs_bucket (str):
311-
Cloud Storage bucket to export audio record to. You need to
312-
grant
313-
``service-<Conversation Project Number>@gcp-sa-dialogflow.iam.gserviceaccount.com``
314-
the ``Storage Object Admin`` role in this bucket.
311+
Cloud Storage bucket to export audio record
312+
to. Setting this field would grant the Storage
313+
Object Creator role to the Dialogflow Service
314+
Agent.
315+
API caller that tries to modify this field
316+
should have the permission of
317+
storage.buckets.setIamPolicy.
315318
audio_export_pattern (str):
316319
Filename pattern for exported audio.
317320
enable_audio_redaction (bool):

0 commit comments

Comments
 (0)