@Internal public interface FileWriteSchemaTransformFormatProvider extends Providers.Identifyable
PTransform
that consumes a PCollection
according to a registered
AutoService
FileWriteSchemaTransformFormatProvider
implementation. See FileWriteSchemaTransformFormatProviders
for a list of available
formats.Modifier and Type | Method and Description |
---|---|
PTransform<PCollection<?>,PDone> |
buildTransform()
Builds a
PTransform that consumes PCollection . |
identifier
PTransform<PCollection<?>,PDone> buildTransform()
PTransform
that consumes PCollection
.