Modifier and Type | Class and Description |
---|---|
static class |
TableList.Tables.View
Additional details for a view.
|
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Tables() |
Modifier and Type | Method and Description |
---|---|
TableList.Tables |
clone() |
Clustering |
getClustering()
[Beta] Clustering specification for this table, if configured.
|
Long |
getCreationTime()
The time when this table was created, in milliseconds since the epoch.
|
Long |
getExpirationTime()
[Optional] The time when this table expires, in milliseconds since the epoch.
|
String |
getFriendlyName()
The user-friendly name for this table.
|
String |
getId()
An opaque ID of the table
|
String |
getKind()
The resource type.
|
Map<String,String> |
getLabels()
The labels associated with this table.
|
TableReference |
getTableReference()
A reference uniquely identifying the table.
|
TimePartitioning |
getTimePartitioning()
The time-based partitioning specification for this table, if configured.
|
String |
getType()
The type of table.
|
TableList.Tables.View |
getView()
Additional details for a view.
|
TableList.Tables |
set(String fieldName,
Object value) |
TableList.Tables |
setClustering(Clustering clustering)
[Beta] Clustering specification for this table, if configured.
|
TableList.Tables |
setCreationTime(Long creationTime)
The time when this table was created, in milliseconds since the epoch.
|
TableList.Tables |
setExpirationTime(Long expirationTime)
[Optional] The time when this table expires, in milliseconds since the epoch.
|
TableList.Tables |
setFriendlyName(String friendlyName)
The user-friendly name for this table.
|
TableList.Tables |
setId(String id)
An opaque ID of the table
|
TableList.Tables |
setKind(String kind)
The resource type.
|
TableList.Tables |
setLabels(Map<String,String> labels)
The labels associated with this table.
|
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(String type)
The type of table.
|
TableList.Tables |
setView(TableList.Tables.View view)
Additional details for a view.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public Clustering getClustering()
null
for nonepublic TableList.Tables setClustering(Clustering clustering)
clustering
- clustering or null
for nonepublic Long getCreationTime()
null
for nonepublic TableList.Tables setCreationTime(Long creationTime)
creationTime
- creationTime or null
for nonepublic Long getExpirationTime()
null
for nonepublic TableList.Tables setExpirationTime(Long expirationTime)
expirationTime
- expirationTime or null
for nonepublic String getFriendlyName()
null
for nonepublic TableList.Tables setFriendlyName(String friendlyName)
friendlyName
- friendlyName or null
for nonepublic String getId()
null
for nonepublic TableList.Tables setId(String id)
id
- id or null
for nonepublic String getKind()
null
for nonepublic TableList.Tables setKind(String kind)
kind
- kind or null
for nonepublic Map<String,String> getLabels()
null
for nonepublic TableList.Tables setLabels(Map<String,String> labels)
labels
- labels 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 String getType()
null
for nonepublic TableList.Tables setType(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(String fieldName, Object value)
set
in class GenericJson
public TableList.Tables clone()
clone
in class GenericJson
Copyright © 2011–2019 Google. All rights reserved.