gqlQuery = $gqlQuery; } /** * @return Google_Service_Datastore_GqlQuery */ public function getGqlQuery() { return $this->gqlQuery; } /** * @param Google_Service_Datastore_PartitionId */ public function setPartitionId(Google_Service_Datastore_PartitionId $partitionId) { $this->partitionId = $partitionId; } /** * @return Google_Service_Datastore_PartitionId */ public function getPartitionId() { return $this->partitionId; } /** * @param Google_Service_Datastore_Query */ public function setQuery(Google_Service_Datastore_Query $query) { $this->query = $query; } /** * @return Google_Service_Datastore_Query */ public function getQuery() { return $this->query; } /** * @param Google_Service_Datastore_ReadOptions */ public function setReadOptions(Google_Service_Datastore_ReadOptions $readOptions) { $this->readOptions = $readOptions; } /** * @return Google_Service_Datastore_ReadOptions */ public function getReadOptions() { return $this->readOptions; } }