See: Description
| Interface | Description |
|---|---|
| TokenizationBigTableIO.BigTableOptions |
Necessary
PipelineOptions options for Pipelines that perform write operations to
BigTable. |
| TokenizationFileSystemIO.FileSystemPipelineOptions |
Necessary
PipelineOptions options for Pipelines that operate with JSON/CSV data in FS. |
| Class | Description |
|---|---|
| TokenizationBigQueryIO |
The
TokenizationBigQueryIO class for writing data from template to BigTable. |
| TokenizationBigQueryIO.RowToTableRowFn |
The
TokenizationBigQueryIO.RowToTableRowFn class converts a row to tableRow using BigQueryUtils.toTableRow(). |
| TokenizationBigTableIO |
The
TokenizationBigTableIO class for writing data from template to BigTable. |
| TokenizationFileSystemIO |
The
TokenizationFileSystemIO class to read/write data from/into File Systems. |
| Enum | Description |
|---|---|
| TokenizationFileSystemIO.FORMAT |
Supported format to read from GCS.
|