Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
TableConstraints |
TableConstraints.clone() |
TableConstraints |
Table.getTableConstraints()
Optional.
|
TableConstraints |
TableConstraints.set(String fieldName,
Object value) |
TableConstraints |
TableConstraints.setForeignKeys(List<TableConstraints.ForeignKeys> foreignKeys)
Optional.
|
TableConstraints |
TableConstraints.setPrimaryKey(TableConstraints.PrimaryKey primaryKey)
Represents the primary key constraint on a table's columns.
|
Modifier and Type | Method and Description |
---|---|
Table |
Table.setTableConstraints(TableConstraints tableConstraints)
Optional.
|
Copyright © 2011–2025 Google. All rights reserved.