Uses of Class
com.google.cloud.bigquery.PrimaryKey.Builder
-
Packages that use PrimaryKey.Builder 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.Builder in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return PrimaryKey.Builder Modifier and Type Method Description static PrimaryKey.Builder
PrimaryKey. newBuilder()
abstract PrimaryKey.Builder
PrimaryKey.Builder. setColumns(List<String> columns)
The column names that are primary keys.abstract PrimaryKey.Builder
PrimaryKey. toBuilder()
Returns a builder for primary key.
-