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
Update pubsub.subscription.pull() to return instances of a new pubsub.message.Message class (e.g., to handle ack_id, id, payload decoding, maybe other behavior). (#744: Add 'pubsub.message.Message' class #800)
pubsub.connection.Connectionclass (based onstorageversion). (Flesh out pubsub topics #742)pubsub.topic.Topicclass and related search API. (Flesh out pubsub topics #742)pubsub.subscription.Subscriptionclass and related search API. (Flesh out pubsub subscriptions #743)storage. (per Unify '_implicit_environ' handling #741, see Add implicit environment support to pubsub #763)pubsub.api.list_topics()to returnpubsub.topic.Topicinstances (#744: return Topic instances frompubsub.api.list_topics()#790)pubsub.api.list_subscriptions()to returnpubsub.subscription.Subscriptioninstances (#744: return Subscription instances frompubsub.list_subscriptions()#794)pubsub.subscription.pull()to return instances of a newpubsub.message.Messageclass (e.g., to handleack_id,id, payload decoding, maybe other behavior). (#744: Add 'pubsub.message.Message' class #800)