readAllRecords

protected Iterator<EntityRecord> readAllRecords(ResponseFormat format)

Obtains an iterator for reading all records.

Only active entities are returned.

Parameters

format

the expected format of the query response

See also


protected Iterator<EntityRecord> readAllRecords(EntityQuery<I> query, ResponseFormat format)

Obtains an iterator for reading records matching the query, and applying the passed field mask to the results.

Returns only active entities if the query does not specify the lifecycle flags. In order to read inactive entities, the corresponding filters must be set to the provided query.

See also