Google\Cloud\PubSub\Message::attributes PHP Метод

attributes() публичный Метод

Example: $attributes = $message->attributes();
public attributes ( ) : array
Результат array
    public function attributes()
    {
        return $this->message['attributes'];
    }