| Interface | Description |
|---|---|
| WriteToBigQuery.FieldFn<InputT> |
A
Serializable function from a DoFn.ProcessContext and BoundedWindow to
the value for that field. |
| WriteToText.FieldFn<InputT> |
A
Serializable function from a DoFn.ProcessContext and BoundedWindow to
the value for that field. |
| Class | Description |
|---|---|
| GameConstants |
Shared constants between game series classes.
|
| WriteToBigQuery<InputT> |
Generate, format, and write BigQuery table row information.
|
| WriteToBigQuery.FieldInfo<InputT> |
Define a class to hold information about output table field definitions.
|
| WriteToText<InputT> |
Generate, format, and write rows.
|
| WriteToText.PerWindowFiles |
A
FileBasedSink.FilenamePolicy produces a base file name for a write based on metadata about the data
being written. |
| WriteToText.WriteOneFilePerWindow |
A
DoFn that writes elements to files with names deterministically derived from the
lower and upper bounds of their key (an IntervalWindow). |
| WriteWindowedToBigQuery<T> |
Generate, format, and write BigQuery table row information.
|