Interface ColumnSchema.FieldElementTypeOrBuilder (1.47.0)

public static interface ColumnSchema.FieldElementTypeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getType()

public abstract String getType()

Required. The type of a field element. See ColumnSchema.type.

string type = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The type.

getTypeBytes()

public abstract ByteString getTypeBytes()

Required. The type of a field element. See ColumnSchema.type.

string type = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for type.