google_api_datastore v0.2.0 GoogleApi.Datastore.V1.Model.LookupResponse View Source
The response for Datastore.Lookup.
Attributes
- deferred ([Key]): 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:
null
. - found ([EntityResult]): 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 to:
null
. - missing ([EntityResult]): 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 to:
null
.
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.