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