Interface DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldTable
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldTable.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.524Z") @Stability(Stable) public interface DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldTable extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldTable.Builderstatic classDataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldTable.Jsii$ProxyAn implementation forDataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldTable
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldTable.Builderbuilder()StringgetDatasetId()The dataset ID of the table.StringgetProjectId()The Google Cloud Platform project ID of the project containing the table.StringgetTableId()The name of the table.
-
-
-
Method Detail
-
getDatasetId
@Stability(Stable) @NotNull String getDatasetId()
The dataset ID of the table.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_stored_info_type#dataset_id DataLossPreventionStoredInfoType#dataset_id}
-
getProjectId
@Stability(Stable) @NotNull String getProjectId()
The Google Cloud Platform project ID of the project containing the table.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_stored_info_type#project_id DataLossPreventionStoredInfoType#project_id}
-
getTableId
@Stability(Stable) @NotNull String getTableId()
The name of the table.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_stored_info_type#table_id DataLossPreventionStoredInfoType#table_id}
-
builder
@Stability(Stable) static DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldTable.Builder builder()
-
-