public static final enum
IndexingService.RequestMode
extends Enum<IndexingService.RequestMode>
Request mode for Item
index and delete requests.
Inherited Method Summary
Enum Values
public static final IndexingService.RequestMode ASYNCHRONOUS
For changes that are executed after the response is sent back to the caller.
public static final IndexingService.RequestMode SYNCHRONOUS
For real-time updates.
public static final IndexingService.RequestMode UNSPECIFIED
Priority is not specified in the update request. Leaving priority unspecified results in an update failure.