Reference documentation and code samples for the Cloud PubSub V1 Client class AcknowledgeRequest.
Request for the Acknowledge method.
Generated from protobuf message google.pubsub.v1.AcknowledgeRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ subscription
string
Required. The subscription whose message is being acknowledged. Format is projects/{project}/subscriptions/{sub}
.
↳ ack_ids
array
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.
getSubscription
Required. The subscription whose message is being acknowledged.
Format is projects/{project}/subscriptions/{sub}
.
string
setSubscription
Required. The subscription whose message is being acknowledged.
Format is projects/{project}/subscriptions/{sub}
.
var
string
$this
getAckIds
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.
setAckIds
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.
var
string[]
$this