aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Protos/objc/google/firestore/v1beta1/Firestore.pbobjc.h
diff options
context:
space:
mode:
authorGravatar Michael Lehenbauer <mikelehen@gmail.com>2018-04-12 09:08:18 -0700
committerGravatar GitHub <noreply@github.com>2018-04-12 09:08:18 -0700
commit6f2ef7d3899f05dae7eb03847d8dddf9b04a7738 (patch)
tree690f179be9097ed3df9bfeb5ddb59ebcc1ab6299 /Firestore/Protos/objc/google/firestore/v1beta1/Firestore.pbobjc.h
parent74411e5739237e70fd62c8364626c17ec37ed595 (diff)
Update protos. (#1075)
Diffstat (limited to 'Firestore/Protos/objc/google/firestore/v1beta1/Firestore.pbobjc.h')
-rw-r--r--Firestore/Protos/objc/google/firestore/v1beta1/Firestore.pbobjc.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/Firestore/Protos/objc/google/firestore/v1beta1/Firestore.pbobjc.h b/Firestore/Protos/objc/google/firestore/v1beta1/Firestore.pbobjc.h
index 0acd8c0..11f55a9 100644
--- a/Firestore/Protos/objc/google/firestore/v1beta1/Firestore.pbobjc.h
+++ b/Firestore/Protos/objc/google/firestore/v1beta1/Firestore.pbobjc.h
@@ -642,10 +642,7 @@ typedef GPB_ENUM(GCFSCommitRequest_FieldNumber) {
/** The number of items in @c writesArray without causing the array to be created. */
@property(nonatomic, readonly) NSUInteger writesArray_Count;
-/**
- * If non-empty, applies all writes in this transaction, and commits it.
- * Otherwise, applies the writes as if they were in their own transaction.
- **/
+/** If set, applies all writes in this transaction, and commits it. */
@property(nonatomic, readwrite, copy, null_resettable) NSData *transaction;
@end