SummaryRowSetting
Stay organized with collections
Save and categorize content based on your preferences.
Enum describing return summary row settings.
Enums |
UNSPECIFIED
|
Not specified. |
UNKNOWN
|
Represent unknown values of return summary row. |
NO_SUMMARY_ROW
|
Do not return summary row. |
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). |
SUMMARY_ROW_ONLY
|
Return summary row only and return no results. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-12 UTC."],[[["This enum defines options for controlling the behavior of summary rows in returned data."],["Options include omitting summary rows, including them with results, or only returning the summary row."],["`SUMMARY_ROW_WITH_RESULTS` places the summary row in the final batch of data separate from the results."],["`UNSPECIFIED` and `UNKNOWN` represent cases where the summary row setting is not explicitly defined or is unknown."]]],[]]