@InternalApi
public interface RecordQuery<V>
Query
that returns the entity records.Modifier and Type | Method and Description |
---|---|
Query.ResultType<V> |
getType() |
RecordQuery<V> |
nextQuery(RunQueryResponse responsePb) |
void |
populatePb(RunQueryRequest.Builder requestPb) |
@InternalApi Query.ResultType<V> getType()
@InternalApi void populatePb(RunQueryRequest.Builder requestPb)
@InternalApi RecordQuery<V> nextQuery(RunQueryResponse responsePb)
Copyright © 2023 Google LLC. All rights reserved.