@Internal public interface FileWriteSchemaTransformFormatProvider extends Providers.Identifyable
PTransform that writes a PCollection of Rows and outputs a
 PCollection of the file names according to a registered AutoService FileWriteSchemaTransformFormatProvider
 implementation. See FileWriteSchemaTransformFormatProviders for a list of available
 formats.| Modifier and Type | Method and Description | 
|---|---|
| PTransform<PCollection<Row>,PCollectionTuple> | buildTransform(FileWriteSchemaTransformConfiguration configuration,
              Schema schema)Builds a  PTransformthat writes aRowPCollectionand outputs the
 resultingPCollectionTuplewith two tags, one for the file names, and another
 errored-out rows. | 
identifierPTransform<PCollection<Row>,PCollectionTuple> buildTransform(FileWriteSchemaTransformConfiguration configuration, Schema schema)
PTransform that writes a Row PCollection and outputs the
 resulting PCollectionTuple with two tags, one for the file names, and another
 errored-out rows.