Enum IndexingResource.DatasourcesResource.ItemsResource.DeleteRequest.ModeEnum
Required. The RequestMode for this request.
Namespace: Google.Apis.CloudSearch.v1
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public enum IndexingResource.DatasourcesResource.ItemsResource.DeleteRequest.ModeEnum
Fields
| Name | Description |
|---|---|
| ASYNCHRONOUS | For changes that are executed after the response is sent back to the caller. |
| SYNCHRONOUS | For real-time updates. |
| UNSPECIFIED | The priority is not specified in the update request. Leaving priority unspecified results in an update failure. |