/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Datastore
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Datastore/Query.php (3311B)
distinctOn = $distinctOn;
}
/**
* @return Google_Service_Datastore_PropertyReference[]
*/
public function getDistinctOn()
{
return $this->distinctOn;
}
public function setEndCursor($endCursor)
{
$this->endCursor = $endCursor;
}
public function getEndCursor()
{
return $this->endCursor;
}
/**
* @param Google_Service_Datastore_Filter
*/
public function setFilter(Google_Service_Datastore_Filter $filter)
{
$this->filter = $filter;
}
/**
* @return Google_Service_Datastore_Filter
*/
public function getFilter()
{
return $this->filter;
}
/**
* @param Google_Service_Datastore_KindExpression[]
*/
public function setKind($kind)
{
$this->kind = $kind;
}
/**
* @return Google_Service_Datastore_KindExpression[]
*/
public function getKind()
{
return $this->kind;
}
public function setLimit($limit)
{
$this->limit = $limit;
}
public function getLimit()
{
return $this->limit;
}
public function setOffset($offset)
{
$this->offset = $offset;
}
public function getOffset()
{
return $this->offset;
}
/**
* @param Google_Service_Datastore_PropertyOrder[]
*/
public function setOrder($order)
{
$this->order = $order;
}
/**
* @return Google_Service_Datastore_PropertyOrder[]
*/
public function getOrder()
{
return $this->order;
}
/**
* @param Google_Service_Datastore_Projection[]
*/
public function setProjection($projection)
{
$this->projection = $projection;
}
/**
* @return Google_Service_Datastore_Projection[]
*/
public function getProjection()
{
return $this->projection;
}
public function setStartCursor($startCursor)
{
$this->startCursor = $startCursor;
}
public function getStartCursor()
{
return $this->startCursor;
}
}