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