Cloud PubSub V1 Client - Class AcknowledgeRequest (2.13.2)

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

Namespace

Google \ Cloud \ PubSub \ V1

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 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} .

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

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

static::build

Parameters
Name
Description
subscription
string

Required. The subscription whose message is being acknowledged. Format is projects/{project}/subscriptions/{sub} . Please see SubscriberClient::subscriptionName() for help formatting this field.

ackIds
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.

Returns
Type
Description
Design a Mobile Site
View Site in Mobile | Classic
Share by: