Class: Google::Pubsub::V1::AcknowledgeRequest
- Inherits:
-
Object
- Object
- Google::Pubsub::V1::AcknowledgeRequest
- Defined in:
- lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb
Overview
Request for the Acknowledge method.
Instance Attribute Summary collapse
-
#ack_ids ⇒ Array<String>
The acknowledgment ID for the messages being acknowledged that was returned by the Pub/Sub system in the +Pull+ response.
-
#subscription ⇒ String
The subscription whose message is being acknowledged.
Instance Attribute Details
#ack_ids ⇒ Array<String>
Returns The acknowledgment ID for the messages being acknowledged that was returned by the Pub/Sub system in the +Pull+ response. Must not be empty.
350 |
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 350 class AcknowledgeRequest; end |
#subscription ⇒ String
Returns The subscription whose message is being acknowledged. Format is +projects/project/subscriptions/sub+.
350 |
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 350 class AcknowledgeRequest; end |