Class: Google::Pubsub::V1::ReceivedMessage

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

Overview

A message and its corresponding acknowledgment ID.

Instance Attribute Summary collapse

Instance Attribute Details

#ack_idString

Returns This ID can be used to acknowledge the received message.

Returns:

  • (String)

    This ID can be used to acknowledge the received message.



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

class ReceivedMessage; end

#messageGoogle::Pubsub::V1::PubsubMessage

Returns The message.

Returns:



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

class ReceivedMessage; end