newTransaction = $newTransaction; } /** * @return TransactionOptions */ public function getNewTransaction() { return $this->newTransaction; } /** * @param string */ public function setReadTime($readTime) { $this->readTime = $readTime; } /** * @return string */ public function getReadTime() { return $this->readTime; } /** * @param StructuredAggregationQuery */ public function setStructuredAggregationQuery(StructuredAggregationQuery $structuredAggregationQuery) { $this->structuredAggregationQuery = $structuredAggregationQuery; } /** * @return StructuredAggregationQuery */ public function getStructuredAggregationQuery() { return $this->structuredAggregationQuery; } /** * @param string */ public function setTransaction($transaction) { $this->transaction = $transaction; } /** * @return string */ public function getTransaction() { return $this->transaction; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RunAggregationQueryRequest::class, 'Google_Service_Firestore_RunAggregationQueryRequest');