Interface RecordQuery<V> (2.19.0)

public interface RecordQuery<V>

An internal marker interface to represent Query that returns the entity records.

Type Parameter

NameDescription
V

Methods

getType()

public abstract Query.ResultType<V> getType()
Returns
TypeDescription
ResultType<V>

nextQuery(RunQueryResponse responsePb)

public abstract RecordQuery<V> nextQuery(RunQueryResponse responsePb)
Parameter
NameDescription
responsePbRunQueryResponse
Returns
TypeDescription
RecordQuery<V>

populatePb(RunQueryRequest.Builder requestPb)

public abstract void populatePb(RunQueryRequest.Builder requestPb)
Parameter
NameDescription
requestPbRunQueryRequest.Builder