public final class TableReference
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 |
---|
TableReference() |
Modifier and Type | Method and Description |
---|---|
TableReference |
clone() |
java.lang.String |
getDatasetId()
[Required] The ID of the dataset containing this table.
|
java.lang.String |
getProjectId()
[Required] The ID of the project containing this table.
|
java.lang.String |
getTableId()
[Required] The ID of the table.
|
TableReference |
set(java.lang.String fieldName,
java.lang.Object value) |
TableReference |
setDatasetId(java.lang.String datasetId)
[Required] The ID of the dataset containing this table.
|
TableReference |
setProjectId(java.lang.String projectId)
[Required] The ID of the project containing this table.
|
TableReference |
setTableId(java.lang.String tableId)
[Required] The ID of the table.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getDatasetId()
null
for nonepublic TableReference setDatasetId(java.lang.String datasetId)
datasetId
- datasetId or null
for nonepublic java.lang.String getProjectId()
null
for nonepublic TableReference setProjectId(java.lang.String projectId)
projectId
- projectId or null
for nonepublic java.lang.String getTableId()
null
for nonepublic TableReference setTableId(java.lang.String tableId)
tableId
- tableId or null
for nonepublic TableReference set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public TableReference clone()
clone
in class com.google.api.client.json.GenericJson