Uses of Class
com.google.cloud.bigquery.PrimaryKey
-
Packages that use PrimaryKey Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of PrimaryKey in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return PrimaryKey Modifier and Type Method Description abstract PrimaryKeyPrimaryKey.Builder. build()Creates aPrimaryKeyobject.abstract PrimaryKeyTableConstraints. getPrimaryKey()Methods in com.google.cloud.bigquery with parameters of type PrimaryKey Modifier and Type Method Description abstract TableConstraints.BuilderTableConstraints.Builder. setPrimaryKey(PrimaryKey primaryKey)The primary key for the table constraints.
-