public static final class TableList.Tables.View
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
View() |
Modifier and Type | Method and Description |
---|---|
TableList.Tables.View |
clone() |
java.lang.Boolean |
getUseLegacySql()
True if view is defined in legacy SQL dialect, false if in standard SQL.
|
TableList.Tables.View |
set(java.lang.String fieldName,
java.lang.Object value) |
TableList.Tables.View |
setUseLegacySql(java.lang.Boolean useLegacySql)
True if view is defined in legacy SQL dialect, false if in standard SQL.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.Boolean getUseLegacySql()
null
for nonepublic TableList.Tables.View setUseLegacySql(java.lang.Boolean useLegacySql)
useLegacySql
- useLegacySql or null
for nonepublic TableList.Tables.View set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public TableList.Tables.View clone()
clone
in class com.google.api.client.json.GenericJson