Interface BigqueryJobQueryDestinationTable
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigqueryJobQueryDestinationTable.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.704Z") @Stability(Stable) public interface BigqueryJobQueryDestinationTable extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryJobQueryDestinationTable.BuilderA builder forBigqueryJobQueryDestinationTablestatic classBigqueryJobQueryDestinationTable.Jsii$ProxyAn implementation forBigqueryJobQueryDestinationTable
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static BigqueryJobQueryDestinationTable.Builderbuilder()default StringgetDatasetId()The ID of the dataset containing this table.default StringgetProjectId()The ID of the project containing this table.StringgetTableId()The table.
-
-
-
Method Detail
-
getTableId
@Stability(Stable) @NotNull String getTableId()
The table. Can be specified '{{table_id}}' if 'project_id' and 'dataset_id' are also set, or of the form 'projects/{{project}}/datasets/{{dataset_id}}/tables/{{table_id}}' if not.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#table_id BigqueryJob#table_id}
-
getDatasetId
@Stability(Stable) @Nullable default 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_job#dataset_id BigqueryJob#dataset_id}
-
getProjectId
@Stability(Stable) @Nullable default 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_job#project_id BigqueryJob#project_id}
-
builder
@Stability(Stable) static BigqueryJobQueryDestinationTable.Builder builder()
-
-