Package google.registry.batch
Class WipeOutContactHistoryPiiAction
java.lang.Object
google.registry.batch.WipeOutContactHistoryPiiAction
- All Implemented Interfaces:
Runnable
An action that launches
WipeOutContactHistoryPiiPipeline
to wipe out Personal
Identifiable Information (PII) fields of ContactHistory
entities.
ContactHistory
entities should be retained in the database for only certain amount of
time.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
PATH
- See Also:
-
PARAM_CUTOFF_TIME
- See Also:
-
-
Constructor Details
-
WipeOutContactHistoryPiiAction
@Inject public WipeOutContactHistoryPiiAction(Clock clock, @Parameter("dryRun") boolean isDryRun, @Parameter("wipeoutTime") Optional<org.joda.time.DateTime> maybeCutoffTime, @Config("minMonthsBeforeWipeOut") int minMonthsBeforeWipeOut, @Config("beamStagingBucketUrl") String stagingBucketUrl, @Config("projectId") String projectId, @Config("defaultJobRegion") String jobRegion, com.google.api.services.dataflow.Dataflow dataflow, Response response)
-
-
Method Details