public static final class TableList.Tables
extends com.google.api.client.json.GenericJson
| Modifier and Type | Class and Description |
|---|---|
static class |
TableList.Tables.View
Additional details for a view.
|
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
Tables() |
| Modifier and Type | Method and Description |
|---|---|
TableList.Tables |
clone() |
Clustering |
getClustering()
[Beta] Clustering specification for this table, if configured.
|
java.lang.Long |
getCreationTime()
The time when this table was created, in milliseconds since the epoch.
|
java.lang.Long |
getExpirationTime()
[Optional] The time when this table expires, in milliseconds since the epoch.
|
java.lang.String |
getFriendlyName()
The user-friendly name for this table.
|
java.lang.String |
getId()
An opaque ID of the table
|
java.lang.String |
getKind()
The resource type.
|
java.util.Map<java.lang.String,java.lang.String> |
getLabels()
The labels associated with this table.
|
RangePartitioning |
getRangePartitioning()
The range partitioning specification for this table, if configured.
|
TableReference |
getTableReference()
A reference uniquely identifying the table.
|
TimePartitioning |
getTimePartitioning()
The time-based partitioning specification for this table, if configured.
|
java.lang.String |
getType()
The type of table.
|
TableList.Tables.View |
getView()
Additional details for a view.
|
TableList.Tables |
set(java.lang.String fieldName,
java.lang.Object value) |
TableList.Tables |
setClustering(Clustering clustering)
[Beta] Clustering specification for this table, if configured.
|
TableList.Tables |
setCreationTime(java.lang.Long creationTime)
The time when this table was created, in milliseconds since the epoch.
|
TableList.Tables |
setExpirationTime(java.lang.Long expirationTime)
[Optional] The time when this table expires, in milliseconds since the epoch.
|
TableList.Tables |
setFriendlyName(java.lang.String friendlyName)
The user-friendly name for this table.
|
TableList.Tables |
setId(java.lang.String id)
An opaque ID of the table
|
TableList.Tables |
setKind(java.lang.String kind)
The resource type.
|
TableList.Tables |
setLabels(java.util.Map<java.lang.String,java.lang.String> labels)
The labels associated with this table.
|
TableList.Tables |
setRangePartitioning(RangePartitioning rangePartitioning)
The range partitioning specification for this table, if configured.
|
TableList.Tables |
setTableReference(TableReference tableReference)
A reference uniquely identifying the table.
|
TableList.Tables |
setTimePartitioning(TimePartitioning timePartitioning)
The time-based partitioning specification for this table, if configured.
|
TableList.Tables |
setType(java.lang.String type)
The type of table.
|
TableList.Tables |
setView(TableList.Tables.View view)
Additional details for a view.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic Clustering getClustering()
null for nonepublic TableList.Tables setClustering(Clustering clustering)
clustering - clustering or null for nonepublic java.lang.Long getCreationTime()
null for nonepublic TableList.Tables setCreationTime(java.lang.Long creationTime)
creationTime - creationTime or null for nonepublic java.lang.Long getExpirationTime()
null for nonepublic TableList.Tables setExpirationTime(java.lang.Long expirationTime)
expirationTime - expirationTime or null for nonepublic java.lang.String getFriendlyName()
null for nonepublic TableList.Tables setFriendlyName(java.lang.String friendlyName)
friendlyName - friendlyName or null for nonepublic java.lang.String getId()
null for nonepublic TableList.Tables setId(java.lang.String id)
id - id or null for nonepublic java.lang.String getKind()
null for nonepublic TableList.Tables setKind(java.lang.String kind)
kind - kind or null for nonepublic java.util.Map<java.lang.String,java.lang.String> getLabels()
null for nonepublic TableList.Tables setLabels(java.util.Map<java.lang.String,java.lang.String> labels)
labels - labels or null for nonepublic RangePartitioning getRangePartitioning()
null for nonepublic TableList.Tables setRangePartitioning(RangePartitioning rangePartitioning)
rangePartitioning - rangePartitioning or null for nonepublic TableReference getTableReference()
null for nonepublic TableList.Tables setTableReference(TableReference tableReference)
tableReference - tableReference or null for nonepublic TimePartitioning getTimePartitioning()
null for nonepublic TableList.Tables setTimePartitioning(TimePartitioning timePartitioning)
timePartitioning - timePartitioning or null for nonepublic java.lang.String getType()
null for nonepublic TableList.Tables setType(java.lang.String type)
type - type or null for nonepublic TableList.Tables.View getView()
null for nonepublic TableList.Tables setView(TableList.Tables.View view)
view - view or null for nonepublic TableList.Tables set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic TableList.Tables clone()
clone in class com.google.api.client.json.GenericJson