Class BigqueryTableTableConstraintsForeignKeysReferencedTable.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.bigquery_table.BigqueryTableTableConstraintsForeignKeysReferencedTable.Jsii$Proxy
-
- All Implemented Interfaces:
BigqueryTableTableConstraintsForeignKeysReferencedTable,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BigqueryTableTableConstraintsForeignKeysReferencedTable
@Stability(Stable) @Internal public static final class BigqueryTableTableConstraintsForeignKeysReferencedTable.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BigqueryTableTableConstraintsForeignKeysReferencedTable
An implementation forBigqueryTableTableConstraintsForeignKeysReferencedTable
-
-
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_table.BigqueryTableTableConstraintsForeignKeysReferencedTable
BigqueryTableTableConstraintsForeignKeysReferencedTable.Builder, BigqueryTableTableConstraintsForeignKeysReferencedTable.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BigqueryTableTableConstraintsForeignKeysReferencedTable.Builder builder)Constructor that initializes the object based on literal property values passed by theBigqueryTableTableConstraintsForeignKeysReferencedTable.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 ID of 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(BigqueryTableTableConstraintsForeignKeysReferencedTable.Builder builder)
Constructor that initializes the object based on literal property values passed by theBigqueryTableTableConstraintsForeignKeysReferencedTable.Builder.
-
-
Method Detail
-
getDatasetId
public final String getDatasetId()
Description copied from interface:BigqueryTableTableConstraintsForeignKeysReferencedTableThe 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_table#dataset_id BigqueryTable#dataset_id}
- Specified by:
getDatasetIdin interfaceBigqueryTableTableConstraintsForeignKeysReferencedTable
-
getProjectId
public final String getProjectId()
Description copied from interface:BigqueryTableTableConstraintsForeignKeysReferencedTableThe 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_table#project_id BigqueryTable#project_id}
- Specified by:
getProjectIdin interfaceBigqueryTableTableConstraintsForeignKeysReferencedTable
-
getTableId
public final String getTableId()
Description copied from interface:BigqueryTableTableConstraintsForeignKeysReferencedTableThe ID of the table.The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters. Certain operations allow suffixing of the table ID with a partition decorator, such as sample_table$20190123. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#table_id BigqueryTable#table_id}
- Specified by:
getTableIdin interfaceBigqueryTableTableConstraintsForeignKeysReferencedTable
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-