Uses of Class
com.google.cloud.bigquery.TableConstraints.Builder
-
Packages that use TableConstraints.Builder Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of TableConstraints.Builder in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return TableConstraints.Builder Modifier and Type Method Description static TableConstraints.BuilderTableConstraints. newBuilder()abstract TableConstraints.BuilderTableConstraints.Builder. setForeignKeys(List<ForeignKey> foreignKeys)The list of foreign keys for the table constraints.abstract TableConstraints.BuilderTableConstraints.Builder. setPrimaryKey(PrimaryKey primaryKey)The primary key for the table constraints.abstract TableConstraints.BuilderTableConstraints. toBuilder()Returns a builder for table constraints.
-