BigQuery API v2 (revision 88)



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
 String getFriendlyName()
          The user-friendly name for this table.
 String getId()
          An opaque ID of the table The value returned may be null.
 String getKind()
          The resource type.
 TableReference getTableReference()
          A reference uniquely identifying the table.
 TableList.Tables setFriendlyName(String friendlyName)
          The user-friendly name for this table.
 TableList.Tables setId(String id)
          An opaque ID of the table The value set may be null.
 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
clone, getFactory, setFactory, toPrettyString, toString
 
Methods inherited from class com.google.api.client.util.GenericData
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, 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. The value returned may be null.


setFriendlyName

public TableList.Tables setFriendlyName(String friendlyName)
The user-friendly name for this table. The value set may be null.


getId

public String getId()
An opaque ID of the table The value returned may be null.


setId

public TableList.Tables setId(String id)
An opaque ID of the table The value set may be null.


getKind

public String getKind()
The resource type. The value returned may be null.


setKind

public TableList.Tables setKind(String kind)
The resource type. The value set may be null.


getTableReference

public TableReference getTableReference()
A reference uniquely identifying the table. The value returned may be null.


setTableReference

public TableList.Tables setTableReference(TableReference tableReference)
A reference uniquely identifying the table. The value set may be null.