Google\Cloud\Datastore\Connection\Rest::runQuery PHP Method

runQuery() public method

public runQuery ( array $args )
$args array
    public function runQuery(array $args)
    {
        return $this->send('projects', 'runQuery', $args);
    }