Cloud PubSub V1 Client - Class AcknowledgeConfirmation (2.19.1)

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

Acknowledgment IDs sent in one or more previous requests to acknowledge a previously received message.

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

Namespace

Google \ Cloud \ PubSub \ V1 \ StreamingPullResponse

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ ack_ids string[]

Optional. Successfully processed acknowledgment IDs.

↳ invalid_ack_ids string[]

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

↳ unordered_ack_ids string[]

Optional. List of acknowledgment IDs that were out of order.

↳ temporary_failed_ack_ids string[]

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

getAckIds

Optional. Successfully processed acknowledgment IDs.

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setAckIds

Optional. Successfully processed acknowledgment IDs.

Parameter
Name Description
var string[]
Returns
Type Description
$this

getInvalidAckIds

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

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setInvalidAckIds

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

Parameter
Name Description
var string[]
Returns
Type Description
$this

getUnorderedAckIds

Optional. List of acknowledgment IDs that were out of order.

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setUnorderedAckIds

Optional. List of acknowledgment IDs that were out of order.

Parameter
Name Description
var string[]
Returns
Type Description
$this

getTemporaryFailedAckIds

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

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setTemporaryFailedAckIds

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

Parameter
Name Description
var string[]
Returns
Type Description
$this