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 PrimaryKey
PrimaryKey.Builder. build()
Creates aPrimaryKey
object.abstract PrimaryKey
TableConstraints. getPrimaryKey()
Methods in com.google.cloud.bigquery with parameters of type PrimaryKey Modifier and Type Method Description abstract TableConstraints.Builder
TableConstraints.Builder. setPrimaryKey(PrimaryKey primaryKey)
The primary key for the table constraints.
-