public final class ModelReference
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 |
|---|
ModelReference() |
| Modifier and Type | Method and Description |
|---|---|
ModelReference |
clone() |
java.lang.String |
getDatasetId()
[Required] The ID of the dataset containing this model.
|
java.lang.String |
getModelId()
[Required] The ID of the model.
|
java.lang.String |
getProjectId()
[Required] The ID of the project containing this model.
|
ModelReference |
set(java.lang.String fieldName,
java.lang.Object value) |
ModelReference |
setDatasetId(java.lang.String datasetId)
[Required] The ID of the dataset containing this model.
|
ModelReference |
setModelId(java.lang.String modelId)
[Required] The ID of the model.
|
ModelReference |
setProjectId(java.lang.String projectId)
[Required] The ID of the project containing this model.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getDatasetId()
null for nonepublic ModelReference setDatasetId(java.lang.String datasetId)
datasetId - datasetId or null for nonepublic java.lang.String getModelId()
null for nonepublic ModelReference setModelId(java.lang.String modelId)
modelId - modelId or null for nonepublic java.lang.String getProjectId()
null for nonepublic ModelReference setProjectId(java.lang.String projectId)
projectId - projectId or null for nonepublic ModelReference set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ModelReference clone()
clone in class com.google.api.client.json.GenericJson