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 |
---|---|
abstract TableConstraints |
TableConstraints.Builder.build()
Creates a
TableConstraints object. |
TableConstraints |
TableInfo.getTableConstraints() |
abstract TableConstraints |
StandardTableDefinition.getTableConstraints()
Returns the table constraints for this table.
|
Modifier and Type | Method and Description |
---|---|
Table.Builder |
Table.Builder.setTableConstraints(TableConstraints tableConstraints) |
abstract TableInfo.Builder |
TableInfo.Builder.setTableConstraints(TableConstraints tableConstraints) |
abstract StandardTableDefinition.Builder |
StandardTableDefinition.Builder.setTableConstraints(TableConstraints tableConstraints) |
Copyright © 2023 Google LLC. All rights reserved.