RequestMode.Mode
요청은 요청이 실시간으로 처리되는지 또는 향후에 실행되는지를 결정합니다. Cloud Search는 비동기 업데이트의 처리량을 높이지만, 이러한 업데이트는 수락부터 제공까지 지연 시간이 더 깁니다.
열거형 |
UNSPECIFIED |
업데이트 요청에 우선순위가 지정되지 않았습니다. 우선순위를 지정하지 않으면 업데이트 실패가 발생합니다. |
SYNCHRONOUS |
실시간 업데이트 |
ASYNCHRONOUS |
응답이 호출자에게 다시 전송된 후 실행되는 변경사항의 경우. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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."]]],[]]