Google\Cloud\PubSub\Message::ackId PHP Method

ackId() public method

This is only set when message is obtained via {@see \Google\Cloud\PubSub\Subscription::pull()}. Example: echo $message->ackId();
public ackId ( ) : string
return string
    public function ackId()
    {
        return $this->ackId;
    }