public final class Schema extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
FieldList |
getFields()
Returns the fields in the current table schema.
|
int |
hashCode() |
static Schema |
of(Field... fields)
Creates a
Schema object given some fields. |
static Schema |
of(Iterable<Field> fields)
Creates a
Schema object given a list of fields. |
String |
toString() |
public FieldList getFields()
Copyright © 2019 Google LLC. All rights reserved.