Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
TableList.Tables |
TableList.Tables.clone() |
TableList.Tables |
TableList.Tables.set(java.lang.String fieldName,
java.lang.Object value) |
TableList.Tables |
TableList.Tables.setFriendlyName(java.lang.String friendlyName)
The user-friendly name for this table.
|
TableList.Tables |
TableList.Tables.setId(java.lang.String id)
An opaque ID of the table
|
TableList.Tables |
TableList.Tables.setKind(java.lang.String kind)
The resource type.
|
TableList.Tables |
TableList.Tables.setTableReference(TableReference tableReference)
A reference uniquely identifying the table.
|
TableList.Tables |
TableList.Tables.setType(java.lang.String type)
The type of table.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TableList.Tables> |
TableList.getTables()
Tables in the requested dataset.
|
Modifier and Type | Method and Description |
---|---|
TableList |
TableList.setTables(java.util.List<TableList.Tables> tables)
Tables in the requested dataset.
|