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 SchemaCoder<?> |
getElementParameterSchema()
The schema of the @Element parameter.
|
abstract DoFnSchemaInformation.Builder |
toBuilder() |
<T> DoFnSchemaInformation |
withElementParameterSchema(SchemaCoder<T> schemaCoder) |
@Nullable public abstract SchemaCoder<?> getElementParameterSchema()
public static DoFnSchemaInformation create()
public abstract DoFnSchemaInformation.Builder toBuilder()
public <T> DoFnSchemaInformation withElementParameterSchema(SchemaCoder<T> schemaCoder)