Interface ColumnMetadataOrBuilder (6.66.0)

public interface ColumnMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Column name.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Column name.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getType()

public abstract Type getType()

Column type.

.google.spanner.v1.Type type = 2;

Returns
Type Description
Type

The type.

getTypeOrBuilder()

public abstract TypeOrBuilder getTypeOrBuilder()

Column type.

.google.spanner.v1.Type type = 2;

Returns
Type Description
TypeOrBuilder

hasType()

public abstract boolean hasType()

Column type.

.google.spanner.v1.Type type = 2;

Returns
Type Description
boolean

Whether the type field is set.