Package com.pulumi.gcp.dataloss.outputs
Class PreventionJobTriggerInspectJobActionDeidentifyTransformationDetailsStorageConfigTable
- java.lang.Object
-
- com.pulumi.gcp.dataloss.outputs.PreventionJobTriggerInspectJobActionDeidentifyTransformationDetailsStorageConfigTable
-
public final class PreventionJobTriggerInspectJobActionDeidentifyTransformationDetailsStorageConfigTable extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PreventionJobTriggerInspectJobActionDeidentifyTransformationDetailsStorageConfigTable.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PreventionJobTriggerInspectJobActionDeidentifyTransformationDetailsStorageConfigTable.Builder
builder()
static PreventionJobTriggerInspectJobActionDeidentifyTransformationDetailsStorageConfigTable.Builder
builder(PreventionJobTriggerInspectJobActionDeidentifyTransformationDetailsStorageConfigTable defaults)
java.lang.String
datasetId()
java.lang.String
projectId()
java.util.Optional<java.lang.String>
tableId()
-
-
-
Method Detail
-
datasetId
public java.lang.String datasetId()
- Returns:
- The ID of the dataset containing this table.
-
projectId
public java.lang.String projectId()
- Returns:
- The ID of the project containing this table.
-
tableId
public java.util.Optional<java.lang.String> tableId()
- Returns:
- The ID of the table. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
-
builder
public static PreventionJobTriggerInspectJobActionDeidentifyTransformationDetailsStorageConfigTable.Builder builder()
-
-