26
26
* document database that simplifies storing, syncing, and querying data for
27
27
* your mobile, web, and IoT apps at global scale. Its client libraries provide
28
28
* live synchronization and offline support, while its security features and
29
- * integrations with Firebase and Google Cloud Platform (GCP) accelerate
30
- * building truly serverless apps.
29
+ * integrations with Firebase and Google Cloud Platform accelerate building
30
+ * truly serverless apps.
31
31
* </pre>
32
32
*/
33
33
@ javax .annotation .Generated (
@@ -772,8 +772,8 @@ public FirestoreFutureStub newStub(
772
772
* document database that simplifies storing, syncing, and querying data for
773
773
* your mobile, web, and IoT apps at global scale. Its client libraries provide
774
774
* live synchronization and offline support, while its security features and
775
- * integrations with Firebase and Google Cloud Platform (GCP) accelerate
776
- * building truly serverless apps.
775
+ * integrations with Firebase and Google Cloud Platform accelerate building
776
+ * truly serverless apps.
777
777
* </pre>
778
778
*/
779
779
public abstract static class FirestoreImplBase implements io .grpc .BindableService {
@@ -911,8 +911,9 @@ public void runQuery(
911
911
*
912
912
* <pre>
913
913
* Runs an aggregation query.
914
- * Rather than producing [Document][google.firestore.v1.Document] results like [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery],
915
- * this API allows running an aggregation to produce a series of
914
+ * Rather than producing [Document][google.firestore.v1.Document] results like
915
+ * [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery], this API
916
+ * allows running an aggregation to produce a series of
916
917
* [AggregationResult][google.firestore.v1.AggregationResult] server-side.
917
918
* High-Level Example:
918
919
* ```
@@ -950,7 +951,8 @@ public void partitionQuery(
950
951
*
951
952
*
952
953
* <pre>
953
- * Streams batches of document updates and deletes, in order.
954
+ * Streams batches of document updates and deletes, in order. This method is
955
+ * only available via the gRPC API (not REST).
954
956
* </pre>
955
957
*/
956
958
public io .grpc .stub .StreamObserver <com .google .firestore .v1 .WriteRequest > write (
@@ -963,7 +965,8 @@ public io.grpc.stub.StreamObserver<com.google.firestore.v1.WriteRequest> write(
963
965
*
964
966
*
965
967
* <pre>
966
- * Listens to changes.
968
+ * Listens to changes. This method is only available via the gRPC API (not
969
+ * REST).
967
970
* </pre>
968
971
*/
969
972
public io .grpc .stub .StreamObserver <com .google .firestore .v1 .ListenRequest > listen (
@@ -995,7 +998,8 @@ public void listCollectionIds(
995
998
* The BatchWrite method does not apply the write operations atomically
996
999
* and can apply them out of order. Method does not allow more than one write
997
1000
* per document. Each write succeeds or fails independently. See the
998
- * [BatchWriteResponse][google.firestore.v1.BatchWriteResponse] for the success status of each write.
1001
+ * [BatchWriteResponse][google.firestore.v1.BatchWriteResponse] for the
1002
+ * success status of each write.
999
1003
* If you require an atomically applied set of writes, use
1000
1004
* [Commit][google.firestore.v1.Firestore.Commit] instead.
1001
1005
* </pre>
@@ -1138,8 +1142,8 @@ public final io.grpc.ServerServiceDefinition bindService() {
1138
1142
* document database that simplifies storing, syncing, and querying data for
1139
1143
* your mobile, web, and IoT apps at global scale. Its client libraries provide
1140
1144
* live synchronization and offline support, while its security features and
1141
- * integrations with Firebase and Google Cloud Platform (GCP) accelerate
1142
- * building truly serverless apps.
1145
+ * integrations with Firebase and Google Cloud Platform accelerate building
1146
+ * truly serverless apps.
1143
1147
* </pre>
1144
1148
*/
1145
1149
public static final class FirestoreStub extends io .grpc .stub .AbstractAsyncStub <FirestoreStub > {
@@ -1300,8 +1304,9 @@ public void runQuery(
1300
1304
*
1301
1305
* <pre>
1302
1306
* Runs an aggregation query.
1303
- * Rather than producing [Document][google.firestore.v1.Document] results like [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery],
1304
- * this API allows running an aggregation to produce a series of
1307
+ * Rather than producing [Document][google.firestore.v1.Document] results like
1308
+ * [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery], this API
1309
+ * allows running an aggregation to produce a series of
1305
1310
* [AggregationResult][google.firestore.v1.AggregationResult] server-side.
1306
1311
* High-Level Example:
1307
1312
* ```
@@ -1343,7 +1348,8 @@ public void partitionQuery(
1343
1348
*
1344
1349
*
1345
1350
* <pre>
1346
- * Streams batches of document updates and deletes, in order.
1351
+ * Streams batches of document updates and deletes, in order. This method is
1352
+ * only available via the gRPC API (not REST).
1347
1353
* </pre>
1348
1354
*/
1349
1355
public io .grpc .stub .StreamObserver <com .google .firestore .v1 .WriteRequest > write (
@@ -1356,7 +1362,8 @@ public io.grpc.stub.StreamObserver<com.google.firestore.v1.WriteRequest> write(
1356
1362
*
1357
1363
*
1358
1364
* <pre>
1359
- * Listens to changes.
1365
+ * Listens to changes. This method is only available via the gRPC API (not
1366
+ * REST).
1360
1367
* </pre>
1361
1368
*/
1362
1369
public io .grpc .stub .StreamObserver <com .google .firestore .v1 .ListenRequest > listen (
@@ -1390,7 +1397,8 @@ public void listCollectionIds(
1390
1397
* The BatchWrite method does not apply the write operations atomically
1391
1398
* and can apply them out of order. Method does not allow more than one write
1392
1399
* per document. Each write succeeds or fails independently. See the
1393
- * [BatchWriteResponse][google.firestore.v1.BatchWriteResponse] for the success status of each write.
1400
+ * [BatchWriteResponse][google.firestore.v1.BatchWriteResponse] for the
1401
+ * success status of each write.
1394
1402
* If you require an atomically applied set of writes, use
1395
1403
* [Commit][google.firestore.v1.Firestore.Commit] instead.
1396
1404
* </pre>
@@ -1428,8 +1436,8 @@ public void createDocument(
1428
1436
* document database that simplifies storing, syncing, and querying data for
1429
1437
* your mobile, web, and IoT apps at global scale. Its client libraries provide
1430
1438
* live synchronization and offline support, while its security features and
1431
- * integrations with Firebase and Google Cloud Platform (GCP) accelerate
1432
- * building truly serverless apps.
1439
+ * integrations with Firebase and Google Cloud Platform accelerate building
1440
+ * truly serverless apps.
1433
1441
* </pre>
1434
1442
*/
1435
1443
public static final class FirestoreBlockingStub
@@ -1567,8 +1575,9 @@ public java.util.Iterator<com.google.firestore.v1.RunQueryResponse> runQuery(
1567
1575
*
1568
1576
* <pre>
1569
1577
* Runs an aggregation query.
1570
- * Rather than producing [Document][google.firestore.v1.Document] results like [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery],
1571
- * this API allows running an aggregation to produce a series of
1578
+ * Rather than producing [Document][google.firestore.v1.Document] results like
1579
+ * [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery], this API
1580
+ * allows running an aggregation to produce a series of
1572
1581
* [AggregationResult][google.firestore.v1.AggregationResult] server-side.
1573
1582
* High-Level Example:
1574
1583
* ```
@@ -1619,7 +1628,8 @@ public com.google.firestore.v1.ListCollectionIdsResponse listCollectionIds(
1619
1628
* The BatchWrite method does not apply the write operations atomically
1620
1629
* and can apply them out of order. Method does not allow more than one write
1621
1630
* per document. Each write succeeds or fails independently. See the
1622
- * [BatchWriteResponse][google.firestore.v1.BatchWriteResponse] for the success status of each write.
1631
+ * [BatchWriteResponse][google.firestore.v1.BatchWriteResponse] for the
1632
+ * success status of each write.
1623
1633
* If you require an atomically applied set of writes, use
1624
1634
* [Commit][google.firestore.v1.Firestore.Commit] instead.
1625
1635
* </pre>
@@ -1653,8 +1663,8 @@ public com.google.firestore.v1.Document createDocument(
1653
1663
* document database that simplifies storing, syncing, and querying data for
1654
1664
* your mobile, web, and IoT apps at global scale. Its client libraries provide
1655
1665
* live synchronization and offline support, while its security features and
1656
- * integrations with Firebase and Google Cloud Platform (GCP) accelerate
1657
- * building truly serverless apps.
1666
+ * integrations with Firebase and Google Cloud Platform accelerate building
1667
+ * truly serverless apps.
1658
1668
* </pre>
1659
1669
*/
1660
1670
public static final class FirestoreFutureStub
@@ -1800,7 +1810,8 @@ public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Em
1800
1810
* The BatchWrite method does not apply the write operations atomically
1801
1811
* and can apply them out of order. Method does not allow more than one write
1802
1812
* per document. Each write succeeds or fails independently. See the
1803
- * [BatchWriteResponse][google.firestore.v1.BatchWriteResponse] for the success status of each write.
1813
+ * [BatchWriteResponse][google.firestore.v1.BatchWriteResponse] for the
1814
+ * success status of each write.
1804
1815
* If you require an atomically applied set of writes, use
1805
1816
* [Commit][google.firestore.v1.Firestore.Commit] instead.
1806
1817
* </pre>
0 commit comments