keyResultStatement = $keyResultStatement; } /** * @return string */ public function getKeyResultStatement() { return $this->keyResultStatement; } /** * @param string */ public function setStatementByteBudget($statementByteBudget) { $this->statementByteBudget = $statementByteBudget; } /** * @return string */ public function getStatementByteBudget() { return $this->statementByteBudget; } /** * @param string */ public function setStatementTimeoutMs($statementTimeoutMs) { $this->statementTimeoutMs = $statementTimeoutMs; } /** * @return string */ public function getStatementTimeoutMs() { return $this->statementTimeoutMs; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ScriptOptions::class, 'Google_Service_Bigquery_ScriptOptions');