public static final class TableList.Tables.View extends GenericJson
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
View() |
Modifier and Type | Method and Description |
---|---|
TableList.Tables.View |
clone() |
Boolean |
getUseLegacySql()
True if view is defined in legacy SQL dialect, false if in standard SQL.
|
TableList.Tables.View |
set(String fieldName,
Object value) |
TableList.Tables.View |
setUseLegacySql(Boolean useLegacySql)
True if view is defined in legacy SQL dialect, false if in standard SQL.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public Boolean getUseLegacySql()
null
for nonepublic TableList.Tables.View setUseLegacySql(Boolean useLegacySql)
useLegacySql
- useLegacySql or null
for nonepublic TableList.Tables.View set(String fieldName, Object value)
set
in class GenericJson
public TableList.Tables.View clone()
clone
in class GenericJson
Copyright © 2011–2020 Google. All rights reserved.