Interface TableFieldSchema.FieldElementTypeOrBuilder (3.5.1)

public static interface TableFieldSchema.FieldElementTypeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getType()

public abstract TableFieldSchema.Type getType()

Required. The type of a field element.

.google.cloud.bigquery.storage.v1.TableFieldSchema.Type type = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
TableFieldSchema.Type

The type.

getTypeValue()

public abstract int getTypeValue()

Required. The type of a field element.

.google.cloud.bigquery.storage.v1.TableFieldSchema.Type type = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for type.