src/main/java/com/google/cloud/solutions/autotokenize/pipeline/CsvTokenizationAndOrderingPipeline.java [76:81]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            options,
            Pipeline.create(options),
            DlpClientFactory.defaultFactory(),
            SecretsClient.of(),
            KeyManagementServiceClient.create())
        .run();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/google/cloud/solutions/autotokenize/pipeline/EncryptionPipeline.java [80:85]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            options,
            Pipeline.create(options),
            DlpClientFactory.defaultFactory(),
            SecretsClient.of(),
            KeyManagementServiceClient.create())
        .run();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



