BigQuery API v2 (revision 75)



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
 DatasetList.Datasets clone()
           
 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 set(String fieldName, Object value)
           
 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
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

DatasetList.Datasets

public DatasetList.Datasets()
Method Detail

getDatasetReference

public DatasetReference getDatasetReference()
Reference identifying dataset.

Returns:
value or null for none

setDatasetReference

public DatasetList.Datasets setDatasetReference(DatasetReference datasetReference)
Reference identifying dataset.

Parameters:
datasetReference - datasetReference or null for none

getFriendlyName

public String getFriendlyName()
A descriptive name for this dataset, if one exists.

Returns:
value or null for none

setFriendlyName

public DatasetList.Datasets setFriendlyName(String friendlyName)
A descriptive name for this dataset, if one exists.

Parameters:
friendlyName - friendlyName or null for none

getId

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

Returns:
value or null for none

setId

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

Parameters:
id - id or null for none

getKind

public String getKind()
The resource type.

Returns:
value or null for none

setKind

public DatasetList.Datasets setKind(String kind)
The resource type.

Parameters:
kind - kind or null for none

set

public DatasetList.Datasets set(String fieldName,
                                Object value)
Overrides:
set in class GenericJson

clone

public DatasetList.Datasets clone()
Overrides:
clone in class GenericJson