public static final class UnsampledReport.CloudStorageDownloadDetails extends GenericJson
GenericData.FlagsAbstractMap.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, 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 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 GenericJsonpublic UnsampledReport.CloudStorageDownloadDetails clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.