Uses of Class
com.google.cloud.bigquery.PrimaryKey
Packages that use PrimaryKey
Package
Description
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 PrimaryKeyModifier and TypeMethodDescriptionabstract PrimaryKeyPrimaryKey.Builder.build()Creates aPrimaryKeyobject.abstract PrimaryKeyTableConstraints.getPrimaryKey()Methods in com.google.cloud.bigquery with parameters of type PrimaryKeyModifier and TypeMethodDescriptionabstract TableConstraints.BuilderTableConstraints.Builder.setPrimaryKey(PrimaryKey primaryKey) The primary key for the table constraints.