Uses of Class
com.google.cloud.bigquery.PrimaryKey.Builder
Packages that use PrimaryKey.Builder
Package
Description
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.BuilderModifier and TypeMethodDescriptionstatic 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.