Interface BigqueryBiReservationPreferredTables
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigqueryBiReservationPreferredTables.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.623Z") @Stability(Stable) public interface BigqueryBiReservationPreferredTables extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryBiReservationPreferredTables.BuilderA builder forBigqueryBiReservationPreferredTablesstatic classBigqueryBiReservationPreferredTables.Jsii$ProxyAn implementation forBigqueryBiReservationPreferredTables
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static BigqueryBiReservationPreferredTables.Builderbuilder()default StringgetDatasetId()The ID of the dataset in the above project.default StringgetProjectId()The assigned project ID of the project.default StringgetTableId()The ID of the table in the above dataset.
-
-
-
Method Detail
-
getDatasetId
@Stability(Stable) @Nullable default String getDatasetId()
The ID of the dataset in the above project.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_bi_reservation#dataset_id BigqueryBiReservation#dataset_id}
-
getProjectId
@Stability(Stable) @Nullable default String getProjectId()
The assigned project ID of the project.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_bi_reservation#project_id BigqueryBiReservation#project_id}
-
getTableId
@Stability(Stable) @Nullable default String getTableId()
The ID of the table in the above dataset.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_bi_reservation#table_id BigqueryBiReservation#table_id}
-
builder
@Stability(Stable) static BigqueryBiReservationPreferredTables.Builder builder()
-
-