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 TableConstraints
build()
Creates aTableConstraints
object.abstract TableConstraints.Builder
setForeignKeys
(List<ForeignKey> foreignKeys) The list of foreign keys for the table constraintsabstract TableConstraints.Builder
setPrimaryKey
(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 aTableConstraints
object.
-