You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param Union[dict, list] data: JSON-serialisable data to form the body of the message
63
+
:param str subscription: a subscription path which indicates the subscription that caused this message to be delivered, eg 'projects/my-project/subscriptions/my-subscription-name'
63
64
:param Union[dict, None] attributes: Dict of attributes to attach to the message. Contents must be flat, containing only string keys with string values.
64
65
:param Union[str, None] message_id: An optional id for the message.
65
66
:param Union[str, None] ordering_key: A string used to order messages.
0 commit comments