Interface DatabaseTableSpecOrBuilder

public interface DatabaseTableSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getType()

public abstract DatabaseTableSpec.TableType getType()
Type of this table.

.google.cloud.datacatalog.v1.DatabaseTableSpec.TableType type = 1;

Returns
TypeDescription
DatabaseTableSpec.TableType

The type.

getTypeValue()

public abstract int getTypeValue()
Type of this table.

.google.cloud.datacatalog.v1.DatabaseTableSpec.TableType type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for type.