Interface TableFieldSchema.FieldElementTypeOrBuilder (3.4.0)

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
TypeDescription
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
TypeDescription
int

The enum numeric value on the wire for type.