newTransaction property

  1. @TagNumber(5)
TransactionOptions get newTransaction

Starts a new transaction as part of the query, defaulting to read-only.

The new transaction ID will be returned as the first response in the stream.

Implementation

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

Implementation

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