SummaryRowSetting
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
반품 요약 행 설정을 설명하는 enum입니다.
열거형 |
UNSPECIFIED |
지정되지 않음 |
UNKNOWN |
반품 요약 행의 알 수 없는 값을 나타냅니다. |
NO_SUMMARY_ROW |
요약 행을 반환하지 않습니다. |
SUMMARY_ROW_WITH_RESULTS |
결과와 함께 요약 행을 반환합니다. 요약 행은 마지막 배치에서만 반환됩니다. 마지막 배치에는 결과가 포함되지 않습니다. |
SUMMARY_ROW_ONLY |
요약 행만 반환하고 결과를 반환하지 않습니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[[["\u003cp\u003eThis enum describes settings for the return summary row in data results.\u003c/p\u003e\n"],["\u003cp\u003eOptions include: not specifying a setting, returning no summary row, returning a summary row with or without results, or returning only the summary row.\u003c/p\u003e\n"],["\u003cp\u003eWhen a summary row is included with results, it's delivered in the final batch separate from the data results.\u003c/p\u003e\n"]]],["The provided content defines an enum for return summary row settings, outlining different behaviors for data retrieval. The `UNSPECIFIED` and `UNKNOWN` options denote undefined or unknown states. `NO_SUMMARY_ROW` indicates that no summary row should be returned. `SUMMARY_ROW_WITH_RESULTS` directs the system to return a summary row in the last batch of results, without any actual results in this batch. `SUMMARY_ROW_ONLY` instructs the system to return just a summary row, omitting all other results.\n"],null,["# SummaryRowSetting\n\nEnum describing return summary row settings.\n\n| Enums ||\n|----------------------------|---------------------------------------------------------------------------------------------------------------------------------------|\n| `UNSPECIFIED` | Not specified. |\n| `UNKNOWN` | Represent unknown values of return summary row. |\n| `NO_SUMMARY_ROW` | Do not return summary row. |\n| `SUMMARY_ROW_WITH_RESULTS` | Return summary row along with results. The summary row will be returned in the last batch alone (last batch will contain no results). |\n| `SUMMARY_ROW_ONLY` | Return summary row only and return no results. |"]]