Class: Google::Cloud::PubSub::V1::ReceivedMessage
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::ReceivedMessage
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/pubsub/v1/pubsub.rb
Overview
A message and its corresponding acknowledgment ID.
Instance Attribute Summary collapse
-
#ack_id ⇒ ::String
This ID can be used to acknowledge the received message.
-
#delivery_attempt ⇒ ::Integer
The approximate number of times that Cloud Pub/Sub has attempted to deliver the associated message to a subscriber.
-
#message ⇒ ::Google::Cloud::PubSub::V1::PubsubMessage
The message.
Instance Attribute Details
#ack_id ⇒ ::String
628 629 630 631 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 628 class ReceivedMessage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#delivery_attempt ⇒ ::Integer
628 629 630 631 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 628 class ReceivedMessage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#message ⇒ ::Google::Cloud::PubSub::V1::PubsubMessage
628 629 630 631 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 628 class ReceivedMessage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |