SecurityReportResultView

The response for security report result view APIs.

JSON representation
{"metadata":{object (SecurityReportMetadata)},"rows":array,"state":string,"code":integer,"error":string}
Fields
metadata

object (SecurityReportMetadata)

Metadata contains information like metrics, dimenstions etc of the security report.

rows

array (ListValue format)

Rows of security report result. Each row is a JSON object.

Example: {sum(message_count): 1, developerApp: "(not set)",…}

state

string

State of retrieving ResultView.

code

integer

Error code when there is a failure.

error

string

Error message when there is a failure.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-17 UTC.