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

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

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






ScriptOptions (BigQuery API v2-rev20240905-2.0.0)












com.google.api.services.bigquery.model

Class ScriptOptions

    • Constructor Detail

      • ScriptOptions

        public ScriptOptions()
    • Method Detail

      • getKeyResultStatement

        public String getKeyResultStatement()
        Determines which statement in the script represents the "key result", used to populate the schema and query results of the script job. Default is LAST.
        Returns:
        value or null for none
      • setKeyResultStatement

        public ScriptOptions setKeyResultStatement(String keyResultStatement)
        Determines which statement in the script represents the "key result", used to populate the schema and query results of the script job. Default is LAST.
        Parameters:
        keyResultStatement - keyResultStatement or null for none
      • getStatementByteBudget

        public Long getStatementByteBudget()
        Limit on the number of bytes billed per statement. Exceeding this budget results in an error.
        Returns:
        value or null for none
      • setStatementByteBudget

        public ScriptOptions setStatementByteBudget(Long statementByteBudget)
        Limit on the number of bytes billed per statement. Exceeding this budget results in an error.
        Parameters:
        statementByteBudget - statementByteBudget or null for none
      • getStatementTimeoutMs

        public Long getStatementTimeoutMs()
        Timeout period for each statement in a script.
        Returns:
        value or null for none
      • setStatementTimeoutMs

        public ScriptOptions setStatementTimeoutMs(Long statementTimeoutMs)
        Timeout period for each statement in a script.
        Parameters:
        statementTimeoutMs - statementTimeoutMs or null for none
      • set

        public ScriptOptions set(String fieldName,
                                 Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

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

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy