Class BigqueryJobQueryScriptOptions.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getKeyResultStatement

        public final String getKeyResultStatement()
        Description copied from interface: BigqueryJobQueryScriptOptions
        Determines which statement in the script represents the "key result", used to populate the schema and query results of the script job.

        Possible values: ["LAST", "FIRST_SELECT"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#key_result_statement BigqueryJob#key_result_statement}

        Specified by:
        getKeyResultStatement in interface BigqueryJobQueryScriptOptions
      • getStatementByteBudget

        public final String getStatementByteBudget()
        Description copied from interface: BigqueryJobQueryScriptOptions
        Limit on the number of bytes billed per statement. Exceeding this budget results in an error.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#statement_byte_budget BigqueryJob#statement_byte_budget}

        Specified by:
        getStatementByteBudget in interface BigqueryJobQueryScriptOptions
      • getStatementTimeoutMs

        public final String getStatementTimeoutMs()
        Description copied from interface: BigqueryJobQueryScriptOptions
        Timeout period for each statement in a script.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#statement_timeout_ms BigqueryJob#statement_timeout_ms}

        Specified by:
        getStatementTimeoutMs in interface BigqueryJobQueryScriptOptions
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object