Package com.google.cloud.bigquery
Class TableConstraints.Builder
java.lang.Object
com.google.cloud.bigquery.TableConstraints.Builder
- Enclosing class:
- TableConstraints
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract TableConstraintsbuild()Creates aTableConstraintsobject.abstract TableConstraints.BuildersetForeignKeys(List<ForeignKey> foreignKeys) The list of foreign keys for the table constraintsabstract TableConstraints.BuildersetPrimaryKey(PrimaryKey primaryKey) The primary key for the table constraints
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setForeignKeys
The list of foreign keys for the table constraints. * -
setPrimaryKey
The primary key for the table constraints. * -
build
Creates aTableConstraintsobject.
-