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
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ ack_ids |
array
Successfully processed acknowledgement IDs. |
↳ invalid_ack_ids |
array
List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired. |
getAckIds
Successfully processed acknowledgement IDs.
Generated from protobuf field repeated string ack_ids = 1 [ctype = CORD];
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setAckIds
Successfully processed acknowledgement IDs.
Generated from protobuf field repeated string ack_ids = 1 [ctype = CORD];
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getInvalidAckIds
List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.
Generated from protobuf field repeated string invalid_ack_ids = 2 [ctype = CORD];
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setInvalidAckIds
List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.
Generated from protobuf field repeated string invalid_ack_ids = 2 [ctype = CORD];
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|