public static final class TableConstraints.ForeignKeys.ColumnReferences
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ColumnReferences() |
| Modifier and Type | Method and Description |
|---|---|
TableConstraints.ForeignKeys.ColumnReferences |
clone() |
String |
getReferencedColumn()
Required.
|
String |
getReferencingColumn()
Required.
|
TableConstraints.ForeignKeys.ColumnReferences |
set(String fieldName,
Object value) |
TableConstraints.ForeignKeys.ColumnReferences |
setReferencedColumn(String referencedColumn)
Required.
|
TableConstraints.ForeignKeys.ColumnReferences |
setReferencingColumn(String referencingColumn)
Required.
|
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 getReferencedColumn()
null for nonepublic TableConstraints.ForeignKeys.ColumnReferences setReferencedColumn(String referencedColumn)
referencedColumn - referencedColumn or null for nonepublic String getReferencingColumn()
null for nonepublic TableConstraints.ForeignKeys.ColumnReferences setReferencingColumn(String referencingColumn)
referencingColumn - referencingColumn or null for nonepublic TableConstraints.ForeignKeys.ColumnReferences set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic TableConstraints.ForeignKeys.ColumnReferences clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.