Skip to content

Commit

Permalink
docs: clarified gcs_bucket field of the SecuritySettings message, fix…
Browse files Browse the repository at this point in the history
…: 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Oct 6, 2022
1 parent aeba411 commit 99d77d0
Show file tree
Hide file tree
Showing 28 changed files with 78 additions and 6,015 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ syntax = "proto3";

package google.cloud.dialogflow.cx.v3;

import "google/api/field_behavior.proto";

option cc_enable_arenas = true;
option csharp_namespace = "Google.Cloud.Dialogflow.Cx.V3";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,11 @@ message SecuritySettings {
OGG = 3;
}

// 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.
string gcs_bucket = 1;

// Filename pattern for exported audio.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,11 @@ message SecuritySettings {
OGG = 3;
}

// 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.
string gcs_bucket = 1;

// Filename pattern for exported audio.
Expand Down
24 changes: 12 additions & 12 deletions packages/google-cloud-dialogflow-cx/protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 26 additions & 26 deletions packages/google-cloud-dialogflow-cx/protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 18 additions & 18 deletions packages/google-cloud-dialogflow-cx/protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 99d77d0

Please sign in to comment.