type

public abstract Schema.Builder type(Type type)

Setter for type.

type: Optional. Data type of the schema field.


@CanIgnoreReturnValue()
public Schema.Builder type(Type.Known knownType)

Setter for type given a known enum.

type: Optional. Data type of the schema field.


@CanIgnoreReturnValue()
public Schema.Builder type(String type)

Setter for type given a string.

type: Optional. Data type of the schema field.