public static interface TableFieldSchema.FieldElementTypeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |