public static final class TableList.Tables.View
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
View() |
| Modifier and Type | Method and Description |
|---|---|
TableList.Tables.View |
clone() |
PrivacyPolicy |
getPrivacyPolicy()
Specifies the privacy policy for the view.
|
Boolean |
getUseLegacySql()
True if view is defined in legacy SQL dialect, false if in GoogleSQL.
|
TableList.Tables.View |
set(String fieldName,
Object value) |
TableList.Tables.View |
setPrivacyPolicy(PrivacyPolicy privacyPolicy)
Specifies the privacy policy for the view.
|
TableList.Tables.View |
setUseLegacySql(Boolean useLegacySql)
True if view is defined in legacy SQL dialect, false if in GoogleSQL.
|
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 PrivacyPolicy getPrivacyPolicy()
null for nonepublic TableList.Tables.View setPrivacyPolicy(PrivacyPolicy privacyPolicy)
privacyPolicy - privacyPolicy or null for nonepublic 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 com.google.api.client.json.GenericJsonpublic TableList.Tables.View clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.