Skip to content

Commit

Permalink
docs: clarified where ordering_key will be written if write_metadata …
Browse files Browse the repository at this point in the history
…is set (#1781)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 551210991

Source-Link: https://togithub.com/googleapis/googleapis/commit/7c762d770a82da397956b80379a6fb73505835af

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/15fe4c5ff5ebd52911b429b05b992e232f53351e
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTVmZTRjNWZmNWViZDUyOTExYjQyOWIwNWI5OTJlMjMyZjUzMzUxZSJ9
  • Loading branch information
gcf-owl-bot[bot] committed Jul 26, 2023
1 parent ba72638 commit 9deb05d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion protos/google/pubsub/v1/pubsub.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,11 @@ message CloudStorageConfig {
// Message payloads and metadata will be written to files as an Avro binary.
message AvroConfig {
// When true, write the subscription name, message_id, publish_time,
// attributes, and ordering_key as additional fields in the output.
// attributes, and ordering_key as additional fields in the output. The
// subscription name, message_id, and publish_time fields are put in their
// own fields while all other message properties other than data (for
// example, an ordering_key, if present) are added as entries in the
// attributes map.
bool write_metadata = 1;
}

Expand Down

0 comments on commit 9deb05d

Please sign in to comment.