Interface ColumnOrBuilder (0.1.0)

public interface ColumnOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Name of the column.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the column.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getType()

public abstract String getType()

Datatype of the column.

string type = 2;

Returns
Type Description
String

The type.

getTypeBytes()

public abstract ByteString getTypeBytes()

Datatype of the column.

string type = 2;

Returns
Type Description
ByteString

The bytes for type.