Class: Google::Cloud::PubSub::V1::AcknowledgeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::AcknowledgeRequest
- 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
-
#ack_ids ⇒ ::Array<::String>
Required.
-
#subscription ⇒ ::String
Required.
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.
1365 1366 1367 1368 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 1365 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}
.
1365 1366 1367 1368 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 1365 class AcknowledgeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |