BigQuery API v2 (revision 86)



com.google.api.services.bigquery.model
Class TableList.Tables

java.lang.Object
  extended by java.util.AbstractMap<String,Object>
      extended by com.google.api.client.util.GenericData
          extended by com.google.api.client.json.GenericJson
              extended by com.google.api.services.bigquery.model.TableList.Tables
All Implemented Interfaces:
Cloneable, Map<String,Object>
Enclosing class:
TableList

public static final class TableList.Tables
extends GenericJson

Model definition for TableListTables.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
TableList.Tables()
           
 
Method Summary
 TableList.Tables clone()
           
 String getFriendlyName()
          The user-friendly name for this table.
 String getId()
          An opaque ID of the table
 String getKind()
          The resource type.
 TableReference getTableReference()
          A reference uniquely identifying the table.
 TableList.Tables set(String fieldName, Object value)
           
 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 setTableReference(TableReference tableReference)
          A reference uniquely identifying the table.
 
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
 
Methods inherited from class com.google.api.client.util.GenericData
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
 
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableList.Tables

public TableList.Tables()
Method Detail

getFriendlyName

public String getFriendlyName()
The user-friendly name for this table.

Returns:
value or null for none

setFriendlyName

public TableList.Tables setFriendlyName(String friendlyName)
The user-friendly name for this table.

Parameters:
friendlyName - friendlyName or null for none

getId

public String getId()
An opaque ID of the table

Returns:
value or null for none

setId

public TableList.Tables setId(String id)
An opaque ID of the table

Parameters:
id - id or null for none

getKind

public String getKind()
The resource type.

Returns:
value or null for none

setKind

public TableList.Tables setKind(String kind)
The resource type.

Parameters:
kind - kind or null for none

getTableReference

public TableReference getTableReference()
A reference uniquely identifying the table.

Returns:
value or null for none

setTableReference

public TableList.Tables setTableReference(TableReference tableReference)
A reference uniquely identifying the table.

Parameters:
tableReference - tableReference or null for none

set

public TableList.Tables set(String fieldName,
                            Object value)
Overrides:
set in class GenericJson

clone

public TableList.Tables clone()
Overrides:
clone in class GenericJson