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.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ subscription |
string
Required. The subscription whose message is being acknowledged. Format is |
↳ ack_ids |
array
Required. The acknowledgment ID for the messages being acknowledged that was returned by the Pub/Sub system in the |
getSubscription
Required. The subscription whose message is being acknowledged.
Format is projects/{project}/subscriptions/{sub}
.
Returns | |
---|---|
Type | Description |
string |
setSubscription
Required. The subscription whose message is being acknowledged.
Format is projects/{project}/subscriptions/{sub}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
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.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |