Class ScriptStatistics (3.36.0)

ScriptStatistics(resource)

Statistics for a child job of a script.

Parameter

Name Description
resource Map[str, Any]

JSON representation of object.

Properties

evaluation_kind

str: Indicates the type of child job.

Possible values include STATEMENT and EXPRESSION.

stack_frames

Stack trace where the current evaluation happened.

Shows line/column/procedure name of each frame on the stack at the point where the current evaluation happened.

The leaf frame is first, the primary script is last.

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 2025年10月30日 UTC.