RequestMode.Mode
モードは、リクエストをリアルタイムで処理するか、将来実行するかを決定します。Cloud Search は、非同期更新のスループットが高くなりますが、受け入れから提供までのレイテンシも高くなります。
列挙型 |
UNSPECIFIED |
優先度は更新リクエストで指定されていません。優先度を指定しないと、更新に失敗します。 |
SYNCHRONOUS |
リアルタイム更新。 |
ASYNCHRONOUS |
レスポンスが呼び出し元に返送された後に実行される変更の場合。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-03 UTC。
[null,null,["最終更新日 2024-09-03 UTC。"],[[["Mode selection determines whether Cloud Search processes requests immediately (real-time) or at a later scheduled time."],["Asynchronous updates, while allowing for higher throughput, experience a delay between submission and when the changes become visible in search results."],["Real-time updates are achieved through the `SYNCHRONOUS` mode, whereas `ASYNCHRONOUS` mode handles updates that are processed later."],["Leaving the mode unspecified (`UNSPECIFIED`) will lead to update failures, emphasizing the importance of explicitly setting the desired mode."]]],[]]