Class BigqueryJobConfig.Jsii$Proxy

  • All Implemented Interfaces:
    BigqueryJobConfig, com.hashicorp.cdktf.TerraformMetaArguments, software.amazon.jsii.JsiiSerializable
    Enclosing interface:
    BigqueryJobConfig

    @Stability(Stable)
    @Internal
    public static final class BigqueryJobConfig.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements BigqueryJobConfig
    An implementation for BigqueryJobConfig
    • 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

      • getJobId

        public final String getJobId()
        Description copied from interface: BigqueryJobConfig
        The ID of the job.

        The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-). The maximum length is 1,024 characters. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#job_id BigqueryJob#job_id}

        Specified by:
        getJobId in interface BigqueryJobConfig
      • getCopy

        public final BigqueryJobCopy getCopy()
        Description copied from interface: BigqueryJobConfig
        copy block.

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

        Specified by:
        getCopy in interface BigqueryJobConfig
      • getExtract

        public final BigqueryJobExtract getExtract()
        Description copied from interface: BigqueryJobConfig
        extract block.

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

        Specified by:
        getExtract in interface BigqueryJobConfig
      • getId

        public final String getId()
        Description copied from interface: BigqueryJobConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#id BigqueryJob#id}.

        Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.

        Specified by:
        getId in interface BigqueryJobConfig
      • getJobTimeoutMs

        public final String getJobTimeoutMs()
        Description copied from interface: BigqueryJobConfig
        Job timeout in milliseconds. If this time limit is exceeded, BigQuery may attempt to terminate the job.

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

        Specified by:
        getJobTimeoutMs in interface BigqueryJobConfig
      • getLabels

        public final Map<String,​String> getLabels()
        Description copied from interface: BigqueryJobConfig
        The labels associated with this job. You can use these to organize and group your jobs.

        **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#labels BigqueryJob#labels}

        Specified by:
        getLabels in interface BigqueryJobConfig
      • getLoad

        public final BigqueryJobLoad getLoad()
        Description copied from interface: BigqueryJobConfig
        load block.

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

        Specified by:
        getLoad in interface BigqueryJobConfig
      • getLocation

        public final String getLocation()
        Description copied from interface: BigqueryJobConfig
        The geographic location of the job. The default value is US.

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

        Specified by:
        getLocation in interface BigqueryJobConfig
      • getProject

        public final String getProject()
        Description copied from interface: BigqueryJobConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#project BigqueryJob#project}.
        Specified by:
        getProject in interface BigqueryJobConfig
      • getQuery

        public final BigqueryJobQuery getQuery()
        Description copied from interface: BigqueryJobConfig
        query block.

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

        Specified by:
        getQuery in interface BigqueryJobConfig
      • getTimeouts

        public final BigqueryJobTimeouts getTimeouts()
        Description copied from interface: BigqueryJobConfig
        timeouts block.

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

        Specified by:
        getTimeouts in interface BigqueryJobConfig
      • getConnection

        public final Object getConnection()
        Specified by:
        getConnection in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getCount

        public final Object getCount()
        Specified by:
        getCount in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getDependsOn

        public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
        Specified by:
        getDependsOn in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getForEach

        public final com.hashicorp.cdktf.ITerraformIterator getForEach()
        Specified by:
        getForEach in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getLifecycle

        public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
        Specified by:
        getLifecycle in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getProvider

        public final com.hashicorp.cdktf.TerraformProvider getProvider()
        Specified by:
        getProvider in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getProvisioners

        public final List<Object> getProvisioners()
        Specified by:
        getProvisioners in interface com.hashicorp.cdktf.TerraformMetaArguments
      • $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