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

lookup() public method

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