public final class Dataset extends 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: http://code.google.com/p/google-http-java-client/wiki/JSON
Modifier and Type | Class and Description |
---|---|
static class |
Dataset.Access
Model definition for DatasetAccess.
|
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Dataset() |
Modifier and Type | Method and Description |
---|---|
Dataset |
clone() |
List<Dataset.Access> |
getAccess()
[Optional] An array of objects that define dataset access for one or more entities.
|
Long |
getCreationTime()
[Output-only] The time when this dataset was created, in milliseconds since the epoch.
|
DatasetReference |
getDatasetReference()
[Required] A reference that identifies the dataset.
|
String |
getDescription()
[Optional] A user-friendly description of the dataset.
|
String |
getEtag()
[Output-only] A hash of the resource.
|
String |
getFriendlyName()
[Optional] A descriptive name for the dataset.
|
String |
getId()
[Output-only] The fully-qualified unique name of the dataset in the format projectId:datasetId.
|
String |
getKind()
[Output-only] The resource type.
|
Long |
getLastModifiedTime()
[Output-only] The date when this dataset or any of its tables was last modified, in
milliseconds since the epoch.
|
String |
getSelfLink()
[Output-only] A URL that can be used to access the resource again.
|
Dataset |
set(String fieldName,
Object value) |
Dataset |
setAccess(List<Dataset.Access> access)
[Optional] An array of objects that define dataset access for one or more entities.
|
Dataset |
setCreationTime(Long creationTime)
[Output-only] The time when this dataset was created, in milliseconds since the epoch.
|
Dataset |
setDatasetReference(DatasetReference datasetReference)
[Required] A reference that identifies the dataset.
|
Dataset |
setDescription(String description)
[Optional] A user-friendly description of the dataset.
|
Dataset |
setEtag(String etag)
[Output-only] A hash of the resource.
|
Dataset |
setFriendlyName(String friendlyName)
[Optional] A descriptive name for the dataset.
|
Dataset |
setId(String id)
[Output-only] The fully-qualified unique name of the dataset in the format projectId:datasetId.
|
Dataset |
setKind(String kind)
[Output-only] The resource type.
|
Dataset |
setLastModifiedTime(Long lastModifiedTime)
[Output-only] The date when this dataset or any of its tables was last modified, in
milliseconds since the epoch.
|
Dataset |
setSelfLink(String selfLink)
[Output-only] A URL that can be used to access the resource again.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public List<Dataset.Access> getAccess()
null
for nonepublic Dataset setAccess(List<Dataset.Access> access)
access
- access or null
for nonepublic Long getCreationTime()
null
for nonepublic Dataset setCreationTime(Long creationTime)
creationTime
- creationTime or null
for nonepublic DatasetReference getDatasetReference()
null
for nonepublic Dataset setDatasetReference(DatasetReference datasetReference)
datasetReference
- datasetReference or null
for nonepublic String getDescription()
null
for nonepublic Dataset setDescription(String description)
description
- description or null
for nonepublic String getEtag()
null
for nonepublic Dataset setEtag(String etag)
etag
- etag or null
for nonepublic String getFriendlyName()
null
for nonepublic Dataset setFriendlyName(String friendlyName)
friendlyName
- friendlyName or null
for nonepublic String getId()
null
for nonepublic Dataset setId(String id)
id
- id or null
for nonepublic String getKind()
null
for nonepublic Dataset setKind(String kind)
kind
- kind or null
for nonepublic Long getLastModifiedTime()
null
for nonepublic Dataset setLastModifiedTime(Long lastModifiedTime)
lastModifiedTime
- lastModifiedTime or null
for nonepublic String getSelfLink()
null
for nonepublic Dataset setSelfLink(String selfLink)
selfLink
- selfLink or null
for nonepublic Dataset set(String fieldName, Object value)
set
in class GenericJson
public Dataset clone()
clone
in class GenericJson