Skip to content

Commit 40b7dae

Browse files
docs(pubsub-v1): The message_id metadata field for JavaScriptUDF is optional, not required (googleapis#29434)
1 parent 8512753 commit 40b7dae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • google-cloud-pubsub-v1/proto_docs/google/pubsub/v1

google-cloud-pubsub-v1/proto_docs/google/pubsub/v1/pubsub.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ class ConfluentCloudFailureReason
638638
# *
639639
# * @param \\{Object<string, any>} metadata - Pub/Sub message metadata.
640640
# * Keys:
641-
# * - (required) 'message_id' : \\{string}
641+
# * - (optional) 'message_id' : \\{string}
642642
# * - (optional) 'publish_time': \\{string} YYYY-MM-DDTHH:MM:SSZ format
643643
# * - (optional) 'ordering_key': \\{string}
644644
# */

0 commit comments

Comments
 (0)