Skip to content

Commit 2436db1

Browse files
gcf-owl-bot[bot]jskeet
authored andcommitted
docs: clarified where ordering_key will be written if write_metadata is set
PiperOrigin-RevId: 551210991 Source-Link: googleapis/googleapis@7c762d7 Source-Link: googleapis/googleapis-gen@15fe4c5 Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuUHViU3ViLlYxLy5Pd2xCb3QueWFtbCIsImgiOiIxNWZlNGM1ZmY1ZWJkNTI5MTFiNDI5YjA1Yjk5MmUyMzJmNTMzNTFlIn0=
1 parent 576c1e3 commit 2436db1

File tree

1 file changed

+5
-1
lines changed
  • apis/Google.Cloud.PubSub.V1/Google.Cloud.PubSub.V1

1 file changed

+5
-1
lines changed

‎apis/Google.Cloud.PubSub.V1/Google.Cloud.PubSub.V1/Pubsub.g.cs

+5-1
Original file line numberDiff line numberDiff line change
@@ -8715,7 +8715,11 @@ public AvroConfig Clone() {
87158715
private bool writeMetadata_;
87168716
/// <summary>
87178717
/// When true, write the subscription name, message_id, publish_time,
8718-
/// attributes, and ordering_key as additional fields in the output.
8718+
/// attributes, and ordering_key as additional fields in the output. The
8719+
/// subscription name, message_id, and publish_time fields are put in their
8720+
/// own fields while all other message properties other than data (for
8721+
/// example, an ordering_key, if present) are added as entries in the
8722+
/// attributes map.
87198723
/// </summary>
87208724
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
87218725
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]

0 commit comments

Comments
 (0)