Interface protos.google.pubsub.v1.IStreamingPullResponse (2.16.6)

Properties of a StreamingPullResponse.

Package

@google-cloud/pubsub!

Properties

receivedMessages

receivedMessages?: (google.pubsub.v1.IReceivedMessage[]|null);

StreamingPullResponse receivedMessages

Property Value
TypeDescription
(google.pubsub.v1.IReceivedMessage[]|null)

subscriptionProperties

subscriptionProperties?: (google.pubsub.v1.StreamingPullResponse.ISubscriptionProperties|null);

StreamingPullResponse subscriptionProperties

Property Value
TypeDescription
(google.pubsub.v1.StreamingPullResponse.ISubscriptionProperties|null)