public final class CloudStorageFile
extends com.google.api.client.json.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 Google Vault API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CloudStorageFile() |
| Modifier and Type | Method and Description |
|---|---|
CloudStorageFile |
clone() |
String |
getBucketName()
The name of the Cloud Storage bucket for the export file.
|
String |
getMd5Hash()
The md5 hash of the file.
|
String |
getObjectName()
The name of the Cloud Storage object for the export file.
|
Long |
getSize()
The export file size.
|
CloudStorageFile |
set(String fieldName,
Object value) |
CloudStorageFile |
setBucketName(String bucketName)
The name of the Cloud Storage bucket for the export file.
|
CloudStorageFile |
setMd5Hash(String md5Hash)
The md5 hash of the file.
|
CloudStorageFile |
setObjectName(String objectName)
The name of the Cloud Storage object for the export file.
|
CloudStorageFile |
setSize(Long size)
The export file size.
|
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 getBucketName()
null for nonepublic CloudStorageFile setBucketName(String bucketName)
bucketName - bucketName or null for nonepublic String getMd5Hash()
null for nonepublic CloudStorageFile setMd5Hash(String md5Hash)
md5Hash - md5Hash or null for nonepublic String getObjectName()
null for nonepublic CloudStorageFile setObjectName(String objectName)
objectName - objectName or null for nonepublic Long getSize()
null for nonepublic CloudStorageFile setSize(Long size)
size - size or null for nonepublic CloudStorageFile set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic CloudStorageFile clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.