File tree 2 files changed +9
-1
lines changed
src/main/java/com/google/cloud/firestore
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 314
314
<method >com.google.cloud.firestore.Query getQuery()</method >
315
315
</difference >
316
316
317
+ <difference >
318
+ <className >com/google/cloud/firestore/StreamableQuery</className >
319
+ <differenceType >7009</differenceType >
320
+ <method >void internalStream(*)</method >
321
+ </difference >
322
+
317
323
</differences >
Original file line number Diff line number Diff line change 20
20
import static com .google .common .collect .Lists .reverse ;
21
21
22
22
import com .google .api .core .ApiFuture ;
23
+ import com .google .api .core .InternalApi ;
23
24
import com .google .api .core .SettableApiFuture ;
24
25
import com .google .api .gax .rpc .ApiStreamObserver ;
25
26
import com .google .api .gax .rpc .ResponseObserver ;
49
50
* `isRetryableWithCursor`. Retrying with a cursor means that the StreamableQuery can be resumed
50
51
* where it failed by first calling `startAfter(lastDocumentReceived)`.
51
52
*/
53
+ @ InternalApi
52
54
public abstract class StreamableQuery <SnapshotType > {
53
55
final Query .QueryOptions options ;
54
56
final FirestoreRpcContext <?> rpcContext ;
@@ -237,7 +239,7 @@ public void onCompleted() {
237
239
}
238
240
}
239
241
240
- protected void internalStream (
242
+ void internalStream (
241
243
final ApiStreamObserver <RunQueryResponse > runQueryResponseObserver ,
242
244
final long startTimeNanos ,
243
245
@ Nullable final ByteString transactionId ,
You can’t perform that action at this time.
0 commit comments