google_api_datastore v0.10.0 GoogleApi.Datastore.V1.Model.LookupResponse View Source
The response for Datastore.Lookup.
Attributes
deferred
(type:list(GoogleApi.Datastore.V1.Model.Key.t)
, default:nil
) - A list of keys that were not looked up due to resource constraints. The order of results in this field is undefined and has no relation to the order of the keys in the input.found
(type:list(GoogleApi.Datastore.V1.Model.EntityResult.t)
, default:nil
) - Entities found asResultType.FULL
entities. The order of results in this field is undefined and has no relation to the order of the keys in the input.missing
(type:list(GoogleApi.Datastore.V1.Model.EntityResult.t)
, default:nil
) - Entities not found asResultType.KEY_ONLY
entities. The order of results in this field is undefined and has no relation to the order of the keys in the input.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Datastore.V1.Model.LookupResponse{ deferred: [GoogleApi.Datastore.V1.Model.Key.t()], found: [GoogleApi.Datastore.V1.Model.EntityResult.t()], missing: [GoogleApi.Datastore.V1.Model.EntityResult.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.