-
Notifications
You must be signed in to change notification settings - Fork 682
datastore: Support LookupResponse deferred field #77
Copy link
Copy link
Closed
Labels
🚨This issue needs some love.This issue needs some love.api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.library: cloud-profilerIssues transferred from another repositoryIssues transferred from another repositorytriage meI really want to be triaged.I really want to be triaged.
Milestone
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.library: cloud-profilerIssues transferred from another repositoryIssues transferred from another repositorytriage meI really want to be triaged.I really want to be triaged.
Type
Fields
Give feedbackNo fields configured for issues without a type.
When a LookupRequest is made, the response may contain keys in the deferred field that were not able to be answered due to resource/time constraints.
getAll should probably either expose this to the user or fire off another request for the rest of the keys.