public static final class DatasetList.Datasets
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Datasets() |
| Modifier and Type | Method and Description |
|---|---|
DatasetList.Datasets |
clone() |
DatasetReference |
getDatasetReference()
The dataset reference.
|
ExternalDatasetReference |
getExternalDatasetReference()
Output only.
|
String |
getFriendlyName()
An alternate name for the dataset.
|
String |
getId()
The fully-qualified, unique, opaque ID of the dataset.
|
String |
getKind()
The resource type.
|
Map<String,String> |
getLabels()
The labels associated with this dataset.
|
String |
getLocation()
The geographic location where the dataset resides.
|
DatasetList.Datasets |
set(String fieldName,
Object value) |
DatasetList.Datasets |
setDatasetReference(DatasetReference datasetReference)
The dataset reference.
|
DatasetList.Datasets |
setExternalDatasetReference(ExternalDatasetReference externalDatasetReference)
Output only.
|
DatasetList.Datasets |
setFriendlyName(String friendlyName)
An alternate name for the dataset.
|
DatasetList.Datasets |
setId(String id)
The fully-qualified, unique, opaque ID of the dataset.
|
DatasetList.Datasets |
setKind(String kind)
The resource type.
|
DatasetList.Datasets |
setLabels(Map<String,String> labels)
The labels associated with this dataset.
|
DatasetList.Datasets |
setLocation(String location)
The geographic location where the dataset resides.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic DatasetReference getDatasetReference()
null for nonepublic DatasetList.Datasets setDatasetReference(DatasetReference datasetReference)
datasetReference - datasetReference or null for nonepublic ExternalDatasetReference getExternalDatasetReference()
null for nonepublic DatasetList.Datasets setExternalDatasetReference(ExternalDatasetReference externalDatasetReference)
externalDatasetReference - externalDatasetReference or null for nonepublic String getFriendlyName()
null for nonepublic DatasetList.Datasets setFriendlyName(String friendlyName)
friendlyName - friendlyName or null for nonepublic String getId()
null for nonepublic DatasetList.Datasets setId(String id)
id - id or null for nonepublic String getKind()
null for nonepublic DatasetList.Datasets setKind(String kind)
kind - kind or null for nonepublic Map<String,String> getLabels()
null for nonepublic DatasetList.Datasets setLabels(Map<String,String> labels)
labels - labels or null for nonepublic String getLocation()
null for nonepublic DatasetList.Datasets setLocation(String location)
location - location or null for nonepublic DatasetList.Datasets set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic DatasetList.Datasets clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.