@Experimental(value=SCHEMAS) @Internal public abstract class DoFnSchemaInformation extends java.lang.Object implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
DoFnSchemaInformation.Builder
The builder object.
|
Constructor and Description |
---|
DoFnSchemaInformation() |
Modifier and Type | Method and Description |
---|---|
static DoFnSchemaInformation |
create()
Create an instance.
|
abstract java.util.List<SerializableFunction<?,?>> |
getElementConverters()
The schema of the @Element parameter.
|
abstract FieldAccessDescriptor |
getFieldAccessDescriptor()
Effective FieldAccessDescriptor applied by DoFn.
|
abstract DoFnSchemaInformation.Builder |
toBuilder() |
public abstract java.util.List<SerializableFunction<?,?>> getElementConverters()
public abstract FieldAccessDescriptor getFieldAccessDescriptor()
public static DoFnSchemaInformation create()
public abstract DoFnSchemaInformation.Builder toBuilder()