Package | Description |
---|---|
com.google.cloud.bigquery |
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
|
Modifier and Type | Method and Description |
---|---|
Field.Mode |
Field.getMode()
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.setMode(Field.Mode mode)
Sets the mode of the field.
|
Copyright © 2019 Google LLC. All rights reserved.