All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.bigquery.model.ScriptStatistics.html Maven / Gradle / Ivy

There is a newer version: v2-rev20241027-2.0.0
Show newest version






ScriptStatistics (BigQuery API v2-rev20240727-2.0.0)












com.google.api.services.bigquery.model

Class ScriptStatistics

    • Constructor Detail

      • ScriptStatistics

        public ScriptStatistics()
    • Method Detail

      • getEvaluationKind

        public String getEvaluationKind()
        Whether this child job was a statement or expression.
        Returns:
        value or null for none
      • setEvaluationKind

        public ScriptStatistics setEvaluationKind(String evaluationKind)
        Whether this child job was a statement or expression.
        Parameters:
        evaluationKind - evaluationKind or null for none
      • getStackFrames

        public List<ScriptStackFrame> getStackFrames()
        Stack trace showing the 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. Never empty.
        Returns:
        value or null for none
      • setStackFrames

        public ScriptStatistics setStackFrames(List<ScriptStackFrame> stackFrames)
        Stack trace showing the 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. Never empty.
        Parameters:
        stackFrames - stackFrames or null for none
      • clone

        public ScriptStatistics clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy