Class StreamingPullResponse (2.5.0)

StreamingPullResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response for the StreamingPull method. This response is used to stream messages from the server to the client.

Attribute

NameDescription
received_messages Sequence[google.pubsub_v1.types.ReceivedMessage]
Received Pub/Sub messages. This will not be empty.