This repository was archived by the owner on Mar 9, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ class State(proto.Enum):
222222 ``gcp_service_account``.
223223 PUBLISH_PERMISSION_DENIED (3):
224224 Permission denied encountered while publishing to the topic.
225- This can happen due to Pub/Sub SA has not been granted the
225+ This can happen if the Pub/Sub SA has not been granted the
226226 `appropriate publish
227227 permissions <https://cloud.google.com/pubsub/docs/access-control#pubsub.publisher>`__
228228 STREAM_NOT_FOUND (4):
@@ -1394,6 +1394,11 @@ class CloudStorageConfig(proto.Message):
13941394 See the `object naming
13951395 requirements <https://cloud.google.com/storage/docs/objects#naming>`__.
13961396 Must not end in "/".
1397+ filename_datetime_format (str):
1398+ Optional. User-provided format string specifying how to
1399+ represent datetimes in Cloud Storage filenames. See the
1400+ `datetime format
1401+ guidance <https://cloud.google.com/pubsub/docs/create-cloudstorage-subscription#file_names>`__.
13971402 text_config (google.pubsub_v1.types.CloudStorageConfig.TextConfig):
13981403 Optional. If set, message data will be
13991404 written to Cloud Storage in text format.
@@ -1487,6 +1492,10 @@ class AvroConfig(proto.Message):
14871492 proto .STRING ,
14881493 number = 3 ,
14891494 )
1495+ filename_datetime_format : str = proto .Field (
1496+ proto .STRING ,
1497+ number = 10 ,
1498+ )
14901499 text_config : TextConfig = proto .Field (
14911500 proto .MESSAGE ,
14921501 number = 4 ,
You can’t perform that action at this time.
0 commit comments