File tree 1 file changed +6
-1
lines changed 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ message IngestionDataSourceSettings {
203
203
KINESIS_PERMISSION_DENIED = 2 ;
204
204
205
205
// Permission denied encountered while publishing to the topic. This can
206
- // happen due to Pub/Sub SA has not been granted the [appropriate publish
206
+ // happen if the Pub/Sub SA has not been granted the [appropriate publish
207
207
// permissions](https://cloud.google.com/pubsub/docs/access-control#pubsub.publisher)
208
208
PUBLISH_PERMISSION_DENIED = 3 ;
209
209
@@ -1197,6 +1197,11 @@ message CloudStorageConfig {
1197
1197
// Must not end in "/".
1198
1198
string filename_suffix = 3 [(google.api.field_behavior ) = OPTIONAL ];
1199
1199
1200
+ // Optional. User-provided format string specifying how to represent datetimes
1201
+ // in Cloud Storage filenames. See the [datetime format
1202
+ // guidance](https://cloud.google.com/pubsub/docs/create-cloudstorage-subscription#file_names).
1203
+ string filename_datetime_format = 10 [(google.api.field_behavior ) = OPTIONAL ];
1204
+
1200
1205
// Defaults to text format.
1201
1206
oneof output_format {
1202
1207
// Optional. If set, message data will be written to Cloud Storage in text
You can’t perform that action at this time.
0 commit comments