public final class Table
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Maps Engine API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
Table() |
| Modifier and Type | Method and Description |
|---|---|
Table |
clone() |
java.util.List<java.lang.Double> |
getBbox()
A rectangular bounding box which contains all of the data in this table.
|
com.google.api.client.util.DateTime |
getCreationTime()
The creation time of this table.
|
java.lang.String |
getDescription()
The description of this table, supplied by the author.
|
java.lang.String |
getDraftAccessList()
Deprecated: The name of an access list of the Map Editor type.
|
java.lang.String |
getEtag()
The ETag, used to refer to the current version of the asset.
|
java.util.List<File> |
getFiles()
The files associated with this table.
|
java.lang.String |
getId()
A globally unique ID, used to refer to this table.
|
com.google.api.client.util.DateTime |
getLastModifiedTime()
The last modified time of this table.
|
java.lang.String |
getName()
The name of this table, supplied by the author.
|
java.lang.String |
getProcessingStatus()
The processing status of this table.
|
java.lang.String |
getProjectId()
The ID of the project to which the table belongs.
|
java.lang.String |
getPublishedAccessList()
Deprecated: The access list to whom view permissions are granted.
|
Schema |
getSchema()
The schema for this table.
|
java.lang.String |
getSourceEncoding()
Encoding of the uploaded files.
|
java.util.List<java.lang.String> |
getTags()
An array of text strings, with each string representing a tag.
|
java.lang.Boolean |
getWritersCanEditPermissions()
If true, WRITERs of the asset are able to edit the asset permissions.
|
Table |
set(java.lang.String fieldName,
java.lang.Object value) |
Table |
setBbox(java.util.List<java.lang.Double> bbox)
A rectangular bounding box which contains all of the data in this table.
|
Table |
setCreationTime(com.google.api.client.util.DateTime creationTime)
The creation time of this table.
|
Table |
setDescription(java.lang.String description)
The description of this table, supplied by the author.
|
Table |
setDraftAccessList(java.lang.String draftAccessList)
Deprecated: The name of an access list of the Map Editor type.
|
Table |
setEtag(java.lang.String etag)
The ETag, used to refer to the current version of the asset.
|
Table |
setFiles(java.util.List<File> files)
The files associated with this table.
|
Table |
setId(java.lang.String id)
A globally unique ID, used to refer to this table.
|
Table |
setLastModifiedTime(com.google.api.client.util.DateTime lastModifiedTime)
The last modified time of this table.
|
Table |
setName(java.lang.String name)
The name of this table, supplied by the author.
|
Table |
setProcessingStatus(java.lang.String processingStatus)
The processing status of this table.
|
Table |
setProjectId(java.lang.String projectId)
The ID of the project to which the table belongs.
|
Table |
setPublishedAccessList(java.lang.String publishedAccessList)
Deprecated: The access list to whom view permissions are granted.
|
Table |
setSchema(Schema schema)
The schema for this table.
|
Table |
setSourceEncoding(java.lang.String sourceEncoding)
Encoding of the uploaded files.
|
Table |
setTags(java.util.List<java.lang.String> tags)
An array of text strings, with each string representing a tag.
|
Table |
setWritersCanEditPermissions(java.lang.Boolean writersCanEditPermissions)
If true, WRITERs of the asset are able to edit the asset permissions.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<java.lang.Double> getBbox()
null for nonepublic Table setBbox(java.util.List<java.lang.Double> bbox)
bbox - bbox or null for nonepublic com.google.api.client.util.DateTime getCreationTime()
null for nonepublic Table setCreationTime(com.google.api.client.util.DateTime creationTime)
creationTime - creationTime or null for nonepublic java.lang.String getDescription()
null for nonepublic Table setDescription(java.lang.String description)
description - description or null for nonepublic java.lang.String getDraftAccessList()
null for nonepublic Table setDraftAccessList(java.lang.String draftAccessList)
draftAccessList - draftAccessList or null for nonepublic java.lang.String getEtag()
null for nonepublic Table setEtag(java.lang.String etag)
etag - etag or null for nonepublic java.util.List<File> getFiles()
null for nonepublic Table setFiles(java.util.List<File> files)
files - files or null for nonepublic java.lang.String getId()
null for nonepublic Table setId(java.lang.String id)
id - id or null for nonepublic com.google.api.client.util.DateTime getLastModifiedTime()
null for nonepublic Table setLastModifiedTime(com.google.api.client.util.DateTime lastModifiedTime)
lastModifiedTime - lastModifiedTime or null for nonepublic java.lang.String getName()
null for nonepublic Table setName(java.lang.String name)
name - name or null for nonepublic java.lang.String getProcessingStatus()
null for nonepublic Table setProcessingStatus(java.lang.String processingStatus)
processingStatus - processingStatus or null for nonepublic java.lang.String getProjectId()
null for nonepublic Table setProjectId(java.lang.String projectId)
projectId - projectId or null for nonepublic java.lang.String getPublishedAccessList()
null for nonepublic Table setPublishedAccessList(java.lang.String publishedAccessList)
publishedAccessList - publishedAccessList or null for nonepublic Schema getSchema()
null for nonepublic Table setSchema(Schema schema)
schema - schema or null for nonepublic java.lang.String getSourceEncoding()
null for nonepublic Table setSourceEncoding(java.lang.String sourceEncoding)
sourceEncoding - sourceEncoding or null for nonepublic java.util.List<java.lang.String> getTags()
null for nonepublic Table setTags(java.util.List<java.lang.String> tags)
tags - tags or null for nonepublic java.lang.Boolean getWritersCanEditPermissions()
null for nonepublic Table setWritersCanEditPermissions(java.lang.Boolean writersCanEditPermissions)
writersCanEditPermissions - writersCanEditPermissions or null for nonepublic Table set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Table clone()
clone in class com.google.api.client.json.GenericJson