Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the REST Introduction for details.

SummaryRowSetting

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.