RequestMode.Mode
Stay organized with collections
Save and categorize content based on your preferences.
Mode determines if the request is processed in real time or is executed at a future time. Cloud Search accepts higher throughput for asynchronous updates, but these updates also have higher latency from acceptance to serving.
Enums |
UNSPECIFIED |
The priority is not specified in the update request. Leaving priority unspecified results in an update failure. |
SYNCHRONOUS |
For real-time updates. |
ASYNCHRONOUS |
For changes that are executed after the response is sent back to the caller. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-04-04 UTC.
[null,null,["Last updated 2025-04-04 UTC."],[],[],null,["# RequestMode.Mode\n\nMode determines if the request is processed in real time or is executed at a future time. Cloud Search accepts higher throughput for asynchronous updates, but these updates also have higher latency from acceptance to serving.\n\n| Enums ||\n|----------------|-----------------------------------------------------------------------------------------------------------------|\n| `UNSPECIFIED` | The priority is not specified in the update request. Leaving priority unspecified results in an update failure. |\n| `SYNCHRONOUS` | For real-time updates. |\n| `ASYNCHRONOUS` | For changes that are executed after the response is sent back to the caller. |"]]