transaction property

  1. @TagNumber(3)
List<int> transaction

The transaction that was started as part of this request. Will only be set in the first response, and only if google.firestore.v1.BatchGetDocumentsRequest.new_transaction was set in the request.

Implementation

@$pb.TagNumber(3)
$core.List<$core.int> get transaction => $_getN(2);
  1. @TagNumber(3)
void transaction=(List<int> v)

Implementation

@$pb.TagNumber(3)
set transaction($core.List<$core.int> v) {
  $_setBytes(2, v);
}