Home
last modified time | relevance | path

Searched refs:newTransaction (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DRunAggregationQueryRequest.php38 public function setNewTransaction(TransactionOptions $newTransaction) argument
40 $this->newTransaction = $newTransaction;
47 return $this->newTransaction;
H A DRunQueryRequest.php38 public function setNewTransaction(TransactionOptions $newTransaction) argument
40 $this->newTransaction = $newTransaction;
47 return $this->newTransaction;
H A DBatchGetDocumentsRequest.php71 public function setNewTransaction(TransactionOptions $newTransaction) argument
73 $this->newTransaction = $newTransaction;
80 return $this->newTransaction;