Package | Description |
---|---|
com.google.api.services.language.v2.model |
Modifier and Type | Method and Description |
---|---|
XPSTableSpec |
XPSTableSpec.clone() |
XPSTableSpec |
XPSTablesDatasetMetadata.getPrimaryTableSpec()
Primary table.
|
XPSTableSpec |
XPSTableSpec.set(String fieldName,
Object value) |
XPSTableSpec |
XPSTableSpec.setColumnSpecs(Map<String,XPSColumnSpec> columnSpecs)
Mapping from column id to column spec.
|
XPSTableSpec |
XPSTableSpec.setImportedDataSizeInBytes(Long importedDataSizeInBytes)
The total size of imported data of the table.
|
XPSTableSpec |
XPSTableSpec.setRowCount(Long rowCount)
The number of rows in the table.
|
XPSTableSpec |
XPSTableSpec.setTimeColumnId(Integer timeColumnId)
The id of the time column.
|
XPSTableSpec |
XPSTableSpec.setValidRowCount(Long validRowCount)
The number of valid rows.
|
Modifier and Type | Method and Description |
---|---|
XPSTablesDatasetMetadata |
XPSTablesDatasetMetadata.setPrimaryTableSpec(XPSTableSpec primaryTableSpec)
Primary table.
|
Copyright © 2011–2025 Google. All rights reserved.