Class StreamingPullResponse (2.9.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.

Attributes

NameDescription
received_messages Sequence[google.pubsub_v1.types.ReceivedMessage]
Received Pub/Sub messages. This will not be empty.
subscription_properties google.pubsub_v1.types.StreamingPullResponse.SubscriptionProperties
Properties associated with this subscription.

Classes

SubscriptionProperties

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

Subscription properties sent as part of the response.