Package com.google.cloud.bigquery
Class Schema
- java.lang.Object
-
- com.google.cloud.bigquery.Schema
-
- All Implemented Interfaces:
Serializable
public final class Schema extends Object implements Serializable
This class represents the schema for a Google BigQuery Table or data source.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)FieldListgetFields()Returns the fields in the current table schema.inthashCode()static Schemaof(Field... fields)Creates aSchemaobject given some fields.static Schemaof(Iterable<Field> fields)Creates aSchemaobject given a list of fields.StringtoString()
-
-
-
Method Detail
-
getFields
public FieldList getFields()
Returns the fields in the current table schema.
-
-