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

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







ScriptStackFrame (BigQuery API v2-rev20210219-1.31.0)












com.google.api.services.bigquery.model

Class ScriptStackFrame

    • Constructor Detail

      • ScriptStackFrame

        public ScriptStackFrame()
    • Method Detail

      • getEndColumn

        public Integer getEndColumn()
        [Output-only] One-based end column.
        Returns:
        value or null for none
      • setEndColumn

        public ScriptStackFrame setEndColumn(Integer endColumn)
        [Output-only] One-based end column.
        Parameters:
        endColumn - endColumn or null for none
      • getEndLine

        public Integer getEndLine()
        [Output-only] One-based end line.
        Returns:
        value or null for none
      • setEndLine

        public ScriptStackFrame setEndLine(Integer endLine)
        [Output-only] One-based end line.
        Parameters:
        endLine - endLine or null for none
      • getProcedureId

        public String getProcedureId()
        [Output-only] Name of the active procedure, empty if in a top-level script.
        Returns:
        value or null for none
      • setProcedureId

        public ScriptStackFrame setProcedureId(String procedureId)
        [Output-only] Name of the active procedure, empty if in a top-level script.
        Parameters:
        procedureId - procedureId or null for none
      • getStartColumn

        public Integer getStartColumn()
        [Output-only] One-based start column.
        Returns:
        value or null for none
      • setStartColumn

        public ScriptStackFrame setStartColumn(Integer startColumn)
        [Output-only] One-based start column.
        Parameters:
        startColumn - startColumn or null for none
      • getStartLine

        public Integer getStartLine()
        [Output-only] One-based start line.
        Returns:
        value or null for none
      • setStartLine

        public ScriptStackFrame setStartLine(Integer startLine)
        [Output-only] One-based start line.
        Parameters:
        startLine - startLine or null for none
      • getText

        public String getText()
        [Output-only] Text of the current statement/expression.
        Returns:
        value or null for none
      • setText

        public ScriptStackFrame setText(String text)
        [Output-only] Text of the current statement/expression.
        Parameters:
        text - text or null for none

Copyright © 2011–2021 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy