Class: Google::Pubsub::V1::StreamingPullResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#received_messagesArray<Google::Pubsub::V1::ReceivedMessage>

Returns Received Pub/Sub messages. This will not be empty.

Returns:



401
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 401

class StreamingPullResponse; end