Class: Google::Pubsub::V1::StreamingPullResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Pubsub::V1::StreamingPullResponse
 
 
- 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
- 
  
    
      #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. This will not be empty.
      477  | 
    
      # File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 477 class StreamingPullResponse; end  |