BigQuery API v2 (revision 84)
com.google.api.services.bigquery.model
Class DatasetReference
java.lang.Object
java.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.services.bigquery.model.DatasetReference
- All Implemented Interfaces:
- Cloneable, Map<String,Object>
public final class DatasetReference
- extends GenericJson
Model definition for DatasetReference.
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 BigQuery API. For a detailed explanation see:
http://code.google.com/p/google-api-java-client/wiki/Json
Upgrade warning: starting with version 1.12 getResponseHeaders()
is removed, instead use
JsonHttpRequest.getLastResponseHeaders()
- Author:
- Google, Inc.
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
DatasetReference
public DatasetReference()
getDatasetId
public String getDatasetId()
- [Required] A unique ID for this dataset, without the project name.
The value returned may be
null
.
setDatasetId
public DatasetReference setDatasetId(String datasetId)
- [Required] A unique ID for this dataset, without the project name.
The value set may be
null
.
getProjectId
public String getProjectId()
- [Optional] The ID of the container project.
The value returned may be
null
.
setProjectId
public DatasetReference setProjectId(String projectId)
- [Optional] The ID of the container project.
The value set may be
null
.