Interface DataLossPreventionJobTriggerInspectJobStorageConfigBigQueryOptionsTableReference
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataLossPreventionJobTriggerInspectJobStorageConfigBigQueryOptionsTableReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.513Z") @Stability(Stable) public interface DataLossPreventionJobTriggerInspectJobStorageConfigBigQueryOptionsTableReference extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataLossPreventionJobTriggerInspectJobStorageConfigBigQueryOptionsTableReference.Builderstatic classDataLossPreventionJobTriggerInspectJobStorageConfigBigQueryOptionsTableReference.Jsii$ProxyAn implementation forDataLossPreventionJobTriggerInspectJobStorageConfigBigQueryOptionsTableReference
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DataLossPreventionJobTriggerInspectJobStorageConfigBigQueryOptionsTableReference.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_job_trigger#dataset_id DataLossPreventionJobTrigger#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_job_trigger#project_id DataLossPreventionJobTrigger#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_job_trigger#table_id DataLossPreventionJobTrigger#table_id}
-
builder
@Stability(Stable) static DataLossPreventionJobTriggerInspectJobStorageConfigBigQueryOptionsTableReference.Builder builder()
-
-