Interface BigqueryDatasetAccessDatasetDataset
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigqueryDatasetAccessDatasetDataset.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.672Z") @Stability(Stable) public interface BigqueryDatasetAccessDatasetDataset extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryDatasetAccessDatasetDataset.BuilderA builder forBigqueryDatasetAccessDatasetDatasetstatic classBigqueryDatasetAccessDatasetDataset.Jsii$ProxyAn implementation forBigqueryDatasetAccessDatasetDataset
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static BigqueryDatasetAccessDatasetDataset.Builderbuilder()StringgetDatasetId()The ID of the dataset containing this table.StringgetProjectId()The ID of the project containing this 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_dataset#dataset_id BigqueryDataset#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_dataset#project_id BigqueryDataset#project_id}
-
builder
@Stability(Stable) static BigqueryDatasetAccessDatasetDataset.Builder builder()
-
-