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 StructuredQuery */ public function setStructuredQuery(StructuredQuery $structuredQuery) { $this->structuredQuery = $structuredQuery; } /** * @return StructuredQuery */ public function getStructuredQuery() { return $this->structuredQuery; } /** * @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(RunQueryRequest::class, 'Google_Service_Firestore_RunQueryRequest');