Class BigqueryJobConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.bigquery_job.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 forBigqueryJobConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.bigquery_job.BigqueryJobConfig
BigqueryJobConfig.Builder, BigqueryJobConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BigqueryJobConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theBigqueryJobConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetConnection()BigqueryJobCopygetCopy()copy block.ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()BigqueryJobExtractgetExtract()extract block.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#id BigqueryJob#id}.StringgetJobId()The ID of the job.StringgetJobTimeoutMs()Job timeout in milliseconds.Map<String,String>getLabels()The labels associated with this job.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()BigqueryJobLoadgetLoad()load block.StringgetLocation()The geographic location of the job.StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#project BigqueryJob#project}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()BigqueryJobQuerygetQuery()query block.BigqueryJobTimeoutsgetTimeouts()timeouts block.inthashCode()
-
-
-
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.
-
Jsii$Proxy
protected Jsii$Proxy(BigqueryJobConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theBigqueryJobConfig.Builder.
-
-
Method Detail
-
getJobId
public final String getJobId()
Description copied from interface:BigqueryJobConfigThe 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:
getJobIdin interfaceBigqueryJobConfig
-
getCopy
public final BigqueryJobCopy getCopy()
Description copied from interface:BigqueryJobConfigcopy 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:
getCopyin interfaceBigqueryJobConfig
-
getExtract
public final BigqueryJobExtract getExtract()
Description copied from interface:BigqueryJobConfigextract 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:
getExtractin interfaceBigqueryJobConfig
-
getId
public final String getId()
Description copied from interface:BigqueryJobConfigDocs 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:
getIdin interfaceBigqueryJobConfig
-
getJobTimeoutMs
public final String getJobTimeoutMs()
Description copied from interface:BigqueryJobConfigJob 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:
getJobTimeoutMsin interfaceBigqueryJobConfig
-
getLabels
public final Map<String,String> getLabels()
Description copied from interface:BigqueryJobConfigThe 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:
getLabelsin interfaceBigqueryJobConfig
-
getLoad
public final BigqueryJobLoad getLoad()
Description copied from interface:BigqueryJobConfigload 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:
getLoadin interfaceBigqueryJobConfig
-
getLocation
public final String getLocation()
Description copied from interface:BigqueryJobConfigThe 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:
getLocationin interfaceBigqueryJobConfig
-
getProject
public final String getProject()
Description copied from interface:BigqueryJobConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#project BigqueryJob#project}.- Specified by:
getProjectin interfaceBigqueryJobConfig
-
getQuery
public final BigqueryJobQuery getQuery()
Description copied from interface:BigqueryJobConfigquery 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:
getQueryin interfaceBigqueryJobConfig
-
getTimeouts
public final BigqueryJobTimeouts getTimeouts()
Description copied from interface:BigqueryJobConfigtimeouts 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:
getTimeoutsin interfaceBigqueryJobConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-