Firestore in Datastore mode V1 API - Module Google::Cloud::Datastore::V1::QueryResultBatch::MoreResultsType (v1.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Firestore in Datastore mode V1 API module Google::Cloud::Datastore::V1::QueryResultBatch::MoreResultsType.
The possible values for the more_results field.
Constants
MORE_RESULTS_TYPE_UNSPECIFIED
value: 0 Unspecified. This value is never used.
NOT_FINISHED
value: 1 There may be additional batches to fetch from this query.
MORE_RESULTS_AFTER_LIMIT
value: 2 The query is finished, but there may be more results after the limit.
MORE_RESULTS_AFTER_CURSOR
value: 4 The query is finished, but there may be more results after the end
cursor.
NO_MORE_RESULTS
value: 3 The query is finished, and there are no more results.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-05-12 UTC."],[],[]]