2626 * document database that simplifies storing, syncing, and querying data for
2727 * your mobile, web, and IoT apps at global scale. Its client libraries provide
2828 * 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.
3131 * </pre>
3232 */
3333@ javax .annotation .Generated (
@@ -772,8 +772,8 @@ public FirestoreFutureStub newStub(
772772 * document database that simplifies storing, syncing, and querying data for
773773 * your mobile, web, and IoT apps at global scale. Its client libraries provide
774774 * 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.
777777 * </pre>
778778 */
779779 public abstract static class FirestoreImplBase implements io .grpc .BindableService {
@@ -911,8 +911,9 @@ public void runQuery(
911911 *
912912 * <pre>
913913 * 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
916917 * [AggregationResult][google.firestore.v1.AggregationResult] server-side.
917918 * High-Level Example:
918919 * ```
@@ -950,7 +951,8 @@ public void partitionQuery(
950951 *
951952 *
952953 * <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).
954956 * </pre>
955957 */
956958 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(
963965 *
964966 *
965967 * <pre>
966- * Listens to changes.
968+ * Listens to changes. This method is only available via the gRPC API (not
969+ * REST).
967970 * </pre>
968971 */
969972 public io .grpc .stub .StreamObserver <com .google .firestore .v1 .ListenRequest > listen (
@@ -995,7 +998,8 @@ public void listCollectionIds(
995998 * The BatchWrite method does not apply the write operations atomically
996999 * and can apply them out of order. Method does not allow more than one write
9971000 * 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.
9991003 * If you require an atomically applied set of writes, use
10001004 * [Commit][google.firestore.v1.Firestore.Commit] instead.
10011005 * </pre>
@@ -1138,8 +1142,8 @@ public final io.grpc.ServerServiceDefinition bindService() {
11381142 * document database that simplifies storing, syncing, and querying data for
11391143 * your mobile, web, and IoT apps at global scale. Its client libraries provide
11401144 * 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.
11431147 * </pre>
11441148 */
11451149 public static final class FirestoreStub extends io .grpc .stub .AbstractAsyncStub <FirestoreStub > {
@@ -1300,8 +1304,9 @@ public void runQuery(
13001304 *
13011305 * <pre>
13021306 * 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
13051310 * [AggregationResult][google.firestore.v1.AggregationResult] server-side.
13061311 * High-Level Example:
13071312 * ```
@@ -1343,7 +1348,8 @@ public void partitionQuery(
13431348 *
13441349 *
13451350 * <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).
13471353 * </pre>
13481354 */
13491355 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(
13561362 *
13571363 *
13581364 * <pre>
1359- * Listens to changes.
1365+ * Listens to changes. This method is only available via the gRPC API (not
1366+ * REST).
13601367 * </pre>
13611368 */
13621369 public io .grpc .stub .StreamObserver <com .google .firestore .v1 .ListenRequest > listen (
@@ -1390,7 +1397,8 @@ public void listCollectionIds(
13901397 * The BatchWrite method does not apply the write operations atomically
13911398 * and can apply them out of order. Method does not allow more than one write
13921399 * 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.
13941402 * If you require an atomically applied set of writes, use
13951403 * [Commit][google.firestore.v1.Firestore.Commit] instead.
13961404 * </pre>
@@ -1428,8 +1436,8 @@ public void createDocument(
14281436 * document database that simplifies storing, syncing, and querying data for
14291437 * your mobile, web, and IoT apps at global scale. Its client libraries provide
14301438 * 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.
14331441 * </pre>
14341442 */
14351443 public static final class FirestoreBlockingStub
@@ -1567,8 +1575,9 @@ public java.util.Iterator<com.google.firestore.v1.RunQueryResponse> runQuery(
15671575 *
15681576 * <pre>
15691577 * 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
15721581 * [AggregationResult][google.firestore.v1.AggregationResult] server-side.
15731582 * High-Level Example:
15741583 * ```
@@ -1619,7 +1628,8 @@ public com.google.firestore.v1.ListCollectionIdsResponse listCollectionIds(
16191628 * The BatchWrite method does not apply the write operations atomically
16201629 * and can apply them out of order. Method does not allow more than one write
16211630 * 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.
16231633 * If you require an atomically applied set of writes, use
16241634 * [Commit][google.firestore.v1.Firestore.Commit] instead.
16251635 * </pre>
@@ -1653,8 +1663,8 @@ public com.google.firestore.v1.Document createDocument(
16531663 * document database that simplifies storing, syncing, and querying data for
16541664 * your mobile, web, and IoT apps at global scale. Its client libraries provide
16551665 * 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.
16581668 * </pre>
16591669 */
16601670 public static final class FirestoreFutureStub
@@ -1800,7 +1810,8 @@ public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Em
18001810 * The BatchWrite method does not apply the write operations atomically
18011811 * and can apply them out of order. Method does not allow more than one write
18021812 * 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.
18041815 * If you require an atomically applied set of writes, use
18051816 * [Commit][google.firestore.v1.Firestore.Commit] instead.
18061817 * </pre>
0 commit comments