Google\Cloud\PubSub\Topic::__debugInfo PHP Method

__debugInfo() public method

Present a nicer debug result to people using php 5.6 or greater.
public __debugInfo ( ) : array
return array
    public function __debugInfo()
    {
        return ['name' => $this->name, 'projectId' => $this->projectId, 'info' => $this->info, 'connection' => get_class($this->connection)];
    }