Skip to content

Commit 99d77d0

Browse files
docs: clarified gcs_bucket field of the SecuritySettings message, fix: remove proto files root (#315)
* 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>
1 parent aeba411 commit 99d77d0

28 files changed

Lines changed: 78 additions & 6015 deletions

packages/google-cloud-dialogflow-cx/protos/google/cloud/dialogflow/cx/v3/advanced_settings.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ syntax = "proto3";
1616

1717
package google.cloud.dialogflow.cx.v3;
1818

19+
import "google/api/field_behavior.proto";
1920

2021
option cc_enable_arenas = true;
2122
option csharp_namespace = "Google.Cloud.Dialogflow.Cx.V3";

packages/google-cloud-dialogflow-cx/protos/google/cloud/dialogflow/cx/v3/security_settings.proto

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,11 @@ message SecuritySettings {
231231
OGG = 3;
232232
}
233233

234-
// Cloud Storage bucket to export audio record to. You need to grant
235-
// `service-<Conversation Project
236-
// Number>@gcp-sa-dialogflow.iam.gserviceaccount.com` the `Storage Object
237-
// Admin` role in this bucket.
234+
// Cloud Storage bucket to export audio record to.
235+
// Setting this field would grant the Storage Object Creator role to
236+
// the Dialogflow Service Agent.
237+
// API caller that tries to modify this field should have the permission of
238+
// storage.buckets.setIamPolicy.
238239
string gcs_bucket = 1;
239240

240241
// Filename pattern for exported audio.

packages/google-cloud-dialogflow-cx/protos/google/cloud/dialogflow/cx/v3beta1/security_settings.proto

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,11 @@ message SecuritySettings {
231231
OGG = 3;
232232
}
233233

234-
// Cloud Storage bucket to export audio record to. You need to grant
235-
// `service-<Conversation Project
236-
// Number>@gcp-sa-dialogflow.iam.gserviceaccount.com` the `Storage Object
237-
// Admin` role in this bucket.
234+
// Cloud Storage bucket to export audio record to.
235+
// Setting this field would grant the Storage Object Creator role to
236+
// the Dialogflow Service Agent.
237+
// API caller that tries to modify this field should have the permission of
238+
// storage.buckets.setIamPolicy.
238239
string gcs_bucket = 1;
239240

240241
// Filename pattern for exported audio.

packages/google-cloud-dialogflow-cx/protos/protos.d.ts

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-dialogflow-cx/protos/protos.js

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-dialogflow-cx/protos/protos.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)