| Package | Description |
|---|---|
| com.google.cloud.bigquery |
A client to Google Cloud BigQuery.
|
| Modifier and Type | Method and Description |
|---|---|
static Field.Builder |
Field.builder(String name,
Field.Type type)
Returns a builder for a Field object with given name and value.
|
Field.Builder |
Field.Builder.description(String description)
Sets the field description.
|
Field.Builder |
Field.Builder.mode(Field.Mode mode)
Sets the mode of the field.
|
Field.Builder |
Field.Builder.name(String name)
Sets the field name.
|
Field.Builder |
Field.toBuilder()
Returns a builder for the
Field object. |
Field.Builder |
Field.Builder.type(Field.Type type)
Sets the value of the field.
|
Copyright © 2016 Google. All rights reserved.