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.BuilderPrimaryKey. newBuilder()abstract PrimaryKey.BuilderPrimaryKey.Builder. setColumns(List<String> columns)The column names that are primary keys.abstract PrimaryKey.BuilderPrimaryKey. toBuilder()Returns a builder for primary key.
-