Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
ScriptOptions |
ScriptOptions.clone() |
ScriptOptions |
JobConfigurationQuery.getScriptOptions()
Options controlling the execution of scripts.
|
ScriptOptions |
ScriptOptions.set(String fieldName,
Object value) |
ScriptOptions |
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.
|
ScriptOptions |
ScriptOptions.setStatementByteBudget(Long statementByteBudget)
Limit on the number of bytes billed per statement.
|
ScriptOptions |
ScriptOptions.setStatementTimeoutMs(Long statementTimeoutMs)
Timeout period for each statement in a script.
|
Modifier and Type | Method and Description |
---|---|
JobConfigurationQuery |
JobConfigurationQuery.setScriptOptions(ScriptOptions scriptOptions)
Options controlling the execution of scripts.
|
Copyright © 2011–2025 Google. All rights reserved.