Uses of Class
com.google.cloud.bigquery.TableConstraints
-
Packages that use TableConstraints 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 in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return TableConstraints Modifier and Type Method Description abstract TableConstraintsTableConstraints.Builder. build()Creates aTableConstraintsobject.abstract TableConstraintsStandardTableDefinition. getTableConstraints()Returns the table constraints for this table.TableConstraintsTableInfo. getTableConstraints()Methods in com.google.cloud.bigquery with parameters of type TableConstraints Modifier and Type Method Description abstract StandardTableDefinition.BuilderStandardTableDefinition.Builder. setTableConstraints(TableConstraints tableConstraints)Table.BuilderTable.Builder. setTableConstraints(TableConstraints tableConstraints)abstract TableInfo.BuilderTableInfo.Builder. setTableConstraints(TableConstraints tableConstraints)
-