/var/www/flurhymez/vendor/google/apiclient-services/src/Firestore
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Firestore/PartitionQueryRequest.php (2083B)
pageSize = $pageSize;
}
/**
* @return int
*/
public function getPageSize()
{
return $this->pageSize;
}
/**
* @param string
*/
public function setPageToken($pageToken)
{
$this->pageToken = $pageToken;
}
/**
* @return string
*/
public function getPageToken()
{
return $this->pageToken;
}
/**
* @param string
*/
public function setPartitionCount($partitionCount)
{
$this->partitionCount = $partitionCount;
}
/**
* @return string
*/
public function getPartitionCount()
{
return $this->partitionCount;
}
/**
* @param StructuredQuery
*/
public function setStructuredQuery(StructuredQuery $structuredQuery)
{
$this->structuredQuery = $structuredQuery;
}
/**
* @return StructuredQuery
*/
public function getStructuredQuery()
{
return $this->structuredQuery;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(PartitionQueryRequest::class, 'Google_Service_Firestore_PartitionQueryRequest');