Uses of Class
com.google.cloud.bigquery.TableConstraints.Builder
Packages that use TableConstraints.Builder
Package
Description
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.BuilderModifier and TypeMethodDescriptionstatic 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.