Interface RecordQuery<V> (2.19.2)

public interface RecordQuery<V>

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

Type Parameter

Name Description
V

Methods

getType()

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

nextQuery(RunQueryResponse responsePb)

public abstract RecordQuery<V> nextQuery(RunQueryResponse responsePb)
Parameter
Name Description
responsePb RunQueryResponse
Returns
Type Description
RecordQuery<V>

populatePb(RunQueryRequest.Builder requestPb)

public abstract void populatePb(RunQueryRequest.Builder requestPb)
Parameter
Name Description
requestPb RunQueryRequest.Builder