public final class DatasetReference
extends com.google.api.client.json.GenericJson
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: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
DatasetReference() |
| Modifier and Type | Method and Description |
|---|---|
DatasetReference |
clone() |
java.lang.String |
getDatasetId()
[Required] A unique ID for this dataset, without the project name.
|
java.lang.String |
getProjectId()
[Optional] The ID of the project containing this dataset.
|
DatasetReference |
set(java.lang.String fieldName,
java.lang.Object value) |
DatasetReference |
setDatasetId(java.lang.String datasetId)
[Required] A unique ID for this dataset, without the project name.
|
DatasetReference |
setProjectId(java.lang.String projectId)
[Optional] The ID of the project containing this dataset.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getDatasetId()
null for nonepublic DatasetReference setDatasetId(java.lang.String datasetId)
datasetId - datasetId or null for nonepublic java.lang.String getProjectId()
null for nonepublic DatasetReference setProjectId(java.lang.String projectId)
projectId - projectId or null for nonepublic DatasetReference set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic DatasetReference clone()
clone in class com.google.api.client.json.GenericJson