Class: Google::Pubsub::V1::AcknowledgeRequest

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

Overview

Request for the Acknowledge method.

Instance Attribute Summary collapse

Instance Attribute Details

#ack_idsArray<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.

Returns:

  • (Array<String>)

    The acknowledgment ID for the messages being acknowledged that was returned by the Pub/Sub system in the +Pull+ response. Must not be empty.



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

class AcknowledgeRequest; end

#subscriptionString

Returns The subscription whose message is being acknowledged. Format is +projects/project/subscriptions/sub+.

Returns:

  • (String)

    The subscription whose message is being acknowledged. Format is +projects/project/subscriptions/sub+.



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

class AcknowledgeRequest; end