Modifier and Type | Optional Element and Description |
---|---|
String |
description
Description of the BigQuery field
|
BigQueryFieldMode |
mode
Mode of a bigquery table column determines whether it is repeated, required or nullable.
|
String |
name
The name of the bigquery column.
|
public abstract String description
public abstract String name
public abstract BigQueryFieldMode mode
Copyright © 2015 Google. All rights reserved.