Interface BigqueryTableTableConstraintsForeignKeys
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigqueryTableTableConstraintsForeignKeys.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.749Z") @Stability(Stable) public interface BigqueryTableTableConstraintsForeignKeys extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryTableTableConstraintsForeignKeys.BuilderA builder forBigqueryTableTableConstraintsForeignKeysstatic classBigqueryTableTableConstraintsForeignKeys.Jsii$ProxyAn implementation forBigqueryTableTableConstraintsForeignKeys
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static BigqueryTableTableConstraintsForeignKeys.Builderbuilder()BigqueryTableTableConstraintsForeignKeysColumnReferencesgetColumnReferences()column_references block.default StringgetName()Set only if the foreign key constraint is named.BigqueryTableTableConstraintsForeignKeysReferencedTablegetReferencedTable()referenced_table block.
-
-
-
Method Detail
-
getColumnReferences
@Stability(Stable) @NotNull BigqueryTableTableConstraintsForeignKeysColumnReferences getColumnReferences()
column_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}
-
getReferencedTable
@Stability(Stable) @NotNull BigqueryTableTableConstraintsForeignKeysReferencedTable getReferencedTable()
referenced_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}
-
getName
@Stability(Stable) @Nullable default String getName()
Set 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}
-
builder
@Stability(Stable) static BigqueryTableTableConstraintsForeignKeys.Builder builder()
-
-