Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
TableSchema |
TableSchema.clone() |
TableSchema |
Table.getSchema()
[Optional] Describes the schema of this table.
|
TableSchema |
JobConfigurationLoad.getSchema()
[Optional] The schema for the destination table.
|
TableSchema |
GetQueryResultsResponse.getSchema()
The schema of the results.
|
TableSchema |
QueryResponse.getSchema()
The schema of the results.
|
TableSchema |
TableSchema.set(String fieldName,
Object value) |
TableSchema |
TableSchema.setFields(List<TableFieldSchema> fields)
Describes the fields in a table.
|
Modifier and Type | Method and Description |
---|---|
Table |
Table.setSchema(TableSchema schema)
[Optional] Describes the schema of this table.
|
JobConfigurationLoad |
JobConfigurationLoad.setSchema(TableSchema schema)
[Optional] The schema for the destination table.
|
GetQueryResultsResponse |
GetQueryResultsResponse.setSchema(TableSchema schema)
The schema of the results.
|
QueryResponse |
QueryResponse.setSchema(TableSchema schema)
The schema of the results.
|