Class BigqueryTableTableConstraintsForeignKeys.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.bigquery_table.BigqueryTableTableConstraintsForeignKeys.Jsii$Proxy
-
- All Implemented Interfaces:
BigqueryTableTableConstraintsForeignKeys,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BigqueryTableTableConstraintsForeignKeys
@Stability(Stable) @Internal public static final class BigqueryTableTableConstraintsForeignKeys.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BigqueryTableTableConstraintsForeignKeys
An implementation forBigqueryTableTableConstraintsForeignKeys
-
-
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.BigqueryTableTableConstraintsForeignKeys
BigqueryTableTableConstraintsForeignKeys.Builder, BigqueryTableTableConstraintsForeignKeys.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BigqueryTableTableConstraintsForeignKeys.Builder builder)Constructor that initializes the object based on literal property values passed by theBigqueryTableTableConstraintsForeignKeys.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)BigqueryTableTableConstraintsForeignKeysColumnReferencesgetColumnReferences()column_references block.StringgetName()Set only if the foreign key constraint is named.BigqueryTableTableConstraintsForeignKeysReferencedTablegetReferencedTable()referenced_table 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(BigqueryTableTableConstraintsForeignKeys.Builder builder)
Constructor that initializes the object based on literal property values passed by theBigqueryTableTableConstraintsForeignKeys.Builder.
-
-
Method Detail
-
getColumnReferences
public final BigqueryTableTableConstraintsForeignKeysColumnReferences getColumnReferences()
Description copied from interface:BigqueryTableTableConstraintsForeignKeyscolumn_references block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#column_references BigqueryTable#column_references}
- Specified by:
getColumnReferencesin interfaceBigqueryTableTableConstraintsForeignKeys
-
getReferencedTable
public final BigqueryTableTableConstraintsForeignKeysReferencedTable getReferencedTable()
Description copied from interface:BigqueryTableTableConstraintsForeignKeysreferenced_table block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#referenced_table BigqueryTable#referenced_table}
- Specified by:
getReferencedTablein interfaceBigqueryTableTableConstraintsForeignKeys
-
getName
public final String getName()
Description copied from interface:BigqueryTableTableConstraintsForeignKeysSet only if the foreign key constraint is named.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#name BigqueryTable#name}
- Specified by:
getNamein interfaceBigqueryTableTableConstraintsForeignKeys
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-