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

attributes() public method

Example: $attributes = $message->attributes();
public attributes ( ) : array
return array
    public function attributes()
    {
        return $this->message['attributes'];
    }