Class WipeOutContactHistoryPiiPipeline

java.lang.Object
google.registry.beam.wipeout.WipeOutContactHistoryPiiPipeline
All Implemented Interfaces:
Serializable

public class WipeOutContactHistoryPiiPipeline extends Object implements Serializable
Definition of a Dataflow Flex pipeline template, which finds out ContactHistory entries that are older than a given age (excluding the most recent one, even if it falls with the range) and wipe out PII information in them.

To stage this template locally, run ./nom_build :core:sBP --environment=alpha \ --pipeline=wipeOutContactHistoryPii.

Then, you can run the staged template via the API client library, gCloud or a raw REST call.

See Also:
  • Method Details

    • main

      public static void main(String[] args)