BigQuery API v2 (revision 88)



com.google.api.services.bigquery.model
Class DatasetList.Datasets

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.DatasetList.Datasets
All Implemented Interfaces:
Cloneable, Map<String,Object>
Enclosing class:
DatasetList

public static final class DatasetList.Datasets
extends GenericJson

Model definition for DatasetListDatasets.


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
DatasetList.Datasets()
           
 
Method Summary
 DatasetReference getDatasetReference()
          Reference identifying dataset.
 String getFriendlyName()
          A descriptive name for this dataset, if one exists.
 String getId()
          The fully-qualified unique name of this dataset in the format projectId:datasetId.
 String getKind()
          The resource type.
 DatasetList.Datasets setDatasetReference(DatasetReference datasetReference)
          Reference identifying dataset.
 DatasetList.Datasets setFriendlyName(String friendlyName)
          A descriptive name for this dataset, if one exists.
 DatasetList.Datasets setId(String id)
          The fully-qualified unique name of this dataset in the format projectId:datasetId.
 DatasetList.Datasets setKind(String kind)
          The resource type.
 
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

DatasetList.Datasets

public DatasetList.Datasets()
Method Detail

getDatasetReference

public DatasetReference getDatasetReference()
Reference identifying dataset. The value returned may be null.


setDatasetReference

public DatasetList.Datasets setDatasetReference(DatasetReference datasetReference)
Reference identifying dataset. The value set may be null.


getFriendlyName

public String getFriendlyName()
A descriptive name for this dataset, if one exists. The value returned may be null.


setFriendlyName

public DatasetList.Datasets setFriendlyName(String friendlyName)
A descriptive name for this dataset, if one exists. The value set may be null.


getId

public String getId()
The fully-qualified unique name of this dataset in the format projectId:datasetId. The value returned may be null.


setId

public DatasetList.Datasets setId(String id)
The fully-qualified unique name of this dataset in the format projectId:datasetId. The value set may be null.


getKind

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


setKind

public DatasetList.Datasets setKind(String kind)
The resource type. The value set may be null.