newTransaction property

  1. @TagNumber(6)
TransactionOptions newTransaction

Starts a new transaction and reads the documents. Defaults to a read-only transaction. The new transaction ID will be returned as the first response in the stream.

Implementation

@$pb.TagNumber(6)
$3.TransactionOptions get newTransaction => $_getN(3);
  1. @TagNumber(6)
void newTransaction=(TransactionOptions v)

Implementation

@$pb.TagNumber(6)
set newTransaction($3.TransactionOptions v) {
  setField(6, v);
}