Interface BigqueryTableTableConstraintsForeignKeysColumnReferences
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigqueryTableTableConstraintsForeignKeysColumnReferences.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.749Z") @Stability(Stable) public interface BigqueryTableTableConstraintsForeignKeysColumnReferences extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryTableTableConstraintsForeignKeysColumnReferences.BuilderA builder forBigqueryTableTableConstraintsForeignKeysColumnReferencesstatic classBigqueryTableTableConstraintsForeignKeysColumnReferences.Jsii$ProxyAn implementation forBigqueryTableTableConstraintsForeignKeysColumnReferences
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static BigqueryTableTableConstraintsForeignKeysColumnReferences.Builderbuilder()StringgetReferencedColumn()The column in the primary key that are referenced by the referencingColumn.StringgetReferencingColumn()The column that composes the foreign key.
-
-
-
Method Detail
-
getReferencedColumn
@Stability(Stable) @NotNull String getReferencedColumn()
The column in the primary key that are referenced by the referencingColumn.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#referenced_column BigqueryTable#referenced_column}
-
getReferencingColumn
@Stability(Stable) @NotNull String getReferencingColumn()
The column that composes the foreign key.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#referencing_column BigqueryTable#referencing_column}
-
builder
@Stability(Stable) static BigqueryTableTableConstraintsForeignKeysColumnReferences.Builder builder()
-
-