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 |
|---|
TableList.Tables() |
| Modifier and Type | Method and Description |
|---|---|
TableList.Tables |
clone() |
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()
[Experimental] The labels associated with this table.
|
TableReference |
getTableReference()
A reference uniquely identifying the table.
|
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 |
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)
[Experimental] The labels associated with this table.
|
TableList.Tables |
setTableReference(TableReference tableReference)
A reference uniquely identifying the table.
|
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, setUnknownKeyspublic 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 TableReference getTableReference()
null for nonepublic TableList.Tables setTableReference(TableReference tableReference)
tableReference - tableReference 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