public static interface ColumnSchema.LookerColumnSpecOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getType()
public abstract ColumnSchema.LookerColumnSpec.LookerColumnType getType()
Looker specific column type of this column.
.google.cloud.datacatalog.v1.ColumnSchema.LookerColumnSpec.LookerColumnType type = 1;
Returns | |
---|---|
Type | Description |
ColumnSchema.LookerColumnSpec.LookerColumnType |
The type. |
getTypeValue()
public abstract int getTypeValue()
Looker specific column type of this column.
.google.cloud.datacatalog.v1.ColumnSchema.LookerColumnSpec.LookerColumnType type = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for type. |