public static final class TableConstraints.ForeignKeys.ReferencedTable
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ReferencedTable() |
| Modifier and Type | Method and Description |
|---|---|
TableConstraints.ForeignKeys.ReferencedTable |
clone() |
String |
getDatasetId() |
String |
getProjectId() |
String |
getTableId() |
TableConstraints.ForeignKeys.ReferencedTable |
set(String fieldName,
Object value) |
TableConstraints.ForeignKeys.ReferencedTable |
setDatasetId(String datasetId) |
TableConstraints.ForeignKeys.ReferencedTable |
setProjectId(String projectId) |
TableConstraints.ForeignKeys.ReferencedTable |
setTableId(String tableId) |
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 String getDatasetId()
null for nonepublic TableConstraints.ForeignKeys.ReferencedTable setDatasetId(String datasetId)
datasetId - datasetId or null for nonepublic String getProjectId()
null for nonepublic TableConstraints.ForeignKeys.ReferencedTable setProjectId(String projectId)
projectId - projectId or null for nonepublic String getTableId()
null for nonepublic TableConstraints.ForeignKeys.ReferencedTable setTableId(String tableId)
tableId - tableId or null for nonepublic TableConstraints.ForeignKeys.ReferencedTable set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic TableConstraints.ForeignKeys.ReferencedTable clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.