Class: Google::Cloud::PubSub::V1::AcknowledgeRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/pubsub/v1/pubsub.rb

Overview

Request for the Acknowledge method.

Instance Attribute Summary collapse

Instance Attribute Details

#ack_ids::Array<::String>

Returns Required. 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>)

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



785
786
787
788
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 785

class AcknowledgeRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#subscription::String

Returns Required. The subscription whose message is being acknowledged. Format is projects/{project}/subscriptions/{sub}.

Returns:

  • (::String)

    Required. The subscription whose message is being acknowledged. Format is projects/{project}/subscriptions/{sub}.



785
786
787
788
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 785

class AcknowledgeRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end