Interface BigqueryTableTableConstraints
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigqueryTableTableConstraints.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.748Z") @Stability(Stable) public interface BigqueryTableTableConstraints extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryTableTableConstraints.BuilderA builder forBigqueryTableTableConstraintsstatic classBigqueryTableTableConstraints.Jsii$ProxyAn implementation forBigqueryTableTableConstraints
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static BigqueryTableTableConstraints.Builderbuilder()default ObjectgetForeignKeys()foreign_keys block.default BigqueryTableTableConstraintsPrimaryKeygetPrimaryKey()primary_key block.
-
-
-
Method Detail
-
getForeignKeys
@Stability(Stable) @Nullable default Object getForeignKeys()
foreign_keys block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#foreign_keys BigqueryTable#foreign_keys}
-
getPrimaryKey
@Stability(Stable) @Nullable default BigqueryTableTableConstraintsPrimaryKey getPrimaryKey()
primary_key block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#primary_key BigqueryTable#primary_key}
-
builder
@Stability(Stable) static BigqueryTableTableConstraints.Builder builder()
-
-