Uses of Class
com.hashicorp.cdktf.providers.google.bigquery_job.BigqueryJobQueryScriptOptions.Builder
-
Packages that use BigqueryJobQueryScriptOptions.Builder Package Description com.hashicorp.cdktf.providers.google.bigquery_job google_bigquery_job -
-
Uses of BigqueryJobQueryScriptOptions.Builder in com.hashicorp.cdktf.providers.google.bigquery_job
Methods in com.hashicorp.cdktf.providers.google.bigquery_job that return BigqueryJobQueryScriptOptions.Builder Modifier and Type Method Description static BigqueryJobQueryScriptOptions.BuilderBigqueryJobQueryScriptOptions. builder()BigqueryJobQueryScriptOptions.BuilderBigqueryJobQueryScriptOptions.Builder. keyResultStatement(String keyResultStatement)Sets the value ofBigqueryJobQueryScriptOptions.getKeyResultStatement()BigqueryJobQueryScriptOptions.BuilderBigqueryJobQueryScriptOptions.Builder. statementByteBudget(String statementByteBudget)Sets the value ofBigqueryJobQueryScriptOptions.getStatementByteBudget()BigqueryJobQueryScriptOptions.BuilderBigqueryJobQueryScriptOptions.Builder. statementTimeoutMs(String statementTimeoutMs)Sets the value ofBigqueryJobQueryScriptOptions.getStatementTimeoutMs()Constructors in com.hashicorp.cdktf.providers.google.bigquery_job with parameters of type BigqueryJobQueryScriptOptions.Builder Constructor Description Jsii$Proxy(BigqueryJobQueryScriptOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theBigqueryJobQueryScriptOptions.Builder.
-