public static final class DatasetList.Datasets
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
AbstractMap.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.
|
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 |
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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public DatasetReference getDatasetReference()
null
for nonepublic DatasetList.Datasets setDatasetReference(DatasetReference datasetReference)
datasetReference
- datasetReference 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.GenericJson
public DatasetList.Datasets clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.