API Báo cáo Search Ads 360 mới hiện đã ra mắt. Tham gia nhóm Google
searchads-api-announcements để luôn được cập nhật về những cải tiến và bản phát hành sắp tới.
SummaryRowSetting
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Enum mô tả cài đặt hàng tóm tắt trả lại.
Enum |
UNSPECIFIED |
Chưa chỉ định. |
UNKNOWN |
Biểu thị các giá trị không xác định của hàng tóm tắt trả lại hàng. |
NO_SUMMARY_ROW |
Không trả về hàng tóm tắt. |
SUMMARY_ROW_WITH_RESULTS |
Trả về hàng tóm tắt cùng với kết quả. Hàng tóm tắt sẽ chỉ được trả về trong lô cuối cùng (lô cuối cùng sẽ không chứa kết quả nào). |
SUMMARY_ROW_ONLY |
Chỉ trả về hàng tóm tắt và không trả về kết quả nào. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-25 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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. |"]]