/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Firestore
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Firestore/Target.php (2773B)
documents = $documents;
}
/**
* @return DocumentsTarget
*/
public function getDocuments()
{
return $this->documents;
}
/**
* @param int
*/
public function setExpectedCount($expectedCount)
{
$this->expectedCount = $expectedCount;
}
/**
* @return int
*/
public function getExpectedCount()
{
return $this->expectedCount;
}
/**
* @param bool
*/
public function setOnce($once)
{
$this->once = $once;
}
/**
* @return bool
*/
public function getOnce()
{
return $this->once;
}
/**
* @param QueryTarget
*/
public function setQuery(QueryTarget $query)
{
$this->query = $query;
}
/**
* @return QueryTarget
*/
public function getQuery()
{
return $this->query;
}
/**
* @param string
*/
public function setReadTime($readTime)
{
$this->readTime = $readTime;
}
/**
* @return string
*/
public function getReadTime()
{
return $this->readTime;
}
/**
* @param string
*/
public function setResumeToken($resumeToken)
{
$this->resumeToken = $resumeToken;
}
/**
* @return string
*/
public function getResumeToken()
{
return $this->resumeToken;
}
/**
* @param int
*/
public function setTargetId($targetId)
{
$this->targetId = $targetId;
}
/**
* @return int
*/
public function getTargetId()
{
return $this->targetId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Target::class, 'Google_Service_Firestore_Target');