Google\Cloud\PubSub\Message::id PHP 메소드

id() 공개 메소드

The message ID is assigned by the server when the message is published. Guaranteed to be unique within the topic. Example: echo $message->id();
public id ( ) : string
리턴 string
    public function id()
    {
        return $this->message['messageId'];
    }