Package | Description |
---|---|
com.google.cloud.bigquery |
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
|
Modifier and Type | Method and Description |
---|---|
static TableConstraints.Builder |
TableConstraints.newBuilder() |
abstract TableConstraints.Builder |
TableConstraints.Builder.setForeignKeys(List<ForeignKey> foreignKeys)
The list of foreign keys for the table constraints.
|
abstract TableConstraints.Builder |
TableConstraints.Builder.setPrimaryKey(PrimaryKey primaryKey)
The primary key for the table constraints.
|
abstract TableConstraints.Builder |
TableConstraints.toBuilder()
Returns a builder for table constraints.
|
Copyright © 2023 Google LLC. All rights reserved.