Interface BigqueryTableTableConstraintsForeignKeysReferencedTable
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigqueryTableTableConstraintsForeignKeysReferencedTable.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.750Z") @Stability(Stable) public interface BigqueryTableTableConstraintsForeignKeysReferencedTable extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryTableTableConstraintsForeignKeysReferencedTable.BuilderA builder forBigqueryTableTableConstraintsForeignKeysReferencedTablestatic classBigqueryTableTableConstraintsForeignKeysReferencedTable.Jsii$ProxyAn implementation forBigqueryTableTableConstraintsForeignKeysReferencedTable
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static BigqueryTableTableConstraintsForeignKeysReferencedTable.Builderbuilder()StringgetDatasetId()The ID of the dataset containing this table.StringgetProjectId()The ID of the project containing this table.StringgetTableId()The ID of the table.
-
-
-
Method Detail
-
getDatasetId
@Stability(Stable) @NotNull String getDatasetId()
The 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}
-
getProjectId
@Stability(Stable) @NotNull String getProjectId()
The 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}
-
getTableId
@Stability(Stable) @NotNull String getTableId()
The 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}
-
builder
@Stability(Stable) static BigqueryTableTableConstraintsForeignKeysReferencedTable.Builder builder()
-
-