google_api_datastore v0.4.0 GoogleApi.Datastore.V1.Model.LookupResponse View Source
The response for Datastore.Lookup.
Attributes
- deferred (list(GoogleApi.Datastore.V1.Model.Key.t)): 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. Defaults to
nil
. - found (list(GoogleApi.Datastore.V1.Model.EntityResult.t)): Entities found as
ResultType.FULL
entities. The order of results in this field is undefined and has no relation to the order of the keys in the input. Defaults tonil
. - missing (list(GoogleApi.Datastore.V1.Model.EntityResult.t)): Entities not found as
ResultType.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. Defaults tonil
.
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 Source
t()
View Source
t() :: %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()]
}
t() :: %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
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.