Module google_api_proto::google::datastore::v1::entity_result
source · Expand description
Nested message and enum types in EntityResult
.
Enums§
- Specifies what data the ‘entity’ field contains. A
ResultType
is either implied (for example, inLookupResponse.missing
fromdatastore.proto
, it is alwaysKEY_ONLY
) or specified by context (for example, in messageQueryResultBatch
, fieldentity_result_type
specifies aResultType
for all the values in fieldentity_results
).