| Package | Description |
|---|---|
| com.google.cloud.bigquery |
A client to Google Cloud BigQuery.
|
| Modifier and Type | Method and Description |
|---|---|
Field.Mode |
Field.mode()
Returns the field mode.
|
static Field.Mode |
Field.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Field.Mode[] |
Field.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Field.Builder |
Field.Builder.mode(Field.Mode mode)
Sets the mode of the field.
|
Copyright © 2016 Google. All rights reserved.