Cloud PubSub V1 Client - Class ModifyAckDeadlineConfirmation (2.1.1)

Reference documentation and code samples for the Cloud PubSub V1 Client class ModifyAckDeadlineConfirmation.

Acknowledgement IDs sent in one or more previous requests to modify the deadline for a specific message.

Generated from protobuf message google.pubsub.v1.StreamingPullResponse.ModifyAckDeadlineConfirmation

Namespace

Google \ Cloud \ PubSub \ V1 \ StreamingPullResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ ack_ids array

Optional. Successfully processed acknowledgement IDs.

↳ invalid_ack_ids array

Optional. List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.

↳ temporary_failed_ack_ids array

Optional. List of acknowledgement IDs that failed processing with temporary issues.

getAckIds

Optional. Successfully processed acknowledgement IDs.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAckIds

Optional. Successfully processed acknowledgement IDs.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getInvalidAckIds

Optional. List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setInvalidAckIds

Optional. List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getTemporaryFailedAckIds

Optional. List of acknowledgement IDs that failed processing with temporary issues.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTemporaryFailedAckIds

Optional. List of acknowledgement IDs that failed processing with temporary issues.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this