[go: up one dir, main page]

Skip to content

Commit

Permalink
docs: tightened requirements on cloud storage subscription filename s…
Browse files Browse the repository at this point in the history
…uffixes

PiperOrigin-RevId: 543503563
  • Loading branch information
Google APIs authored and Copybara-Service committed Jun 26, 2023
1 parent 974c49f commit 212ecef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion google/pubsub/v1/pubsub.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,8 @@ message CloudStorageConfig {
string filename_prefix = 2;

// User-provided suffix for Cloud Storage filename. See the [object naming
// requirements](https://cloud.google.com/storage/docs/objects#naming).
// requirements](https://cloud.google.com/storage/docs/objects#naming). Must
// not end in "/".
string filename_suffix = 3;

// Defaults to text format.
Expand Down

0 comments on commit 212ecef

Please sign in to comment.