Class BigqueryJobExtractSourceTable.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.bigquery_job.BigqueryJobExtractSourceTable.Jsii$Proxy
-
- All Implemented Interfaces:
BigqueryJobExtractSourceTable,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BigqueryJobExtractSourceTable
@Stability(Stable) @Internal public static final class BigqueryJobExtractSourceTable.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BigqueryJobExtractSourceTable
An implementation forBigqueryJobExtractSourceTable
-
-
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.BigqueryJobExtractSourceTable
BigqueryJobExtractSourceTable.Builder, BigqueryJobExtractSourceTable.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BigqueryJobExtractSourceTable.Builder builder)Constructor that initializes the object based on literal property values passed by theBigqueryJobExtractSourceTable.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)StringgetDatasetId()The ID of the dataset containing this table.StringgetProjectId()The ID of the project containing this table.StringgetTableId()The table.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(BigqueryJobExtractSourceTable.Builder builder)
Constructor that initializes the object based on literal property values passed by theBigqueryJobExtractSourceTable.Builder.
-
-
Method Detail
-
getTableId
public final String getTableId()
Description copied from interface:BigqueryJobExtractSourceTableThe table. Can be specified '{{table_id}}' if 'project_id' and 'dataset_id' are also set, or of the form 'projects/{{project}}/datasets/{{dataset_id}}/tables/{{table_id}}' if not.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#table_id BigqueryJob#table_id}
- Specified by:
getTableIdin interfaceBigqueryJobExtractSourceTable
-
getDatasetId
public final String getDatasetId()
Description copied from interface:BigqueryJobExtractSourceTableThe ID of the dataset containing this table.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#dataset_id BigqueryJob#dataset_id}
- Specified by:
getDatasetIdin interfaceBigqueryJobExtractSourceTable
-
getProjectId
public final String getProjectId()
Description copied from interface:BigqueryJobExtractSourceTableThe ID of the project containing this table.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#project_id BigqueryJob#project_id}
- Specified by:
getProjectIdin interfaceBigqueryJobExtractSourceTable
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-