public static final class ImportContext.CsvImportOptions extends GenericJson
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CsvImportOptions() |
| Modifier and Type | Method and Description |
|---|---|
ImportContext.CsvImportOptions |
clone() |
List<String> |
getColumns()
The columns to which CSV data is imported.
|
String |
getTable()
The table to which CSV data is imported.
|
ImportContext.CsvImportOptions |
set(String fieldName,
Object value) |
ImportContext.CsvImportOptions |
setColumns(List<String> columns)
The columns to which CSV data is imported.
|
ImportContext.CsvImportOptions |
setTable(String table)
The table to which CSV data is imported.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<String> getColumns()
null for nonepublic ImportContext.CsvImportOptions setColumns(List<String> columns)
columns - columns or null for nonepublic String getTable()
null for nonepublic ImportContext.CsvImportOptions setTable(String table)
table - table or null for nonepublic ImportContext.CsvImportOptions set(String fieldName, Object value)
set in class GenericJsonpublic ImportContext.CsvImportOptions clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.