Class: Google::Pubsub::V1::PullResponse
- Inherits:
-
Object
- Object
- Google::Pubsub::V1::PullResponse
- Defined in:
- lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb
Overview
Response for the +Pull+ method.
Instance Attribute Summary collapse
-
#received_messages ⇒ Array<Google::Pubsub::V1::ReceivedMessage>
Received Pub/Sub messages.
Instance Attribute Details
#received_messages ⇒ Array<Google::Pubsub::V1::ReceivedMessage>
Returns Received Pub/Sub messages. The Pub/Sub system will return zero messages if there are no more available in the backlog. The Pub/Sub system may return fewer than the +maxMessages+ requested even if there are more messages available in the backlog.
327 |
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 327 class PullResponse; end |