public static final class UnsampledReport.CloudStorageDownloadDetails extends GenericJson
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
CloudStorageDownloadDetails() |
Modifier and Type | Method and Description |
---|---|
UnsampledReport.CloudStorageDownloadDetails |
clone() |
String |
getBucketId()
Id of the bucket the file object is stored in.
|
String |
getObjectId()
Id of the file object containing the report data.
|
UnsampledReport.CloudStorageDownloadDetails |
set(String fieldName,
Object value) |
UnsampledReport.CloudStorageDownloadDetails |
setBucketId(String bucketId)
Id of the bucket the file object is stored in.
|
UnsampledReport.CloudStorageDownloadDetails |
setObjectId(String objectId)
Id of the file object containing the report data.
|
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 String getBucketId()
null
for nonepublic UnsampledReport.CloudStorageDownloadDetails setBucketId(String bucketId)
bucketId
- bucketId or null
for nonepublic String getObjectId()
null
for nonepublic UnsampledReport.CloudStorageDownloadDetails setObjectId(String objectId)
objectId
- objectId or null
for nonepublic UnsampledReport.CloudStorageDownloadDetails set(String fieldName, Object value)
set
in class GenericJson
public UnsampledReport.CloudStorageDownloadDetails clone()
clone
in class GenericJson
Copyright © 2011–2022 Google. All rights reserved.