RequestMode.Mode
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
モードは、リクエストがリアルタイムで処理されるか、将来の時点で実行されるかを決定します。Cloud Search は非同期更新で高いスループットを受け入れますが、これらの更新は承認から提供までのレイテンシも高くなります。
列挙型 |
UNSPECIFIED |
優先度が更新リクエストで指定されていません。優先度を指定しないと、更新が失敗します。 |
SYNCHRONOUS |
リアルタイムの最新情報については、 |
ASYNCHRONOUS |
レスポンスが呼び出し元に返された後に実行される変更の場合。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 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. |"]]